diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-17 16:33:27 +0200 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-09-28 09:39:28 +0000 |
commit | de6940352a2f708376219a89ec84a8e6d25ca59e (patch) | |
tree | 459bacfc183b24d611be1877fbe22bbcd4efb1d6 /build | |
parent | c8cd607681ac128228f57114ce14dd67ab05de04 (diff) | |
download | nextcloud-server-de6940352a2f708376219a89ec84a8e6d25ca59e.tar.gz nextcloud-server-de6940352a2f708376219a89ec84a8e6d25ca59e.zip |
Move settings to an app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/.phan/config.php | 2 | ||||
-rw-r--r-- | build/files-checker.php | 1 | ||||
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php index 9eca03e06e5..17ba333718e 100644 --- a/build/.phan/config.php +++ b/build/.phan/config.php @@ -80,6 +80,8 @@ return [ 'apps/oauth2/tests', 'apps/provisioning_api/composer', 'apps/provisioning_api/tests', + 'apps/settings/composer', + 'apps/settings/tests', 'apps/sharebymail/composer', 'apps/sharebymail/tests', 'apps/systemtags/composer', diff --git a/build/files-checker.php b/build/files-checker.php index 8133b96667d..b985b32f689 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -71,7 +71,6 @@ $expectedFiles = [ 'remote.php', 'resources', 'robots.txt', - 'settings', 'status.php', 'tests', 'themes', diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 10b4c1bc005..f8eae1b833b 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -337,6 +337,7 @@ Feature: provisioning | files_versions | | lookup_server_connector | | provisioning_api | + | settings | | sharebymail | | systemtags | | theming | |