diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2019-06-25 19:34:38 -0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-03 08:10:27 +0100 |
commit | 5794f14df905380cb179cc8eb13dec60d96dfcc6 (patch) | |
tree | 4ea2fd5baf57dc6f51d139c44d5831d7f9db665d /apps/files_sharing/appinfo | |
parent | 1e91b6a716ab85f402e4b9dbdb4107ff133e1597 (diff) | |
download | nextcloud-server-5794f14df905380cb179cc8eb13dec60d96dfcc6.tar.gz nextcloud-server-5794f14df905380cb179cc8eb13dec60d96dfcc6.zip |
Inherited Shares
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
working on users with resharing rights
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-getLogger()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fix type
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Update SharingRightsException.php
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index ab5e829f86b..fa59cf936c9 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -54,6 +54,11 @@ return [ 'verb' => 'GET', ], [ + 'name' => 'ShareAPI#getInheritedShares', + 'url' => '/api/v1/shares/inherited', + 'verb' => 'GET', + ], + [ 'name' => 'ShareAPI#createShare', 'url' => '/api/v1/shares', 'verb' => 'POST', |