Merge branch 'release/17.1' into release/17.2

This commit is contained in:
OpenProject Actions CI
2026-03-03 15:15:53 +00:00
9 changed files with 185 additions and 3 deletions
@@ -54,6 +54,13 @@ properties:
Whether the storage has the application password to use for the Nextcloud storage.
Ignored if the provider type is not Nextcloud.
forbiddenFileNameCharacters:
type: string
description: |-
A string with all the characters forbidden to be used for file and folder names in the storage. Used by OpenProject to avoid
creating files with unsupported names (e.g. when creating project folders).
Only supported for provider type Nextcloud so far.
createdAt:
type: string
format: date-time
@@ -29,6 +29,13 @@ properties:
If a string is provided, the password is set and automatic management is enabled for the storage.
If null is provided, the password is unset and automatic management is disabled for the storage.
forbiddenFileNameCharacters:
type: string
description: |-
A string with all the characters forbidden to be used for file and folder names in the storage. Used by OpenProject to avoid
creating files with unsupported names (e.g. when creating project folders).
Only supported for provider type Nextcloud so far.
_links:
type: object
required: