rDrama/files/routes
TLSM 7a6f95a3b1 Fix #241: admin action rate limits too low.
Explicitly exempts admin action routes from rate limiting because
the limits were being hit during normal user behavior.

While verbose, alternatives like grouping admin routes into e.g. a
Flask blueprint to modify their behavior as a collective would have
been a larger refactor than seemed wise at the moment.

Also, some routes that were limited at 1/second were originally set
as such as a makeshift debounce for people double-clicking buttons.
This was discussed and deemed an acceptable risk compared to making
the mod queue more frustrating to go through.
2022-09-06 12:35:22 -05:00
..
__init__.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
admin.py Fix #241: admin action rate limits too low. 2022-09-06 12:35:22 -05:00
awards.py Remove coins from popovers, disable coin routes. 2022-09-05 23:44:18 -05:00
chat.py Remove some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
comments.py Remove obfuscated auto-shadowban on keyword. 2022-09-05 23:44:18 -05:00
discord.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
errors.py Only show /leaderboard link in settings2 menu to admins, also a more polite 403 message, also more readable HTML 2022-08-21 01:44:56 +01:00
feeds.py Change feed title to use human-readable SITE_TITLE. 2022-09-05 00:44:13 -05:00
front.py Fix #230: present pinned posts first in all sorts. 2022-09-04 19:11:42 -05:00
giphy.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
login.py Fixes #110 "Signout doesn't always work" 2022-07-29 06:47:19 -05:00
oauth.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
posts.py Remove obfuscated auto-shadowban on keyword. 2022-09-05 23:44:18 -05:00
reporting.py Switch over comment reporting to use the new system 2022-07-09 06:33:41 -05:00
search.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
settings.py Remove remaining gumroad stuff 2022-08-22 09:54:35 -05:00
static.py Fix flask-limiter having null limit_key. 2022-08-30 06:37:56 -05:00
subs.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
users.py Remove obfuscated auto-shadowban on keyword. 2022-09-05 23:44:18 -05:00
votes.py Fix #241: admin action rate limits too low. 2022-09-06 12:35:22 -05:00