rDrama/files
TLSM e407c29ec7 Fix #267: /comments respects shadowbans, filters.
Resolves root problem of non-admin users seeing comments they shouldn't
by JOINing on the appropriate fields and including them in the WHERE
clause of the query.

In the process, was also able to remove some unperformant queries
that used (potentially extremely long) lists passed to WHERE clauses in
lieu of proper JOINs.
2022-09-06 12:35:22 -05:00
..
assets Remove coins from popovers, disable coin routes. 2022-09-05 23:44:18 -05:00
classes Fix #260: sort replies to comments by new. 2022-09-05 23:44:18 -05:00
commands [#72] Add seed_db command 2022-06-09 01:33:58 -07:00
helpers Remove slur replacer toggle from settings. 2022-09-06 12:35:22 -05:00
mail Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
routes Fix #267: /comments respects shadowbans, filters. 2022-09-06 12:35:22 -05:00
templates Remove slur replacer toggle from settings. 2022-09-06 12:35:22 -05:00
tests Add basic posting to the e2e test. 2022-05-21 21:39:54 -05:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Add Flask profiler. 2022-09-06 00:44:15 -05:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00