rDrama/files/routes
justcool393 f19eefcfe7 security: forcibly expire old sessions
this helps to guard against a replay attack with session cookies.
we use the session for a number of things, including logged in status,
history, poorcel mode, etc. a user can be logged in indefinitely by
replaying their session cookie or doing something which resets the timer
(ex. toggling poor mode). this adds a session expiration to whatever the
SESSION_LIFETIME constant is, which shouldn't be too restrictive (login
sessions being valid for 1 year).
2022-12-14 17:59:00 -06:00
..
__init__.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
admin.py remove punished listings filtering 2022-12-14 15:17:39 +02:00
allroutes.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
asset_submissions.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
awards.py better ban_reason when using ban award 2022-12-14 22:37:47 +02:00
casino.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
chat.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
comments.py Revert "modmail: fix modmail 404 (#64)" 2022-12-13 22:07:32 -05:00
errors.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
feeds.py feeds: fix XML namespace (#56) 2022-12-09 03:49:50 +00:00
front.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
giphy.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
hats.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
jinja2.py add taglines 2022-12-13 23:24:45 +02:00
login.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
lottery.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
mail.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
notifications.py make unread inaccessible notifs as read 2022-12-13 18:47:57 +02:00
oauth.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
polls.py add total truescore and total patrons to poll_votes.html 2022-12-14 19:28:31 +02:00
posts.py fix JC bug 2022-12-14 20:24:14 +02:00
push_notifs.py stop using pusher (#37) 2022-12-02 22:21:18 +00:00
reporting.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
routehelpers.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
search.py fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3223428?context=8#context 2022-12-11 18:30:40 +02:00
settings.py restore themecolor to default when switching from win98 theme 2022-12-14 18:59:00 +02:00
special.py add marco threads to WC leaderboard 2022-12-13 19:21:15 +02:00
static.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
streamers.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
subs.py clearer notifications for hole and admin actions 2022-12-13 19:11:26 +02:00
users.py minor change to punished listings 2022-12-14 15:12:02 +02:00
votes.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
wrappers.py security: forcibly expire old sessions 2022-12-14 17:59:00 -06:00