chinwagsocial/app/controllers/settings
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
..
exports Add CSV export for lists and domain blocks (#9677) 2019-01-01 13:44:04 +01:00
preferences Change /settings/preferences to redirect to appearance, add /settings/preferences/other (#10988) 2019-06-07 16:51:08 +02:00
two_factor_authentication Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00
applications_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
base_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
deletes_controller.rb Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00
exports_controller.rb Avoid race conditions when creating backups (#10234) 2019-03-11 00:50:31 +01:00
featured_tags_controller.rb Fix pinned statuses being shown in a featured hashtag (#9971) 2019-02-05 00:27:18 +01:00
identity_proofs_controller.rb Fix layout of identity proofs settings (#11126) 2019-06-20 02:18:06 +02:00
imports_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
migrations_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
preferences_controller.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
profiles_controller.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
sessions_controller.rb Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00
two_factor_authentications_controller.rb Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00