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
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
..
controllers Redesign public hashtag page to use a masonry layout (#9822) 6 years ago
fabricators Add featured hashtags to profiles (#9755) 6 years ago
features
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers
lib Allow most kinds of characters in URL query (fixes #8408) (#8447) 6 years ago
mailers
models Add featured hashtags to profiles (#9755) 6 years ago
policies
presenters
requests
routing
services Prevent posting toots with media attachments from someone else (#9921) 6 years ago
support
validators
views
workers
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb