rDrama/files
justcool393 1574c46d0a modmail: constantify user ID and fix bug where users can bypass modmail route checks
the random c.sentto == 2 magic numbers in the code is... pretty
unmaintainable and unless you were aware of who "2" was, it's hard to
know what's going on.

in addition, we force modmail to go through the modmail path instead of
letting users bypass validation checks.
2023-02-17 14:41:41 -06:00
..
assets Merge branch 'frost' into feature-award-feature-flag 2023-02-11 23:41:41 -05:00
classes Merge branch 'frost' into feature-award-feature-flag 2023-02-11 23:41:41 -05:00
commands simplify seed_db 2023-02-17 14:41:06 -06:00
helpers modmail: constantify user ID and fix bug where users can bypass modmail route checks 2023-02-17 14:41:41 -06:00
mail Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
routes modmail: constantify user ID and fix bug where users can bypass modmail route checks 2023-02-17 14:41:41 -06:00
templates modmail: constantify user ID and fix bug where users can bypass modmail route checks 2023-02-17 14:41:41 -06:00
tests Tweaks to seed_db to allow an sqlalchemy update, plus a test. 2023-02-12 13:41:55 -06:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Future-proof flask_limiter.Limiter.__init__ 2023-02-10 13:56:28 -06:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00