about summary refs log tree commit diff
path: root/app/lib/feed_manager.rb
AgeCommit message (Expand)Author
2020-01-14skip duplicate redis checkmultiple creatures
2019-12-07add option to toggle whether regex filters should be applied to mentionsmultiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-07-15don't put boosts of silenced folks into home feed if you don't follow themmultiple creatures
2019-07-15drop home feed & boost dedup window sizes to save resourcesmultiple creatures
2019-05-21remove the buggy do-not-@-me impl - we'll replace this with a bangtag latermultiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ...multiple creatures
2019-05-21Raise pack timeline windows.multiple creatures
2019-05-21handle no-replies flagmultiple creatures
2019-05-21Store more statuses in home timelineDaggertooth
2019-02-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-02Create Redisable#redis (#9633)ysksn
2018-12-09Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-12-09Add setting to not aggregate reblogs (#9248)ThibG
2018-11-28Add database support for list show-reply preferencesThibaut Girka
2018-11-21Include replies to list owner and replies to list members in list statuses (#...ThibG
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-09-28Exclude replies from list timelines (#8683)cbayerlein
2018-08-26Fix low-hanging rubocop gripes (#8458)Quint Guvernator
2018-07-10Make whole-word filter regex consistent between Ruby and JS (#7987)Eugen Rochko
2018-07-09Add option to not consider word boundaries when processing keyword filtering ...ThibG
2018-07-06In keyword filter, account for reblogs, HTML and whole-words (#7960)Eugen Rochko
2018-07-05Check reblogged status for blocked/muted mentions (#7957)Eugen Rochko
2018-06-29Keyword/phrase filtering (#7905)Eugen Rochko
2018-05-02Remove most behaviour disparities between blocks and mutes (#7231)Eugen Rochko
2018-02-24Do not push status to feed if its reblog is already inserted (#6488)Akihiko Odaki
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-18Lists (#5703)Eugen Rochko
2017-10-17Clean up reblog tracking keys, related improvements (#5428)aschmitz
2017-10-16Keep references to all reblogs of a status on home feed (#5419)Eugen Rochko
2017-10-16Ensure that feed renegeration restores non-zero items (#5409)Eugen Rochko
2017-10-16Fix un-reblogged status being at wrong position in the home timeline (#5418)unarist
2017-10-13Fix UserTrackingConcern firing on every request, optimize some queries (#5368)Eugen Rochko
2017-10-13When unfollowing, remove from home in web UI immediately (#5369)Eugen Rochko
2017-10-08Fix #5271 - Fix missing attribute in remove_from_feed (#5277)Eugen Rochko
2017-10-04Non-Serial ("Snowflake") IDs (#4801)aschmitz
2017-07-14Fix subsequent replies to unresolved status not being filtered from home (#4190)Eugen Rochko
2017-06-29Reduce number of commands in FeedManager#trim (#3989)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-08Improve RuboCop rules (compatibility to Code Climate) (#3636)Yamagishi Kazutoshi
2017-06-03Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (...Clworld
2017-05-19Account domain blocks (#2381)Eugen Rochko
2017-05-06Optimize MuteService and AfterBlockService (#2836)alpaca-tc
2017-04-11Remove order prior to .find_in_batches (#1470)Matt Jankowski
2017-04-05Replace calls to FeedManager#inline_render and #broadcastEugen Rochko
2017-04-04Moved to the workerKurtis Rainbolt-Greene
2017-04-04This method isn't used anymoreKurtis Rainbolt-Greene
2017-04-04By pushing this into a worker we can reduce the amount of time the feed manag...Kurtis Rainbolt-Greene
2017-04-05Merge pull request #858 from krainboltgreene/patch-6Eugen
2017-04-04Spawn FeedInsertWorker to deliver status into personal feedEugen Rochko