Skip to content

Commit 70cdc22

Browse files
felix-schwarzhosy
andauthored
[milestone/11.9.1] Milestone 11.9.1 (#1111)
* - BookmarkViewController: re-add infinite PROPFIND code previously removed due to a merge error - update CHANGELOG.md - bump build and version numbers - update ios-sdk to increase timeout for start of response to infinite PROPFIND from 30 seconds to 6 minutes * Calens changelog updated * [feature/fastlane-app-group-identifier] Set App Group Identifier by Fastlane via Branding.plist (#1099) * new version number 11.9.0, enabled beta build and warning * [feature/infinite-propfind] Infinite PROPFIND support (#1002) * - ProgressIndicatorViewController : extend with Progress object and cancellation support / monitoring - BookmarkViewController: add infinite PROPFIND prepopulation step after account creation - update SDK to provide infinite PROPFIND support * Configuration documentation updated * - update SDK to gain access to streaming infinite PROPFIND - switch from receive+parse to stream+parse for infinite PROPFIND * - update SDK to gain access to new supportsInfinitePropfind capability - BookmarkViewController: make prepopulation configurable, using new capability and new class setting - ProgressIndicatorViewController: add support for new title label view * - BookmarkViewController: fix property name typo - scheme: add new options to test streaming and split bookmark prepopulation * Configuration documentation updated * added additional build information to the Branding.plist file: - ios-app and ios-sdk commit hash - copy the Branding.plist with additional app and build information as file name * [feature/biometrical-mdm-setting ]Suggest Biometrical Unlock (#1046) * Suggest biometrical unlock, after setting up passcode * - do not show Cancel button, if password is enforced - update biometrical UI switch value in settings view - fixed bug, dismissing the view, if biometrical is not available * moved extension into ownCloudAppShared folder * Branding: (#1045) - add new `branding.user-defaults-default-values` class settings key to allow registration of alternative defaults for user defaults * - fix bug where a quick access entry showed no items when selected a second time. (#1044) * used better wording for "Cellular transfers" * - adjust to final capabilities naming for infinite PROPFIND support * upgraded app version numbers Co-authored-by: felix-schwarz <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> * [feature/poll-efficiency] Poll for changes efficiency enhancements (#1043) * - change text in the footer below private links in accordance with owncloud/enterprise#4726 * - SDK update * - ClientRootViewController: start OCFileProviderServiceStandby only - after the connection status is online (== authentication successful) - OR 5 seconds after receiving the core from the Core Manager - fix theoretical bug in ClientRootViewController where OCFileProviderServiceStandby could be started and not stopped if Core Manager returned a core with error * - bump version to 11.7.2 / build 202 * - FileProviderExtension: - handle case where OCDatabase is not available or not open (previously led to a hang/crash as the FP waited for a DB call to return) - disable malloc stack logging as it leads to immediate crashes when debugging the file provider * - update SDK to new version with support for coordinated scan for changes * - bump build number to 203 Co-authored-by: Matthias Hühne <[email protected]> * Configuration documentation updated * [fix/media-playback-url] Fix WebDAV endpoint URL for media playback after restoration (#1093) * - fix owncloud/enterprise#4924 via SDK update * Configuration documentation updated Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: hosy <[email protected]> * [feature/webfinger] Webfinger / server location (#1059) * - change text in the footer below private links in accordance with owncloud/enterprise#4726 * - SDK update * added additional build information to the Branding.plist file: - ios-app and ios-sdk commit hash - copy the Branding.plist with additional app and build information as file name * [feature/biometrical-mdm-setting ]Suggest Biometrical Unlock (#1046) * Suggest biometrical unlock, after setting up passcode * - do not show Cancel button, if password is enforced - update biometrical UI switch value in settings view - fixed bug, dismissing the view, if biometrical is not available * moved extension into ownCloudAppShared folder * Branding: (#1045) - add new `branding.user-defaults-default-values` class settings key to allow registration of alternative defaults for user defaults * - fix bug where a quick access entry showed no items when selected a second time. (#1044) * used better wording for "Cellular transfers" * - in branded clients: removed UISwitch to enable/disable deletion of available offline files in manage screen - fixed text center layout in table view cell * fixed UI issue in sharing view * #4801 "Log out" text changes * #4801 text changes for "Prevent gestures" * - ThemeTableViewCell, StaticTableViewRow: new .plain message style (#1053) - add new view controller to present license texts for each component individually * [feature/modular-localization] Modular localization (#1054) * - Branding class: - move logic for VendorServices.appName to Branding.appDisplayName - change app.name variable value to that of Branding.appDisplayName - switch String.localized from NSLocalizedString() to OCLocale.localize() - SwiftLint: adapt to latest SwiftLint version * - add .localized(replacements) function to provide easy access to custom variables support in OCLocale * - update SDK * [feature/mdm-auto-connect] Skip Account Screen via MDM (#1056) * #4801 Skip "Manage" screen / automatically open "Files" screen after login via MDM parameter account.auto-connect * - SceneDelegate: use .first (which returns nil in case there are no bookmarks) instead of bookmark(at: 0) (which crashes in case there are no bookmarks because the array is empty and the method tries to access an item at index 0) * added auto-connect after every setup, not only the first setup Co-authored-by: Felix Schwarz <[email protected]> * [feature/mdm-biometrical-unlock] MDM setting for Biometrical Unlock (#1058) * #4818 control via MDM to auto enable biometrical unlock * overwrites user defaults with MDM settings and use existing getter/setter; renamed MDM key to use-biometrical-unlock * - use user defaults for use-biometrical-unlock - show Face ID authorization immediately after enabling Face ID * - StaticLoginSetupViewController: add support for OCServerLocator, requesting a username if it is enabled - add additional debug options to ownCloud.xcscheme - update SDK to gain access to OCServerLocator * updated APP_VERSION number * reverted merge conflict changes * using correct SDK commit * using latest development sdk commit Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> * changed app version number * #4918 added the possiblity, to set a custom app group identifier via Branding.plist parameter "build.app-group-identifier", which will be set by fastlane to all needed key/value pairs. This is needed, if customer using a own resigning script, which does not handle setting the app group identifier. * added documentation and changelog entry * Calens changelog updated * - add additional parameter build.oc-app-group-identifier that only changes the OCAppGroupIdentifier and OCKeychainAccessGroupIdentifier keys in Info.plist * - add ownCloud/Resources/Info.plist to list of files to replace OCAppGroupIdentifier and OCKeychainAccessGroupIdentifier in * added documentation for the new build key * added missing translation string * [feature/rename-accounts] Rename Account without Authentication Flow (#1097) * #972 rename account name only (bookmark) is possible without re-authentication flow * added changelog entry * moved duplicated code into a function for reuse * fixed issue link in changelog entry * Calens changelog updated * fixed code review finding * fixed QA findings 1,2,3 - show UI to delete authentication data in edit mode - only proceed without authentication, if authentication data is not nil * show delete authentication data UI in all edit mode calls Co-authored-by: hosy <[email protected]> * #5008 (2) only show "Settings" toolbar, if no account is configured, otherwise "Settings" would appear twice * [feature/biometrical-button] Biometrical Authentication Button (#1098) * #1004 added biometrical unlock button, which appears by default as fallback, if biometrical unlock does not work (in file provider or not detected) * - added fallback image for face-id too - added changelog entry * Calens changelog updated * - fixed visibility of biometrical button in edit mode and, if feature is not enabled - removed unneeded code * - AppLockManager: add new property biometricCancelLabel to provide a label for the Cancel-option when presenting biometric authentication - FileProviderUI / DocumentActionViewController: use new property to display "Cancel" instead of "Enter code" for biometric authentication Co-authored-by: hosy <[email protected]> Co-authored-by: Felix Schwarz <[email protected]> * Calens changelog updated * Calens changelog updated * Calens changelog updated * fixed merge conflicts * Calens changelog updated * fixed syntax error * fixed syntax error * added missing changelog entry * Calens changelog updated Co-authored-by: Felix Schwarz <[email protected]> Co-authored-by: felix-schwarz <[email protected]> Co-authored-by: hosy <[email protected]> Co-authored-by: Matthias Hühne <> * updated changelog and release notes * Calens changelog updated * - SDK update to improve handling of token refresh "responses" while offline - add scheme env variable to turn on/off auth race condition simulator * - ios-sdk update: fix dead-lock - BookmarkViewController: fix finding (1) in #1109 * - update commit to latest develop commit including OCBookmarkManager deadlock fix * - change SDK to latest develop version * [fix/biometrical-unlock-setup] Fix: Setup Passcode with Biometrical Unlock (#1112) * #5086 fix for passcode setup with biometrical unlock enabled: - biometrical unlock button no longer appear in setup view - after passcode was successfully setup, show biometrical unlock for permissions dialog * removed unneeded comment * added changelog and release notes * Calens changelog updated * reverted to Xcode 12 version * - update to SDK release 11.9.1 (master) * changed folder name for changelog release * Calens changelog updated Co-authored-by: felix-schwarz <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: hosy <[email protected]> Co-authored-by: Matthias Hühne <>
1 parent f1fac7b commit 70cdc22

File tree

16 files changed

+266
-93
lines changed

16 files changed

+266
-93
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
Changelog for ownCloud iOS Client [11.9.1] (2022-03-29)
2+
=======================================
3+
The following sections list the changes in ownCloud iOS Client 11.9.1 relevant to
4+
ownCloud admins and users.
5+
6+
[11.9.1]: https://github.com/owncloud/ios-app/compare/milestone/11.9.0...milestone/11.9.1
7+
8+
Summary
9+
-------
10+
11+
* Bugfix - Setup Passcode with Biometrical Unlock: [#1112](https://github.com/owncloud/ios-app/pull/1112)
12+
* Change - Set App Group Identifier: [#1099](https://github.com/owncloud/ios-app/pull/1099)
13+
14+
Details
15+
-------
16+
17+
* Bugfix - Setup Passcode with Biometrical Unlock: [#1112](https://github.com/owncloud/ios-app/pull/1112)
18+
19+
Biometrical unlock button no longer appear in setup view and after passcode was successfully
20+
setup, show biometrical unlock for permissions dialog.
21+
22+
https://github.com/owncloud/ios-app/pull/1112
23+
24+
* Change - Set App Group Identifier: [#1099](https://github.com/owncloud/ios-app/pull/1099)
25+
26+
Set a custom app group identifier via Branding.plist this parameter. This value will be set by
27+
fastlane to all needed Info.plist keys. This is needed, if a customer is using an own resigning
28+
script which does not handle setting the app group identifier.
29+
30+
https://github.com/owncloud/ios-app/pull/1099
31+
132
Changelog for ownCloud iOS Client [11.9.0] (2022-03-16)
233
=======================================
334
The following sections list the changes in ownCloud iOS Client 11.9.0 relevant to

changelog/11.9.1_2022-03-29/1099

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Change: Set App Group Identifier
2+
3+
Set a custom app group identifier via Branding.plist this parameter. This value will be set by fastlane to all needed Info.plist keys. This is needed, if a customer is using an own resigning script which does not handle setting the app group identifier.
4+
5+
https://github.com/owncloud/ios-app/pull/1099

changelog/11.9.1_2022-03-29/1112

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Bugfix: Setup Passcode with Biometrical Unlock
2+
3+
Biometrical unlock button no longer appear in setup view and after passcode was successfully setup, show biometrical unlock for permissions dialog.
4+
5+
https://github.com/owncloud/ios-app/pull/1112

fastlane/Fastfile

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ end
453453
ENTERPRISE_TEAM = values[:ENTERPRISE_TEAM]
454454
ENTERPRISE_IDENTITY = values[:ENTERPRISE_IDENTITY]
455455
APP_GROUP_IDENTIFIERS = values[:APP_GROUP_IDENTIFIERS]
456+
OC_APP_GROUP_IDENTIFIERS = values[:APP_GROUP_IDENTIFIERS]
456457
EXPORT_METHOD = values[:EXPORT_METHOD]
457458
CONFIGURATION = values[:CONFIGURATION]
458459
BUILD_NUMBER = values[:BUILD_NUMBER]
@@ -561,7 +562,9 @@ end
561562
set_info_plist_value(path: "ownCloud/Resources/Info.plist", key: "CFBundleDisplayName", value: appName)
562563
set_info_plist_value(path: "ownCloud/Resources/Info.plist", key: "CFBundleName", value: appName)
563564

565+
# Check, if Branding.plist file exists and handle custom set values
564566
if File.exist?("../" + themePath)
567+
# Check for custom app version number
565568
tmpCustomAppVersionNumber = get_info_plist_value(path: themePath, key: "app.version-number")
566569
if tmpCustomAppVersionNumber && !tmpCustomAppVersionNumber.empty?
567570
customAppVersionNumber = tmpCustomAppVersionNumber
@@ -573,6 +576,19 @@ end
573576
set_info_plist_value(path: "ownCloud Share Extension/Info.plist", key: "CFBundleShortVersionString", value: customAppVersionNumber)
574577
set_info_plist_value(path: "ownCloud Intents/Info.plist", key: "CFBundleShortVersionString", value: customAppVersionNumber)
575578
end
579+
580+
# Check for custom app group identifier
581+
tmpAPP_GROUP_IDENTIFIERS = get_info_plist_value(path: themePath, key: "build.app-group-identifier")
582+
if tmpAPP_GROUP_IDENTIFIERS && !tmpAPP_GROUP_IDENTIFIERS.empty?
583+
APP_GROUP_IDENTIFIERS = tmpAPP_GROUP_IDENTIFIERS
584+
OC_APP_GROUP_IDENTIFIERS = tmpAPP_GROUP_IDENTIFIERS
585+
end
586+
587+
# Check for custom OC app group identifier
588+
tmpOC_APP_GROUP_IDENTIFIERS = get_info_plist_value(path: themePath, key: "build.oc-app-group-identifier")
589+
if tmpOC_APP_GROUP_IDENTIFIERS && !tmpOC_APP_GROUP_IDENTIFIERS.empty?
590+
OC_APP_GROUP_IDENTIFIERS = tmpOC_APP_GROUP_IDENTIFIERS
591+
end
576592
end
577593

578594
if !values[:BUILD_NUMBER].nil?
@@ -683,15 +699,17 @@ end
683699
identifiers: [ENTERPRISE_TEAM + "." + APP_GROUP_IDENTIFIERS]
684700
)
685701

686-
set_info_plist_value(path: "ownCloud File Provider/Info.plist", key: "OCAppGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
687-
set_info_plist_value(path: "ownCloud File Provider/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
702+
set_info_plist_value(path: "ownCloud File Provider/Info.plist", key: "OCAppGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
703+
set_info_plist_value(path: "ownCloud File Provider/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
688704
set_info_plist_value(path: "ownCloud File Provider/Info.plist", key: "NSExtension", subkey: "NSExtensionFileProviderDocumentGroup", value: APP_GROUP_IDENTIFIERS)
689-
set_info_plist_value(path: "ownCloud File Provider UI/Info.plist", key: "OCAppGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
690-
set_info_plist_value(path: "ownCloud File Provider UI/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
691-
set_info_plist_value(path: "ownCloud Intents/Info.plist", key: "OCAppGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
692-
set_info_plist_value(path: "ownCloud Intents/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
693-
set_info_plist_value(path: "ownCloud Share Extension/Info.plist", key: "OCAppGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
694-
set_info_plist_value(path: "ownCloud Share Extension/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: APP_GROUP_IDENTIFIERS)
705+
set_info_plist_value(path: "ownCloud File Provider UI/Info.plist", key: "OCAppGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
706+
set_info_plist_value(path: "ownCloud File Provider UI/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
707+
set_info_plist_value(path: "ownCloud Intents/Info.plist", key: "OCAppGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
708+
set_info_plist_value(path: "ownCloud Intents/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
709+
set_info_plist_value(path: "ownCloud Share Extension/Info.plist", key: "OCAppGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
710+
set_info_plist_value(path: "ownCloud Share Extension/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
711+
set_info_plist_value(path: "ownCloud/Resources/Info.plist", key: "OCAppGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
712+
set_info_plist_value(path: "ownCloud/Resources/Info.plist", key: "OCKeychainAccessGroupIdentifier", value: OC_APP_GROUP_IDENTIFIERS)
695713

696714
automatic_code_signing(
697715
path: "ownCloud.xcodeproj",
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
• Biometrical Authentication Button
2-
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback.
3-
4-
• Rename Account
5-
Renaming an account does no longer need a re-authentication
6-
7-
• Media Playback
8-
Fixes a bug where media playback failed
9-
101
• Faster Account Scan
112
We improved the time for the initial scan after setting up a new account
123

4+
• Biometrical Authentication Button
5+
Improvements when setting up a passcode with biometrical unlock
6+
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
• Biometrical Authentication Button
2-
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback.
3-
4-
• Rename Account
5-
Renaming an account does no longer need a re-authentication
6-
7-
• Media Playback
8-
Fixes a bug where media playback failed
9-
101
• Faster Account Scan
112
We improved the time for the initial scan after setting up a new account
123

4+
• Biometrical Authentication Button
5+
Improvements when setting up a passcode with biometrical unlock
6+
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
• Biometrical Authentication Button
2-
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback.
3-
4-
• Rename Account
5-
Renaming an account does no longer need a re-authentication
6-
7-
• Media Playback
8-
Fixes a bug where media playback failed
9-
101
• Faster Account Scan
112
We improved the time for the initial scan after setting up a new account
123

4+
• Biometrical Authentication Button
5+
Improvements when setting up a passcode with biometrical unlock
6+

ownCloud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,8 +4730,8 @@
47304730
APP_BUILD_FLAGS = "$(inherited)";
47314731
APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)";
47324732
APP_PRODUCT_NAME = ownCloud;
4733-
APP_SHORT_VERSION = 11.9.0;
4734-
APP_VERSION = 211;
4733+
APP_SHORT_VERSION = 11.9.1;
4734+
APP_VERSION = 212;
47354735
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
47364736
CLANG_ANALYZER_NONNULL = YES;
47374737
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
@@ -4799,8 +4799,8 @@
47994799
APP_BUILD_FLAGS = "$(inherited)";
48004800
APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)";
48014801
APP_PRODUCT_NAME = ownCloud;
4802-
APP_SHORT_VERSION = 11.9.0;
4803-
APP_VERSION = 211;
4802+
APP_SHORT_VERSION = 11.9.1;
4803+
APP_VERSION = 212;
48044804
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
48054805
CLANG_ANALYZER_NONNULL = YES;
48064806
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
@@ -4863,8 +4863,6 @@
48634863
isa = XCBuildConfiguration;
48644864
buildSettings = {
48654865
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
4866-
APP_SHORT_VERSION = 11.9.0;
4867-
APP_VERSION = 211;
48684866
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
48694867
CODE_SIGN_ENTITLEMENTS = ownCloud/ownCloud.entitlements;
48704868
CODE_SIGN_IDENTITY = "Apple Development";
@@ -4897,8 +4895,6 @@
48974895
isa = XCBuildConfiguration;
48984896
buildSettings = {
48994897
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
4900-
APP_SHORT_VERSION = 11.9.0;
4901-
APP_VERSION = 211;
49024898
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
49034899
CODE_SIGN_ENTITLEMENTS = ownCloud/ownCloud.entitlements;
49044900
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -5255,8 +5251,6 @@
52555251
isa = XCBuildConfiguration;
52565252
buildSettings = {
52575253
APPLICATION_EXTENSION_API_ONLY = YES;
5258-
APP_SHORT_VERSION = 11.9.0;
5259-
APP_VERSION = 211;
52605254
CLANG_ENABLE_MODULES = YES;
52615255
CLANG_ENABLE_OBJC_WEAK = YES;
52625256
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
@@ -5299,8 +5293,6 @@
52995293
isa = XCBuildConfiguration;
53005294
buildSettings = {
53015295
APPLICATION_EXTENSION_API_ONLY = YES;
5302-
APP_SHORT_VERSION = 11.9.0;
5303-
APP_VERSION = 211;
53045296
CLANG_ENABLE_MODULES = YES;
53055297
CLANG_ENABLE_OBJC_WEAK = YES;
53065298
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;

ownCloud.xcodeproj/xcshareddata/xcschemes/ownCloud.xcscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@
305305
value = "[web-finger]"
306306
isEnabled = "NO">
307307
</EnvironmentVariable>
308+
<EnvironmentVariable
309+
key = "oc:host-simulator.active-simulations"
310+
value = "[auth-race-condition]"
311+
isEnabled = "NO">
312+
</EnvironmentVariable>
308313
<EnvironmentVariable
309314
key = "oc:server-locator.use"
310315
value = "string:web-finger"

0 commit comments

Comments
 (0)