mastodon/app/controllers
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
..
activitypub
admin Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
api Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
auth
concerns Improvements to signature verification (#9667) 2019-01-07 21:45:13 +01:00
oauth
settings Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
application_controller.rb
authorize_interactions_controller.rb
custom_css_controller.rb
directories_controller.rb Fix directory showing tags that have no currently eligible accounts (#9872) 2019-01-20 12:56:53 +01:00
emojis_controller.rb
filters_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
remote_interaction_controller.rb Change remote interaction dialog to use specific actions (#9743) 2019-01-07 15:36:26 +01:00
remote_unfollows_controller.rb
shares_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb Redesign public hashtag page to use a masonry layout (#9822) 2019-01-16 19:47:46 +01:00