61 Commits (0bf0125e8271e7c8449da50d0572de5147043ca7)

Author SHA1 Message Date
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
Miroslav Prasil 66a4c5d48b Implement comparison between i32 and UserOrgType 7 years ago
Daniel García c673370103
Updated bw_rs to Rocket version 0.4-rc1 7 years ago
janost 64f6c60bfd Organization::save() and UserOrganization::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil a28caa33ef Implement poor man's admin panel 7 years ago
Miroslav Prasil 54f54ee845 Update revision for users on collection save 7 years ago
Miroslav Prasil c3c74506a7 Add missing fields to returned Org json 7 years ago
Daniel García 8651df8c2a
Fixed some lint issues 7 years ago
Miroslav Prasil ec05f14f5a Implement poor man's invitation via Organization invitation 7 years ago
Miroslav Prasil 049aa33f17 Fix editing users in Organization 7 years ago
Miroslav Prasil 2b2401be19 Update affected users revision on cipher and folder change 7 years ago
Miroslav Prasil 9eea0151ba Update user revision timestamp on Organization changes 7 years ago
Miroslav Prasil 692ed81306 Do not show organization stuff to not accepted user 7 years ago
Daniel García a1ffa4c28d Allow TOTP generation in organizations (Fixes #50) 7 years ago
Daniel García 4cf9f83866 Fixed sync 7 years ago
Daniel García 1a4b1a8254 Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders) 7 years ago
Miroslav Prasil 62be23b1c0 Support listing and deleting users from collection 7 years ago