From 62e8efe9817a270c102cc55f46d243412063dd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 11 Oct 2022 11:07:49 +0000 Subject: [PATCH 1/2] add new user type space owner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- cs3/identity/user/v1beta1/resources.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cs3/identity/user/v1beta1/resources.proto b/cs3/identity/user/v1beta1/resources.proto index 2e12b916..2c6924a4 100644 --- a/cs3/identity/user/v1beta1/resources.proto +++ b/cs3/identity/user/v1beta1/resources.proto @@ -75,4 +75,6 @@ enum UserType { USER_TYPE_FEDERATED = 6; // A lightweight user account without access to various major functionalities. USER_TYPE_LIGHTWEIGHT = 7; + // A space owner te allow access for public link or content indexing. + USER_TYPE_SPACE_OWNER = 8; } From 428930d3d009fb89f51ec1d25c555f26f583ca11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 11 Oct 2022 17:42:46 +0200 Subject: [PATCH 2/2] Update cs3/identity/user/v1beta1/resources.proto Co-authored-by: Andre Duffeck --- cs3/identity/user/v1beta1/resources.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs3/identity/user/v1beta1/resources.proto b/cs3/identity/user/v1beta1/resources.proto index 2c6924a4..e1959969 100644 --- a/cs3/identity/user/v1beta1/resources.proto +++ b/cs3/identity/user/v1beta1/resources.proto @@ -75,6 +75,6 @@ enum UserType { USER_TYPE_FEDERATED = 6; // A lightweight user account without access to various major functionalities. USER_TYPE_LIGHTWEIGHT = 7; - // A space owner te allow access for public link or content indexing. + // A space owner to allow access for public link or content indexing. USER_TYPE_SPACE_OWNER = 8; }