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