rDrama/files
TLSM 965a4dc157 Fix improper calls to Comment.replies.
In four contexts, Comment.replies(.) was not updated to reflect the
interface changes with comment filtering. This directly caused #170
and #172 (which was a stack trace from the former).
  - Updating notifications for DMs (routes/users.py L690)
  - Updating notifications for modmail (routes/users.py L729)
  - morecomments for logged out users (routes/posts.py L421)
  - JSON for API access (classes/comment.py L347)

All four contexts seem to behave correctly after the change. However,
strictly speaking the JSON generation will not include a user's own
filtered or removed comments, though this is hard to remedy without
passing the user object `v` to json_core. Propagating that through the
codebase seems a worse option than leaving it as is.
2022-08-17 14:01:31 -05:00
..
assets Fix long domains overflowing post-meta (#182). 2022-08-17 01:52:38 -04:00
classes Fix improper calls to Comment.replies. 2022-08-17 14:01:31 -05:00
commands [#72] Add seed_db command 2022-06-09 01:33:58 -07:00
helpers Merge pull request #155 from zorbathut/pr_deussy 2022-08-07 11:11:32 -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 improper calls to Comment.replies. 2022-08-17 14:01:31 -05:00
templates Cachebust main.css. 2022-08-17 01:55:44 -04: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 139: Disabled multimedia embedding 2022-08-07 01:30:47 -05:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00