cryptomator / hub

Cryptomator Hub helps you manage vaults in large teams
GNU Affero General Public License v3.0
36 stars 8 forks source link

Last changes for Cryptomator Hub CLI #243

Closed SailReal closed 7 months ago

SailReal commented 7 months ago

This PR provides some changes for Cryptomator Hub CLI:

  1. GET /vaults/some?ids=vaultId3000 can now be executed as USER, was before OWNER
  2. There is a new GroupsResource to get all groups and of a group all effective users (including users of the subgroups)
  3. DELETE /{vaultId}/users/{userId} and DELETE /{vaultId}/groups/{groupId} is removed and replaced by DELETE /{vaultId}/authority/{authorityId}