Skip to content

Commit

Permalink
Merge branch 'master' into feature/mdm-doc-upd
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz authored Oct 29, 2024
2 parents 89b9c2f + c79233c commit 37f8b1d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,3 @@ source_file = ownCloud Action Extension/InfoPlist.xcstrings
source_lang = en
type = XCSTRINGS
minimum_perc = 75

# Below old resources which did not yet have been migrated
[o:owncloud-org:p:owncloud:r:mobile-ios-app-screenshots-keyword]
file_filter = fastlane/screenshots/<lang>/keyword.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = fastlane/screenshots/en/keyword.strings
source_lang = en
type = STRINGS
minimum_perc = 75

[o:owncloud-org:p:owncloud:r:mobile-ios-app-screenshots-title]
file_filter = fastlane/screenshots/<lang>/title.strings
lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt_PT: pt-PT, pt_BR: pt-BR, zh_CN: zh-Hans, th_TH: th-TH
source_file = fastlane/screenshots/en/title.strings
source_lang = en
type = STRINGS
minimum_perc = 75
27 changes: 27 additions & 0 deletions doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,20 @@
"status" : "advanced",
"type" : "stringArray"
},
{
"autoExpansion" : "none",
"category" : "OAuth2",
"categoryTag" : "oauth2",
"classIdentifier" : "authentication-oauth2",
"className" : "OCAuthenticationMethodOAuth2",
"defaultValue" : false,
"description" : "Send Client ID and Client Secret in the body of POST requests to the token endpoint. As per RFC 6749 section 2.3.1, this should only be used if the token endpoint does not support receiving these via Basic authentication.",
"flatIdentifier" : "authentication-oauth2.post-client-id-and-secret",
"key" : "post-client-id-and-secret",
"label" : "authentication-oauth2.post-client-id-and-secret",
"status" : "advanced",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Authentication",
Expand Down Expand Up @@ -712,6 +726,19 @@
"status" : "supported",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Authentication",
"categoryTag" : "authentication",
"classIdentifier" : "authentication",
"className" : "OCAuthenticationMethod",
"description" : "Overrides whether the default WebDAV endpoint should be probed to detect available authentication methods. By default, the necessity for this is determined dynamically.",
"flatIdentifier" : "authentication.skip-www-authenticate-checks",
"key" : "skip-www-authenticate-checks",
"label" : "authentication.skip-www-authenticate-checks",
"status" : "supported",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Bookmarks",
Expand Down
12 changes: 12 additions & 0 deletions doc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@ tag::authentication[]
|Indicates whether the app should ask iOS for a private authentication (web) session for OAuth2 or OpenID Connect. Private authentication sessions do not share cookies and other browsing data with the user's normal browser. Apple only promises that [this setting](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio) will be honored if the user has set Safari as default browser.
|supported `candidate`

|authentication.skip-www-authenticate-checks
|bool
|
|Overrides whether the default WebDAV endpoint should be probed to detect available authentication methods. By default, the necessity for this is determined dynamically.
|supported `candidate`

|===
end::authentication[]

Expand Down Expand Up @@ -1554,6 +1560,12 @@ tag::oauth2[]
|Omit Authorization Request Parameters - parameter names provided here are omitted from OAuth2 authorization requests.
|advanced `candidate`

|authentication-oauth2.post-client-id-and-secret
|bool
|`false`
|Send Client ID and Client Secret in the body of POST requests to the token endpoint. As per RFC 6749 section 2.3.1, this should only be used if the token endpoint does not support receiving these via Basic authentication.
|advanced `candidate`

|authentication-oauth2.oa2-expiration-override-seconds
|int
|
Expand Down

0 comments on commit 37f8b1d

Please sign in to comment.