mastodon/app
Eugen Rochko 9bd23dc4e5
Track trending tags ()
* Track trending tags

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

Fix 

* 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
2018-05-27 21:45:30 +02:00
..
chewy Full-text search for authorized statuses () 2018-02-09 23:04:47 +01:00
controllers Track trending tags () 2018-05-27 21:45:30 +02:00
helpers Fix double-encoding of display name in title and e-mails () 2018-05-18 15:56:57 +02:00
javascript Track trending tags () 2018-05-27 21:45:30 +02:00
lib Ignore multiple occurrences of a hashtag within a status (fixes ) () 2018-05-25 14:26:45 +02:00
mailers Account archive download () 2018-02-21 23:21:32 +01:00
models Track trending tags () 2018-05-27 21:45:30 +02:00
policies Fix n+1 queries in StatusThreadingConcern () 2018-05-03 10:41:58 +02:00
presenters Better pagination for ActivityPub outbox () 2018-05-04 19:19:11 +02:00
serializers Track trending tags () 2018-05-27 21:45:30 +02:00
services Track trending tags () 2018-05-27 21:45:30 +02:00
validators Validate that e-mail resolves with MX and it's not blacklisted () 2018-05-27 11:58:08 +09:00
views Display only domain of report account if remote under comment () 2018-05-21 17:33:20 +02:00
workers checking http status code with range () 2018-05-19 14:47:44 +02:00