about summary refs log tree commit diff
path: root/app/workers
AgeCommit message (Expand)Author
2022-02-10Fix NoMethodError in StatusUpdateDistributionWorker (#17499)Claire
2022-02-10Add editing for published statuses (#17320)Eugen Rochko
2022-02-08Fix localization of cold-start follow recommendations (#17479)Eugen Rochko
2022-02-07Fix Ruby 2.5 incompatibility (#17465)Claire
2022-02-07Fix errors when multiple Delete are received for a given actor (#17460)Claire
2022-01-28Fix Sidekiq warnings about JSON serialization (#17381)Claire
2022-01-19Fix error when using raw distribution worker (#17334)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
2022-01-17Add support for private pinned posts (#16954)Claire
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-17Add ability to purge undeliverable domains from admin interface (#16686)Claire
2021-12-13Fix follow recommendation biased towards older accounts (#17126)Takeshi Umeda
2021-11-25Add trending links (#16917)Eugen Rochko
2021-11-06Fix AccountNote not having a maximum length (#16942)Claire
2021-08-11Fix followers synchronization mechanism not working when URI has empty path (...Claire
2021-08-09Add feature to automatically delete old toots (#16529)Claire
2021-08-08Fix when MoveWorker cannot get locale from remote account (#16576)Takeshi Umeda
2021-06-23Fix newlines in accout notes added by the Move handler (#16415)Claire
2021-06-21Add authentication history (#16408)Eugen Rochko
2021-05-19Fix some RedisLocks auto-releasing too fast (#16276)Claire
2021-05-11Fix to be able to redownload avatar and header (#16190)Takeshi Umeda
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-05-05Fix media redownload worker retrying on unexpected response codes (#16111)Eugen Rochko
2021-05-05Improve performance of follow recommendation scheduler (#16159)Claire
2021-05-04Fix empty home feed before first follow has finished processing (#16152)Eugen Rochko
2021-04-26Fix thread resolve worker retrying when status no longer exists (#16109)Eugen Rochko
2021-04-24Fix nil error when removing status caused by race condition (#16099)Eugen Rochko
2021-04-12Change Web Push API deliveries to use request pooling (#16014)Eugen Rochko
2021-04-12Add cold-start follow recommendations (#15945)Eugen Rochko
2021-03-15Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908)Eugen Rochko
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-22Improve account deletion performances further (#15407)ThibG
2020-12-20Fix AccountDeletionWorker crashing and clogging sidekiq queues (#15380)ThibG
2020-12-18Fix resolving accounts sometimes creating duplicate records for a given AP id...ThibG
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-11-19Fix sending spurious Rejects when processing remote account deletion (#15104)ThibG
2020-11-19Add cache buster feature for media files (#15155)Eugen Rochko
2020-11-13Fix AccountDeletionWorker not accepting keyword arguments (#15152)ThibG
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-01Fix poll ending notifications being created for each vote (#15071)ThibG
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-13Add duration parameter to muting. (#13831)OSAMU SATO
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-08Refactor feed manager (#14761)Eugen Rochko
2020-07-20Changed retries and rescued in ActivityPub::ProcessingWorker (#14355)Takeshi Umeda
2020-07-15Fix removing allowed domains being done synchronously (#14302)ThibG
2020-07-05Add color extraction for audio thumbnails (#14209)Eugen Rochko