summaryrefslogtreecommitdiff
path: root/app.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-24/+23
|
* implement simple filteringschneefux2016-06-101-10/+29
|
* handle pagination in templateschneefux2016-06-101-11/+3
|
* replace hand-crafted redirects by referrersschneefux2016-06-101-18/+9
|
* add export as txtschneefux2016-06-071-2/+18
|
* 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-071-31/+36
|
* 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-071-1/+4
|
* bring undeletion backschneefux2016-06-071-4/+10
|
* allow editingschneefux2016-06-071-2/+18
|
* 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