35 Commits (948554a20fd46acc7155303985b9517607b246b9)

Author SHA1 Message Date
Daniel García 928e2424c0
Updated dependencies and fixed errors 7 years ago
Daniel García f397f0cbd0
Implement organization import for admins and owners (Fixes #178) 7 years ago
Miroslav Prasil c1cd4d9a6b Modify User::new to be keyless and paswordless 7 years ago
Miroslav Prasil ec05f14f5a Implement poor man's invitation via Organization invitation 7 years ago
Miroslav Prasil c58682e3fb Fix the logic in user edditing 7 years ago
Miroslav Prasil db111ae2a0 Check properly the user membership in Organization 7 years ago
Miroslav Prasil 049aa33f17 Fix editing users in Organization 7 years ago
Miroslav Prasil 40d09ddd2a Add PUT alias for Organization updates 7 years ago
Miroslav Prasil 00b882935f Deserialize "null" to empty Vec for Collections 7 years ago
Miroslav Prasil 0dfd9c7670 Add couple more aliases for PUTs and DELETEs 7 years ago
Daniel García a291dea16f Updated dependencies and Docker image to new web-vault 7 years ago
Daniel García 1cb67eee69 Implement leave organization (accessed from the bottom of the user's settings page) 7 years ago
Daniel García 0905355629 Fix wrong case in import struct, invite collections and user Uri back-compat 7 years ago
Daniel García 483066b9a0 Some style changes, removed useless matches and formats 7 years ago
Daniel García 5ec728683e Make sure the inputs are always in the same case (PascalCase, which is what upstream seems to prefer most of the time) 7 years ago
Daniel García faa26ab8f5 Changed error message 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 135ab4fb20 Clean up organizations.rs with new request guards 7 years ago
Miroslav Prasil 46f3b229ee Removed unnecessary checks, simplified the code a bit 7 years ago
Miroslav Prasil 62be23b1c0 Support listing and deleting users from collection 7 years ago
Miroslav Prasil 4d50014e35 Implement request guards for organization 7 years ago
Miroslav Prasil 85ecd001a5 Fix user invitation 7 years ago
Miroslav Prasil 941747f9e8 Implement deleting Organization 7 years ago
Miroslav Prasil a0d2ca3f24 Implement deleting collections 7 years ago
Daniel García 032134aabc Fixed some errors asigning collections to users 7 years ago
Daniel García 79b4ddcae8 Added read_only bit to users_collections 7 years ago
Daniel García 0cb58add54 Implemented some admin methods, inserted CollectionsUsers only when Org accessAll == false, and implemented find_collection when user has access_all in Org 7 years ago
Miroslav Prasil 514a372bc8 Add per-user folder-cipher mapping 7 years ago
Miroslav Prasil 7e9e200d29 Add support for adding and viewing of org ciphers 7 years ago
Miroslav Prasil c5185ddb83 Adding some oganization features 7 years ago
Daniel García 5210f9b951 Added org user editing 7 years ago
Daniel García e6132809d2 Implemented delete user from org and added checks to the already existing org methods 7 years ago
Daniel García 4093bf92fe Initial organizations functionality: Creating orgs and inviting users 7 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings 7 years ago
Daniel García 1bc346688c Some initial work on organizations, nothing works yet 7 years ago