]> source.dussan.org Git - nextcloud-server.git/commit
Map old account scope properties to new names
authorVincent Petry <vincent@nextcloud.com>
Tue, 23 Mar 2021 13:47:10 +0000 (14:47 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 29 Mar 2021 07:03:31 +0000 (07:03 +0000)
commit5d76574a81197e00cf4d0e781d41a311a76f37fc
tree400735d3d3b91733e7f5c9ef3704ec46f33b812f
parente2ab530ee37c6bcb363c64c33f983ee13d1b8d4f
Map old account scope properties to new names

Use new scope values in settings page.
Adjust all consumers to use the new constants.
Map old scope values to new ones in account property getter.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
16 files changed:
apps/dav/lib/CardDAV/Converter.php
apps/dav/tests/unit/CardDAV/ConverterTest.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
apps/settings/js/federationscopemenu.js
apps/settings/js/federationsettingsview.js
apps/settings/lib/Settings/Personal/PersonalInfo.php
apps/settings/tests/Controller/UsersControllerTest.php
lib/private/Accounts/AccountManager.php
lib/private/Accounts/AccountProperty.php
lib/public/Accounts/IAccountManager.php
tests/lib/Accounts/AccountManagerTest.php
tests/lib/Accounts/AccountPropertyTest.php
tests/lib/Accounts/AccountTest.php