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
2018-05-28 11:04:06 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers optimize direct timeline (#7614) 2018-05-28 11:04:06 +02:00
helpers Fix double-encoding of display name in title and e-mails (#7534) 2018-05-18 15:56:57 +02:00
javascript Replace recursion in status mapStateToProps (#7645) 2018-05-28 02:42:06 +02:00
lib Record trending tags from ActivityPub, too (#7647) 2018-05-28 12:21:04 +09:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models optimize direct timeline (#7614) 2018-05-28 11:04:06 +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