nyaa/nyaa/views
Anna-Maria Meriniemi 39fcfc0058 Add (optional) validation for minimum anonymous torrent size (#342)
MINIMUM_ANONYMOUS_TORRENT_SIZE can be used to require a minimum total
size of torrents uploaded by anonymous users (ie. without accounts).

Sets up a "framework" for post-WTForm torrent validation as well;
this can easily be extended into filename blacklists and such.
2017-08-19 20:48:08 -04:00
..
__init__.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
account.py Weed out last few hardcoded urls 2017-08-05 22:43:13 +03:00
admin.py Optimize routes (define url_prefix in Blueprints) 2017-08-15 17:12:54 +03:00
main.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
site.py Move static routes into a blueprint 2017-07-27 14:14:00 +03:00
torrents.py Add (optional) validation for minimum anonymous torrent size (#342) 2017-08-19 20:48:08 -04:00
users.py Minor improvements 2017-08-15 01:41:31 +02:00