summaryrefslogtreecommitdiff
path: root/app.py
Commit message (Expand)AuthorAgeFilesLines
* use json config format, expose db pathschneefux2016-11-121-2/+10
* do not count a user's own votes; prevents jumping jokesschneefux2016-09-111-6/+17
* validate usernamesschneefux2016-08-281-1/+11
* introduce featured tagsschneefux2016-08-151-0/+2
* tweak sort gravityschneefux2016-07-211-2/+2
* remove unused index.html argumentschneefux2016-07-111-1/+0
* abstract use caseschneefux2016-07-081-0/+1
* pretty text regex: allow spacesschneefux2016-06-241-2/+2
* weight superuser's votes like user votesschneefux2016-06-241-1/+2
* improve query handling; fix query disappearingschneefux2016-06-191-3/+3
* add legal headerschneefux2016-06-191-0/+2
* calculate freshness based on submission date; lowercase all usernamesschneefux2016-06-191-19/+96
* redesignschneefux2016-06-191-1/+1
* expose sort optionsschneefux2016-06-191-3/+8
* add searchschneefux2016-06-141-7/+13
* expose perpage as parameterschneefux2016-06-101-2/+2
* paginate filtered results properlyschneefux2016-06-101-0/+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-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