about summary refs log tree commit diff
path: root/app/lib/status_filter.rb
AgeCommit message (Expand)Author
2020-02-01**MAJOR**: fix access policy short-circuit bug caused by `fa8437f49` & `cb38a...multiple creatures
2020-01-25fix breaking the server trying to fix replies not showing up >.>;multiple creatures
2020-01-25fix replies not showing upmultiple creatures
2020-01-17make sure there are actually media attachments before trying to match againis...multiple creatures
2020-01-14fix check for "filter if in reply to blocker" settingmultiple creatures
2020-01-10`account.filter_undescribed?` -> `account.user.filter_undescribed?`multiple creatures
2020-01-10avoid checking filter cache twicemultiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2019-12-21add option to only apply phrase filters to timelinesmultiple creatures
2019-12-21add option to use phrase filters as an allow listmultiple creatures
2019-12-07skip posts that don't actually existmultiple creatures
2019-12-03cache list of already-filtered statusesmultiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-08-18fix custom filter logicmultiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-08-01when applying user filters make sure last check always returns a booleanmultiple creatures
2019-07-15revise status filters & make `hide mentions of blocked` also filter mentions ...multiple creatures
2019-05-21remove the buggy do-not-@-me impl - we'll replace this with a bangtag latermultiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21Make user settings for status filter accessible from `account` model.multiple creatures
2019-05-21Revise status filter logic.multiple creatures
2019-05-21Add option to filter packmate thread branches where you don't follow all the ...multiple creatures
2019-05-21Make sure parent account excists.multiple creatures
2019-05-21these aint methods sillymultiple creatures
2019-05-21Anxiety reduction: make block/mute reply filters more granular and add option...multiple creatures
2019-05-21improve filteringmultiple creatures
2019-05-21handle no-replies flagmultiple creatures
2019-05-21Prune replies to muted/blocked accountsmultiple creatures
2018-05-03Fix n+1 queries in StatusThreadingConcern (#7321)Eugen Rochko
2018-02-09Full-text search for authorized statuses (#6423)Eugen Rochko
2017-12-15Do not hide statuses from silenced accounts from other silenced accounts (#6030)Eugen Rochko
2017-06-15Fix regression from #3490 - filter out hidden statuses from ancestors/descend...Eugen Rochko
2017-06-05Introduce StatusThreadingConcern (#3490)Matt Jankowski