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 Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
fixtures Additional specs for URI handling (#2759) 2017-05-03 20:40:14 +02:00
helpers Ensure i18n matches options (#2358) 2017-04-23 19:09:52 +02:00
javascript Performance improvements (#3168) 2017-05-20 14:58:13 +02:00
lib Add test when hashtag and URL are concatenated (#3279) 2017-05-24 15:36:10 +02:00
mailers Misc spec coverage improvements (#2821) 2017-05-05 14:56:00 -04:00
models Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
presenters About page contact email (#1839) 2017-04-15 13:33:25 +02:00
requests Remove the react-rails gem (#2801) 2017-05-04 23:45:18 +02:00
routing Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
services Add buttons to block and unblock domain (#3127) 2017-05-19 21:05:32 +02:00
support/matchers/model add more tests to models 2017-04-05 00:29:56 +02:00
views Update rails to version 5.0.3 (#3054) 2017-05-14 16:30:14 +02:00
workers Specs for cleanup workers (#3235) 2017-05-22 19:36:21 +02:00
rails_helper.rb Disable sidekiq logging in test mode (#2962) 2017-05-10 16:16:42 +02:00
spec_helper.rb Add more tests for AtomSerializer (#2096) 2017-04-18 22:30:17 +02:00