rDrama/files/routes
TLSM e1244e9496 Fix flask-limiter having null limit_key.
Recently, unrelated changes led to enabling logging for flask-limiter
accidentally, at which point it was discovered that it wasn't actually
limiting requests due to Limiter.key_func = get_CF not being proper
for either prod (not behind Cloudflare) or localhost (likewise).

We instead use the remote_addr attached directly to the request using
the existing flask-limiter function to do so.

Detailed troubleshooting at:
https://github.com/themotte/rDrama/issues/222#issuecomment-1229489062
2022-08-30 06:37:56 -05:00
..
__init__.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
admin.py Remove remaining gumroad stuff 2022-08-22 09:54:35 -05:00
awards.py Remove some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
chat.py Remove some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
comments.py Remove lack of comment count increment if comment is a reply to self 2022-08-29 14:16:49 -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 Add trailing LF to text files 2022-05-10 21:05:51 -04:00
front.py Merge branch 'frost' into new-user-filtering 2022-06-06 14:56:28 -04: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 Post validation: better length validation for post submissions 2022-08-19 04:19:41 -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 Fix improper calls to Comment.replies. 2022-08-17 14:01:31 -05:00
votes.py Merge pull request #123 from zorbathut/pr_linearvote 2022-07-29 10:17:18 -04:00