mastodon/spec/policies
Eugen Rochko 115dab78f1
Change admin UI for hashtags and add back whitelisted trends (#11490)
Fix #271

Add back the `GET /api/v1/trends` API with the caveat that it does
not return tags that have not been allowed to trend by the staff.

When a hashtag begins to trend (internally) and that hashtag has
not been previously reviewed by the staff, the staff is notified.

The new admin UI for hashtags allows filtering hashtags by where
they are used (e.g. in the profile directory), whether they have
been reviewed or are pending reviewal, they show by how many people
the hashtag is used in the directory, how many people used it
today, how many statuses with it have been created today, and it
allows fixing the name of the hashtag to make it more readable.

The disallowed hashtags feature has been reworked. It is now
controlled from the admin UI for hashtags instead of from
the file `config/settings.yml`
2019-08-05 19:54:29 +02:00
..
account_moderation_note_policy_spec.rb Add specs for AccountModerationNotePolicy (#9571) 2018-12-19 07:24:03 +01:00
account_policy_spec.rb Add specs for AccountPolicy (#9575) 2018-12-19 08:56:59 +01:00
backup_policy_spec.rb Add specs for BackupPolicy (#9576) 2018-12-19 18:24:15 +01:00
custom_emoji_policy_spec.rb Add specs for CustomEmojiPolicy (#9584) 2018-12-20 03:24:28 +01:00
domain_block_policy_spec.rb Add specs for DomainBlockPolicy (#9585) 2018-12-20 03:47:51 +01:00
email_domain_block_policy_spec.rb Add specs for EmailDomainBlockPolicy (#9586) 2018-12-20 03:51:41 +01:00
instance_policy_spec.rb Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
invite_policy_spec.rb Add specs for InvitePolicy (#9589) 2018-12-20 04:23:09 +01:00
relay_policy_spec.rb Add specs for policies (#9591) 2018-12-20 17:52:07 +01:00
report_note_policy_spec.rb Add specs for ReportNotePolicy (#9592) 2018-12-20 17:52:18 +01:00
report_policy_spec.rb Add specs for policies (#9591) 2018-12-20 17:52:07 +01:00
settings_policy_spec.rb Add specs for policies (#9591) 2018-12-20 17:52:07 +01:00
status_policy_spec.rb Add specs for StatusPolicy (#9569) 2018-12-19 05:19:20 +01:00
tag_policy_spec.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
user_policy_spec.rb Add specs for UserPolicy (#9593) 2018-12-20 17:51:55 +01:00