nextcloud/server

Group deletion should delete shares

Open

#26.632 geöffnet am 19. Apr. 2021

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)PHP (4.865 Forks)batch import
1. to develop26-feedbackbugfeature: sharingfeature: users and groupsgood first issue

Repository-Metriken

Stars
 (34.953 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T) (627 gemergte PRs in 30 T)

Beschreibung

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. create a folder "test"
  2. create a group "test"
  3. share folder "test" with group "test"
  4. delete group test

Expected behaviour

delete shares of group if group get deleted. if later same group name get created again (maybe with other members) it will automatically have all the shares from the past (this is also a "security" topic)

Server configuration

Nextcloud version: 21.0.1

Contributor Guide