summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix last page being blankschneefux2016-06-101-1/+1
* explain scoreschneefux2016-06-101-1/+1
* refactor, lintschneefux2016-06-101-151/+279
* create_v1b: typoschneefux2016-06-101-1/+1
* create new v1b db if needed; create before potential migrationschneefux2016-06-101-2/+2
* move methods aroundschneefux2016-06-101-49/+49
* drop reports, deprecate markdownschneefux2016-06-102-34/+26
* implement simple filteringschneefux2016-06-102-10/+35
* handle pagination in templateschneefux2016-06-102-13/+5
* make export button more responsiveschneefux2016-06-101-1/+3
* gitignore more development filesschneefux2016-06-101-0/+2
* replace hand-crafted redirects by referrersschneefux2016-06-102-27/+9
* add restrictive robots.txtschneefux2016-06-071-0/+2
* use html header/main tagsschneefux2016-06-071-96/+98
* add export as txtschneefux2016-06-072-2/+19
* lock search engines outschneefux2016-06-071-0/+5
* log with flask's loggerschneefux2016-06-071-3/+6
* refactoringschneefux2016-06-071-32/+32
* 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