about summary refs log tree commit diff
path: root/spec/workers
AgeCommit message (Expand)Author
2023-03-29Requeue expiration notification (#24311)Christian Schmidt
2023-03-10Coverage improvement round-out following up previous work (#23987)Matt Jankowski
2023-03-04Add basic coverage for some worker jobs (#23943)Matt Jankowski
2023-03-02Add rspecs for FollowRecommendationsScheduler (#23890)Stanislav Dobrovolschii
2023-02-23Change auto-deletion throttling constants to better scale with server size (#...Claire
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-20Autofix Rubocop RSpec/BeEq (#23740)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-19Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-07Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation...Claire
2022-11-07Fix followers count not being updated when migrating follows (#19998)Claire
2022-09-27Add retention policy for cached content and media (#19232)Eugen Rochko
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2022-08-25Remove digest e-mails (#17985)Eugen Rochko
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-02-10Improve tests involving push_bulk (#17508)Claire
2022-02-10Fix NoMethodError in StatusUpdateDistributionWorker (#17499)Claire
2022-01-28Refactor and improve tests (#17386)Claire
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2021-12-17Add ability to purge undeliverable domains from admin interface (#16686)Claire
2021-11-06Fix AccountNote not having a maximum length (#16942)Claire
2021-11-05Fix handling announcements with links (#16941)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-04-12Change Web Push API deliveries to use request pooling (#16014)Eugen Rochko
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-04Fix various warnings in rspec (#14729)Eugen Rochko
2020-07-01Change move handler to carry blocks over (#14144)ThibG
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-09Make domain block/silence/reject-media code more robust (#13424)ThibG
2020-01-02Fix RefollowWorker not keeping show_reblogs setting (#12707)ThibG
2019-11-07Fix various issues with account migration (#12301)ThibG
2019-08-07Add domain block notes (#11515)ThibG
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-27Fix account URI in UpdatePollSerializer (#11194)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2017-11-18Lists (#5703)Eugen Rochko
2017-10-17Clean up reblog tracking keys, related improvements (#5428)aschmitz
2017-09-26Follow-up to #4582 and #5027, removing dead code (#5101)Eugen Rochko
2017-08-24Add configuration to disable private status federation over PuSH (#4582)Eugen Rochko
2017-08-19Improve ActivityPub/OStatus compatibility (#4632)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko