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/app/controllers/api
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
6 years ago
..
v1 Add featured hashtags to profiles (#9755) 6 years ago
v2 Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 7 years ago
web Sanitize and sandbox toot embeds (#9552) 6 years ago
base_controller.rb Add error message with invalid email confirmation (#9625) 6 years ago
oembed_controller.rb Update status embeds (#4742) 8 years ago
push_controller.rb
salmon_controller.rb Fix response of signature_verification_failure_reason (#6441) 7 years ago
subscriptions_controller.rb