1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/models/concerns
ysksn 6f8f018e3e Refactor StatusThreadingConcern (#9626)
* Remove #filter_from_context?

* Create scope Status.with_accounts

Retrieving AR objects should be
their model's scope
2020-01-11 19:55:33 +09:00
..
account_associations.rb Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
account_avatar.rb
account_counters.rb
account_finder_concern.rb
account_header.rb
account_interactions.rb Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
attachmentable.rb Fix base64-encoded file uploads not being possible (#12748) 2020-01-04 01:54:07 +01:00
cacheable.rb
domain_normalizable.rb
expireable.rb
ldap_authenticable.rb Add an LDAP Mail attribute config (#12053) 2019-12-01 18:52:21 +01:00
omniauthable.rb
paginable.rb
pam_authenticable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb Fix attachment not being re-downloaded even if file is not stored (#12125) 2019-10-09 07:10:46 +02:00
status_threading_concern.rb Refactor StatusThreadingConcern (#9626) 2020-01-11 19:55:33 +09:00
user_roles.rb