nextcloud / files_rightclick

👉 Right click menu for Nextcloud
https://apps.nextcloud.com/apps/files_rightclick
GNU Affero General Public License v3.0
65 stars 23 forks source link

fix multiselect right-click options #152

Closed szaimen closed 1 year ago

szaimen commented 1 year ago

To reproduce:

  1. share a folder with a user anna
  2. remove the delete permission
  3. open the folder with the user anna
  4. multi-select the file
  5. see the delete option even though there are no delete permissions
Before After
image image
For my own testing ``` docker run -it \ --name nextcloud-easy-test \ -p 8443:443 \ -e TRUSTED_DOMAIN=192.168.24.128 \ --volume="nextcloud_easy_test_npm_cache_volume:/var/www/.npm" \ -e SERVER_BRANCH=master \ -e RIGHTCLICK_BRANCH=enh/noid/fix-multiselect-right-click \ ghcr.io/szaimen/nextcloud-easy-test:latest ```
szaimen commented 1 year ago

CI failure unrelated

szaimen commented 1 year ago

/backport to stable26

szaimen commented 1 year ago

/backport to stable25

szaimen commented 1 year ago

/backport to stable24

szaimen commented 1 year ago

Thanks Chris! :)