Download Latest Version 8.0.0 source code.tar.gz (37.4 MB)
Email in envelope

Get an email when there's a new version of ownCloud Infinite Scale

Home / v7.3.0
Name Modified Size InfoDownloads / Week
Parent folder
End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf 2025-10-14 77.9 kB
ocis-7.3.0-linux-arm64.sha256 2025-10-14 89 Bytes
ocis-7.3.0-linux-arm64 2025-10-14 136.8 MB
ocis-7.3.0-linux-arm.sha256 2025-10-14 87 Bytes
ocis-7.3.0-linux-arm 2025-10-14 121.8 MB
ocis-7.3.0-linux-amd64.sha256 2025-10-14 89 Bytes
ocis-7.3.0-linux-amd64 2025-10-14 130.1 MB
ocis-7.3.0-linux-386.sha256 2025-10-14 87 Bytes
ocis-7.3.0-linux-386 2025-10-14 121.8 MB
third-party-licenses.tar.gz 2025-10-14 676.9 kB
ocis-7.3.0-darwin-arm64.sha256 2025-10-14 90 Bytes
ocis-7.3.0-darwin-arm64 2025-10-14 126.1 MB
ocis-7.3.0-darwin-amd64.sha256 2025-10-14 90 Bytes
ocis-7.3.0-darwin-amd64 2025-10-14 130.0 MB
7.3.0 source code.tar.gz 2025-10-14 36.0 MB
7.3.0 source code.zip 2025-10-14 44.5 MB
README.md 2025-10-14 13.6 kB
Totals: 17 Items   847.9 MB 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

https://github.com/owncloud/ocis/issues/11232 https://github.com/owncloud/ocis/pull/11239

  • 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 the Accept-Language header if present.

https://github.com/owncloud/ocis/pull/11466

  • Bugfix - Tolerating the empty request body for WebDAV: #11516

Tolerating the empty request body for WebDAV operations like MKCOL, DELETE, MOVE, COPY.

https://github.com/owncloud/ocis/issues/10809 https://github.com/owncloud/ocis/pull/11516

  • Bugfix - Fix space root handling in a sharedByMe: #11533

Fix space root handling in a graph sharedByMe

https://github.com/owncloud/ocis/pull/11533

  • 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

https://github.com/owncloud/ocis/issues/11409 https://github.com/owncloud/ocis/pull/11542

  • 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 a scope is passed in the search pattern instead.

https://github.com/owncloud/ocis/pull/11664

  • 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.

https://github.com/owncloud/ocis/pull/11665

  • Bugfix - Add webdav without trailing slash into proxy default config: #11677

We've added the /webdav endpoint without a trailing slash into the proxy default config.

https://github.com/owncloud/ocis/issues/10346 https://github.com/owncloud/ocis/issues/10334 https://github.com/owncloud/ocis/pull/11677

  • 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.

https://github.com/owncloud/ocis/pull/11693

  • Bugfix - Fix stale nodes command: #11704

Fix delete-stale-nodes command to properly remove or roll-back nodes

https://github.com/owncloud/ocis/pull/11704

  • 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.

https://github.com/owncloud/ocis/issues/8616 https://github.com/owncloud/ocis/pull/11477

  • 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.

https://github.com/owncloud/ocis/pull/10880

  • 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.

https://github.com/owncloud/ocis/pull/11029

  • Enhancement - Add Cli to delete personal spaces: #11555

Add Cli to delete the trashed personal spaces.

https://github.com/owncloud/ocis/pull/11555

  • Enhancement - Add custom labels for app tokens: #11555

The ability to set a custom label when creating an app token has been added.

https://github.com/owncloud/ocis/pull/11555

  • 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.

https://github.com/owncloud/ocis/pull/11568

  • Enhancement - Allow markdown output for unified-roles-table: #11581

Allows rendering the ocis graph list-unified-roles command in markdown (or colorized)

https://github.com/owncloud/ocis/pull/11581

  • Enhancement - Added the OnlyOffice license support: #11624

Added the OnlyOffice ee license support to the ocis_full deployment.

https://github.com/owncloud/ocis/pull/11624

https://github.com/owncloud/ocis/pull/11625 https://github.com/owncloud/web/releases/tag/v12.0.4

  • Enhancement - Update the ocis_full deployment example: #11666

Fix description texts, move image versions from yaml to .env where applicapable

https://github.com/owncloud/ocis/pull/11666

  • Enhancement - Bump Reva version: #11669

Bumped reva version

https://github.com/owncloud/ocis/pull/11669 https://github.com/owncloud/ocis/pull/11693 https://github.com/owncloud/ocis/pull/11704

  • Enhancement - Added user type upgrade/downgrade: #11678

Added the mechanism to disable/enable personal spaces on user type upgrade/downgrade

https://github.com/owncloud/ocis/pull/11678

  • 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

https://github.com/owncloud/ocis/pull/11684

  • Enhancement - Drop remote.php prefix: #11687

The remote.php prefix is now fully optional in WebDAV endpoints and is never returned in responses.

https://github.com/owncloud/ocis/pull/11687

  • Enhancement - Add configurable display attributes: #11695

We added new configuration options UserSearchDisplayedAttributes which allows to configure the attributes that are displayed in the user search results. We are also deprecating the ShowUserEmailInResults configuration option.

https://github.com/owncloud/ocis/pull/11695

https://github.com/owncloud/ocis/pull/11710 https://github.com/owncloud/web/releases/tag/v12.1.0

Source: README.md, updated 2025-10-14