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
2019-03-20
Adjust whitespace
Nick Fox
2019-03-20
Break up long line to stop SMTP from breaking
Nick Fox
2019-03-18
Added domain blacklist regex for icons service and improved valid domain check.
Daniel García
2019-03-18
Changed uppercase deserializer to avoid a clone.
Daniel García
2019-03-14
Allow changing error codes and create an empty error.
Daniel García
2019-03-10
Add option to use wrapped TLS in email, instead of STARTTLS upgrade
Daniel García
2019-03-09
Update admin page scripts and fixed broken tooltip
Daniel García
2019-03-07
Add option to force resync clients in admin panel
Daniel García
2019-03-07
Add warning about config panel values overriding env vars.
Daniel García
2019-03-07
Trim spaces from admin token during authentication and validate that the admi...
Daniel García
2019-03-07
Explicitly close SMTP connection in case of error.
Daniel García
2019-03-03
Some formatting and dependency updates
Daniel García
2019-03-03
Added option to force 2fa at logins and made some changes to two factor code.
Daniel García
2019-02-27
Update dependencies and fix some lints
Daniel García
2019-02-24
Minor typo fix conect => connect
Frank Petrilli
2019-02-22
remove some unneeded mutability
Дамјан Георгиевски
2019-02-20
Merge pull request #406 from shauder/feature/disable-admin-token
Daniel García
2019-02-20
Allow the Admin token to be disabled in the advanced menu
Shane Faulkner
2019-02-20
Print a warning when an env variable is being overriden by the config file, a...
Daniel García
2019-02-20
Updated dependencies, removed some unnecessary clones and fixed some lints
Daniel García
2019-02-18
Remove margins on small devices
Daniel García
2019-02-18
Add extra padding when the toolbar collapses in small devices
Daniel García
2019-02-18
Show read-only options in the config panel and the env variable names in the ...
Daniel García
2019-02-18
Extended the template file and refer to wiki
Miroslav Prasil
2019-02-18
Add an option to not enable WAL (should help in #399)
Miroslav Prasil
2019-02-17
Escape user data from admin panel when calling JS
Daniel García
2019-02-16
Implemented multiple U2f keys, key names, and compromised checks
Daniel García
2019-02-16
Delete old devices when deauthorizing user sessions
Daniel García
2019-02-16
Fix Yubikeys deleted on error
Daniel García
2019-02-13
Removed list of mounted routes at startup by default, with option to add it b...
Daniel García
2019-02-12
Add version to initial message
Daniel García
2019-02-12
Added config option for icon download timeout
BlackDex
2019-02-11
Implement constant time equal check for admin, 2fa recover and 2fa remember t...
Daniel García
2019-02-10
Add missing url parameter
Daniel García
2019-02-10
Implemented HTML emails with text alternative
Daniel García
2019-02-10
Added HTML templates (+14 squashed commit)
TheMardy
2019-02-10
Show version in admin panel
Daniel García
2019-02-10
Error when admin panel is disabled
Daniel García
2019-02-08
Hide secrets in config panel
Daniel García
2019-02-08
Change use of deserialize_with for Option iterator
Daniel García
2019-02-08
Fixed some clippy lints and changed update_uuid_revision to only use one db q...
Daniel García
2019-02-06
Add reset user config button
Daniel García
2019-02-06
Fix .env path traversal issue
Daniel García
2019-02-06
Yubico and SMTP enable/disable master switches
Daniel García
2019-02-06
Add groups
Daniel García
2019-02-06
Added env variable to select config file. Initial work towards groups and add...
Daniel García
2019-02-06
Implemented config form and fixed config priority
Daniel García
2019-02-06
Save config
Daniel García
2019-02-06
Implement basic config loading and updating. No save to file yet.
Daniel García
2019-02-06
Config can now be serialized / deserialized
Daniel García
[next]