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
Age
Commit message (
Expand
)
Author
2019-02-08
Mention relation between DOMAIN and mail settings in .env template
1.7.0
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
2019-02-06
Updated dependencies
Daniel García
2019-02-06
Merge pull request #387 from mprasil/collections_edit_revision
Daniel García
2019-02-06
Update revision when adding or removing cipher from collection
Miroslav Prasil
2019-02-06
Merge pull request #386 from mprasil/revision_collection_delete
Daniel García
2019-02-06
Update revision of affected users when deleting Collection
Miroslav Prasil
2019-02-05
Merge pull request #385 from mprasil/update_revision_retry
Daniel García
2019-02-05
Do not allocate uneccessary Vec
Miroslav Prasil
2019-02-05
Do not update revision at the end, as we already did that
Miroslav Prasil
2019-02-05
cipher does not need to be mutable
Miroslav Prasil
2019-02-05
Remove superfluous cipher.save() call
Miroslav Prasil
2019-02-05
Retry updating revision - fixes #383
Miroslav Prasil
2019-02-04
Merge pull request #382 from BlackDex/iter-iconlist
Daniel García
2019-02-04
Fixed issue when the iconlist is smaller then 5
BlackDex
2019-02-04
Loop through the iconlist until an icon is found
BlackDex
2019-02-04
Merge pull request #381 from BlackDex/issue-380
Daniel García
2019-02-04
Fixed issue #380
BlackDex
2019-01-31
Merge pull request #377 from BlackDex/icon-cookies
Daniel García
2019-01-31
Some small changes on the iter of the cookies
BlackDex
2019-01-31
Added cookies to the icon download request.
BlackDex
2019-01-29
Update web vault error message
Daniel García
2019-01-29
Reuse the client between requests, and use the client when downloading the ic...
Daniel García
2019-01-29
Merge pull request #372 from BlackDex/better-href-fix
Daniel García
2019-01-29
Changed the way to fix the href
BlackDex
2019-01-28
Disable icon downloads, accept optional query after icon href, format and cli...
Daniel García
2019-01-28
Only send one notification per vault import and purge, improve move ciphers f...
Daniel García
2019-01-27
Remove local icon extractor
Daniel García
2019-01-27
Merge pull request #370 from BlackDex/favicons
Daniel García
2019-01-27
Removed unwrap and added ?
BlackDex
2019-01-27
Moved function call to get_icon_url to prevent error bubbeling
BlackDex
2019-01-27
Added better favicon downloader.
BlackDex
2019-01-26
Add disabled user badge (no password) and deauthorize button to admin page.
Daniel García
2019-01-25
Add 2FA icon to admin panel
Daniel García
2019-01-25
Change config to thread-safe system, needed for a future config panel.
Daniel García
2019-01-25
Fix editing users from collections menu
Daniel García
2019-01-25
Merge pull request #365 from CoreFiling/master
Daniel García
2019-01-25
No point calling find_by_uuid now we don't use the result.
Stephen White
2019-01-25
Fix the list of users with access to a collection to display correctly.
Stephen White
2019-01-24
Update web-vault to fix U2F NotTrustedAnchor error
Daniel García
[next]