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 7eee47b0d3 Fix bug, remove literals (#629)
* Use ModeratorDir variable

* Rename cookieHelper to cookie_helper for consistency

* Use named constant instead of literals

* Fix ability to upload when uploads are disabled

The old code let people upload under the right conditions when uploads
were disabled. (ie: User is banned and config.AdminAreStillAllowedTo is
false)

* Increase timeout (fixes #517)

* Fix inconsistent indentation *.{js, css} (fix #583)

* Fix negative page

Temporary fix. The issue was that going to a negative page caused the
sql query to have a negative offset. This caused an error in the
database query.

We need to cleanup this code, but this will work for now.

* Fix wrong PG_DATA directory due to upgrade to 9.6

* Add server status link to FAQ

* Fix failing tests

* Clarify group_vars/all and hosts doc

* Add a wrapper to protect /mod route

* Fix login page not showing form errors
2017-05-20 09:10:16 +10:00
..
api_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
database_dump_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
faq_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
home_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
init.go fix up templates, get reading for Reload template on SIGHUP 2017-05-07 07:51:33 -04:00
language_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
modpanel.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
not_found_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
router.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
rss_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
search_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
template.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
template_functions.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
template_test.go Add template and db tests (#291) 2017-05-10 18:15:36 -05:00
template_variables.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
torrent_report_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
upload.go finish repo transfer 2017-05-17 15:58:40 +10:00
upload_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
user_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
view_torrent_handler.go Cleanups and fixes (#623) 2017-05-19 12:55:59 +10:00
wrap_handler.go Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00