aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/App
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-01 16:40:25 +0200
committerJoas Schilling <coding@schilljs.com>2021-10-13 09:34:55 +0200
commit0b747538ff2849b3e27a8fcf3b68c5b8007b28d9 (patch)
treeee9a1763f33ac1042627c745e77f034e3da59ba9 /lib/public/App
parent1ea5983568dc99aa80e52f18837629d137b8a03c (diff)
downloadnextcloud-server-0b747538ff2849b3e27a8fcf3b68c5b8007b28d9.tar.gz
nextcloud-server-0b747538ff2849b3e27a8fcf3b68c5b8007b28d9.zip
Keep group restrictions when reenabling apps after an update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/App')
-rw-r--r--lib/public/App/IAppManager.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php
index 645d5ffd97c..7473b229427 100644
--- a/lib/public/App/IAppManager.php
+++ b/lib/public/App/IAppManager.php
@@ -183,12 +183,6 @@ interface IAppManager {
public function getEnabledAppsForGroup(IGroup $group): array;
/**
- * @return array
- * @since 17.0.0
- */
- public function getAutoDisabledApps(): array;
-
- /**
* @param String $appId
* @return string[]
* @since 17.0.0