about summary refs log tree commit diff
path: root/app/lib/feed_manager.rb
AgeCommit message (Expand)Author
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
2017-04-04Use active record shorthandKurtis Rainbolt-Greene
2017-04-04Reduce number of items in feeds, optimize regeneration worker slightly,Eugen Rochko
2017-04-04Optimize FeedManager#unmerge, and slightly optimize FeedManager#mergeEugen Rochko
2017-04-04Optimize filter methods in FeedManager a bit, use redis pipelining on merge/u...Eugen Rochko
2017-04-02Fix issue with feed merge-in code as wellEugen Rochko
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-03-01If a status is within 40 statuses from the top of a home feed, do notEugen Rochko
2017-02-11Mentions in private statuses allow mentioned people to see themEugen Rochko
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
2017-02-05Add tracking of delay to streaming APIEugen Rochko
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
2017-01-23Move merging/unmerging of timelines into background. Move blocking intoEugen Rochko
2017-01-23Add /api/v1/notifications/clear, non-existing link cards for statuses willEugen Rochko
2016-12-31Set in_reply_to_account on statuses to non-self value when possible, thusEugen Rochko
2016-12-22Private posts mentioning non-followers should not notify them, neither locall...Eugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-04Automatically block outgoing notifications from silenced accounts to usersEugen Rochko
2016-11-25Fix #65 - Options to block notifications from people you don't follow/who don...Eugen Rochko
2016-11-25Filter statuses that mention blocked usersEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-13Fix #63 - Filter mentions that reply to blocked usersEugen Rochko
2016-11-10Improve filtering of public/hashtag timelines, both in backlog and real-timeEugen Rochko
2016-11-08Improve feed regenerationEugen Rochko
2016-11-07Improved configuration from ENV, cleaned up timeline filter methodsEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-02Fix subtle bugs, new icon buttonEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-10-02Preparing feeds for better filteringEugen Rochko
2016-09-29Fix #25 - Only latest reblog of status kept on feed as zset value is set to "...Eugen Rochko