mastodon/spec/controllers
Akinori MUSHA f6a93fc150 Go to root after login in single user mode (#3289)
In single user mode, visitors are redirected to the single user's
profile page.  So, if you are the owner without a session, you start
from that page, click the login button and authenticate yourself
expecting you'll soon get started with the home page, but in reality
you'll get redirected back to where you started from -- your own
profile page.

This fixes the behavior by redirecting you home after login if you
have started from your own profile page.
2017-05-26 14:14:03 +02:00
..
admin Spec Admin::BaseController (#3328) 2017-05-26 14:13:26 +02:00
api Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
auth Go to root after login in single user mode (#3289) 2017-05-26 14:14:03 +02:00
concerns
oauth
settings
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb
authorize_follows_controller_spec.rb Spec AuthorizeFollowsController assigns @account (#3246) 2017-05-23 13:12:45 +02:00
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
home_controller_spec.rb Cover HomeController more (#3258) 2017-05-23 23:37:24 +02:00
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb Cover StatusesController more (#3259) 2017-05-23 16:34:28 +02:00
stream_entries_controller_spec.rb Cover StreamEntriesController more and remove redundant instructions (#3257) 2017-05-23 15:04:23 +02:00
tags_controller_spec.rb Cover TagsController more (#3306) 2017-05-25 16:07:38 +02:00