about summary refs log tree commit diff
path: root/app/services/remove_status_service.rb
AgeCommit message (Expand)Author
2023-03-15Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ...Claire
2022-11-05Fix n+1 query during status removal (#19753)Eugen Rochko
2022-11-04Fix reblogs being discarded after the reblogged status (#19731)Claire
2022-10-05Fix deleted pinned posts potentially counting towards the pinned posts limit ...Claire
2022-05-13Refactor how Redis locks are created (#18400)Eugen Rochko
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-04-06Fix inconsistency in error handling when removing a status (#17974)Claire
2022-03-09Change how changes to media attachments are stored for edits (#17696)Eugen Rochko
2022-02-11Fix deletes not being signed in authorized fetch mode (#17484)Eugen Rochko
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2022-01-17Add notifications for statuses deleted by moderators (#17204)Eugen Rochko
2021-07-24Fix scoped order warning in RemoveStatusService (#16531)Claire
2021-05-19Fix some RedisLocks auto-releasing too fast (#16276)Claire
2021-04-21Fix processing of remote Delete activities (#16084)Claire
2021-04-17Refactor StatusReachFinder to handle followers and relays as well (#16051)Eugen Rochko
2021-04-11Remove spam check and dependency on nilsimsa gem (#16011)Eugen Rochko
2020-11-27Fix deletes not reaching every server that interacted with status (#15200)Eugen Rochko
2020-05-12Fix not publishing update of remote timeline (#13745)Takeshi Umeda
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-08-22Fix remote and staff-removed statuses leaving media behind for a day (#11638)Eugen Rochko
2019-08-07Fix non-lowercase hashtags not being picked up by the streaming API (#11508)Eugen Rochko
2019-07-13Add a spam check (#11217)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-03-16Avoid race condition when streaming deleted statuses (#10280)ThibG
2019-03-12Optimize RemoveStatusService by removing n+1 query and using shared inboxes (...Eugen Rochko
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2019-02-02Create Redisable#redis (#9633)ysksn
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