summaryrefslogtreecommitdiff
path: root/app.py
Commit message (Expand)AuthorAgeFilesLines
* 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