79 Commits (ffa2044563692f611a7b6d9c38da5083b8e6261d)

Author SHA1 Message Date
BlackDex 2ea9b66943
Add Organizational event logging feature 2 years ago
Stefan Melmuk 870f0d0932
validate billing_email on save 2 years ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
MFijak 21bc3bfd53 group support 3 years ago
BlackDex e47a2fd0f3
Rename/Fix revoke/restore endpoints 3 years ago
BlackDex 1722742ab3
Add Org user revoke feature 3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 3 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 3 years ago
Adam Jones d014eede9a
feature: Support single organization policy 4 years ago
BlackDex 58b046fd10 Fix syncing with Bitwarden Desktop v1.28.0 4 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Olivier Martin d75a80bd2d Resolves dani-garcia/bitwarden_rs#981 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Jake Howard 0bf0125e82
Reverse negation on ordering 4 years ago
Jake Howard ea57dc3bc9
Use `matches` macro 4 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 4 years ago
Daniel García 85e3c73525
Basic experimental ldap import support with the official directory connector 4 years ago
BlackDex 7dff8c01dd JSON Response updates and small fixes 4 years ago
Jeremy Lin 9f86196a9d Add support for the Personal Ownership policy 4 years ago
Daniel García b5f9fe4d3b
Fix #1206 4 years ago
BlackDex 978be0b4a9 Fixed foreign-key (mariadb) errors. 5 years ago
Jeremy Lin 0eee907c88 Simplify implementation of `UserOrgType::cmp()` 5 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
Jeremy Lin f9a73a9bbe More cipher optimization/cleanup 5 years ago
Jeremy Lin 979d010dc2 Add support for hiding passwords in a collection 5 years ago
BlackDex ac2723f898 Updated Organizations overview 5 years ago
BlackDex 3c66deb5cc Redesign of the admin interface. 5 years ago
theycallmesteve 08afc312c3
Add missing items to profileOrganization response model 5 years ago
theycallmesteve 6a8c65493f
Rename collection_user_details to collection_read_only to reflect the response model 5 years ago
theycallmesteve 632f4d5453
Whitespace fixes 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
Daniel García 3fa78e7bb1
Initial version of policies 5 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 6 years ago
Дамјан Георгиевски 473f8b8e31 remove some unneeded mutability 6 years ago
Daniel García 86de0ca17b
Fix editing users from collections menu 6 years ago
Stephen White fc0e239bdf No point calling find_by_uuid now we don't use the result. 6 years ago
Stephen White 928ad6c1d8 Fix the list of users with access to a collection to display correctly. 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García b2fc0499f6
Finish invite functionality, and remove virtual organization 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 738ad2127b
Fixed some clippy linting issues 6 years ago
Daniel García cb930a0858
Remove some required values during login, now uses default values 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Miroslav Prasil dd684753d0 Fix gt() 7 years ago
Miroslav Prasil f3e6cc6ffd Set PartialOrd to consider invalid i32 UserOrgType lower than anything 7 years ago