mastodon/app/controllers/settings
Eugen Rochko 364f2ff9aa
Add featured hashtags to profiles (#9755)
* Add hashtag filter to profiles

GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag

* Display featured hashtags on public profile

* Use separate model for featured tags

* Update featured hashtag counters on-write

* Limit featured tags to 10
2019-02-04 04:25:59 +01:00
..
exports Add CSV export for lists and domain blocks (#9677) 2019-01-01 13:44:04 +01:00
two_factor_authentication Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01: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 Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
exports_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
featured_tags_controller.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
follower_domains_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01: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
notifications_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00
preferences_controller.rb Make displaying application used to toot opt-in (#9897) 2019-02-02 19:18:15 +01:00
profiles_controller.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
sessions_controller.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
two_factor_authentications_controller.rb Create Settings::BaseController (#9507) 2018-12-12 22:32:13 +01:00