mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-23 04:25:14 -04:00
Automated changelog update [skip ci]
This commit is contained in:
1 parent
a5bccc2807
commit
d161ad3a08
1 file changed
+10
@@ -44,6 +44,7 @@ The following sections list the changes for unreleased.
|
||||
* Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634)
|
||||
* Enhancement - Update reva: [#4588](https://github.com/owncloud/ocis/pull/4588)
|
||||
* Enhancement - Update ownCloud Web to v6.0.0-rc.2: [#4786](https://github.com/owncloud/ocis/pull/4786)
|
||||
* Enhancement - Validate space names: [#4955](https://github.com/owncloud/ocis/pull/4955)
|
||||
* Enhancement - Make it possible to configure a WOPI folderurl: [#4716](https://github.com/owncloud/ocis/pull/4716)
|
||||
|
||||
## Details
|
||||
@@ -416,6 +417,15 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis/pull/4786
|
||||
https://github.com/owncloud/web/releases/tag/v6.0.0-rc.2
|
||||
|
||||
* Enhancement - Validate space names: [#4955](https://github.com/owncloud/ocis/pull/4955)
|
||||
|
||||
We now return `BAD REQUEST` when space names are - too long (max 255 characters) - containing
|
||||
evil characters (`/`, `\`, `.`, `\\`, `:`, `?`, `*`, `"`, `>`, `<`, `|`)
|
||||
|
||||
Additionally leading and trailing spaces will be removed silently.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/4955
|
||||
|
||||
* Enhancement - Make it possible to configure a WOPI folderurl: [#4716](https://github.com/owncloud/ocis/pull/4716)
|
||||
|
||||
The wopi folder URL is used to jump back from an application to the containing folder in the files
|
||||
|
||||
Reference in new issue
Block a user