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
2018-11-09
Clean up after u2f endpoint split
Roman Hargrave
2018-11-09
Initial u2f fix
Roman Hargrave
2018-10-23
Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving Cu...
janost
2018-10-19
Fix /sync without query string
janost
2018-10-17
Don't send Domains if excludeDomains=true on /sync
janost
2018-10-15
Do not spawn WS thread if it's disabled
Miroslav Prasil
2018-10-14
Disable WebSockets negotiation by default
Miroslav Prasil
2018-10-14
Merge pull request #218 from janost/refactor-folder-save
Daniel García
2018-10-14
User::save() should return QueryResult instead of bool
janost
2018-10-14
Folder::save() should return QueryResult instead of bool
janost
2018-10-14
Merge pull request #217 from janost/refactor-device-save
Daniel García
2018-10-14
Device::save() should return QueryResult instead of bool
janost
2018-10-14
Organization::save() and UserOrganization::save() should return QueryResult i...
janost
2018-10-12
Implement poor man's admin panel
Miroslav Prasil
2018-10-10
Change error response to be closer to upstream
Daniel García
2018-10-07
CollectionCipher::save() and delete() should return QueryResult instead of bool
janost
2018-10-06
Merge pull request #210 from janost/cipher-save-refactor
Daniel García
2018-10-06
Cipher::save() should return QueryResult instead of bool
janost
2018-10-05
Return proper error message for org reinvite
janost
2018-10-04
Updated dependencies, removed valid mail check (now done by lettre), and upda...
Daniel García
2018-10-01
Merge pull request #206 from mprasil/collection_revision
Daniel García
2018-10-01
Add continuation token when we return object list
Miroslav Prasil
2018-10-01
Handle return value from Collection::save()
Miroslav Prasil
2018-10-01
Update revision for users on collection save
Miroslav Prasil
2018-10-01
Add missing fields to returned Org json
Miroslav Prasil
2018-10-01
Clean up the share_collection handling
Miroslav Prasil
2018-09-28
Add WEBSOCKET_ADDRESS config option (Fixes #199)
Daniel García
2018-09-19
Temp fix for OpenSSL 1.1.1 compatibility
Daniel García
2018-09-19
Implement KDF iterations change (Fixes #195)
Daniel García
2018-09-18
Add alias for DELETE call on accounts
Miroslav Prasil
2018-09-13
Return default prelogin values when the user doesn't exist
Daniel García
2018-09-13
Fixed some lint issues
Daniel García
2018-09-13
Added config option for websocket port, and reworked the config parsing a bit.
Daniel García
2018-09-13
Updated dependencies and fixed errors
Daniel García
2018-09-13
Merge branch 'ws'
Daniel García
2018-09-13
Implement organization import for admins and owners (Fixes #178)
Daniel García
2018-09-12
Remove unnecessary return
Daniel García
2018-09-11
Add error message when the proxy doesn't route websockets correctly
Daniel García
2018-09-11
Merge pull request #173 from mprasil/poormans_invites
Daniel García
2018-09-11
Modify User::new to be keyless and paswordless
Miroslav Prasil
2018-09-11
Merge pull request #137 from stammw/master
Daniel García
2018-09-11
Implement poor man's invitation via Organization invitation
Miroslav Prasil
2018-09-11
return an error when email adress for password hint is not valid
Jean-Christophe BEGUE
2018-09-11
Special messages when user has no password hint
Jean-Christophe BEGUE
2018-09-11
Save None instead of empty password hint
Jean-Christophe BEGUE
2018-09-04
Merge branch 'master' into ws
Daniel García
2018-09-04
Fix the logic in user edditing
Miroslav Prasil
2018-09-04
Check properly the user membership in Organization
Miroslav Prasil
2018-09-04
Fix editing users in Organization
Miroslav Prasil
2018-09-01
Add notifications for cipher delete and create
Shane A. Faulkner
[next]