]> source.dussan.org Git - nextcloud-server.git/commit
feat(settings): add occ commands to handle admin delegation 42064/head
authorBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Wed, 6 Dec 2023 15:16:30 +0000 (16:16 +0100)
committerBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Wed, 13 Dec 2023 08:25:24 +0000 (09:25 +0100)
commit208e6bc492e0fcc50097710db9fea15301e7acc8
tree94ab961e4ea5d77a72d4bbe5c209d2e534c5c35e
parent895eb194497ebeb381ee6ebdc4274688f6a493fd
feat(settings): add occ commands to handle admin delegation

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
apps/settings/appinfo/info.xml
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/Command/AdminDelegation/Add.php [new file with mode: 0644]
apps/settings/lib/Command/AdminDelegation/Remove.php [new file with mode: 0644]
apps/settings/lib/Command/AdminDelegation/Show.php [new file with mode: 0644]