summaryrefslogtreecommitdiff
path: root/app.py
Commit message (Expand)AuthorAgeFilesLines
* weight user's votes so that the score looks betterschneefux2016-06-041-3/+3
* sort by freshnessschneefux2016-06-041-2/+3
* rework scoringschneefux2016-06-041-18/+25
* use smoothstate.js for faster experienceschneefux2016-06-041-19/+22
* implement user managementschneefux2016-06-041-69/+159
* ajaxify reports, unvotes; allow undeleteschneefux2016-06-021-0/+9
* allow users to undo a voteschneefux2016-06-021-5/+14
* allow joke submitters to deleteschneefux2016-06-021-4/+29
* associate jokes to usersschneefux2016-06-021-23/+23
* insert markdown into dbschneefux2016-06-021-6/+10
* migrate to cleaner database schemaschneefux2016-06-021-15/+112
* prevent users from voting multiple timesschneefux2016-05-291-8/+27
* simplify scoringschneefux2016-05-281-2/+3
* stay on same page after submittingschneefux2016-05-281-3/+6
* rank globally and not per pageschneefux2016-05-281-2/+2
* fix form submits not working on pagesschneefux2016-05-281-3/+3
* add paginationschneefux2016-05-281-3/+13
* code cleanupschneefux2016-05-281-8/+5
* insert rendered html into dbschneefux2016-05-281-3/+4
* implement simple scoring systemschneefux2016-05-281-4/+14
* add report buttonschneefux2016-05-281-5/+14
* use sqlite, skeletonCSSschneefux2016-05-271-14/+57
* list & submit POCschneefux2016-02-041-0/+43