45 Commits (be1ddb4203d47331a141a8916c7067c8be7ebd3d)

Author SHA1 Message Date
Daniel García 729c9cff41
Retry initial db connection, with adjustable option 4 years ago
Jeremy Lin de70fbf88a Use `strip_prefix()` instead of `trim_start_matches()` as appropriate 5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
fdeĉ 4c3727b4a3 use format! for rounding to fix arm issue 5 years ago
Daniel García a8870eef0d
Convert to f32 before rounding to fix arm issue 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 29a0795219 Add backend support for alternate base dir (subdir/subpath) hosting 5 years ago
Daniel García 8867626de8
Add option to change invitation org name, fixes #825 5 years ago
Daniel García d212dfe735
Accept y/n, True/False, 1/0 as booleans in environment vars 5 years ago
Daniel García 36ae946655
Avoid some to_string in the request logging and include message to disable web vault when not found. 5 years ago
Daniel García 2545469713
Fix crash when page URL points to huge file 5 years ago
Daniel García a03db6d224
Also hide options requests, unless using debug or trace 5 years ago
Daniel García 8d1b72b951
Collapsed log messages from 3 lines per request to 2 and hidden the ones valued as less informative. 5 years ago
vpl 7b1da527a6 Change CORS headers 5 years ago
vpl 56f12dc982 Use Access-Control-Allow-Method 5 years ago
vpl 5a2f968d7a Set correct response headers, status code 5 years ago
vpl 16d88402cb Initial version of CORS support 5 years ago
Daniel García 4689ed7b30
Changed uppercase deserializer to avoid a clone. 6 years ago
Daniel García 5ee04e31e5
Updated dependencies, removed some unnecessary clones and fixed some lints 6 years ago
Daniel García 877408b808
Implement basic config loading and updating. No save to file yet. 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
TBK d8116a80df Add Feature-Policy header 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 acb9d1b3c6
Remove config option for admin email, embdedded admin page, managed IO::Error, and added security and cache headers globally 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 4e827e4f8a
Implement better retry and use it while saving device 6 years ago
Daniel García 7adc045b80
Updated IP logging to use client_ip, to match old remote behavior. 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 c673370103
Updated bw_rs to Rocket version 0.4-rc1 6 years ago
Daniel García ce4fedf191
Change error response to be closer to upstream 6 years ago
Daniel García 948554a20f
Added config option for websocket port, and reworked the config parsing a bit. 6 years ago
Miroslav Prasil b3f3fd81ac Update theerror format to show message in new Vault 7 years ago
Daniel García 819622e310 Documented U2F, removed debug prints, and documented missing features 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 410ee9f1f7 Fixed case problems, hopefully this time for real 7 years ago
Daniel García 483066b9a0 Some style changes, removed useless matches and formats 7 years ago
Daniel García 5ec728683e Make sure the inputs are always in the same case (PascalCase, which is what upstream seems to prefer most of the time) 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 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. 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