about summary refs log tree commit diff
path: root/app/services/fan_out_on_write_service.rb
AgeCommit message (Expand)Author
2020-11-29Only send curated Tavern posts to public timelineFire Demon
2020-11-23Add user options to disable recipient verification, allow anonymous public ac...Fire Demon
2020-09-20Monsterfork v1-style curated Federated timelineFire Demon
2020-09-17[Timelines] Include local posts in Rowdy Tavern modeFire Demon
2020-09-08Monsterfork v2 Kaiju Commit 2020.06.27.1 - 2020.09.05.5Fire Demon
2020-09-01Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-09-01Change own direct-visibility statuses to be in the home feed again (#14711)Eugen Rochko
2020-08-31Fix limited follower id in fan-out-on-write service (#14709)Takeshi Umeda
2020-08-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-08-30Fix inefficiencies in fan-out-on-write service (#14682)Eugen Rochko
2020-05-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-05-12Fix not publishing update of remote timeline (#13745)Takeshi Umeda
2019-08-07Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-08-07Fix non-lowercase hashtags not being picked up by the streaming API (#11508)Eugen Rochko
2019-06-27Use a redis-cached feed for the DM timelineThibaut Girka
2019-05-01Add site-wide options to show reblogs and replies in local/public timelinesThibaut Girka
2018-10-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-10-30Accept the same payload in multiple inboxes and deliver (#9150)Eugen Rochko
2018-10-23Keep back own DMs in Home timelineThibaut Girka
2018-10-22Keep new DMs in home feeds and in the old DM timelineThibaut Girka
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-10-11Do not push DMs into the home feed (#8940)Eugen Rochko
2018-10-07Add conversations API (#8832)Eugen Rochko
2018-05-29Reduce wasted work in RemoveStatusService due to inactive followers (#7672)Eugen Rochko
2018-05-21Use #any? instead of #exists? when checking media attachments (#7570)Eugen Rochko
2018-05-21Add media timeline (#6631)Yamagishi Kazutoshi
2018-05-05Store home feeds for 7 days instead of 14 (#7354)Eugen Rochko
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2017-11-18Lists (#5703)Eugen Rochko
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko
2017-06-04change sidekiq queueing to bulk push (#3536)takayamaki
2017-04-12Silence more scope order warnings (#1604)Matt Jankowski
2017-04-06Fix wrong pubsub channel on public timelinesEugen Rochko
2017-04-06Fix notifications delivered to wrong pubsub channel, optimized RemoveStatusSe...Eugen Rochko
2017-04-05Replace calls to FeedManager#inline_render and #broadcastEugen Rochko
2017-04-05Only render public payload once in FanOutOnWriteEugen Rochko
2017-04-04Spawn FeedInsertWorker to deliver status into personal feedEugen Rochko
2017-04-03Add check for visibility.nil? even though it can't ever be, to check for race...Eugen Rochko
2017-04-02Fix feed regeneration bugEugen Rochko
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
2017-02-06Add streaming API channels for local-only statusesEugen Rochko
2017-02-02Move rendering of JSON payloads for public/hashtag timelines toEugen Rochko
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
2017-01-31Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ...Eugen Rochko
2016-12-02Fix #323 - self-replies to appear in public timelines againEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-26Public and hashtag timelines now exclude reblogs and repliesEugen Rochko
2016-11-24Only distribute statuses to followers who signed in in the last 2 weeks, add ...Eugen Rochko
2016-11-21Adding option to specify asset server, filter followers query by local accountsEugen Rochko