add new permission 'publiclink.create' and assign it to the 'Admin', 'SpaceAdmin' and 'User' roles

This commit is contained in:
David Christofas
2023-03-01 11:53:39 +01:00
parent 29fa64a79a
commit b8470d567d
4 changed files with 58 additions and 1 deletions
@@ -0,0 +1,5 @@
Enhancement: Add new permission for public links
Added a new permission 'PublicLink.Write' to check if a user can create or update public links.
https://github.com/owncloud/ocis/pull/5690