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
/
api
/
core
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-11-12
fix hibp username encoding and pw hint check (#5180)
Mathijs van Veluw
2024-11-10
Limit HIBP to authed users
1.32.4
Daniel García
2024-11-10
Update crates and fix several issues
BlackDex
2024-09-20
Fix keyword collision in Rust 2024 and add new api/config value (#4975)
Daniel García
2024-08-22
Remove `version` from server config info (#4885)
philomathic_life
2024-08-07
Update crates, web-vault and fixes (#4823)
Mathijs van Veluw
2024-07-12
Improved HTTP client (#4740)
Daniel García
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-06
Update Key Rotation web-vault v2024.3.x (#4446)
Mathijs van Veluw
2024-01-01
Allow customizing the featureStates (#4168)
Philipp Kolberg
2024-01-01
Update Rust and Crates (#4211)
Mathijs van Veluw
2023-11-09
Disable autofill-v2 (#4056)
Mathijs van Veluw
2023-11-04
feat: Working passkeys storage (#4025)
GeekCorner
2023-10-23
Implement cipher key encryption (#3990)
Daniel García
2023-08-13
Implement login-with-device
Bernd Schoolmann
2023-06-13
Merge and modify PR from @Kurnihil
BlackDex
2023-06-11
feat: Push Notifications
GeekCornerGH
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2023-01-09
Fix failing large note imports
BlackDex
2022-12-31
Update WebSocket Notifications
BlackDex
2022-11-27
Add Organizational event logging feature
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-09-25
Remove unused value in config endpoint
Daniel García
2022-09-25
add api_not_found catcher for 404 errors in /api
Stefan Melmuk
2022-09-08
Use optional env as this variable isn't defined during CI
Daniel García
2022-09-08
Implement config endpoint
Daniel García
2022-06-21
Fix for issue #2566
BlackDex
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-04-23
Add `/api/{alive,now,version}` endpoints
Jeremy Lin
2022-03-20
Several updates and fixes
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2022-02-27
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-10-28
Add email notifications for incomplete 2FA logins
Jeremy Lin
2021-09-17
Add Emergency contact feature
thelittlefireman
2021-07-04
Added web-vault v2.21.x support + some misc fixes
BlackDex
2021-06-26
Remove unused lifetime and double referencing
Daniel García
2021-06-25
Load RSA keys as pem format directly, and using openssl crate, backported fro...
Daniel García
2021-04-15
Merge branch 'master' into fmt
Daniel García
2021-04-06
Merge remote-tracking branch 'origin/master' into fmt
Jake Howard
2021-04-06
Modify rustfmt file
Jake Howard
2021-04-06
Extract client creation to a single place
Jake Howard
2021-04-05
Add support for auto-deleting trashed items
Jeremy Lin
2021-04-05
Add a generic job scheduler
Jeremy Lin
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-27
Remove unnecessary result return types
Jake Howard
2021-03-22
Send deletion thread and updated users revision
Daniel García
2021-03-14
Send API
Daniel García
[next]