Releases: owncloud/ocis
7.3.1
Table of Contents
Changes in 7.3.1
Summary
Details
-
Enhancement - Bump Web to 12.1.1: #11726
This version contains only updated translations.
-
Enhancement - Bump Web to v12.1.2: #11836
- Bugfix owncloud/web#13213: Do
not disable sharing of resources when managing spaces via claims
- Bugfix owncloud/web#13213: Do
7.3.0
Table of Contents
Changes in 7.3.0
Summary
- Bugfix - Fix the expiration date response for links: #11239
- Bugfix - Return translated role definitions: #11466
- Bugfix - Tolerating the empty request body for WebDAV: #11516
- Bugfix - Fix space root handling in a sharedByMe: #11533
- Bugfix - Fix the create link endpoint: #11542
- Bugfix - Limit search only when scope is passed: #11664
- Bugfix - Add OCS v2 capabilities endpoint to public paths: #11665
- Bugfix - Add webdav without trailing slash into proxy default config: #11677
- Bugfix - Fix clean uploads command: #11693
- Bugfix - Fix stale nodes command: #11704
- Enhancement - Add GetPermission API: #8616
- Enhancement - Bump importer app: #10880
- Enhancement - Allow scaling the search service: #11029
- Enhancement - Add Cli to delete personal spaces: #11555
- Enhancement - Add custom labels for app tokens: #11555
- Enhancement - HTTP Strict Transport Security: #11568
- Enhancement - Allow markdown output for unified-roles-table: #11581
- Enhancement - Added the OnlyOffice license support: #11624
- Enhancement - Bump Web to 12.0.4: #11625
- Enhancement - Update the ocis_full deployment example: #11666
- Enhancement - Bump Reva version: #11669
- Enhancement - Added user type upgrade/downgrade: #11678
- Enhancement - Respect changed user type in OIDC claim: #11684
- Enhancement - Drop remote.php prefix: #11687
- Enhancement - Add configurable display attributes: #11695
- Enhancement - Bump Web to 12.1.0: #11710
Details
-
Bugfix - Fix the expiration date response for links: #11239
We fixed the inconsistency in the expiration date response for links
-
Bugfix - Return translated role definitions: #11466
Instead of always returning the role definitions in English, we now return the
role definitions in the language set in theAccept-Languageheader if present. -
Bugfix - Tolerating the empty request body for WebDAV: #11516
Tolerating the empty request body for WebDAV operations like MKCOL, DELETE,
MOVE, COPY. -
Bugfix - Fix space root handling in a sharedByMe: #11533
Fix space root handling in a graph sharedByMe
-
Bugfix - Fix the create link endpoint: #11542
We fixed an issue when Shares drive can be shared via link share with Internal
role using permissions endpoint -
Bugfix - Limit search only when scope is passed: #11664
Previously, the search service would limit the search to the according space
when searching/dav/spaces/. This was not correct, as the search should be
limited to the according space when ascopeis passed in the search pattern
instead. -
Bugfix - Add OCS v2 capabilities endpoint to public paths: #11665
Following the same behavior as OCS v1, we added the OCS v2 capabilities endpoint
to the public paths. -
Bugfix - Add webdav without trailing slash into proxy default config: #11677
We've added the
/webdavendpoint without a trailing slash into the proxy
default config. -
Bugfix - Fix clean uploads command: #11693
When using --clean ongoing uploads would be purged but the nodes would not be
reverted. This is now fixed. -
Bugfix - Fix stale nodes command: #11704
Fix delete-stale-nodes command to properly remove or roll-back nodes
-
Enhancement - Add GetPermission API: #8616
Graph service: added GET
/v1beta1/drives/{driveId}/items/{itemId}/permissions/{permissionId} (and
space-root equivalent) so clients can retrieve a single permission instead of
listing all. -
Enhancement - Bump importer app: #10880
The importer app in the ocis_full example has been updated. It's using the
upstream Uppy Companion Docker image now. -
Enhancement - Allow scaling the search service: #11029
Previously, the search service locked the index for its whole lifetime, so any
other search service wouldn't be able to access to the index. With this change,
the search service can be configure to lock the index per operation, so other
search services can access the index as long as there is no operation ongoing. -
Enhancement - Add Cli to delete personal spaces: #11555
Add Cli to delete the trashed personal spaces.
-
Enhancement - Add custom labels for app tokens: #11555
The ability to set a custom label when creating an app token has been added.
-
Enhancement - HTTP Strict Transport Security: #11568
Added Support for HTTP Strict Transport Security. It reduces surface for
Man-in-the-Middle attacks or leakage of sensitive information. -
Enhancement - Allow markdown output for unified-roles-table: #11581
Allows rendering the
ocis graph list-unified-rolescommand in markdown (or
colorized) -
Enhancement - Added the OnlyOffice license support: #11624
Added the OnlyOffice ee license support to the ocis_full deployment.
-
Enhancement - Bump Web to 12.0.4: #11625
- Bugfix owncloud/web#12943: Sign
public link archiver download URL
- Bugfix owncloud/web#12943: Sign
-
Enhancement - Update the ocis_full deployment example: #11666
Fix description texts, move image versions from yaml to .env where applicapable
-
Enhancement - Bump Reva version: #11669
Bumped reva version
-
Enhancement - Added user type upgrade/downgrade: #11678
Added the mechanism to disable/enable personal spaces on user type
upgrade/downgrade -
Enhancement - Respect changed user type in OIDC claim: #11684
Ensure that OIDC login correctly interprets user type changes to disable/enable
personal spaces on user type upgrade/downgrade -
Enhancement - Drop remote.php prefix: #11687
The
remote.phpprefix is now fully optional in WebDAV endpoints and is never
returned in responses. -
Enhancement - Add configurable display attributes: #11695
We added new configuration options
UserSearchDisplayedAttributeswhich allows
to configure the attributes that are displayed in the user search results. We
are also deprecating the `Sh...
7.3.0-rc.1
Table of Contents
Table of Contents
Changes in 7.3.0-rc.1
Summary
- Bugfix - Fix the expiration date response for links: #11239
- Bugfix - Return translated role definitions: #11466
- Bugfix - Tolerating the empty request body for WebDAV: #11516
- Bugfix - Fix space root handling in a sharedByMe: #11533
- Bugfix - Fix the create link endpoint: #11542
- Bugfix - Limit search only when scope is passed: #11664
- Bugfix - Add OCS v2 capabilities endpoint to public paths: #11665
- Bugfix - Add webdav without trailing slash into proxy default config: #11677
- Bugfix - Fix clean uploads command: #11693
- Bugfix - Fix stale nodes command: #11704
- Enhancement - Add GetPermission API: #8616
- Enhancement - Bump importer app: #10880
- Enhancement - Allow scaling the search service: #11029
- Enhancement - Add Cli to delete personal spaces: #11555
- Enhancement - Add custom labels for app tokens: #11555
- Enhancement - HTTP Strict Transport Security: #11568
- Enhancement - Allow markdown output for unified-roles-table: #11581
- Enhancement - Added the OnlyOffice license support: #11624
- Enhancement - Bump Web to 12.0.4: #11625
- Enhancement - Update the ocis_full deployment example: #11666
- Enhancement - Bump Reva version: #11669
- Enhancement - Added user type upgrade/downgrade: #11678
- Enhancement - Respect changed user type in OIDC claim: #11684
- Enhancement - Drop remote.php prefix: #11687
- Enhancement - Add configurable display attributes: #11695
- Enhancement - Bump Web to 12.1.0: #11710
Details
-
Bugfix - Fix the expiration date response for links: #11239
We fixed the inconsistency in the expiration date response for links
-
Bugfix - Return translated role definitions: #11466
Instead of always returning the role definitions in English, we now return the
role definitions in the language set in theAccept-Languageheader if present. -
Bugfix - Tolerating the empty request body for WebDAV: #11516
Tolerating the empty request body for WebDAV operations like MKCOL, DELETE,
MOVE, COPY. -
Bugfix - Fix space root handling in a sharedByMe: #11533
Fix space root handling in a graph sharedByMe
-
Bugfix - Fix the create link endpoint: #11542
We fixed an issue when Shares drive can be shared via link share with Internal
role using permissions endpoint -
Bugfix - Limit search only when scope is passed: #11664
Previously, the search service would limit the search to the according space
when searching/dav/spaces/. This was not correct, as the search should be
limited to the according space when ascopeis passed in the search pattern
instead. -
Bugfix - Add OCS v2 capabilities endpoint to public paths: #11665
Following the same behavior as OCS v1, we added the OCS v2 capabilities endpoint
to the public paths. -
Bugfix - Add webdav without trailing slash into proxy default config: #11677
We've added the
/webdavendpoint without a trailing slash into the proxy
default config. -
Bugfix - Fix clean uploads command: #11693
When using --clean ongoing uploads would be purged but the nodes would not be
reverted. This is now fixed. -
Bugfix - Fix stale nodes command: #11704
Fix delete-stale-nodes command to properly remove or roll-back nodes
-
Enhancement - Add GetPermission API: #8616
Graph service: added GET
/v1beta1/drives/{driveId}/items/{itemId}/permissions/{permissionId} (and
space-root equivalent) so clients can retrieve a single permission instead of
listing all. -
Enhancement - Bump importer app: #10880
The importer app in the ocis_full example has been updated. It's using the
upstream Uppy Companion Docker image now. -
Enhancement - Allow scaling the search service: #11029
Previously, the search service locked the index for its whole lifetime, so any
other search service wouldn't be able to access to the index. With this change,
the search service can be configure to lock the index per operation, so other
search services can access the index as long as there is no operation ongoing. -
Enhancement - Add Cli to delete personal spaces: #11555
Add Cli to delete the trashed personal spaces.
-
Enhancement - Add custom labels for app tokens: #11555
The ability to set a custom label when creating an app token has been added.
-
Enhancement - HTTP Strict Transport Security: #11568
Added Support for HTTP Strict Transport Security. It reduces surface for
Man-in-the-Middle attacks or leakage of sensitive information. -
Enhancement - Allow markdown output for unified-roles-table: #11581
Allows rendering the
ocis graph list-unified-rolescommand in markdown (or
colorized) -
Enhancement - Added the OnlyOffice license support: #11624
Added the OnlyOffice ee license support to the ocis_full deployment.
-
Enhancement - Bump Web to 12.0.4: #11625
- Bugfix owncloud/web#12943: Sign
public link archiver download URL
- Bugfix owncloud/web#12943: Sign
-
Enhancement - Update the ocis_full deployment example: #11666
Fix description texts, move image versions from yaml to .env where applicapable
-
Enhancement - Bump Reva version: #11669
Bumped reva version
-
Enhancement - Added user type upgrade/downgrade: #11678
Added the mechanism to disable/enable personal spaces on user type
upgrade/downgrade -
Enhancement - Respect changed user type in OIDC claim: #11684
Ensure that OIDC login correctly interprets user type changes to disable/enable
personal spaces on user type upgrade/downgrade -
Enhancement - Drop remote.php prefix: #11687
The
remote.phpprefix is now fully optional in WebDAV endpoints and is never
returned in responses. -
Enhancement - Add configurable display attributes: [#...
7.1.4
Table of Contents
Changes in 7.1.4
Summary
- Bugfix - Fix storage-users cli: #11464
- Bugfix - Return translated role definitions: #11466
- Bugfix - Fix space root handling in a sharedByMe: #11533
- Bugfix - Bump Reva: #11560
- Enhancement - Update Web to v11.3.1: #11471
- Enhancement - Update Web to v11.3.6: #12914
Details
-
Bugfix - Fix storage-users cli: #11464
Fix storage-users uploads --resume command.
-
Bugfix - Return translated role definitions: #11466
Instead of always returning the role definitions in English, we now return the
role definitions in the language set in theAccept-Languageheader if present. -
Bugfix - Fix space root handling in a sharedByMe: #11533
Fix space root handling in a graph sharedByMe
-
Bugfix - Bump Reva: #11560
Bump reva to fix the uploader issue (Uploader being able to move files)
https://kiteworks.atlassian.net/browse/OCISDEV-171 -
Enhancement - Update Web to v11.3.1: #11471
- Bugfix owncloud/web#12697: Md
Text Html Preview Text gets Clipped
- Bugfix owncloud/web#12697: Md
-
Enhancement - Update Web to v11.3.6: #12914
- Bugfix: owncloud/web#12890
Deactivated Space button clips German translated word - Bugfix:
owncloud/web#12889 Incorrect
translation when using switches language - Bugfix:
owncloud/web#12893 user info
getting translated
owncloud/web#12914
https://github.com/owncloud/web/releases/tag/v11.3.6 - Bugfix: owncloud/web#12890
7.2.0
Table of Contents
Changes in 7.2.0
Summary
- Bugfix - Fix the OCM role editor: #11071
- Bugfix - Fix the SpaceMembershipExpired event: #11078
- Bugfix - Fix the OCM role file editor: #11093
- Bugfix - Fix the parent-id for the share-jail root: #11101
- Bugfix - Adjust the capabilities according to full text search config: #11111
- Bugfix - Fix app-auth: #11123
- Bugfix - Fix the SpaceMembershipExpired duplicate event: #11127
- Bugfix - Fix migrate rebuild-jsoncs3-indexes cli: #11145
- Bugfix - OCM Share Notifications: #11162
- Bugfix - Fix pdf form creation: #11163
- Bugfix - Fix app-auth, REST status code: #11190
- Bugfix - Fix error on listing space members: #11245
- Bugfix - Fix the graceful shutdown: #11295
- Bugfix - Fix the reva log interceptor: #11348
- Bugfix - Fix panic while traversing the service list: #11390
- Bugfix - Fix the OCM role editor: #11484
- Bugfix - Fix storage-users cli: #11490
- Bugfix - Clean up unified roles label: #11494
- Change - Remove deprecated FRONTEND_OCS_*: #11333
- Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: #11372
- Enhancement - Update Mockery to 2.52.3: #11070
- Enhancement - Improve postprocessing logs: #11108
- Enhancement - Improve graph space management logs: #11115
- Enhancement - Delete notification by ID: #11203
- Enhancement - CLI, storage-users uploads delete-stale-nodes: #11216
- Enhancement - Allow setting driveid through graph API: #11256
- Enhancement - More secure Microsoft 365 collaboration: #11276
- Enhancement - Claim managed spaces: #11280
- Enhancement - Bump Reva: #11283
- Enhancement - Update ocis_full deployment example images: #11319
- Enhancement - Bump Web to 11.3.2: #11330
- Enhancement - Add capability for server managed spaces: #11332
- Enhancement - Harden office deployment process: #11339
- Enhancement - Add SpaceEditorWithoutTrashbin Role: #11391
- Enhancement - Improve cookies security: #11413
- Enhancement - Bump Web to 12.0.0: #11420
- Enhancement - Bump Web to 12.0.1: #11420
- Enhancement - Remove deprecated envvars: #11430
- Enhancement - Update Bleve to v2.5.2: #11441
- Enhancement - Bump Web to 12.0.2: #11444
Details
-
Bugfix - Fix the OCM role editor: #11071
Fix the OCM role editor permission set. The redundant permissions have been
removed. -
Bugfix - Fix the SpaceMembershipExpired event: #11078
We fixed the SpaceMembershipExpired event emitting.
-
Bugfix - Fix the OCM role file editor: #11093
Fix the OCM role file editor permission set. The redundant permissions have been
removed. -
Bugfix - Fix the parent-id for the share-jail root: #11101
Fix the parent-id for the share-jail root.
-
Bugfix - Adjust the capabilities according to full text search config: #11111
Adjust the capabilities according to full text search configurations.
-
Bugfix - Fix app-auth: #11123
Allow the app-auth announce
www-authenticate: basicheader. -
Bugfix - Fix the SpaceMembershipExpired duplicate event: #11127
We fixed the SpaceMembershipExpired event duplication issue.
-
Bugfix - Fix migrate rebuild-jsoncs3-indexes cli: #11145
Fix migrate rebuild-jsoncs3-indexes cli
-
Bugfix - OCM Share Notifications: #11162
Fix no OCM sharing notifications, now share and unshare notifications are
created -
Bugfix - Fix pdf form creation: #11163
Fix pdf form creation for Onlyoffice. Adjust the file extension for Form to be
PDF instead of DOCXF -
Bugfix - Fix app-auth, REST status code: #11190
Now app-auth REST returns status code 404 when creating token for non-existent
user (Impersonation) -
Bugfix - Fix error on listing space members: #11245
Now the members list will still show grantees even with there is any invalid
share after the upgrade. -
Bugfix - Fix the graceful shutdown: #11295
Fix the graceful shutdown using the new ocis and reva runners.
-
Bugfix - Fix the reva log interceptor: #11348
Fix the reva log interceptor. Implemented the Unwrap interface to allow TUS
middleware to handle correctly SetReadDeadline and SetWriteDeadline functions
and to avoid the error during the upload. -
Bugfix - Fix panic while traversing the service list: #11390
Fix the panic while traversing the service list
-
Bugfix - Fix the OCM role editor: #11484
Fix the issue when the watermark is visible to user with a viewer role in
Collabora -
Bugfix - Fix storage-users cli: #11490
Fix storage-users uploads --resume command.
-
Bugfix - Clean up unified roles label: #11494
Clean up the unified roles label
-
Change - Remove deprecated FRONTEND_OCS_*: #11333
Deprecated FRONTEND_OCS_* environment variable was removed from config.
-
Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: #11372
Deprecated CLIENTLOG_REVA_GATEWAY environment variable was removed from config.
-
Enhancement - Update Mockery to 2.52.3: #11070
Without updating ocis will not build on go 1.24. This requires also updating the
go version to 1.24 -
Enhanceme...
7.2.0-rc.2
Table of Contents
Changes in 7.2.0-rc.2
Summary
- Bugfix - Fix storage-users cli: #11490
- Bugfix - Fix the OCM role editor: #11484
- Bugfix - Clean up unified roles label: #11494
Details
7.2.0-rc.1
Table of Contents
Changes in 7.2.0-rc.1
Summary
- Bugfix - Fix the OCM role editor: #11071
- Bugfix - Fix the SpaceMembershipExpired event: #11078
- Bugfix - Fix the OCM role file editor: #11093
- Bugfix - Fix the parent-id for the share-jail root: #11101
- Bugfix - Adjust the capabilities according to full text search config: #11111
- Bugfix - Fix app-auth: #11123
- Bugfix - Fix the SpaceMembershipExpired duplicate event: #11127
- Bugfix - Fix migrate rebuild-jsoncs3-indexes cli: #11145
- Bugfix - OCM Share Notifications: #11162
- Bugfix - Fix pdf form creation: #11163
- Bugfix - Fix app-auth, REST status code: #11190
- Bugfix - Fix error on listing space members: #11245
- Bugfix - Fix the graceful shutdown: #11295
- Bugfix - Fix the reva log interceptor: #11348
- Bugfix - Fix panic while traversing the service list: #11390
- Change - Remove deprecated FRONTEND_OCS_*: #11333
- Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: #11372
- Enhancement - Update Mockery to 2.52.3: #11070
- Enhancement - Improve postprocessing logs: #11108
- Enhancement - Improve graph space management logs: #11115
- Enhancement - Delete notification by ID: #11203
- Enhancement - CLI, storage-users uploads delete-stale-nodes: #11216
- Enhancement - Allow setting driveid through graph API: #11256
- Enhancement - More secure Microsoft 365 collaboration: #11276
- Enhancement - Claim managed spaces: #11280
- Enhancement - Bump Reva: #11283
- Enhancement - Update ocis_full deployment example images: #11319
- Enhancement - Bump Web to 11.3.2: #11330
- Enhancement - Add capability for server managed spaces: #11332
- Enhancement - Harden office deployment process: #11339
- Enhancement - Add SpaceEditorWithoutTrashbin Role: #11391
- Enhancement - Improve cookies security: #11413
- Enhancement - Bump Web to 12.0.0: #11420
- Enhancement - Bump Web to 12.0.1: #11420
- Enhancement - Remove deprecated envvars: #11430
- Enhancement - Update Bleve to v2.5.2: #11441
- Enhancement - Bump Web to 12.0.2: #11444
Details
-
Bugfix - Fix the OCM role editor: #11071
Fix the OCM role editor permission set. The redundant permissions have been
removed. -
Bugfix - Fix the SpaceMembershipExpired event: #11078
We fixed the SpaceMembershipExpired event emitting.
-
Bugfix - Fix the OCM role file editor: #11093
Fix the OCM role file editor permission set. The redundant permissions have been
removed. -
Bugfix - Fix the parent-id for the share-jail root: #11101
Fix the parent-id for the share-jail root.
-
Bugfix - Adjust the capabilities according to full text search config: #11111
Adjust the capabilities according to full text search configurations.
-
Bugfix - Fix app-auth: #11123
Allow the app-auth announce
www-authenticate: basicheader. -
Bugfix - Fix the SpaceMembershipExpired duplicate event: #11127
We fixed the SpaceMembershipExpired event duplication issue.
-
Bugfix - Fix migrate rebuild-jsoncs3-indexes cli: #11145
Fix migrate rebuild-jsoncs3-indexes cli
-
Bugfix - OCM Share Notifications: #11162
Fix no OCM sharing notifications, now share and unshare notifications are
created -
Bugfix - Fix pdf form creation: #11163
Fix pdf form creation for Onlyoffice. Adjust the file extension for Form to be
PDF instead of DOCXF -
Bugfix - Fix app-auth, REST status code: #11190
Now app-auth REST returns status code 404 when creating token for non-existent
user (Impersonation) -
Bugfix - Fix error on listing space members: #11245
Now the members list will still show grantees even with there is any invalid
share after the upgrade. -
Bugfix - Fix the graceful shutdown: #11295
Fix the graceful shutdown using the new ocis and reva runners.
-
Bugfix - Fix the reva log interceptor: #11348
Fix the reva log interceptor. Implemented the Unwrap interface to allow TUS
middleware to handle correctly SetReadDeadline and SetWriteDeadline functions
and to avoid the error during the upload. -
Bugfix - Fix panic while traversing the service list: #11390
Fix the panic while traversing the service list
-
Change - Remove deprecated FRONTEND_OCS_*: #11333
Deprecated FRONTEND_OCS_* environment variable was removed from config.
-
Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: #11372
Deprecated CLIENTLOG_REVA_GATEWAY environment variable was removed from config.
-
Enhancement - Update Mockery to 2.52.3: #11070
Without updating ocis will not build on go 1.24. This requires also updating the
go version to 1.24 -
Enhancement - Improve postprocessing logs: #11108
Improve postprocessing logs to easily trace successful and failing uploads/
-
Enhancement - Improve graph space management logs: #11115
Improve graph space management logs to help troubleshooting user operations
-
Enhancement - Delete notification by ID: #11203
It is now possible to delete a single notification by ID: DELETE
/ocs/v2.php/apps/notifications/api/v1/notifications/:id -
Enhancement - CL...
7.1.3
Table of Contents
Changes in 7.1.3
Summary
- Bugfix - Fix Share roles translation: #11241
- Bugfix - Fix collaboration service LastModifiedDate: #11328
- Bugfix - Fix translations in Settings: #11361
- Enhancement - Limit length of tags: #11231
- Enhancement - Bump Web to 11.3.4: #12605
Details
-
Bugfix - Fix Share roles translation: #11241
We fixed the issue when the Share roles show a wrong translation after the user
location has changed back to English. -
Bugfix - Fix collaboration service LastModifiedDate: #11328
Collaboration service now returns correct LastModifiedDate.
-
Bugfix - Fix translations in Settings: #11361
Notification option translation where missing one string. This is fixed.
-
Enhancement - Limit length of tags: #11231
We limited the length of tags to avoid DOS attacks against the ocis server.
-
Enhancement - Bump Web to 11.3.4: #12605
- Bugfix owncloud/web#12598: Add
src attribute to external app iframe - Bugfix
owncloud/web#12474: Add tag
characters limit
owncloud/web#12605
https://github.com/owncloud/web/releases/tag/v11.3.4 - Bugfix owncloud/web#12598: Add
7.1.2
7.1.1
Table of Contents
Changes in 7.1.1
Summary
Details
-
Bugfix - Fix translations of editor roles: #11116
Uses the correct translations strings for ocis roles
-
Enhancement - Update Web to v11.3.1: #11131
- Bugfix owncloud/web#12225:
Broken title for public files link - Bugfix
owncloud/web#12226: Disable
password protected folders creation inside public links - Bugfix
owncloud/web#12240: Add password
policies to password protected folders - Bugfix
owncloud/web#12241: Revert
password protected folder creation on error - Bugfix
owncloud/web#12270: Add password
generator into password protected folders - Bugfix
owncloud/web#12297: Two spaces are
created at the same time when user tries to create a space
- Bugfix owncloud/web#12225: