Table of Contents
- Changelog for 7.1.0-rc.1
Changes in 7.1.0-rc.1
Summary
- Bugfix - Share creation date is missing in invite response: #10780
- Bugfix - Bump some golang dependencies: #10795
- Bugfix - Allow to accepted invite after it was once deleted: #10834
- Enhancement - Part I: The user settings are extended by notifications preferences: #10706
- Enhancement - Part II: Filtering of in-app notifications: #10779
- Enhancement - Part III: Filtering of mail notifications: #10792
- Enhancement - Translate Notification Settings: #10812
- Enhancement - Part IV: Grouping of mail notifications: #10838
- Enhancement - Bump Reva: #10842
- Enhancement - Update web to v11.1.0: #10853
Details
-
Bugfix - Share creation date is missing in invite response: #10780
The graph drives invite response now includes the
createdDateTime
field. -
Bugfix - Bump some golang dependencies: #10795
Bump dependencies "golang.org/x/crypto" and "golang.org/x/net"
-
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. -
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
-
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 -
Enhancement - Part III: Filtering of mail notifications: #10792
Part III: Mail notifications are now filtered based on the notification
preferences in the user settings -
Enhancement - Translate Notification Settings: #10812
Translates the notification settings according to the users language preference.
-
Enhancement - Part IV: Grouping of mail notifications: #10838
Part IV: Mail notifications can now be grouped on a daily or weekly basis
-
Enhancement - Bump Reva: #10842
Bumps the reva version
-
Enhancement - Update web to v11.1.0: #10853
- Bugfix owncloud/web#12040:
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
- Bugfix owncloud/web#12040: