Commit Graph

14 Commits (655ad99a37f9243d4489da0f35af1de5ab8aa5dc)

Author SHA1 Message Date
Claire 3e40b7ef8d Change batch account suspension to create a strike () 2022-11-17 10:52:51 +01:00
Eugen Rochko 1206e691bd Add ability to select all accounts matching search for batch actions () 2022-08-25 23:33:34 +02:00
Eugen Rochko f9ebc320ed Add audit log entries for user roles ()
* Refactor audit log schema

* Add audit log entries for user roles
2022-08-25 20:39:40 +02:00
Claire 33ea1c9008 Fix Sidekiq warnings about JSON serialization ()
* 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.
2022-01-28 00:43:56 +01:00
Eugen Rochko 7bf5924339 Add batch suspend for accounts in admin UI () 2021-12-05 21:48:39 +01:00
Takeshi Umeda dae4762733 Add remove from followers api ()
* Add followed_by? to account_interactions

* Add RemoveFromFollowersService

* Fix AccountBatch to use RemoveFromFollowersService

* Add remove from followers API
2021-10-18 12:02:35 +02:00
Eugen Rochko 92b2d926bf Add cold-start follow recommendations () 2021-04-12 12:37:14 +02:00
Eugen Rochko 48534762cf Fix slow distinct queries where grouped queries are faster ()
About 2x speed-up on inboxes query
2020-12-07 12:08:30 +01:00
Takeshi Umeda 1dde6183a3 Add follow selected followers button ()
* Add follow selected followers button

* Fix unused variable

* Fix i18n normalize
2020-11-12 16:58:00 +01:00
Eugen Rochko e514304a76 Change account suspensions to be reversible by default () 2020-09-15 14:37:58 +02:00
Eugen Rochko 4291b74031 Change deletes to preserve soft-deleted statuses in unresolved reports ()
Change all account actions except "none" to resolve all unresolved reports

Refactor `SuspendAccountService` to be more readable
2019-09-11 16:32:44 +02:00
Eugen Rochko 57098a1b8d Refactor all ActivityPub deliveries to be serialized and signed through one concern () 2019-06-04 23:11:18 +02:00
Eugen Rochko c34a7f5bd2 Add batch actions for approving and rejecting pending accounts () 2019-04-06 17:53:45 +02:00
Eugen Rochko 4fa2d55d4e Add relationship manager UI () 2019-03-16 11:23:22 +01:00