index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
auth
/
sessions_controller.rb
Age
Commit message (
Expand
)
Author
2022-01-23
Remove support for OAUTH_REDIRECT_AT_SIGN_IN (#17287)
Claire
2022-01-16
Remove IP tracking columns from users table (#16409)
Eugen Rochko
2021-11-06
Fix reviving revoked sessions and invalidating login (#16943)
Claire
2021-09-30
Fix webauthn secure key authentication (#16792)
Claire
2021-08-26
Explicitly set userVerification to discoraged (#16545)
Truong Nguyen
2021-08-25
Fix authentication failures after going halfway through a sign-in attempt (#1...
Claire
2021-06-21
Add authentication history (#16408)
Eugen Rochko
2020-11-12
Fix 2FA/sign-in token sessions being valid after password change (#14802)
Eugen Rochko
2020-08-24
Add WebAuthn as an alternative 2FA method (#14466)
santiagorodriguez96
2020-07-14
Fix rubocop warning (#14288)
abcang
2020-06-09
Add e-mail-based sign in challenge for users with disabled 2FA (#14013)
Eugen Rochko
2020-05-10
Remove confusing “You are already signed in.” flash message (#13547)
ThibG
2019-09-24
Fix authentication before 2FA challenge (#11943)
Eugen Rochko
2019-09-18
Add password challenge to 2FA settings, e-mail notifications (#11878)
Eugen Rochko
2019-09-15
Fix 2FA challenge and password challenge for non-database users (#11831)
Eugen Rochko
2019-07-22
Change unconfirmed user login behaviour (#11375)
Eugen Rochko
2018-10-30
Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out ...
Eugen Rochko
2018-09-14
Misc. typos (#8694)
luzpaz
2018-09-09
Add force_login option to OAuth authorize page (#8655)
Eugen Rochko
2018-09-07
feat(auth/session_controller): Send Clear-Site-Data when logging out (#8627)
Sorin Davidoi
2018-08-23
Allow mods to disable login, improve message when login disabled (#8329)
Eugen Rochko
2018-07-31
Compensate for scrollbar disappearing when media modal visible (#8100)
Eugen Rochko
2018-03-08
If login redirects to omniauth, redirect logout to root_path (#6694)
Eugen Rochko
2018-02-28
Fix #942: Seamless LDAP login (#6556)
Eugen Rochko
2018-02-23
New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies)...
Ghislain Loaec
2018-02-02
pam authentication (#5303)
Alexander
2017-11-17
Fix some rubocop style issues (#5730)
Eugen Rochko
2017-10-11
sign_in and sign_up views present og meta infos (#5308)
takayamaki
2017-06-11
Make sure email is case insensitive on all places (#3688)
René Klačan
2017-05-27
Fix empty flash message on the settings page (#3345)
unarist
2017-05-26
Go to root after login in single user mode (#3289)
Akinori MUSHA
2017-05-02
Auth sign out (#2511)
Matt Jankowski
2017-05-01
Fix Rubocop offences (#2630)
yhirano
2017-04-27
Catch error when server decryption fails on 2FA (#2512)
Matt Jankowski
2017-04-15
Add recovery code support for two-factor auth (#1773)
Patrick Figel
2017-01-28
Split 2FA login into two prompts
Eugen Rochko
2017-01-27
Added optional two-factor authentication
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-10-03
Adding e-mail confirmations
Eugen Rochko
2016-10-02
Redirect after sign in to previous page (unless it's a sign in/up/etc page)
Eugen Rochko
2016-09-26
Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app
Eugen Rochko
2016-03-28
Remember me enabled by default
Eugen Rochko
2016-03-26
Fix favourite handling in ProcessInteractionService
Eugen Rochko
2016-03-26
Remember user logins by default
Eugen Rochko
2016-03-05
Customizing devise views and controllers
Eugen Rochko