Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
tomleb cb2702630c Remove categories and subcategories queries
This commit removes usage of Categories queries in order to support
postgres. The Categories in postgres is an enum instead of a table and
we don't need to use the table in sqlite because the value are hardcoded
in the html and are unlikely to ever change.

This commit breaks the thumbnails in the index. Other functionality
needs to be tested before merging.
2017-05-06 19:02:02 -04:00
..
apiHandler.go Stop using categories & status DB tables 2017-05-07 00:04:12 +02:00
faqHandler.go Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
homeHandler.go Remove categories and subcategories queries 2017-05-06 19:02:02 -04:00
router.go Fixed Typo 2017-05-07 00:27:26 +02:00
rssHandler.go
searchHandler.go Remove categories and subcategories queries 2017-05-06 19:02:02 -04:00
templateFunctions.go Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
templateVariables.go Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 00:15:45 +02:00
upload.go
uploadHandler.go Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
userHandler.go Added User Registration View 2017-05-07 00:10:40 +02:00
viewTorrentHandler.go Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00