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
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
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers optimize direct timeline (#7614) 7 years ago
helpers Fix double-encoding of display name in title and e-mails (#7534) 7 years ago
javascript Replace recursion in status mapStateToProps (#7645) 7 years ago
lib Record trending tags from ActivityPub, too (#7647) 7 years ago
mailers Account archive download (#6460) 7 years ago
models optimize direct timeline (#7614) 7 years ago
policies Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
presenters Better pagination for ActivityPub outbox (#7356) 7 years ago
serializers Track trending tags (#7638) 7 years ago
services Track trending tags (#7638) 7 years ago
validators Validate that e-mail resolves with MX and it's not blacklisted (#7631) 7 years ago
views Display only domain of report account if remote under comment (#7574) 7 years ago
workers checking http status code with range (#7544) 7 years ago