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/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.
8 years ago
..
assets/stylesheets
controllers Go to root after login in single user mode (#3289) 8 years ago
helpers
javascript Change anchor to button element (#3321) 8 years ago
lib
mailers
models Remove arguments in association reader (#3305) 8 years ago
presenters
services
validators
views
workers