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-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
2018-08-31
Add support for CipherUpdate notifications
Shane A. Faulkner
2018-08-30
Initial version of websockets notification support.
Daniel García
2018-08-30
Fix editing shared cipher (fixes #164)
Miroslav Prasil
2018-08-29
`Attachment::save()` returns Result instead of bool (#161)
Baelyk
2018-08-29
Allow non-Admin user to share to collection (fixes #157) (#159)
mprasil
2018-08-29
Add DELETE handlers fo cipher and attachment deletion (fixes #158) (#160)
mprasil
2018-08-27
Support password history #155 (#156)
Kumar Ankur
2018-08-25
Add IP and Username to failed login attempts
Baelyk
2018-08-24
Implemented basic support for prelogin and notification negotiation
Daniel García
2018-08-21
Update affected users revision on cipher and folder change
Miroslav Prasil
2018-08-21
Update user revision timestamp on Organization changes
Miroslav Prasil
2018-08-21
Add PUT alias for Organization updates
Miroslav Prasil
2018-08-21
Merge pull request #144 from mprasil/collection_revision
Daniel García
[next]