Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-05 | Add customizable user roles (#18641) | Eugen Rochko | |
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management | |||
2022-01-28 | Refactor and improve tests (#17386) | Claire | |
* Change account and user fabricators to simplify and improve tests - `Fabricate(:account)` implicitly fabricates an associated `user` if no `domain` attribute is given (an account with `domain: nil` is considered a local account, but no user record was created), unless `user: nil` is passed - `Fabricate(:account, user: Fabricate(:user))` should still be possible but is discouraged. * Fix and refactor tests - avoid passing unneeded attributes to `Fabricate(:user)` or `Fabricate(:account)` - avoid embedding `Fabricate(:user)` into a `Fabricate(:account)` or the other way around - prefer `Fabricate(:user, account_attributes: …)` to `Fabricate(:user, account: Fabricate(:account, …)` - also, some tests were using remote accounts with local user records, which is not representative of production code. | |||
2021-12-17 | Add ability for admins to delete canonical email blocks (#16644) | Claire | |
* Add admin option to remove canonical email blocks from a deleted account * Add tootctl canonical_email_blocks to inspect and remove canonical email blocks | |||
2020-11-08 | Add support for reversible suspensions through ActivityPub (#14989) | Eugen Rochko | |
2020-11-04 | Add account sensitized (#14361) | Takeshi Umeda | |
* Add account sensitized * Fix i18n normalize * Fix description and spec * Fix spec * Fix wording | |||
2018-12-19 | Add specs for AccountPolicy (#9575) | ysksn | |