summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unused index.html argumentschneefux2016-07-111-1/+0
* use smoothstate.js for the search and the login formsschneefux2016-07-111-165/+169
* fix search bar cssschneefux2016-07-081-10/+9
* abstract use caseschneefux2016-07-083-5/+7
* pretty text regex: allow spacesschneefux2016-06-241-2/+2
* weight superuser's votes like user votesschneefux2016-06-241-1/+2
* display searchbar correctly on even smaller displaysschneefux2016-06-191-1/+1
* show searchbar on mobileschneefux2016-06-191-1/+14
* make login modal more compact for mobileschneefux2016-06-191-2/+2
* improve query handling; fix query disappearingschneefux2016-06-192-15/+22
* add legal headerschneefux2016-06-193-2/+20
* calculate freshness based on submission date; lowercase all usernamesschneefux2016-06-191-19/+96
* hide logo on small devicesschneefux2016-06-191-1/+1
* make navbar more compact on mobileschneefux2016-06-191-3/+2
* redesignschneefux2016-06-193-141/+149
* expose sort optionsschneefux2016-06-192-13/+41
* add searchschneefux2016-06-142-9/+28
* block export button for smoothstatejs, open txt properlyschneefux2016-06-101-2/+6
* expose perpage as parameterschneefux2016-06-101-2/+2
* paginate filtered results properlyschneefux2016-06-102-4/+5
* 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