You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers
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`
6 years ago
..
activitypub Add ActivityPub secure mode (#11269) 6 years ago
admin Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
api Change unconfirmed user login behaviour (#11375) 6 years ago
auth Change unconfirmed user login behaviour (#11375) 6 years ago
concerns Change locale detection to run once per session (#8657) 6 years ago
oauth Add force_login option to OAuth authorize page (#8655) 7 years ago
settings Change unconfirmed user login behaviour (#11375) 6 years ago
well_known Remove XML version of Webfinger and remove links to Atom feeds (#11460) 6 years ago
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible (#8100) 7 years ago
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 8 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
application_controller_spec.rb Change unconfirmed user login behaviour (#11375) 6 years ago
authorize_interactions_controller_spec.rb Optimize the process of following someone (#9220) 6 years ago
emojis_controller_spec.rb Misc. typos (#8694) 6 years ago
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller (#7794) 7 years ago
following_accounts_controller_spec.rb Add tests for following accounts controller (#7800) 7 years ago
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
intents_controller_spec.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller_spec.rb Lint pass (#8876) 6 years ago
manifests_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
media_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
relationships_controller_spec.rb Add relationship manager UI (#10268) 6 years ago
remote_follow_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 6 years ago
shares_controller_spec.rb Add tests for shares_controller (#7835) 7 years ago
statuses_controller_spec.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout (#9822) 6 years ago