Update owncloud/ocis Docker tag to v7.3.0 #630
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/owncloud-ocis-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.2.0->7.3.0Release Notes
owncloud/ocis (owncloud/ocis)
v7.3.0Compare Source
The following sections list the changes for 7.3.0.
Summary
Details
Bugfix - Fix the expiration date response for links: #11239
We fixed the inconsistency in the expiration date response for links
#11232
#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-Languageheader if present.#11466
Bugfix - Tolerating the empty request body for WebDAV: #11516
Tolerating the empty request body for WebDAV operations like MKCOL, DELETE,
MOVE, COPY.
#10809
#11516
Bugfix - Fix space root handling in a sharedByMe: #11533
Fix space root handling in a graph sharedByMe
#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
#11409
#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 belimited to the according space when a
scopeis passed in the search patterninstead.
#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.
#11665
Bugfix - Add webdav without trailing slash into proxy default config: #11677
We've added the
/webdavendpoint without a trailing slash into the proxydefault config.
#10346
#10334
#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.
#11693
Bugfix - Fix stale nodes command: #11704
Fix delete-stale-nodes command to properly remove or roll-back nodes
#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.
#8616
#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.
#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.
#11029
Enhancement - Add Cli to delete personal spaces: #11555
Add Cli to delete the trashed personal spaces.
#11555
Enhancement - Add custom labels for app tokens: #11555
The ability to set a custom label when creating an app token has been added.
#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.
#11568
Enhancement - Allow markdown output for unified-roles-table: #11581
Allows rendering the
ocis graph list-unified-rolescommand in markdown (orcolorized)
#11581
Enhancement - Added the OnlyOffice license support: #11624
Added the OnlyOffice ee license support to the ocis_full deployment.
#11624
Enhancement - Bump Web to 12.0.4: #11625
public link archiver download URL
#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
#11666
Enhancement - Bump Reva version: #11669
Bumped reva version
#11669
#11693
#11704
Enhancement - Added user type upgrade/downgrade: #11678
Added the mechanism to disable/enable personal spaces on user type
upgrade/downgrade
#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
#11684
Enhancement - Drop remote.php prefix: #11687
The
remote.phpprefix is now fully optional in WebDAV endpoints and is neverreturned in responses.
#11687
Enhancement - Add configurable display attributes: #11695
We added new configuration options
UserSearchDisplayedAttributeswhich allowsto configure the attributes that are displayed in the user search results. We
are also deprecating the
ShowUserEmailInResultsconfiguration option.#11695
Enhancement - Bump Web to 12.1.0: #11710
selection only when path changes - Bugfix
owncloud/web#12780: Handle direct
admin settings access - Bugfix
owncloud/web#12954: Add clipboard
permissions - Bugfix
owncloud/web#13075: Set md-editor
code block header to have z-index of 0 - Bugfix
owncloud/web#13126: Make progress
bar settings reactive - Bugfix
owncloud/web#13127: Handle HTML
upload error - Bugfix
owncloud/web#13136: Disallow
U+202E character in folder name - Bugfix
owncloud/web#13142: Use correct
color for universal icon - Enhancement
owncloud/web#12788: Add markdown
to PDF export - Enhancement
owncloud/web#12915: Use switch for
full text search filter - Enhancement
owncloud/web#12925: Add MFA
capability - Enhancement
owncloud/web#12933: Add universal
access - Enhancement
owncloud/web#12973: Add GeoGebra
pinboard icon - Enhancement
owncloud/web#12974: Replace board
icon - Enhancement
owncloud/web#13093: Add
OcResponsiveImage component - Enhancement
owncloud/web#13093: Add topbar
mobile logo theme option - Enhancement
owncloud/web#13110: Add mobile to
query param - Enhancement
owncloud/web#13111: Use OCS v2 API
Drop
remote.phpfrom WebDAV paths - Enhancementowncloud/web#13144: Display custom
attributes in share autocomplete
#11710
https://github.com/owncloud/web/releases/tag/v12.1.0
Enhancement - Bump Web to 12.1.1: #11726
This version contains only updated translations.
#11726
https://github.com/owncloud/web/releases/tag/v12.1.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.