Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | Refactor settings controllers (#14767) | Eugen Rochko | |
- Disallow suspended accounts from revoking sessions and apps - Allow suspended accounts to access exports | |||
2019-07-22 | Change unconfirmed user login behaviour (#11375) | Eugen Rochko | |
Allow access to account settings, 2FA, authorized applications, and account deletions to unconfirmed and pending users, as well as users who had their accounts disabled. Suspended users cannot update their e-mail or password or delete their account. Display account status on account settings page, for example, when an account is frozen, limited, unconfirmed or pending review. After sign up, login users straight away and show a simple page that tells them the status of their account with links to account settings and logout, to reduce onboarding friction and allow users to correct wrongly typed e-mail addresses. Move the final sign-up step of SSO integrations to be the same as above to reduce code duplication. | |||
2019-02-04 | Fix authorized applications list page design (#9969) | rinsuki | |
2018-05-19 | Ensure push subscription is immediately removed when application is revoked ↵ | Eugen Rochko | |
(#7548) * Ensure push subscription is immediately removed when application is revoked * When token is revoked from app, unsubscribe too | |||
2017-04-08 | Fix #1165 - before_action was called before protect_from_forgery | Eugen Rochko | |
2017-04-07 | Allow setting of default language through config | Eugen Rochko | |
Setting of locale in controller extracted to Localized concern, the doorkeeper authorized applications controller moved under custom namespace with inclusion of Localized, which resolves the "it sometimes appears in a different random language" bug |