mastodon/app/javascript/mastodon/actions
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
..
importer Use plaintext value for field value tooltips in web UI (#7388) 2018-05-07 09:30:38 +02:00
push_notifications Do not override the default push notification settings (#6037) 2018-05-19 14:45:58 +02:00
accounts.js Free stroage if it is exceeding disk quota (#7061) 2018-04-08 13:32:39 +02:00
alerts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
blocks.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
bundles.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
cards.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
columns.js Change column params on pinned timeline (#7581) 2018-05-22 13:26:06 +02:00
compose.js Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
custom_emojis.js retrieve custom emoji list via API instead of before page load (#7047) 2018-04-04 22:25:34 +02:00
domain_blocks.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Remove pointer events on the entire UI when a dropdown menu is open (#6648) 2018-03-07 02:26:43 +01:00
emojis.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
favourites.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
lists.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
modal.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
mutes.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
notifications.js Improve payload format of Web Push API now that it's open (#7521) 2018-05-19 14:46:47 +02:00
onboarding.js Restore onboarding modal (#6303) 2018-01-20 01:32:37 +01:00
pin_statuses.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
reports.js Federated reports (#6570) 2018-02-28 06:54:55 +01:00
search.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
settings.js Improve web api protect (#6343) 2018-04-17 15:23:46 +02:00
statuses.js Free stroage if it is exceeding disk quota (#7061) 2018-04-08 13:32:39 +02:00
store.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
streaming.js Add media timeline (#6631) 2018-05-21 12:43:38 +02:00
timelines.js Introduce flat layout to contexts reducer (#7150) 2018-05-25 18:46:28 +02:00
trends.js Track trending tags (#7638) 2018-05-27 21:45:30 +02:00