rDrama/files/routes
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
..
__init__.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
admin.py Support settings for integers and allow setting filter settings in UI 2022-07-09 06:33:41 -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 139: Disabled multimedia embedding 2022-08-07 01:30:47 -05:00
discord.py Add trailing LF to text files 2022-05-10 21:05:51 -04:00
errors.py Add trailing LF to text files 2022-05-10 21:05:51 -04: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 Fix improper calls to Comment.replies. 2022-08-17 14:01:31 -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 some gimmicky r/drama features. 2022-05-21 21:43:00 -05:00
static.py Made a lot of small changes in the frontend 2022-06-04 07:48:26 -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