mastodon/app/models
alpaca-tc a2a2af244c Optimize Status#permitted_for 24x (#3069)
* Build query with arel node

* Add spec for current Status#permitted_for implementation

* Refactor status.rb

* Order by visibility to optimize query
2017-05-16 02:54:17 +02:00
..
concerns Fix #1426 - Trim long usernames in public follower/following lists (#2993) 2017-05-11 23:14:00 +02:00
form
web
account.rb Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
account_filter.rb
application_record.rb
block.rb
conversation.rb Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
conversation_mute.rb Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
import.rb
media_attachment.rb Fixes unknown mime type (#2822) 2017-05-05 21:32:14 +02:00
mention.rb
mute.rb
notification.rb Fixes slow query in notifications api (#2851) 2017-05-06 21:55:40 +02:00
preview_card.rb
remote_follow.rb Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991) 2017-05-11 21:54:30 +02:00
report.rb
report_filter.rb
setting.rb
status.rb Optimize Status#permitted_for 24x (#3069) 2017-05-16 02:54:17 +02:00
stream_entry.rb Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
subscription.rb
tag.rb
user.rb Improve allowed language handling (#2897) 2017-05-08 03:32:52 +02:00
web.rb