mastodon/app/controllers
Matt Jankowski 8bac0350d1 Restful refactor of accounts/ routes (#2133)
* Add routing specs for accounts followers and following actions

* Use more restful route naming for public account follow pages

Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index

Adds routing spec to ensure prior URLs are preserved.
2017-04-19 13:52:37 +02:00
..
admin
api
auth
concerns Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
oauth
settings
well_known Improve handling of HTTP_ACCEPT for webfinger (#2008) 2017-04-17 19:58:03 +02:00
about_controller.rb
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
api_controller.rb
application_controller.rb
authorize_follow_controller.rb
follower_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
following_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
home_controller.rb Onboarding modal (#1883) 2017-04-16 20:32:00 +02:00
media_controller.rb Media controller specs (#2022) 2017-04-17 20:02:00 +02:00
remote_follow_controller.rb
statuses_controller.rb Prettier account and stream entry URLs 2017-03-22 19:55:14 +01:00
stream_entries_controller.rb
tags_controller.rb