summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix pagination hiding deleted entriesschneefux2016-06-071-3/+3
|
* add superuser roleschneefux2016-06-072-32/+38
|
* forgot importschneefux2016-06-071-0/+1
|
* set format to markdown for new entriesschneefux2016-06-071-1/+1
|
* throw 403 for unauthorized actionsschneefux2016-06-071-6/+9
|
* smoothstate: honor redirects (merged pr 267)schneefux2016-06-073-11/+43
|
* bring undeletion backschneefux2016-06-072-6/+22
|
* allow editingschneefux2016-06-072-6/+41
|
* fix text overflowingschneefux2016-06-071-7/+7
|
* weight user's votes so that the score looks betterschneefux2016-06-041-3/+3
|
* sort by freshnessschneefux2016-06-042-3/+4
|
* rework scoringschneefux2016-06-042-25/+35
|
* use smoothstate.js for faster experienceschneefux2016-06-043-103/+45
|
* simplify layoutschneefux2016-06-041-69/+54
|
* style jokes as collectionsschneefux2016-06-041-39/+39
|
* show submission form on mobileschneefux2016-06-041-7/+9
|
* implement user managementschneefux2016-06-044-70/+211
|
* undo button typoschneefux2016-06-021-1/+1
|
* ajaxify reports, unvotes; allow undeleteschneefux2016-06-022-23/+69
|
* allow users to undo a voteschneefux2016-06-022-15/+42
|
* allow joke submitters to deleteschneefux2016-06-022-7/+34
|
* associate jokes to usersschneefux2016-06-022-23/+28
|
* insert markdown into dbschneefux2016-06-021-6/+10
|
* migrate to cleaner database schemaschneefux2016-06-021-15/+112
|
* stop counting up if trying to vote twiceschneefux2016-05-291-0/+1
|
* use ajax for votes when possibleschneefux2016-05-292-4/+30
|
* prevent users from voting multiple timesschneefux2016-05-292-11/+30
|
* simplify scoringschneefux2016-05-281-2/+3
|
* stay on same page after submittingschneefux2016-05-282-3/+9
|
* rank globally and not per pageschneefux2016-05-281-2/+2
|
* fix form submits not working on pagesschneefux2016-05-282-6/+6
|
* make layout more responsiveschneefux2016-05-281-19/+29
|
* add paginationschneefux2016-05-282-8/+28
|
* code cleanupschneefux2016-05-281-8/+5
|
* insert rendered html into dbschneefux2016-05-282-4/+5
|
* implement simple scoring systemschneefux2016-05-281-4/+14
|
* add report buttonschneefux2016-05-282-9/+25
|
* transition to materializecssschneefux2016-05-286-873/+57
|
* use sqlite, skeletonCSSschneefux2016-05-275-20/+929
|
* list & submit POCschneefux2016-02-043-0/+63