81 Commits (bf403fee7d7bdd62744d331fd853fdf7839829f8)

Author SHA1 Message Date
BlackDex 006a2aacbb
Allow FireFox relay in CSP. 3 years ago
BlackDex 5d05ec58be
Updated deps and misc fixes and updates 3 years ago
Wonderfall 27d4b713f6 disable legacy X-XSS-Protection feature 3 years ago
BlackDex b0faaf2527
Several updates and fixes 3 years ago
BlackDex 19b8388950
Upd Dockerfiles, crates. Fixed rust 2018 idioms 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
BlackDex 42136a7097
Favicon, SMTP and misc updates 3 years ago
BlackDex f38926d666
Upd Dockerfiles, crates. Fixed rust 2018 idioms 3 years ago
Daniel García 2d5f172e77
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 3 years ago
iamdoubz e4e16ed50f Upgrade Feature-Policy to Permissions-Policy 3 years ago
Jake Howard 6ddbe84bde
Remove unnecessary return 3 years ago
Jake Howard 690d0ed1bb
Add our own HTTP date formatter 3 years ago
Jake Howard 248e7dabc2
Collapse field name definition 3 years ago
Jake Howard 4584cfe3c1
Additionally set expires header when caching responses 3 years ago
BlackDex c453528dc1
Macro recursion decrease and other optimizations 3 years ago
BlackDex 338756550a
Fix error reporting in admin and some small fixes 4 years ago
Daniel García e5ec245626
Protect namedfile against path traversal, rocket only does it for pathbuf 4 years ago
Kaito Udagawa c640abbcd7
Update src/util.rs 4 years ago
Kaito Udagawa 13598c098f Add links to browser extensions 4 years ago
Kaito Udagawa a622b4d2fb Add Edge's frame-ancestors 4 years ago
Daniel García 46e0f3c43a
Load RSA keys as pem format directly, and using openssl crate, backported from async branch 4 years ago
Daniel García 34ea10475d
Project renaming 4 years ago
Daniel García 305de2e2cd
Format the changes from merge to master 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 155109dea1
Extract client creation to a single place 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Jake Howard 49af9cf4f5
Correctly camelCase acronyms 4 years ago
Jake Howard 131348a49f
Add immutable caching for vault assets 4 years ago
Jake Howard b22564cb00
Cache icons on the client 4 years ago
Jeremy Lin 7d0e234b34 CORS fixes 4 years ago
Jeremy Lin 513056f711 Check for data folder on startup 4 years ago
Jeremy Lin e37ff60617 Change `twofactorauth.org` to `2fa.directory` 4 years ago
Jeremy Lin 455a23361f Clean up datetime output and code 4 years ago
janost e8ef76b8f9 Read config vars from files 4 years ago
Daniel García 729c9cff41
Retry initial db connection, with adjustable option 5 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 6 years ago
vpl 56f12dc982 Use Access-Control-Allow-Method 6 years ago
vpl 5a2f968d7a Set correct response headers, status code 6 years ago