mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #22119 from opf/nextcloud-filter-restricted-characters
Allow to filter special characters from folder names created in Nextcloud
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user