mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
disallow provisioning api to be enabled for groups only
This commit is contained in:
parent
659f958d01
commit
f60406102f
2 changed files with 5 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
0.7.0
|
||||
0.7.1
|
||||
|
|
|
|||
|
|
@ -19,4 +19,8 @@
|
|||
<documentation>
|
||||
<admin>admin-provisioning-api</admin>
|
||||
</documentation>
|
||||
<types>
|
||||
<!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app -->
|
||||
<filesystem/>
|
||||
</types>
|
||||
</info>
|
||||
|
|
|
|||
Loading…
Reference in a new issue