Commit Graph

161 Commits (382e6107fe79c0828c7efeb1e05b81cf2a0f2572)

Author SHA1 Message Date
Stefan Melmuk 102ee3f871
add api_not_found catcher for 404 errors in /api
2 years ago
Stefan Melmuk acb5ab08a8
add not_found catcher for 404 errors
2 years ago
BlackDex 9a787dd105
Fix persistent folder check within containers
2 years ago
Daniel García c9376e3126
Remove read_file and read_file_string and replace them with the std alternatives
2 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability
2 years ago
BlackDex 45d3b479bc
Small change in log-level for better debugging
2 years ago
BlackDex e33b8fab34
Re-Base, Update crates and small change.
3 years ago
Daniel García 16ff49d712
Move to job_scheduler_ng
3 years ago
BlackDex 40ed505581
Add a persistent volume check.
3 years ago
BlackDex 1c266031d7
Fix upload limits and disable color logs
3 years ago
Daniel García 2a9ca88c2a
Dependency updates
3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions
3 years ago
BlackDex b0faaf2527
Several updates and fixes
3 years ago
BlackDex 5f01db69ff
Update async to prepare for main merge
3 years ago
BlackDex f38926d666
Upd Dockerfiles, crates. Fixed rust 2018 idioms
3 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
3 years ago
Daniel García f4a9645b54
Remove references to "bwrs" #2195
3 years ago
Daniel García 5529264c3f
Basic ratelimit for user login (including 2FA) and admin login
3 years ago
BlackDex e327583aa5
Enabled trust-dns and some updates.
3 years ago
BlackDex c453528dc1
Macro recursion decrease and other optimizations
3 years ago
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
3 years ago
Jeremy Lin cee3fd5ba2 Emergency Access cleanup
3 years ago
thelittlefireman 4ab9362971 Add Emergency contact feature
3 years ago
Daniel García e3a2dfffab
Formatting
3 years ago
Daniel García 46e0f3c43a
Load RSA keys as pem format directly, and using openssl crate, backported from async branch
3 years ago
Daniel García c380d9c379
Support for webauthn and u2f->webauthn migrations
4 years ago
BlackDex f270f2ed65 Updated icon fetching and crates.
4 years ago
Daniel García 7b5d5d1302
Rename references to the discourse forum
4 years ago
Daniel García 34ea10475d
Project renaming
4 years ago
Jake Howard 994669fb69
Merge remote-tracking branch 'origin/master' into fmt
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 49af9cf4f5
Correctly camelCase acronyms
4 years ago
Jake Howard ea57dc3bc9
Use `matches` macro
4 years ago
Daniel García 1fc6c30652
Send deletion thread and updated users revision
4 years ago
Jeremy Lin 513056f711 Check for data folder on startup
4 years ago
Daniel García 8b660ae090
Swap structopt for a simpler alternative
4 years ago
BlackDex 5860679624 Updated dependencies and small mail fixes
4 years ago
BlackDex 235ff44736 Updated the admin interface
4 years ago
BlackDex 48baf723a4 Updated icon downloading
4 years ago
BlackDex 6faaeaae66 Updated email processing.
4 years ago
Daniel García 729c9cff41
Retry initial db connection, with adjustable option
4 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros.
4 years ago
Jeremy Lin f83a8a36d1 Track favorites on a per-user basis
4 years ago
Daniel García 93b7ded1e6
Remove unneccessary shim for backtrace
4 years ago
Jeremy Lin d348f12a0e Add config option for log timestamp format
4 years ago
Daniel García 1e950c7dbc
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation
4 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports
4 years ago