Commit Graph

18 Commits (f7ffb81d9ec0c5deb159bae9064b7f5fb4231731)

Author SHA1 Message Date
Jean-Christophe BEGUE f7ffb81d9e SMTP configuration parsing and checking
6 years ago
Jean-Christophe BEGUE c031ae9f2f Make password hints available in the error message #85
6 years ago
Miroslav Prasil 2872f40d13 WAL journal mode and delete retry added
6 years ago
Daniel García 4f6f510bd4 Improve domain detection, should fix attachment problems. Otherwise, set the `DOMAIN` env variable to the correct domain
6 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.
6 years ago
Daniel García 538dc00234 Improved configuration and documented options. Implemented option to disable web vault and to disable the use of bitwarden's official icon servers
7 years ago
Daniel García f72efa899e Updated dependencies and created 'rust-toolchain', to mark a working nightly to rustup users, and hopefully avoid some nightly breakage.
7 years ago
Daniel García 1a4b1a8254 Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders)
7 years ago
Daniel García fcef2fa1f1 Check that the database folder exists before connecting
7 years ago
Daniel García 3d454f36bc Removed included web vault.
7 years ago
Daniel García 3a1321a5a9 Updated some dependencies and removed old unused attribute that might create compile errors
7 years ago
Daniel García 9116253ae5 Updated dependencies
7 years ago
Daniel García 66097e5f12 r2d2_diesel is included in diesel since 1.1, so we don't need the dependencies directly.
7 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings
7 years ago
Daniel García d5486670d8 Fixed docker build and implemented automatic creation of JWT signing keys on platforms with OpenSSL (it needs to be on the PATH)
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 31bf2bc2b1 Solved some warnings
7 years ago
Daniel García 5cd40c63ed First working version
7 years ago