mastodon/spec
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
..
controllers Go to root after login in single user mode (#3289) 2017-05-26 14:14:03 +02:00
fabricators Cover ApplicationController more in spec (#3230) 2017-05-22 17:58:57 +02:00
features
fixtures
helpers
javascript
lib Add test when hashtag and URL are concatenated (#3279) 2017-05-24 15:36:10 +02:00
mailers
models Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
presenters
requests
routing Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
services
support/matchers/model
views
workers Specs for cleanup workers (#3235) 2017-05-22 19:36:21 +02:00
rails_helper.rb
spec_helper.rb