index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-27
Some fixes for the new mobile apps (#4526)
Daniel García
2024-04-27
Implement custom DNS resolver (#3988)
Daniel García
2024-03-23
Update Rust and crates (#4445)
Mathijs van Veluw
2024-03-17
refactor: replace panic with a graceful exit (#4402)
Helmut K. C. Tessarek
2024-03-17
Remove custom WebSocket code (#4001)
Mathijs van Veluw
2024-03-17
Improve JWT key initialization and avoid saving public key (#4085)
Daniel García
2024-02-08
Update Rust, crates and web-vault (#4328)
Mathijs van Veluw
2024-02-02
Add Kubernetes environment detection (#4290)
Mathijs van Veluw
2023-10-21
tokio::signal::unix::SignalKind::hangup().as_raw_value() insted of 1
Tobias Bölz
2023-10-21
Reopen log file on SIGHUP
Tobias Bölz
2023-10-07
filter handlebars logs
Stefan Melmuk
2023-08-13
Implement login-with-device
Bernd Schoolmann
2023-04-30
Prevent some `::_` logs from outputting
BlackDex
2023-03-25
Some small fixes and updates
BlackDex
2023-03-11
Merge ClientIp with Headers.
BlackDex
2023-03-07
Upd Crates, Rust, MSRV, GHA and remove Backtrace
BlackDex
2023-03-04
Admin token Argon2 hashing support
BlackDex
2023-02-07
add argon2 kdf fields
Helmut K. C. Tessarek
2023-01-11
Add avatar color support
BlackDex
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2022-12-12
Remove ctrlc crate and some updates
BlackDex
2022-12-03
Add dev-only query logging support
BlackDex
2022-12-01
Add Organizational event logging feature
BlackDex
2022-11-28
redirect to admin login page when forward fails
Stefan Melmuk
2022-11-08
Update Rust version, deps and workflow
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-10-12
add check if data folder is a directory
Stefan Melmuk
2022-09-25
add api_not_found catcher for 404 errors in /api
Stefan Melmuk
2022-09-25
add not_found catcher for 404 errors
Stefan Melmuk
2022-07-20
Fix persistent folder check within containers
BlackDex
2022-07-15
Remove read_file and read_file_string and replace them with the std alternatives
Daniel García
2022-07-10
Add more clippy checks for better code/readability
BlackDex
2022-06-26
Small change in log-level for better debugging
BlackDex
2022-06-04
Re-Base, Update crates and small change.
BlackDex
2022-06-04
Move to job_scheduler_ng
Daniel García
2022-05-26
Add a persistent volume check.
BlackDex
2022-05-21
Fix upload limits and disable color logs
BlackDex
2022-05-11
Dependency updates
Daniel García
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-03-20
Several updates and fixes
BlackDex
2022-02-22
Update async to prepare for main merge
BlackDex
2022-01-30
Upd Dockerfiles, crates. Fixed rust 2018 idioms
BlackDex
2022-01-30
Async/Awaited all db methods
BlackDex
2022-01-30
Update to rocket 0.5 and made code async, missing updating all db calls, that...
Daniel García
2022-01-23
Remove references to "bwrs" #2195
Daniel García
2021-12-22
Basic ratelimit for user login (including 2FA) and admin login
Daniel García
2021-12-01
Enabled trust-dns and some updates.
BlackDex
2021-11-06
Macro recursion decrease and other optimizations
BlackDex
2021-10-28
Add email notifications for incomplete 2FA logins
Jeremy Lin
[next]