nyaa/nyaa
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
..
static Minor improvements 2017-08-15 01:41:31 +02:00
templates help page: Add help for deletion (#340) 2017-08-19 06:38:32 -04:00
views Add (optional) validation for minimum anonymous torrent size (#342) 2017-08-19 20:48:08 -04:00
__init__.py Optimize routes (define url_prefix in Blueprints) 2017-08-15 17:12:54 +03:00
api_handler.py Add (optional) validation for minimum anonymous torrent size (#342) 2017-08-19 20:48:08 -04:00
backend.py Add (optional) validation for minimum anonymous torrent size (#342) 2017-08-19 20:48:08 -04:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
extensions.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
forms.py Increase maximum comment size from 255 to 1024. 2017-08-14 19:08:36 +02:00
models.py Minor improvements 2017-08-15 01:41:31 +02:00
search.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
template_utils.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
torrents.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
utils.py Apply isort & flake8 (#312) 2017-07-28 20:01:19 +03:00