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
Age
Commit message (
Expand
)
Author
2022-07-15
Remove read_file and read_file_string and replace them with the std alternatives
Daniel García
2022-07-15
Merge branch 'more-clippy-checks' of https://github.com/BlackDex/vaultwarden ...
Daniel García
2022-07-15
Move around comments
Daniel García
2022-07-10
Add more clippy checks for better code/readability
BlackDex
2022-07-09
Use if let instead of a match with empty block.
Yip Rui Fung
2022-07-09
Apply rustfmt.
Yip Rui Fung
2022-07-09
Use match to avoid ownership issues on the TempFile / file_path variables in ...
Yip Rui Fung
2022-07-09
Remove option and use unwrap_or_else to fall back to copy behavior.
Yip Rui Fung
2022-07-09
Add option to make file uploads use move_copy_to instead of persist_to
Yip Rui Fung
2022-07-06
Upgrade dependencies and swap lettre to async transport
Daniel García
2022-06-30
Add `password_hints_allowed` config option
Jeremy Lin
2022-06-26
Merge branch 'log-level-adjustment' of https://github.com/BlackDex/vaultwarde...
Daniel García
2022-06-26
Merge branch 'fix-issue-2570' of https://github.com/BlackDex/vaultwarden into...
Daniel García
2022-06-26
Merge branch 'optimize-icon-html-parsing' of https://github.com/BlackDex/vaul...
Daniel García
2022-06-26
Merge branch 'fix-issue-2566' of https://github.com/BlackDex/vaultwarden into...
Daniel García
2022-06-26
Small change in log-level for better debugging
BlackDex
2022-06-25
Update dep's and small improvements on favicons
BlackDex
2022-06-22
Fix identicons not always working
BlackDex
2022-06-22
Allow FireFox relay in CSP.
BlackDex
2022-06-21
Fix for issue #2566
BlackDex
2022-06-15
Merge pull request #2555 from jjlin/global-domains
Daniel García
2022-06-14
Updated deps and misc fixes and updates
BlackDex
2022-06-12
Sync global_domains.json to bitwarden/server@194b76c (HealthCare.gov)
Jeremy Lin
2022-06-12
Sync global_domains.json to bitwarden/server@496c9a5 (Proton)
Jeremy Lin
2022-06-04
Re-Base, Update crates and small change.
BlackDex
2022-06-04
Fix clippy lint and remove unused log
Daniel García
2022-06-04
Fix incorrect pings sent, and respond to pings from the client
Daniel García
2022-06-04
use dashmap in icons blacklist regex
Daniel García
2022-06-04
Move to job_scheduler_ng
Daniel García
2022-06-04
Migrate old ws crate to tungstenite, which is async and also removes over 20 ...
Daniel García
2022-06-04
Merge branch 'lettre-improvements' of https://github.com/paolobarbolini/vault...
Daniel García
2022-06-04
Remove manual IDN handling
Paolo Barbolini
2022-06-04
Use MultiPart::alternative_plain_html instead of manual impl
Paolo Barbolini
2022-06-02
Adding "UserEnabled" and "CreatedAt" member to the json output of a User in t...
Lyonel Martinez
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-11
Merge branch 'db-conn-init' of https://github.com/jjlin/vaultwarden into jjli...
Daniel García
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-04-29
Switch to a single config option for database connection init
Jeremy Lin
2022-04-26
Add default connection-scoped pragmas for SQLite
Jeremy Lin
2022-04-26
Add support for database connection init statements
Jeremy Lin
2022-04-23
Add `/api/{alive,now,version}` endpoints
Jeremy Lin
2022-03-29
Sync global_domains.json to bitwarden/server@3521ccb (Just Eat Takeaway.com)
Jeremy Lin
2022-03-27
Remove u2f implementation
BlackDex
2022-03-26
Merge branch 'x-xss-protection' of https://github.com/Wonderfall/vaultwarden ...
Daniel García
2022-03-21
disable legacy X-XSS-Protection feature
Wonderfall
2022-03-20
Several updates and fixes
BlackDex
2022-03-12
Update login API code
BlackDex
2022-02-27
Merge branch 'async-updates' of https://github.com/BlackDex/vaultwarden into ...
Daniel García
[next]