mastodon/app/models
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
..
admin Update dependencies for Ruby (2018-04-23) ()
concerns Fix nil error in StatusFilter ()
form Add option to show only local toots in timeline preview ()
web Ensure push subscription is immediately removed when application is revoked ()
account.rb Add preference to hide following/followers lists ()
account_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
account_filter.rb Clean up admin UI for accounts ()
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) ()
admin.rb Add logging of admin actions ()
application_record.rb Validate HTTP response length while receiving ()
backup.rb Update dependencies for Ruby (2018-04-23) ()
block.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Update dependencies for Ruby (2018-04-23) ()
conversation_mute.rb Update dependencies for Ruby (2018-04-23) ()
custom_emoji.rb Add entity cache ()
custom_emoji_filter.rb Change custom emoji search to `ILIKE` instead of `=` ()
domain_block.rb Update dependencies for Ruby (2018-04-23) ()
email_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
export.rb Settings export refactor ()
favourite.rb Update dependencies for Ruby (2018-04-23) ()
feed.rb Lists ()
follow.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
follow_request.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
home_feed.rb Lists ()
identity.rb CAS + SAML authentication feature ()
import.rb Update dependencies for Ruby (2018-04-23) ()
instance.rb Add Instance class to list admin records ()
instance_filter.rb Add instance search feature ()
invite.rb Update dependencies for Ruby (2018-04-23) ()
invite_filter.rb Add invite filter ()
list.rb Update dependencies for Ruby (2018-04-23) ()
list_account.rb Update dependencies for Ruby (2018-04-23) ()
list_feed.rb Lists ()
media_attachment.rb Update dependencies for Ruby (2018-04-23) ()
mention.rb Update dependencies for Ruby (2018-04-23) ()
mute.rb Update dependencies for Ruby (2018-04-23) ()
notification.rb Update dependencies for Ruby (2018-04-23) ()
preview_card.rb Update dependencies for Ruby (2018-04-23) ()
remote_follow.rb Using double splat operator ()
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar ()
report.rb Update dependencies for Ruby (2018-04-23) ()
report_filter.rb Admin reports with accounts ()
report_note.rb Update dependencies for Ruby (2018-04-23) ()
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Update dependencies for Ruby (2018-04-23) ()
setting.rb Update dependencies for Ruby (2018-04-23) ()
site_upload.rb Update dependencies for Ruby (2018-04-23) ()
status.rb Fixes/do not override timestamps ()
status_pin.rb Update dependencies for Ruby (2018-04-23) ()
stream_entry.rb Update dependencies for Ruby (2018-04-23) ()
subscription.rb Update dependencies for Ruby (2018-04-23) ()
tag.rb Track trending tags ()
trending_tags.rb Track trending tags ()
user.rb Validate that e-mail resolves with MX and it's not blacklisted ()
web.rb Add extended about page stub