chinwagsocial/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 Extract user tracking into concern (#2600) 2017-04-30 00:28:16 +02:00
oauth More controller specs (#2561) 2017-04-28 15:12:37 +02:00
settings Filter languages with opt out (#3175) 2017-05-20 17:32:44 +02:00
well_known Allow alternate domains for mastodon handlers (#3187) 2017-05-22 15:40:04 +02:00
about_controller_spec.rb Cover AboutController more in spec (#3226) 2017-05-22 16:27:19 +02:00
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 2017-05-22 16:29:48 +02:00
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 2017-05-22 17:58:49 +02:00
accounts_controller_spec.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
application_controller_spec.rb Cover ApplicationController more in spec (#3230) 2017-05-22 17:58:57 +02:00
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 More controller specs (#2561) 2017-04-28 15:12:37 +02:00
remote_follow_controller_spec.rb Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991) 2017-05-11 21:54:30 +02:00
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