110 Commits (8409b31d6be818836434e57ab2200c85d17df4ed)

Author SHA1 Message Date
Daniel García 8409b31d6b
Update to diesel2 3 years ago
Daniel García 6fa6eb18e8
Remove unused value in config endpoint 3 years ago
Stefan Melmuk 102ee3f871
add api_not_found catcher for 404 errors in /api 3 years ago
Daniel García edca4248aa
Use optional env as this variable isn't defined during CI 3 years ago
Daniel García 818b254cef
Implement config endpoint 3 years ago
BlackDex b71d9dd53e
Fix for issue #2566 3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 3 years ago
Jeremy Lin df8aeb10e8 Add `/api/{alive,now,version}` endpoints 3 years ago
BlackDex b0faaf2527
Several updates and fixes 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 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 4 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 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 4 years ago
Daniel García f4a9645b54
Remove references to "bwrs" #2195 3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins 4 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature 4 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes 4 years ago
Daniel García 0dcea75764
Remove unused lifetime and double referencing 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
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 155109dea1
Extract client creation to a single place 4 years ago
Jeremy Lin d77333576b Add support for auto-deleting trashed items 4 years ago
Jeremy Lin 73ff8d79f7 Add a generic job scheduler 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Jake Howard 3e5971b9db
Remove unnecessary result return types 4 years ago
Daniel García 1fc6c30652
Send deletion thread and updated users revision 4 years ago
Daniel García 8da5b99482
Send API 4 years ago
BlackDex 235ff44736 Updated the admin interface 4 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
BlackDex 1b4b40c95d Updated reqwest to the latest version. 5 years ago
Jeremy Lin 29a0795219 Add backend support for alternate base dir (subdir/subpath) hosting 5 years ago
Daniel García a0ece3754b
Formatting 5 years ago
Patrick Li 85dbf4e16c
Don't include excluded global equivalent domains during sync 6 years ago
BlackDex edc482c8ea Changed HIBP Error message. 6 years ago
BlackDex 6e5c03cc78 Some modification when no HIBP API Key is set 6 years ago
Daniel García 4a7d2a1e28
Rename static files endpoint 6 years ago
Daniel García 515b87755a
Update HIBP to v3, requires paid API key, fixes #583 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Daniel García 61515160a7
Allow changing error codes and create an empty error. 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
Daniel García a797459560
Implement HIBP check [WIP]. 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 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 5fecf09631
Initial version of admin panel, list users and reload user list works. No serious auth method yet, password is 'token123' 6 years ago
Daniel García 19754c967f
More changes to the push token, and filtered multipart logs 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Daniel García dc1bb6de20
Update device push token methods to more closely follow the official server response 6 years ago
Daniel García 00abd4c853
Add create endpoint, fixes #253, fixes #261 7 years ago
Stepan Fedorko-Bartos 9e0e4b13c5 Adds Yubikey OTP Support 7 years ago