about summary refs log tree commit diff
path: root/app/lib/feed_manager.rb
AgeCommit message (Expand)Author
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
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-27Fix subtle home feed filtering bugEugen
2016-09-12Fixing image upload limits, allowing webm, merge/unmerge events triggerEugen Rochko
2016-09-10Merge and unmerge timelines on follow/unfollow, solves #21, #22Eugen Rochko
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
2016-03-25Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connectionsEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko