feat(developer): document \OCP\Files\IFilenameValidator::sanitizeFilename

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-05-14 12:57:55 +02:00
parent 5e40a2b27a
commit fac1b3b6e3

View File

@@ -37,8 +37,9 @@ Added APIs
^^^^^^^^^^
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
- New interface ``\OCP\Share\IShareProviderSupportsAllSharesInFolder`` extending ``\OCP\Share\IShareProvider`` to add the method ``\OCP\Share\IShareProviderSupportsAllSharesInFolder::getAllSharesInFolder`` used for querying all shares in a folder without filtering by user.
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
- New method ``\OCP\Files\IFilenameValidator::sanitizeFilename`` allowing to sanitize a given filename to comply with configured constraints.
Changed APIs
^^^^^^^^^^^^