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/models
tateisu b87a1229c7 optimize direct timeline (#7614)
* optimize direct timeline

* fix typo in class name

* change filter condition for direct timeline

* fix codestyle issue

* revoke index_accounts_not_silenced because direct timeline does not use it.

* revoke index_accounts_not_silenced because direct timeline does not use it.

* fix rspec test condition.

* fix rspec test condition.

* fix rspec test condition.

* revoke adding column and partial index

* (direct timeline) move merging logic to model

* fix pagination parameter

* add method arguments that switches return array of status or cache_ids

* fix order by

* returns ActiveRecord.Relation in default behavor

* fix codestyle issue
8 years ago
..
admin Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
concerns Fix nil error in StatusFilter (#7470) 8 years ago
form Add option to show only local toots in timeline preview (#6292) 8 years ago
web Ensure push subscription is immediately removed when application is revoked (#7548) 8 years ago
account.rb Add preference to hide following/followers lists (#7532) 8 years ago
account_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
account_filter.rb Clean up admin UI for accounts (#6004) 8 years ago
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
admin.rb Add logging of admin actions (#5757) 8 years ago
application_record.rb Validate HTTP response length while receiving (#6891) 8 years ago
backup.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
block.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
conversation_mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
custom_emoji.rb Add entity cache (#7271) 8 years ago
custom_emoji_filter.rb Change custom emoji search to `ILIKE` instead of `=` (#7099) 8 years ago
domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
email_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
export.rb Settings export refactor (#1646) 9 years ago
favourite.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
feed.rb Lists (#5703) 8 years ago
follow.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
follow_request.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
home_feed.rb Lists (#5703) 8 years ago
identity.rb CAS + SAML authentication feature (#6425) 8 years ago
import.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
instance.rb Add Instance class to list admin records (#3443) 9 years ago
instance_filter.rb Add instance search feature (#4925) 8 years ago
invite.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
invite_filter.rb Add invite filter (#5862) 8 years ago
list.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
list_account.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
list_feed.rb Lists (#5703) 8 years ago
media_attachment.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
mention.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
notification.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
preview_card.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
remote_follow.rb Using double splat operator (#5859) 8 years ago
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar (#6124) 8 years ago
report.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
report_filter.rb Admin reports with accounts (#2092) 9 years ago
report_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
session_activation.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
setting.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
site_upload.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
status.rb optimize direct timeline (#7614) 8 years ago
status_pin.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
stream_entry.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
subscription.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
tag.rb Track trending tags (#7638) 8 years ago
trending_tags.rb Track trending tags (#7638) 8 years ago
user.rb Validate that e-mail resolves with MX and it's not blacklisted (#7631) 8 years ago
web.rb Add extended about page stub 9 years ago