You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
admin Spec Admin::BaseController (#3328) 8 years ago
api Refactor of API timeline actions (#3263) 8 years ago
auth Go to root after login in single user mode (#3289) 8 years ago
concerns Extract user tracking into concern (#2600) 8 years ago
oauth More controller specs (#2561) 8 years ago
settings Filter languages with opt out (#3175) 8 years ago
well_known Allow alternate domains for mastodon handlers (#3187) 8 years ago
about_controller_spec.rb Cover AboutController more in spec (#3226) 8 years ago
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 8 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Cover AccountsController more in spec (#3229) 8 years ago
application_controller_spec.rb Cover ApplicationController more in spec (#3230) 8 years ago
authorize_follows_controller_spec.rb Spec AuthorizeFollowsController assigns @account (#3246) 8 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb Cover HomeController more (#3258) 8 years ago
media_controller_spec.rb More controller specs (#2561) 8 years ago
remote_follow_controller_spec.rb Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991) 8 years ago
statuses_controller_spec.rb Cover StatusesController more (#3259) 8 years ago
stream_entries_controller_spec.rb Cover StreamEntriesController more and remove redundant instructions (#3257) 8 years ago
tags_controller_spec.rb Cover TagsController more (#3306) 8 years ago