Age | Commit message (Expand) | Author |
2023-03-15 | Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ... | Claire |
2023-03-03 | Remove implied StandardError rescue (#23942) | Nick Schonning |
2023-03-03 | Fix original account being unfollowed on migration before the follow request ... | Claire |
2023-03-03 | Change `ActivityPub::DeliveryWorker` retries to be spread out more (#21956) | Claire |
2023-02-10 | Fix unbounded recursion in post discovery (#23506) | Claire |
2023-02-07 | Autofix Rails/EagerEvaluationLogMessage (#23429) | Nick Schonning |
2022-11-10 | Change incoming activity processing to happen in `ingress` queue (#20264) | Eugen Rochko |
2022-10-22 | Change featured tag updates to add/remove activity (#19409) | Takeshi Umeda |
2022-10-20 | Add synchronization of remote featured tags (#19380) | Takeshi Umeda |
2022-09-21 | Refactor ActivityPub handling to prepare for non-Account actors (#19212) | Claire |
2022-02-10 | Fix NoMethodError in StatusUpdateDistributionWorker (#17499) | Claire |
2022-02-10 | Add editing for published statuses (#17320) | Eugen Rochko |
2022-02-07 | Fix errors when multiple Delete are received for a given actor (#17460) | Claire |
2022-01-28 | Fix Sidekiq warnings about JSON serialization (#17381) | Claire |
2022-01-19 | Fix error when using raw distribution worker (#17334) | Eugen Rochko |
2022-01-19 | Add support for editing for published statuses (#16697) | Eugen Rochko |
2021-08-11 | Fix followers synchronization mechanism not working when URI has empty path (... | Claire |
2021-04-24 | Fix nil error when removing status caused by race condition (#16099) | Eugen Rochko |
2020-10-21 | Add follower synchronization mechanism (#14510) | ThibG |
2020-07-20 | Changed retries and rescued in ActivityPub::ProcessingWorker (#14355) | Takeshi Umeda |
2020-07-01 | Change move handler to carry blocks over (#14144) | ThibG |
2020-06-02 | Add E2EE API (#13820) | Eugen Rochko |
2020-05-10 | Fix error within error when limiting backtrace to 3 lines (#13120) | Eugen Rochko |
2020-04-16 | Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable ... | Takeshi Umeda |
2020-04-15 | Change delivery failure tracking to work with hostnames instead of URLs (#13437) | Eugen Rochko |
2020-03-31 | Fix background jobs not using locks like they are supposed to (#13361) | Eugen Rochko |
2020-01-11 | Suppress backtrace when delivering toots (#12798) | Daigo 3 Dango |
2019-09-21 | Fixed missing account in MoveDistributionWorker (#11906) | Takeshi Umeda |
2019-09-19 | Add account migration UI (#11846) | Eugen Rochko |
2019-07-10 | Refactor fetching of remote resources (#11251) | Eugen Rochko |
2019-07-07 | Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231) | Eugen Rochko |
2019-07-02 | Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233) | Eugen Rochko |
2019-07-02 | Add request pool to improve delivery performance (#10353) | Eugen Rochko |
2019-06-04 | Refactor all ActivityPub deliveries to be serialized and signed through one c... | Eugen Rochko |
2019-05-23 | Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812) | ThibG |
2019-05-03 | Do not retry processing ActivityPub jobs raising validation errors (#10614) | ThibG |
2019-03-28 | Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) | Eugen Rochko |
2019-03-12 | Fix poll update handler calling method was that was not available (#10246) | Eugen Rochko |
2019-03-11 | Support pushing and receiving updates to poll tallies (#10209) | ThibG |
2019-03-05 | Do not error out on unsalvageable errors in FetchRepliesService (#10175) | ThibG |
2019-02-28 | Improved remote thread fetching (#10106) | ThibG |
2019-02-13 | Filter incoming Create activities by relation to local activity (#10005) | Eugen Rochko |
2019-02-12 | Move sending account Delete to anyone but the account's followers to the pull... | ThibG |
2019-01-01 | Restore ReplyDistributionWorker to allow existing jobs to be processed (#9676) | ThibG |
2018-12-30 | Avoid duplicate work by merging ReplyDistributionWorker into DistributionWork... | ThibG |
2018-12-30 | Reduce usage of LD signatures (#9659) | ThibG |
2018-11-27 | Skip deliveries to inboxes that have already been marked as unavailable (#9358) | Eugen Rochko |
2018-10-25 | Allow inbox owner to view implicitly targeted ActivityPub payload (#9093) | Eugen Rochko |
2018-10-17 | Improve support for aspects/circles (#8950) | Eugen Rochko |
2018-08-26 | Add CLI task for rotating keys (#8466) | Eugen Rochko |