about summary refs log tree commit diff
path: root/app/lib/status_filter.rb
AgeCommit message (Expand)Author
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