mastodon/app/models
Matt Jankowski 55e1503522 Instances list in admin (#2095)
* Add admin/instances index action

* Add link to instances admin page

* View lists instances

* Instances, grouped by domain, ordered by count

* Use Account.remote scope

* Extract method: Account.by_domain_accounts
2017-04-18 21:09:07 +02:00
..
concerns Remove .keep in models (#1892) 2017-04-16 16:28:52 +02:00
form
web
account.rb Instances list in admin (#2095) 2017-04-18 21:09:07 +02:00
account_filter.rb
application_record.rb
block.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 2017-04-18 01:14:02 +02:00
domain_block.rb I18n health warnings (#1949) 2017-04-16 19:37:01 +02:00
export.rb
favourite.rb Required foreign keys (#2003) 2017-04-17 15:54:33 +02:00
feed.rb
follow.rb
follow_request.rb
import.rb Add presence validation to Import (#1928) 2017-04-16 16:28:26 +02:00
media_attachment.rb Media controller specs (#2022) 2017-04-17 20:02:00 +02:00
mention.rb
mute.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 2017-04-18 01:14:02 +02:00
notification.rb
preview_card.rb
remote_follow.rb
report.rb
report_filter.rb Admin reports with accounts (#2092) 2017-04-18 19:36:18 +02:00
setting.rb
status.rb Avoid dynamic methods due to processing speed (#2080) 2017-04-18 15:57:46 +02:00
stream_entry.rb
subscription.rb Required foreign keys (#2003) 2017-04-17 15:54:33 +02:00
tag.rb
user.rb Merge branch 'pause-gif' of git://github.com/patf/mastodon into patf-pause-gif 2017-04-18 01:25:50 +02:00
web.rb