]> source.dussan.org Git - nextcloud-server.git/commit
feat(profile): Add public interface for profile manager so apps can check config
authorJoas Schilling <coding@schilljs.com>
Mon, 23 Oct 2023 10:28:48 +0000 (12:28 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 23 Oct 2023 10:56:31 +0000 (12:56 +0200)
commit2353d3cd5c1bc01c7ae4da9cd1c341f795982686
tree5d952ea8b12b2e72bc1a364503616093feca5253
parent61143644a41a42ee7f94c1a3d25050e492975c4d
feat(profile): Add public interface for profile manager so apps can check config

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Controller/ProfilePageController.php
core/Db/ProfileConfig.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Profile/ProfileManager.php
lib/private/Server.php
lib/public/Profile/IProfileManager.php [new file with mode: 0644]