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 9bd23dc4e5
Track trending tags (#7638)
* Track trending tags

- Half-life of 1 day
- Historical usage in daily buckets (last 7 days stored)
- GET /api/v1/trends

Fix #271

* Add trends to web UI

* Don't render compose form on search route, adjust search results header

* Disqualify tag from trends if it's in disallowed hashtags setting

* Count distinct accounts using tag, ignore silenced accounts
7 years ago
..
v1 Track trending tags (#7638) 7 years ago
web Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
base_controller.rb Disable API access when login is disabled (#7289) 7 years ago
oembed_controller.rb Update status embeds (#4742) 8 years ago
push_controller.rb Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 8 years ago
salmon_controller.rb Fix response of signature_verification_failure_reason (#6441) 7 years ago
subscriptions_controller.rb