about summary refs log tree commit diff
path: root/app/controllers/auth
AgeCommit message (Expand)Author
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-07-14Fix rubocop warning (#14288)abcang
2020-07-07Fix other sessions not being logged out on password change (#14252)Eugen Rochko
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko
2020-05-10Remove confusing “You are already signed in.” flash message (#13547)ThibG
2020-02-16Fix sign-ups without checked user agreement being accepted through the web fo...ThibG
2020-01-24Fix password change/reset not immediately invalidating other sessions (#12928)Eugen Rochko
2019-12-30Fix settings pages being cacheable by the browser (#12714)Eugen Rochko
2019-09-24Fix authentication before 2FA challenge (#11943)Eugen Rochko
2019-09-18Add password challenge to 2FA settings, e-mail notifications (#11878)Eugen Rochko
2019-09-15Fix 2FA challenge and password challenge for non-database users (#11831)Eugen Rochko
2019-09-05Fix wrong variable regression from #11753 (#11763)Eugen Rochko
2019-09-04Change account deletion page to have better explanations (#11753)Eugen Rochko
2019-07-22Change unconfirmed user login behaviour (#11375)Eugen Rochko
2019-05-02Check that an invite link is valid before bypassing approval mode (#10657)ThibG
2019-04-09Add "why do you want to join" field to invite requests (#10524)Eugen Rochko
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-02-12Save IP address used for sign-up, not only sign-in (#10026)ThibG
2018-12-24Add REST API for creating an account (#9572)Eugen Rochko
2018-10-30Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out ...Eugen Rochko
2018-10-26Fix styling in /auth/edit (#9117)ThibG
2018-09-14Misc. typos (#8694)luzpaz
2018-09-09Add force_login option to OAuth authorize page (#8655)Eugen Rochko
2018-09-07feat(auth/session_controller): Send Clear-Site-Data when logging out (#8627)Sorin Davidoi
2018-08-23Allow mods to disable login, improve message when login disabled (#8329)Eugen Rochko
2018-07-31Compensate for scrollbar disappearing when media modal visible (#8100)Eugen Rochko
2018-07-05If signed in, redirect autofollow invite to profile page (#7956)Eugen Rochko
2018-06-21Replace bypass option with bypass_sign_in (#7867)Shuhei Kitagawa
2018-06-15Add autofollow option to invites (#7805)Eugen Rochko
2018-03-08If login redirects to omniauth, redirect logout to root_path (#6694)Eugen Rochko
2018-02-28Fix #942: Seamless LDAP login (#6556)Eugen Rochko
2018-02-23New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies)...Ghislain Loaec
2018-02-04CAS + SAML authentication feature (#6425)Eugen Rochko
2018-02-02pam authentication (#5303)Alexander
2018-01-02Add confirmation step for email changes (#6071)Patrick Figel
2017-12-29Add more instance stats APIs (#6125)Eugen Rochko
2017-11-27Add consumable invites (#5814)Eugen Rochko
2017-11-17Fix some rubocop style issues (#5730)Eugen Rochko
2017-10-13Set InstancePresenter to `Auth::RegistrationsController#create` (#5366)Yamagishi Kazutoshi
2017-10-11sign_in and sign_up views present og meta infos (#5308)takayamaki
2017-09-10Default follows for new users (#4871)Eugen Rochko
2017-08-03Redirect to PasswordController#new when reset_password_token is invalid (#4506)nullkal
2017-06-25Add overview of active sessions (#3929)Eugen Rochko
2017-06-11Make sure email is case insensitive on all places (#3688)René Klačan
2017-05-27Fix empty flash message on the settings page (#3345)unarist
2017-05-26Go to root after login in single user mode (#3289)Akinori MUSHA
2017-05-23Fix Devise destroy method being available to delete user record (#3266)Eugen Rochko
2017-05-02Auth sign out (#2511)Matt Jankowski