1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-26 02:57:36 +00:00
nyaa/nyaa
Nicolas F c967b831c6 backend: blacklist Windows reserved filenames (#527)
Windows has a few special filenames that it does not allow the
explorer.exe and command line to see, but can still be created by
applications. This is due to some jank DOS compatibility.

These filenames can be abused to troll Windows users, so we should
probably blacklist them.
2018-10-27 17:13:44 +03:00
..
static Revert "Make blue info bubble dismissible, configurable (#508)" 2018-08-03 04:34:19 +02:00
templates Revert "Make blue info bubble dismissible, configurable (#508)" 2018-08-03 04:34:19 +02:00
views Fix open redirect (#519) 2018-09-16 21:16:35 +03:00
__init__.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
api_handler.py Move bencoded info dicts from mysql torrent_info table to info_dict directory. DB change! 2018-02-02 20:39:02 +01:00
backend.py backend: blacklist Windows reserved filenames (#527) 2018-10-27 17:13:44 +03:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
email.py [Config change] Password reset by email (#381) 2017-10-08 04:34:40 +03:00
extensions.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
forms.py config/forms: allow blacklisting email servers by IP (#518) 2018-08-20 11:29:30 -07:00
models.py Add 1 hour cache to magnet URIs (#503) 2018-07-10 01:22:49 -07:00
search.py config: Add Elasticsearch hosts (#492) 2018-07-09 22:26:23 -07:00
template_utils.py torrents: clean up & optimize magnets further 2018-07-21 22:06:58 +03:00
torrents.py torrents: clean up & optimize magnets further 2018-07-21 22:06:58 +03:00
utils.py Redo nuke functionality (#459) 2018-03-25 16:24:44 -07:00