Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | Fix server error when failing to follow back followers from `/relationships` ↵ | Claire | |
(#23787) | |||
2023-03-03 | Fix “Remove all followers from the selected domains” being more ↵ | Claire | |
destructive than it claims (#23805) | |||
2022-11-17 | Change batch account suspension to create a strike (#20897) | Claire | |
2022-08-25 | Add ability to select all accounts matching search for batch actions (#19053) | Eugen Rochko | |
2022-08-25 | Add audit log entries for user roles (#19040) | Eugen Rochko | |
* Refactor audit log schema * Add audit log entries for user roles | |||
2022-01-28 | Fix Sidekiq warnings about JSON serialization (#17381) | Claire | |
* Fix Sidekiq warnings about JSON serialization This occurs on every symbol argument we pass, and every symbol key in hashes, because Sidekiq expects strings instead. See https://github.com/mperham/sidekiq/pull/5071 We do not need to change how workers parse their arguments because this has not changed and we were already converting to symbols adequately or using `with_indifferent_access`. * Set Sidekiq to raise on unsafe arguments in test mode In order to more easily catch issues that would produce warnings in production code. | |||
2021-12-05 | Add batch suspend for accounts in admin UI (#17009) | Eugen Rochko | |
2021-10-18 | Add remove from followers api (#16864) | Takeshi Umeda | |
* Add followed_by? to account_interactions * Add RemoveFromFollowersService * Fix AccountBatch to use RemoveFromFollowersService * Add remove from followers API | |||
2021-04-12 | Add cold-start follow recommendations (#15945) | Eugen Rochko | |
2020-12-07 | Fix slow distinct queries where grouped queries are faster (#15287) | Eugen Rochko | |
About 2x speed-up on inboxes query | |||
2020-11-12 | Add follow selected followers button (#15148) | Takeshi Umeda | |
* Add follow selected followers button * Fix unused variable * Fix i18n normalize | |||
2020-09-15 | Change account suspensions to be reversible by default (#14726) | Eugen Rochko | |
2019-09-11 | Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) | Eugen Rochko | |
Change all account actions except "none" to resolve all unresolved reports Refactor `SuspendAccountService` to be more readable | |||
2019-06-04 | Refactor all ActivityPub deliveries to be serialized and signed through one ↵ | Eugen Rochko | |
concern (#10966) | |||
2019-04-06 | Add batch actions for approving and rejecting pending accounts (#10469) | Eugen Rochko | |
2019-03-16 | Add relationship manager UI (#10268) | Eugen Rochko | |