mastodon/app/views
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
..
about Simplify renders in views (#2084) 2017-04-18 17:15:30 +02:00
accounts Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
activitypub Add AS2 format to RABL files 2017-02-06 17:00:55 -08:00
admin Instances list in admin (#2095) 2017-04-18 21:09:07 +02:00
api Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
auth Add recovery code support for two-factor auth (#1773) 2017-04-15 13:26:03 +02:00
authorize_follow Simplify renders in views (#2084) 2017-04-18 17:15:30 +02:00
errors Make Reporting admin section translatable (#1549) 2017-04-12 17:11:49 +02:00
follower_accounts Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
following_accounts Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
home Merge branch 'pause-gif' of git://github.com/patf/mastodon into patf-pause-gif 2017-04-18 01:25:50 +02:00
kaminari Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
layouts Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
notification_mailer Simplify renders in views (#2084) 2017-04-18 17:15:30 +02:00
oauth Allow setting of default language through config 2017-04-07 12:40:26 +02:00
remote_follow Adding remote follow button 2017-01-01 19:54:34 +01:00
settings Simplify renders in views (#2084) 2017-04-18 17:15:30 +02:00
shared Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
stream_entries Simplify renders in views (#2084) 2017-04-18 17:15:30 +02:00
tags Use site title on tags#show page (#1802) 2017-04-15 02:37:20 +02:00
user_mailer Fix tiny typo, and added link to terms and conditions in confirmation email for Japanese. (#1975) (#1975) 2017-04-17 10:32:09 +02:00
well_known Clean up well-known routes/controllers (#1649) 2017-04-13 13:09:07 +02:00