mastodon/app
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
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
controllers Go to root after login in single user mode (#3289) 2017-05-26 14:14:03 +02:00
helpers Remove unused style helper (#3145) 2017-05-19 16:54:47 +02:00
javascript Change anchor to button element (#3321) 2017-05-26 14:10:37 +02:00
lib Refactor Setting (#3302) 2017-05-25 14:14:36 +02:00
mailers Remove unnecessary .keep files (#2976) 2017-05-11 01:45:42 +02:00
models Remove arguments in association reader (#3305) 2017-05-25 16:28:14 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services don't notify me when my toot is faved by someone i muted (#3245) 2017-05-23 20:05:52 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Add localization of datetime in public page (#3296) 2017-05-25 14:09:25 +02:00
workers Specs for cleanup workers (#3235) 2017-05-22 19:36:21 +02:00