88 Commits (6c2041b2e572db14fcbb62bc36f84b1db7173fe0)

Author SHA1 Message Date
Miro Prasil 03233429f4 Remove check from Invitation:take() 5 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 5 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 6 years ago
Daniel García df8114f8be
Updated client kdf iterations to 100000 and fixed some lints 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 6 years ago
Daniel García 0136c793b4
Implement better user status API, in the future we'll probably want a way to disable users. 6 years ago
Daniel García 621f607297
Update dependencies and fix some warnings 6 years ago
Daniel García 43f9038325
Add option to force resync clients in admin panel 6 years ago
Дамјан Георгиевски 473f8b8e31 remove some unneeded mutability 6 years ago
Daniel García 9636f33fdb
Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 6 years ago
Daniel García 8b4a6f2a64
Fixed some clippy lints and changed update_uuid_revision to only use one db query 6 years ago
Miroslav Prasil bce656c787 Retry updating revision - fixes #383 6 years ago
Daniel García bef1183c49
Only send one notification per vault import and purge, improve move ciphers functions 6 years ago
Daniel García 69036cc6a4
Add disabled user badge (no password) and deauthorize button to admin page. 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 ddd49596ba
Fix invite empty email 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 b2fc0499f6
Finish invite functionality, and remove virtual organization 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 1b5134dfe2
Fixed delete user when 2FA is enabled, implemented delete user for admin panel, and the front-end part for invite user. Secured admin panel behind a configurable token. 6 years ago
Daniel García cb930a0858
Remove some required values during login, now uses default values 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Daniel García 2fde4e6933
Implemented proper logging, with support for file logging, timestamp and syslog (this last one is untested) 6 years ago
Daniel García f71f10eac6
Implemented key rotation with the latest vault 7 years ago
Miroslav Prasil 66a4c5d48b Implement comparison between i32 and UserOrgType 7 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
Miroslav Prasil a28caa33ef Implement poor man's admin panel 7 years ago
Daniel García ebb66c374e
Implement KDF iterations change (Fixes #195) 7 years ago
Daniel García 8651df8c2a
Fixed some lint issues 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
Miroslav Prasil a5ef8aef0f Update affected users revision when there are collection changes 7 years ago
Miroslav Prasil 4fb09c5b4d Actually update the revision date for user struct, not just in DB 7 years ago
Miroslav Prasil 3f5a99916a Implement update_revision trigger 7 years ago
Daniel García dae92b9018 Implemented U2F, refactored Two Factor authentication, registering U2F device and authentication should work. Works on Chrome on MacOS with a virtual device. 7 years ago
Daniel García b0ee5f6570 Improved two factor auth 7 years ago
Miroslav Prasil a0796acbc7 Implement suggested improvements 7 years ago
Miroslav Prasil 514a372bc8 Add per-user folder-cipher mapping 7 years ago
Miroslav Prasil c5185ddb83 Adding some oganization features 7 years ago
Daniel García 4093bf92fe Initial organizations functionality: Creating orgs and inviting users 7 years ago
Daniel García 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. 7 years ago
Daniel García 912901780e Updated modified date when saving and removed hardcoded attachment domain 7 years ago
Daniel García 31bf2bc2b1 Solved some warnings 7 years ago
Daniel García b54684b677 Upload and download attachments, and added License file 7 years ago
Daniel García 5cd40c63ed First working version 7 years ago