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/templates/user
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
..
delete_success.html Added delete account and edit profile 2017-05-09 17:47:12 +02:00
login.html Fix bug, remove literals (#629) 2017-05-20 09:10:16 +10:00
profile.html Fix missing translated string 2017-05-10 23:45:22 +02:00
profile_edit.html Add a route for the user settings form: /edit,called UserDetailsHandler 2017-05-11 01:09:36 +12:00
register.html [templates][register] remove unnecessary symbol in title 2017-05-16 22:29:58 +03:00
signup_success.html Correct text when signing up without email 2017-05-09 17:11:12 +02:00
verify_success.html Added verify email view and route 2017-05-07 22:00:45 +02:00