about summary refs log tree commit diff
path: root/app/services/remove_status_service.rb
AgeCommit message (Expand)Author
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-01-20Original upstream mergeThibG
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-18Ensure that community-visible posts are removed from the timeline when the au...multiple creatures
2019-08-07add option to automatically space out boosts over configurable random intervalsmultiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Add minimum timeframe for a self-destructing roar in preparating for implemen...multiple creatures
2019-03-16Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-16Avoid race condition when streaming deleted statuses (#10280)ThibG
2019-03-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-12Optimize RemoveStatusService by removing n+1 query and using shared inboxes (...Eugen Rochko
2019-02-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2019-02-02Create Redisable#redis (#9633)ysksn
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-08-21Get rid of all batch order warnings (#8334)Eugen Rochko
2018-07-13Add federation relay support (#7998)Eugen Rochko
2018-07-05Send undo of boost to original poster if reblog (#7959)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-04-18Direct messages column (#4514)Kaito Sinclaire
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-11-30Fix too many forwards (#5854)Eugen Rochko
2017-11-18Lists (#5703)Eugen Rochko
2017-10-04Non-Serial ("Snowflake") IDs (#4801)aschmitz
2017-09-26Send streaming API delete to people mentioned in status (#5103)Eugen Rochko
2017-09-20Change IDs to strings rather than numbers in API JSON output (#5019)aschmitz
2017-08-29Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)Eugen Rochko
2017-08-28Fix deletion of status which has been reblogged (#4728)unarist
2017-08-26Add ActivityPub serializer for Undo of Announce (#4703)Eugen Rochko
2017-08-26Add handling of Linked Data Signatures in payloads (#4687)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-06-12Fix regression from #3672 - Do not use pipeline around zscore (#3704)Eugen Rochko
2017-06-11Fix removal of status sending the original status to mentioned users instead ...Eugen Rochko
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-02-22Fix #651 - Do not reinsert original status into all followers feedsEugen Rochko
2017-02-12Deduplicate delete salmons (send only one per mentioned-account domain)Eugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
2017-01-07Fix #147 - Unreblogging will leave original status in feedsEugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-12-06Improve suspend account serviceEugen Rochko
2016-11-29Fix trying to PuSH-publish updates of remote removalsEugen
2016-11-28Adding embedded PuSH serverEugen Rochko