Commit Graph

95 Commits (bc26bfa589c007da9b9be37e1172060f38a948b9)

Author SHA1 Message Date
Stefan Melmuk f162e85e44
add UserDecryptionOptions to login response (#3813)
1 year ago
Bernd Schoolmann 8d7b3db33d Implement login-with-device
1 year ago
BlackDex 4219249e11
Add support for Organization token
2 years ago
Stefan Melmuk 0daaa9b175
always return KdfMemory and KdfParallelism
2 years ago
BlackDex 9e5b94924f
Merge ClientIp with Headers.
2 years ago
BlackDex 1ca0d6e245
Validate all needed fields for client API login
2 years ago
Helmut K. C. Tessarek 68bcc7a4b8
add argon2 kdf fields
2 years ago
sirux88 cc91ac6cc0
include key into user.set_password
2 years ago
BlackDex 2d8c8e18f7
Update KDF Configuration and processing
2 years ago
BlackDex 8e5f03972e
Fix recover-2fa not working.
2 years ago
BlackDex b60a4a68c7
Fix a panic during Yubikey register/login
2 years ago
BlackDex 2ea9b66943
Add Organizational event logging feature
2 years ago
BlackDex 5bfc7cfde3
Added missing `register` endpoint to `identity`
2 years ago
Daniel García 8409b31d6b
Update to diesel2
2 years ago
Daniel García b64cf27038
Upgrade dependencies and swap lettre to async transport
3 years ago
BlackDex fb0c23b71f
Remove u2f implementation
3 years ago
BlackDex b0faaf2527
Several updates and fixes
3 years ago
BlackDex c4d565b15b
Update login API code
3 years ago
Daniel García 2b75d81a8b
Ignore unused field
3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods
3 years ago
Daniel García 0b7d6bf6df
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking
3 years ago
Jeremy Lin 8f7900759f Fix `scope` and `refresh_token` for API key logins
3 years ago
Jeremy Lin 69ee4a70b4 Add support for API keys
3 years ago
Daniel García 5529264c3f
Basic ratelimit for user login (including 2FA) and admin login
3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
3 years ago
Adam Jones d014eede9a
feature: Support single organization policy
3 years ago
Daniel García 9254cf9d9c
Fix clippy lints
4 years ago
Daniel García c380d9c379
Support for webauthn and u2f->webauthn migrations
4 years ago
Jake Howard 994669fb69
Merge remote-tracking branch 'origin/master' into fmt
4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file
4 years ago
Daniel García b268c3dd1c
Update web vault and add unnoficialserver response
4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase
4 years ago
janost 043aa27aa3 Implement admin ability to enable/disable users
4 years ago
Daniel García 29c6b145ca
Remove redundant user fetching from login
5 years ago
Daniel García ad48e9ed0f
Fix unlock on desktop clients
5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports
5 years ago
Jeremy Lin a28ebcb401 Use local time in email notifications for new device logins
5 years ago
Daniel García 0807783388
Add ip on totp miss
5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints
5 years ago
Jeremy Lin c06162b22f Handle `devicePushToken`
5 years ago
Daniel García 5cabf4d040
Fix IP not shown when failed login (Fixes #761)
5 years ago
Daniel García 912e1f93b7
Fix some lints
5 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications
5 years ago
vpl 2edecf34ff Use user_uuid instead of mut twofactor
5 years ago
vpl 18bc8331f9 Send email when preparing 2FA JsonError
5 years ago
BlackDex ebf40099f2 Updated authenticator TOTP
5 years ago
vpl 5d50b1ee3c Merge remote-tracking branch 'upstream/master' into email-codes
5 years ago
vpl ee7837d022 Add option to require new device emails
6 years ago
Daniel García 07743e490b
Ignore error sending device email
6 years ago
vpl 6d460b44b0 Use saved token for email 2fa codes
6 years ago