]> source.dussan.org Git - nextcloud-server.git/commit
Consider read permission in sharing tab 26624/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 19 Apr 2021 13:10:51 +0000 (15:10 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 19 Apr 2021 13:10:51 +0000 (15:10 +0200)
commit68dadc01af263435331e080589723787c2376f8a
treea36c48c8500790ae984031ade0de254f4514d8b6
parent9a69b8839389f133db55a41e1c2ba4435fd50c19
Consider read permission in sharing tab

When updating a share we should make sure to use all the old permissions
(and only change what we actually changed). So the READ permission in
this case should also be fetched instead of always granted.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/files_sharing/js/dist/files_sharing_tab.js
apps/files_sharing/js/dist/files_sharing_tab.js.map
apps/files_sharing/src/components/SharingEntry.vue
apps/files_sharing/src/models/Share.js