Skip to content

Commit

Permalink
Merge branch 'master' into master-merge-#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Sep 16, 2022
2 parents 15de7e8 + 0a556ee commit 2ac11a7
Show file tree
Hide file tree
Showing 221 changed files with 1,474 additions and 1,021 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=24473b942030adc5fa0e10dd44be8b87dedc1051
OCIS_COMMITID=04712780129eeb7fc3564e4231a7d62d0d0ff81f
OCIS_BRANCH=experimental
158 changes: 133 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,97 @@ Changelog for ownCloud Web [unreleased] (UNRELEASED)
The following sections list the changes in ownCloud web unreleased relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/web/compare/v5.6.1...master
[unreleased]: https://github.com/owncloud/web/compare/v5.7.0...master

Summary
-------

* Bugfix - Add language param opening external app: [#7419](https://github.com/owncloud/web/issues/7419)
* Bugfix - "Private link"-button alignment: [#7640](https://github.com/owncloud/web/pull/7640)
* Bugfix - Resolve upload existing folder: [#7504](https://github.com/owncloud/web/pull/7504)
* Bugfix - Shares tree loading: [#7506](https://github.com/owncloud/web/issues/7506)
* Bugfix - Sidebar toggle icon: [#7632](https://github.com/owncloud/web/pull/7632)
* Bugfix - Upload modify time: [#7630](https://github.com/owncloud/web/pull/7630)
* Enhancement - Deny subfolders inside share: [#7190](https://github.com/owncloud/web/pull/7190)
* Enhancement - Make keybindings global: [#7569](https://github.com/owncloud/web/pull/7569)

Details
-------

* Bugfix - Add language param opening external app: [#7419](https://github.com/owncloud/web/issues/7419)

We've added the language param when opening an external app

https://github.com/owncloud/web/issues/7419
https://github.com/owncloud/web/pull/7631

* Bugfix - "Private link"-button alignment: [#7640](https://github.com/owncloud/web/pull/7640)

We've fixed the alignment of the "Private link"-button in the sidebar.

https://github.com/owncloud/web/issues/7618
https://github.com/owncloud/web/pull/7640

* Bugfix - Resolve upload existing folder: [#7504](https://github.com/owncloud/web/pull/7504)

We've added a conflict dialog which handles name clashes when uploading files and folders.

https://github.com/owncloud/web/issues/6996
https://github.com/owncloud/web/pull/7504

* Bugfix - Shares tree loading: [#7506](https://github.com/owncloud/web/issues/7506)

We've improved loading of the shares tree:

* It now happens more globally in the sidebar component instead of in each sidebar panel. *
Shares won't be loaded for resources without a path anymore.

These changes massively improve the sidebar performance and fix several issues with
(re-)share permissions.

https://github.com/owncloud/web/issues/7506
https://github.com/owncloud/web/issues/7593
https://github.com/owncloud/web/issues/7592
https://github.com/owncloud/web/pull/7580

* Bugfix - Sidebar toggle icon: [#7632](https://github.com/owncloud/web/pull/7632)

We've fixed a bug where the sidebar toggle icon would not detect the "open"-state of the
sidebar.

https://github.com/owncloud/web/pull/7632

* Bugfix - Upload modify time: [#7630](https://github.com/owncloud/web/pull/7630)

We've included the `x-oc-mtime` header in upload requests to tell the backend the proper
modify date of uploaded resources.

https://github.com/owncloud/web/issues/7628
https://github.com/owncloud/web/pull/7630
https://github.com/owncloud/web/pull/7641

* Enhancement - Deny subfolders inside share: [#7190](https://github.com/owncloud/web/pull/7190)

Sub-folders within user- and group-shares can now be denied for certain share receivers if the
backend is capable of negative ACLs. Please note that the state of this feature is experimental
and needs to be enabled in the backend.

https://github.com/owncloud/web/issues/7180
https://github.com/owncloud/web/pull/7190

* Enhancement - Make keybindings global: [#7569](https://github.com/owncloud/web/pull/7569)

We've made keybindings global and introduced a data-attribute to mark elements that need
custom keybindings

https://github.com/owncloud/web/pull/7569

Changelog for ownCloud Web [5.7.0] (2022-09-09)
=======================================
The following sections list the changes in ownCloud web 5.7.0 relevant to
ownCloud admins and users.

[5.7.0]: https://github.com/owncloud/web/compare/v5.6.1...v5.7.0

Summary
-------
Expand All @@ -17,6 +107,7 @@ Summary
* Bugfix - Default to user context: [#7437](https://github.com/owncloud/web/pull/7437)
* Bugfix - Dragging a file causes no selection: [#7473](https://github.com/owncloud/web/pull/7473)
* Bugfix - Prevent error when pasting with empty clipboard: [#7214](https://github.com/owncloud/web/pull/7214)
* Bugfix - Expiration date picker with long language codes: [#7622](https://github.com/owncloud/web/issues/7622)
* Bugfix - Re-introduce dynamic app name in document title: [#7173](https://github.com/owncloud/web/pull/7173)
* Bugfix - External apps fixes: [#7166](https://github.com/owncloud/web/pull/7166)
* Bugfix - File name in text editor: [#7516](https://github.com/owncloud/web/pull/7516)
Expand All @@ -33,6 +124,7 @@ Summary
* Bugfix - Load only supported thumbnails (configurable): [#7474](https://github.com/owncloud/web/pull/7474)
* Bugfix - Loading state in views: [#7325](https://github.com/owncloud/web/pull/7325)
* Bugfix - Logout deleted user on page reload: [#4677](https://github.com/owncloud/web/issues/4677)
* Bugfix - Merge share with group and group member into one: [#7582](https://github.com/owncloud/web/issues/7582)
* Bugfix - Missing file icon in details panel: [#7344](https://github.com/owncloud/web/pull/7344)
* Bugfix - Missing scroll bar in user management app: [#7321](https://github.com/owncloud/web/pull/7321)
* Bugfix - SidebarNavItem icon flickering: [#7309](https://github.com/owncloud/web/pull/7309)
Expand Down Expand Up @@ -82,6 +174,7 @@ Summary
* Enhancement - Add change own password dialog to the account info page: [#7206](https://github.com/owncloud/web/pull/7206)
* Enhancement - Declined shares are now easily accessible: [#7356](https://github.com/owncloud/web/pull/7356)
* Enhancement - Drop menu styling in right sidebar: [#7365](https://github.com/owncloud/web/pull/7365)
* Enhancement - Adjust spacing of the files list options menu: [#7570](https://github.com/owncloud/web/pull/7570)
* Enhancement - Keyboard shortcut indicators in ContextMenu: [#7309](https://github.com/owncloud/web/pull/7309)
* Enhancement - Left sidebar hover effect: [#7540](https://github.com/owncloud/web/issues/7540)
* Enhancement - Lowlight cut resources: [#7309](https://github.com/owncloud/web/pull/7309)
Expand All @@ -106,13 +199,12 @@ Summary
* Enhancement - Simplify mime type checking: [#7605](https://github.com/owncloud/web/pull/7605)
* Enhancement - Streamline UI sizings: [#7363](https://github.com/owncloud/web/pull/7363)
* Enhancement - Option to block file extensions from text-editor app: [#6661](https://github.com/owncloud/web/issues/6661)
* Enhancement - Update ODS to v14.0.0-alpha.17: [#7606](https://github.com/owncloud/web/pull/7606)
* Enhancement - Update ODS to v14.0.0-alpha.18: [#7626](https://github.com/owncloud/web/pull/7626)
* Enhancement - Update Uppy to v3.0.1: [#7177](https://github.com/owncloud/web/issues/7177)
* Enhancement - User management app saved dialog: [#7375](https://github.com/owncloud/web/pull/7375)
* Enhancement - User management app edit quota: [#7182](https://github.com/owncloud/web/pull/7182)
* Enhancement - Introduce group assignments: [#7176](https://github.com/owncloud/web/pull/7176)
* Enhancement - Users table on small screen: [#7476](https://github.com/owncloud/web/pull/7476)
* Enhancement - Adjust spacing of the files list options menu: [#7570](https://github.com/owncloud/web/pull/7570)
* Enhancement - User management app edit quota: [#7182](https://github.com/owncloud/web/pull/7182)

Details
-------
Expand Down Expand Up @@ -189,6 +281,14 @@ Details
https://github.com/owncloud/web/issues/7146
https://github.com/owncloud/web/pull/7214

* Bugfix - Expiration date picker with long language codes: [#7622](https://github.com/owncloud/web/issues/7622)

We've fixed a bug where the expiration date picker in the sharing sidebar wouldn't open if the
user selected a language with long language code, e.g. de_DE.

https://github.com/owncloud/web/issues/7622
https://github.com/owncloud/web/pull/7623

* Bugfix - Re-introduce dynamic app name in document title: [#7173](https://github.com/owncloud/web/pull/7173)

The `external` app was missing the dynamic app name after some recent refactoring. It has been
Expand Down Expand Up @@ -316,6 +416,14 @@ Details
https://github.com/owncloud/web/issues/4795
https://github.com/owncloud/web/pull/7072

* Bugfix - Merge share with group and group member into one: [#7582](https://github.com/owncloud/web/issues/7582)

We've fixed a bug that the share with a group and share of the same resource with a member of this
group was shown as 2 shares in "Shared with me" view.

https://github.com/owncloud/web/issues/7582
https://github.com/owncloud/web/pull/7598

* Bugfix - Missing file icon in details panel: [#7344](https://github.com/owncloud/web/pull/7344)

We've fixed a bug where the file icon in the details panel was not shown, if no preview was
Expand Down Expand Up @@ -727,6 +835,14 @@ Details
https://github.com/owncloud/web/issues/7335
https://github.com/owncloud/web/pull/7365

* Enhancement - Adjust spacing of the files list options menu: [#7570](https://github.com/owncloud/web/pull/7570)

We've adjusted the spacing of the files list options menu to visually match with the other
menus.

https://github.com/owncloud/web/issues/7541
https://github.com/owncloud/web/pull/7570

* Enhancement - Keyboard shortcut indicators in ContextMenu: [#7309](https://github.com/owncloud/web/pull/7309)

We've added the option to display relevant keyboard shortcuts in the contextmenu to give
Expand Down Expand Up @@ -943,9 +1059,9 @@ Details
https://github.com/owncloud/web/issues/6661
https://github.com/owncloud/web/pull/7174

* Enhancement - Update ODS to v14.0.0-alpha.17: [#7606](https://github.com/owncloud/web/pull/7606)
* Enhancement - Update ODS to v14.0.0-alpha.18: [#7626](https://github.com/owncloud/web/pull/7626)

We updated the ownCloud Design System to version 14.0.0-alpha.17. Please refer to the full
We updated the ownCloud Design System to version 14.0.0-alpha.18. Please refer to the full
changelog in the ODS release (linked) for more details. Summary:

* Bugfix - Omit special characters in user avatar initials:
Expand Down Expand Up @@ -996,8 +1112,8 @@ Details
Enhancement - Use Inter font:
[#2270](https://github.com/owncloud/owncloud-design-system/pull/2270)

https://github.com/owncloud/web/pull/7606
https://github.com/owncloud/owncloud-design-system/releases/tag/v14.0.0-alpha.17
https://github.com/owncloud/web/pull/7626
https://github.com/owncloud/owncloud-design-system/releases/tag/v14.0.0-alpha.18

* Enhancement - Update Uppy to v3.0.1: [#7177](https://github.com/owncloud/web/issues/7177)

Expand All @@ -1016,6 +1132,15 @@ Details
https://github.com/owncloud/web/pull/7375
https://github.com/owncloud/web/pull/7377

* Enhancement - User management app edit quota: [#7182](https://github.com/owncloud/web/pull/7182)

We've added the possibility to change user's quota in the user management app.

https://github.com/owncloud/web/issues/7059
https://github.com/owncloud/web/pull/7182
https://github.com/owncloud/web/pull/7530
https://github.com/owncloud/web/pull/7538

* Enhancement - Introduce group assignments: [#7176](https://github.com/owncloud/web/pull/7176)

We have added a new quick action in the user management where the user can be assigned to groups.
Expand All @@ -1030,23 +1155,6 @@ Details
https://github.com/owncloud/web/issues/7439
https://github.com/owncloud/web/pull/7476

* Enhancement - Adjust spacing of the files list options menu: [#7570](https://github.com/owncloud/web/pull/7570)

We've adjusted the spacing of the files list options menu to visually match with the other
menus.

https://github.com/owncloud/web/issues/7541
https://github.com/owncloud/web/pull/7570

* Enhancement - User management app edit quota: [#7182](https://github.com/owncloud/web/pull/7182)

We've added the possibility to change user's quota in the user management app.

https://github.com/owncloud/web/issues/7059
https://github.com/owncloud/web/pull/7182
https://github.com/owncloud/web/pull/7530
https://github.com/owncloud/web/pull/7538

Changelog for ownCloud Web [5.6.1] (2022-06-22)
=======================================
The following sections list the changes in ownCloud web 5.6.1 relevant to
Expand Down
6 changes: 6 additions & 0 deletions changelog/5.7.0_2022-09-09/bugfix-expiration-date-de_DE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Expiration date picker with long language codes

We've fixed a bug where the expiration date picker in the sharing sidebar wouldn't open if the user selected a language with long language code, e.g. de_DE.

https://github.com/owncloud/web/issues/7622
https://github.com/owncloud/web/pull/7623
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Merge share with group and group member into one

We've fixed a bug that the share with a group and share of the same resource with a member of this group was shown as 2 shares in "Shared with me" view.

https://github.com/owncloud/web/issues/7582
https://github.com/owncloud/web/pull/7598
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Enhancement: Update ODS to v14.0.0-alpha.17
Enhancement: Update ODS to v14.0.0-alpha.18

We updated the ownCloud Design System to version 14.0.0-alpha.17. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
We updated the ownCloud Design System to version 14.0.0-alpha.18. Please refer to the full changelog in the ODS release (linked) for more details. Summary:

* Bugfix - Omit special characters in user avatar initials: [#2070](https://github.com/owncloud/owncloud-design-system/issues/2070)
* Bugfix - Avatar link icon: [#2269](https://github.com/owncloud/owncloud-design-system/pull/2269)
Expand All @@ -27,5 +27,5 @@ We updated the ownCloud Design System to version 14.0.0-alpha.17. Please refer t
* Enhancement - Redesign notifications: [#2210](https://github.com/owncloud/owncloud-design-system/pull/2210)
* Enhancement - Use Inter font: [#2270](https://github.com/owncloud/owncloud-design-system/pull/2270)

https://github.com/owncloud/web/pull/7606
https://github.com/owncloud/owncloud-design-system/releases/tag/v14.0.0-alpha.17
https://github.com/owncloud/web/pull/7626
https://github.com/owncloud/owncloud-design-system/releases/tag/v14.0.0-alpha.18
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Add language param opening external app

We've added the language param when opening an external app

https://github.com/owncloud/web/issues/7419
https://github.com/owncloud/web/pull/7631
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-private-link-alignment
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: "Private link"-button alignment

We've fixed the alignment of the "Private link"-button in the sidebar.

https://github.com/owncloud/web/pull/7640
https://github.com/owncloud/web/issues/7618
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-resolve-upload-existing-folder
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Resolve upload existing folder

We've added a conflict dialog which handles name clashes when uploading files and folders.

https://github.com/owncloud/web/pull/7504
https://github.com/owncloud/web/issues/6996
13 changes: 13 additions & 0 deletions changelog/unreleased/bugfix-shares-tree-loading
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Bugfix: Shares tree loading

We've improved loading of the shares tree:

* It now happens more globally in the sidebar component instead of in each sidebar panel.
* Shares won't be loaded for resources without a path anymore.

These changes massively improve the sidebar performance and fix several issues with (re-)share permissions.

https://github.com/owncloud/web/issues/7506
https://github.com/owncloud/web/issues/7593
https://github.com/owncloud/web/issues/7592
https://github.com/owncloud/web/pull/7580
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-sidebar-toggle-icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Sidebar toggle icon

We've fixed a bug where the sidebar toggle icon would not detect the "open"-state of the sidebar.

https://github.com/owncloud/web/pull/7632
7 changes: 7 additions & 0 deletions changelog/unreleased/bugfix-upload-modify-time
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Upload modify time

We've included the `x-oc-mtime` header in upload requests to tell the backend the proper modify date of uploaded resources.

https://github.com/owncloud/web/pull/7630
https://github.com/owncloud/web/pull/7641
https://github.com/owncloud/web/issues/7628
7 changes: 7 additions & 0 deletions changelog/unreleased/enhancement-deny-subfolder-share
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Deny subfolders inside share

Sub-folders within user- and group-shares can now be denied for certain share receivers if the backend is capable of negative ACLs.
Please note that the state of this feature is experimental and needs to be enabled in the backend.

https://github.com/owncloud/web/pull/7190
https://github.com/owncloud/web/issues/7180
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-make-keybindings-global
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Make keybindings global

We've made keybindings global and introduced a data-attribute to mark elements that need custom keybindings

https://github.com/owncloud/web/pull/7569
Loading

0 comments on commit 2ac11a7

Please sign in to comment.