Update owncloud/ocis Docker tag to v7.1.0 #359
Loading…
x
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.0.1
->7.1.0
Release Notes
owncloud/ocis (owncloud/ocis)
v7.1.0
Compare Source
The following sections list the changes for 7.1.0.
Summary
Details
Bugfix - Update govips to 2.16.0: #10378
The update to govips 2.16.0 removes temporary access to /tmp that was introduced
by govips.
https://github.com/owncloud/ocis/issues/10378
https://github.com/owncloud/ocis/pull/10943
Bugfix - Share creation date is missing in invite response: #10781
The graph drives invite response now includes the
createdDateTime
field.https://github.com/owncloud/ocis/issues/10739
https://github.com/owncloud/ocis/pull/10781
Bugfix - Bump some golang dependencies: #10795
Bump dependencies "golang.org/x/crypto" and "golang.org/x/net"
https://github.com/owncloud/ocis/pull/10795
Bugfix - Allow to accepted invite after it was once deleted: #10834
Allowed to accepted invite even after it was once deleted on the invite receiver
or invite creation side.
https://github.com/owncloud/ocis/issues/10813
https://github.com/owncloud/ocis/pull/10834
Bugfix - Fix the mail notifications for the user light: #10865
Fix the default bundle-list for mail notification settings for the user light.
https://github.com/owncloud/ocis/issues/10864
https://github.com/owncloud/ocis/pull/10865
Bugfix - Fix filtering of PostprocessingStepFinished events: #10868
https://github.com/owncloud/ocis/issues/10867
https://github.com/owncloud/ocis/pull/10868
Bugfix - Prevent empty email body for grouped email notifications: #10869
https://github.com/owncloud/ocis/pull/10869
Bugfix - Consistently name roles: #10871
BundleUUIDRoleGuest has been renamed to BundleUUIDRoleUserLight for consistency
reasons
https://github.com/owncloud/ocis/pull/10871
Bugfix - Fix grouped email notifications store key: #10873
Interval and user id is now separated by
_
(key schema:${INTERVAL}_${USER_ID}
).https://github.com/owncloud/ocis/pull/10873
Bugfix - Fix missing newline in grouped email: #10883
\n
is now replaced by<br>
in the HTML email bodyhttps://github.com/owncloud/ocis/pull/10883
Bugfix - Fix email templates white spaces & new lines: #10884
Email templates now contain no unwanted white spaces & new lines if
.CallToAction is nil
https://github.com/owncloud/ocis/pull/10884
Bugfix - Fix the ocm gateway connection pool: #10916
Fix the ocm gateway connection pool. Fix ocis dependency in the reva go.mod
file. Bump the ocis version accordingly to the major version.
https://github.com/owncloud/ocis/issues/10846
https://github.com/owncloud/ocis/issues/10878
https://github.com/owncloud/ocis/pull/10916
Bugfix - Add fallback for folder names: #10932
Add translated
shared-with-me
fallback for folder names in the activitylog toavoid
{folder}
in the output.https://github.com/owncloud/ocis/issues/10906
https://github.com/owncloud/ocis/pull/10932
Bugfix - Allow view ocm shares: #10944
OCM shares with
view
permissions did not work. When opening them in webofficean error would occur. This has been fixed.
https://github.com/owncloud/ocis/pull/10944
Bugfix - Fix Collaboration file extension check: #10947
Fixed Collaboration file extension check to case-insensitive comparison.
https://github.com/owncloud/ocis/issues/10947
https://github.com/owncloud/ocis/pull/10945
Bugfix - Add Identities to education user: #11016
Education User where not created correctly. They were missing the Identities
field
https://github.com/owncloud/ocis/pull/11016
Bugfix - Bump libregraph api: #11021
Bump the libregraph api to avoid a regression.
https://github.com/owncloud/ocis/pull/11021
Bugfix - Fix OCM create share: #11047
We fixed the OCM share fails on share creating if the federated instance is not
reachable.
https://github.com/owncloud/ocis/issues/11046
https://github.com/owncloud/ocis/pull/11047
Bugfix - Fix update grants for the OCM share: #11052
Fix update grants for the OCM share
https://github.com/owncloud/ocis/issues/11022
https://github.com/owncloud/ocis/pull/11052
Enhancement - Part I: The user settings are extended by notifications preferences: #10706
Part I: Users can now store their notifications preferences in the user settings
https://github.com/owncloud/ocis/issues/10669
https://github.com/owncloud/ocis/pull/10706
Enhancement - Part II: Filtering of in-app notifications: #10779
Part II: In-app notifications are now filtered based on the notification
preferences in the user settings
https://github.com/owncloud/ocis/issues/10769
https://github.com/owncloud/ocis/pull/10779
Enhancement - Part III: Filtering of mail notifications: #10792
Part III: Mail notifications are now filtered based on the notification
preferences in the user settings
https://github.com/owncloud/ocis/issues/10790
https://github.com/owncloud/ocis/pull/10792
Enhancement - Translate Notification Settings: #10812
Translates the notification settings according to the users language preference.
https://github.com/owncloud/ocis/pull/10812
Enhancement - Part IV: Grouping of mail notifications: #10838
Part IV: Mail notifications can now be grouped on a daily or weekly basis
https://github.com/owncloud/ocis/issues/10793
https://github.com/owncloud/ocis/pull/10838
Enhancement - Update web to v11.1.0: #10853
Preview app files visibility: #12040 - Bugfix
owncloud/web#12044: Disable paste
action in same folder: #12044 - Bugfix
owncloud/web#12045: Do not push
sidebar close action away: #12045 - Bugfix
owncloud/web#12045: Update sidebar
width on resize: #12045 - Bugfix
owncloud/web#12045: Use correct
breakpoints in sidebar: #12045 - Bugfix
owncloud/web#12050: Show indirect
shares on search page: #12050 - Bugfix
owncloud/web#12055: Add more
padding to input when clear action is visible: #12055 - Bugfix
owncloud/web#12058: Use local
state in sidebar in embed mode: #12058 - Bugfix
owncloud/web#12063: Change opacity
of disabled checkboxes: #12063 - Bugfix
owncloud/web#12074: Refetch
notifications settings on locale change: #12074 - Enhancement
owncloud/web#12010: Add
notifications settings: #12010 - Enhancement
owncloud/web#12054: Use generic
private link error: #12054
https://github.com/owncloud/ocis/pull/10853
https://github.com/owncloud/web/releases/tag/v11.1.0
Enhancement - Add tests for grouped emails: #10885
https://github.com/owncloud/ocis/pull/10885
Enhancement - Use maintained forks: #10886
Switches away from unmainatained forks.
https://github.com/owncloud/ocis/pull/10886
Enhancement - Add email notification for share removed event: #10915
https://github.com/owncloud/ocis/issues/10904
https://github.com/owncloud/ocis/pull/10915
Enhancement - Update Web to v1.11.1: #10918
Optionally access preview app route query: #12112 - Bugfix
owncloud/web#12118: Change
federated share icon: #12118 - Bugfix
owncloud/web#12118: Improve
federated share icon contrast: #12118 - Bugfix
owncloud/web#12119: Show external
share indicator: #12119
https://github.com/owncloud/ocis/pull/10918
https://github.com/owncloud/web/releases/tag/v11.1.1
Enhancement - Update Web to v1.11.2: #10930
Rename ScienceMesh: #10891
https://github.com/owncloud/ocis/pull/10930
https://github.com/owncloud/web/releases/tag/v11.1.2
Enhancement - Implement debug docker for arm64 platform: #10940
https://github.com/owncloud/ocis/pull/10940
Enhancement - Add roles: #10964
Add EditorListGrantsWithVersions and FileEditorListGrantsWithVersions roles.
https://github.com/owncloud/ocis/issues/10747
https://github.com/owncloud/ocis/pull/10964
Enhancement - Update Web to v1.11.3: #10977
Replace text editor: #12156
https://github.com/owncloud/ocis/pull/10977
https://github.com/owncloud/web/releases/tag/v11.1.3
Enhancement - Add the ocm notification handler: #11005
Added the ocm notification handler that allows receiving a notification from a
remote party about changes to a previously known entity.
https://github.com/owncloud/enterprise/issues/7075
https://github.com/owncloud/ocis/pull/11005
Enhancement - Add logging when a users space gets deleted: #11037
When deleting a user, their personal space will also be deleted. When this
operation fails the logging in the graph service was insufficient. We added some
logs.
https://github.com/owncloud/ocis/pull/11037
Enhancement - Add the ocm notification ShareChangePermission: #11041
Added the ocm notification ShareChangePermission that allows to synchronize the
permissions of a share between the federated instances.
https://github.com/owncloud/ocis/pull/11041
Enhancement - Update Web to v11.2.0: #11049
Create password protected folder in personal space - Bugfix
owncloud/web#12194: Display shared
file versions - Bugfix
owncloud/web#12175: Do not render
default actions in context menu - Bugfix
owncloud/web#12204: Enable
external shares editing - Bugfix
owncloud/web#12177: Open password
protected folder when clicking on its name - Bugfix
owncloud/web#12206: Preserve
current language in password protected folder view - Bugfix
owncloud/web#12205: Prevent
password protected folder move - Bugfix
owncloud/web#12195: Sanitize
content from md-editor-v3 - Bugfix
owncloud/web#12178: Skip upload
dropzone init when files view is missing - Enhancement
owncloud/web#12206: Add
lang
URLquery parameter - Enhancement
owncloud/web#12142: Add password
protected folders handler - Enhancement
owncloud/web#12137: Add password
protected folders app - Enhancement
owncloud/web#12188: Allow camera
in external app iframe - Enhancement
owncloud/web#12142: Control more
elements visibility via URL query - Enhancement
owncloud/web#12152: Delete
password protected folders - Enhancement
owncloud/web#12046: Disable
resources in delete queue - Enhancement
owncloud/web#12145: Display
default actions in context menu - Enhancement
owncloud/web#12145: Hide password
protected folders action - Enhancement
owncloud/web#12145: Hide password
protected folders extension - Enhancement
owncloud/web#12141: Password
protected folder permissions - Enhancement
owncloud/web#12146: Recursive
folder creation
https://github.com/owncloud/ocis/pull/11049
https://github.com/owncloud/web/releases/tag/v11.2.0
Enhancement - Update Web to v11.3.0: #11058
Add psec file icon - Enhancement
owncloud/web#12105: Handle
extensions without editor - Enhancement
owncloud/web#12109: Add custom
handler to file extensions
https://github.com/owncloud/ocis/pull/11058
https://github.com/owncloud/web/releases/tag/v11.3.0
Enhancement - Bump Reva: #11083
Bumps reva version to 2.27.7
https://github.com/owncloud/ocis/pull/11083
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.