82 Commits (2cdce04662532ef978e4d11e27c39a95abd5b054)

Author SHA1 Message Date
thelittlefireman ca20b3d80c [PATCH] Some fixes to the Emergency Access PR 4 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature 4 years ago
BlackDex 10d5c7738a Fix issue when using uppercase chars in emails 4 years ago
Jeremy Lin 88bea44dd8 Prevent user enumeration via password hints 4 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes 4 years ago
Daniel García 34ea10475d
Project renaming 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 3e5971b9db
Remove unnecessary result return types 4 years ago
Jake Howard a8138be69b
Use `if let` more 4 years ago
BlackDex de86aa671e Fix Key Rotation during password change 4 years ago
Fabian van Steen b41a0d840c
Correction of verify_email error message 5 years ago
BlackDex c64560016e Add /api/accounts/verify-password endpoint 5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
Jeremy Lin a314933557 Allow email changes for existing accounts even when signups are disabled 5 years ago
theycallmesteve 5571a5d8ed
Update post_keys to return a keys response model 5 years ago
Jeremy Lin c2a324e5da Clean up domain whitelist logic 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
tomuta 64d6f72e6c Add the ability to disable signups, but allow signups from a whitelist 5 years ago
Miro Prasil 00a11b1b78 Stop leaking usernames when SIGNUPS_ALLOWED=false 5 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Daniel García 6027b969f5
Delete old devices when deauthorizing user sessions 6 years ago
Daniel García 86ed75bf7c
Config can now be serialized / deserialized 6 years ago
Daniel García a1dc47b826
Change config to thread-safe system, needed for a future config panel. 6 years ago
Daniel García 834c847746
Implement admin JWT cookie, separate JWT issuers for each type of token and migrate admin page to handlebars template 6 years ago
Daniel García 4309df8334
Only create invitations when SMTP is disabled, and ignore invitations if we have a token. 6 years ago
Daniel García 5f49ecd7f3
Updated dependencies to use u2f crate directly, and some style changes 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García 2bb0b15e04
Implemented better errors for JWT 6 years ago
Daniel García 250a2b340f
Use new Errors in latest changes 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Nick Fox 2cd736ab81
Validate JWT if a user registers with SMTP invites enabled 6 years ago
Nick Fox 26bf7bc12f
Use upstream jslib invite/registration workflow 6 years ago
Nick Fox 9479108fb7
Remove CONFIG.email_invitations 6 years ago
Nick Fox 4910b14d57
Implement email invitations and registration workflow 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Daniel García f71f10eac6
Implemented key rotation with the latest vault 6 years ago
Daniel García c673370103
Updated bw_rs to Rocket version 0.4-rc1 7 years ago
janost e985221b50 User::save() should return QueryResult instead of bool 7 years ago
janost 64f6c60bfd Organization::save() and UserOrganization::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil a28caa33ef Implement poor man's admin panel 7 years ago
Daniel García 7112c86471
Updated dependencies, removed valid mail check (now done by lettre), and updated global domains file 7 years ago
Daniel García ebb66c374e
Implement KDF iterations change (Fixes #195) 7 years ago
Miroslav Prasil f7951b44ba Add alias for DELETE call on accounts 7 years ago
Daniel García b75ba216d1
Return default prelogin values when the user doesn't exist 7 years ago
Daniel García 8651df8c2a
Fixed some lint issues 7 years ago
Daniel García 3e1afb139c
Remove unnecessary return 7 years ago
Miroslav Prasil c1cd4d9a6b Modify User::new to be keyless and paswordless 7 years ago
Miroslav Prasil ec05f14f5a Implement poor man's invitation via Organization invitation 7 years ago
Jean-Christophe BEGUE 37d88be2be return an error when email adress for password hint is not valid 7 years ago