summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix navigator loop errorHEADmasterschneefux2017-02-061-1/+1
|
* update template to correctly show user votesschneefux2017-01-211-2/+2
|
* weight user's votes lessschneefux2017-01-211-3/+3
|
* use json config format, expose db pathschneefux2016-11-124-13/+21
|
* do not count a user's own votes; prevents jumping jokesschneefux2016-09-112-8/+30
|
* validate usernamesschneefux2016-08-281-1/+11
|
* update source URLschneefux2016-08-151-1/+1
|
* template: add commentsschneefux2016-08-151-15/+25
|
* introduce featured tagsschneefux2016-08-153-1/+14
|
* tweak sort gravityschneefux2016-07-211-2/+2
|
* bugfix: do not log out when hovering over 'logout'schneefux2016-07-211-3/+3
|
* redirect to search page 0, fixes no search result bugschneefux2016-07-111-1/+1
|
* 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
|