-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added details sidebar for multiple selection
- Loading branch information
Showing
157 changed files
with
4,217 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# The version of OCIS to use in pipelines that test against OCIS | ||
OCIS_COMMITID=b148faada6191a0c8a7ff800badec5bc1399c75f | ||
OCIS_COMMITID=d30670450a3f0e3901276ff88b5bc4560a4ce1cb | ||
OCIS_BRANCH=master | ||
|
||
# The test runner source for API tests | ||
CORE_COMMITID=f16a490116c1b513948a9f3bd8ec0c8146eab545 | ||
CORE_COMMITID=298ebbbe0106cea6c8cb029b83fd359da2f450d1 | ||
CORE_BRANCH=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Left sidebar visibility in public links | ||
|
||
We fixed that the left sidebar was showing the navigation items of an authenticated context when visiting a public link as authenticated user. | ||
|
||
https://github.com/owncloud/web/pull/5602 |
9 changes: 9 additions & 0 deletions
9
changelog/4.0.0_2021-08-04/bugfix-name-checks-with-pagination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Bugfix: Check names also for folders or files that currently are not visible | ||
|
||
We've changed the way how web checks if a file or folder exists. | ||
From now on it also include files from the current folder that actually are not visible. | ||
|
||
This was problematic in situations like the pagination, where a file or folder was not | ||
available in the current set of resources and the user tried to create a folder with the same name. | ||
|
||
https://github.com/owncloud/web/pull/5583 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nhancement-use-profile-picture-capability → ...-04/bugfix-use-profile-picture-capability
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
changelog/4.0.0_2021-08-04/change-add-customer-search-service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Change: Add custom search service | ||
|
||
We've added `search` as another core app that can be utilized by | ||
other (third-party) frontend extensions to provide | ||
filter and search functionality. | ||
Please note that you need to add `search` to the `apps` array of your config.json file, otherwise the search bar with its global file search capabilities will disappear. | ||
|
||
https://github.com/owncloud/web/pull/5415 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: New layout for context menu | ||
|
||
The new context menu in the files list received additional menu items and a clear separation into three sections. | ||
|
||
https://github.com/owncloud/web/issues/5160 | ||
https://github.com/owncloud/web/pull/5576 |
7 changes: 4 additions & 3 deletions
7
...d/enhancement-filestable-dropdown-actions → ...4/enhancement-filestable-dropdown-actions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
Enhancement: Dropdown actions in FilesTable | ||
|
||
Users can now access quick actions in a dropdown by clicking on | ||
Users can now access quick actions in a dropdown by clicking on | ||
the three-dots button or right-clicking on rows in the files table. | ||
|
||
We've also bumped the ownCloud Design System to version 8.2.0 | ||
We've also bumped the ownCloud Design System to version 8.3.0 | ||
|
||
https://github.com/owncloud/owncloud-design-system/releases/tag/v8.2.0 | ||
https://github.com/owncloud/owncloud-design-system/releases/tag/v8.3.0 | ||
https://github.com/owncloud/web/issues/5102 | ||
https://github.com/owncloud/web/issues/5103 | ||
https://github.com/owncloud/web/pull/5551 | ||
https://github.com/owncloud/web/pull/5554 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Enhancement: Refactor recipient autocomplete in people panel | ||
|
||
We've refactored the recipient autocomplete in people panel so that selected recipients are displayed directly in the autocomplete instead of the list below it. | ||
|
||
https://github.com/owncloud/web/pull/5554 |
6 changes: 6 additions & 0 deletions
6
changelog/4.0.0_2021-08-04/enhancement-load-only-opened-panels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: load only opened panels | ||
|
||
Do not load panels in the Files extension sidebar until they are opened. | ||
|
||
https://github.com/owncloud/web/issues/5569 | ||
https://github.com/owncloud/web/pull/5573 |
10 changes: 5 additions & 5 deletions
10
...ancement-prevent-bind-to-loopback-address → ...ancement-prevent-bind-to-loopback-address
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Enhancement: Prevent binding to only loopback IP when running in watch mode | ||
This is required when running the acceptance tests on Windows, it allows the selenium docker containers to access the frontend due to the host binding in rollup (when running `yarn serve`). Does not break any existing functionality. | ||
https://github.com/owncloud/web/pull/5515 | ||
Enhancement: Prevent binding to only loopback IP when running in watch mode | ||
|
||
This is required when running the acceptance tests on Windows, it allows the selenium docker containers to access the frontend due to the host binding in rollup (when running `yarn serve`). Does not break any existing functionality. | ||
|
||
https://github.com/owncloud/web/pull/5515 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Add filter & search to files app | ||
|
||
We've changed the existing searchbar to use the custom search service. | ||
It is now able to be used at the same time as a filter (on the frontend) and, if the backend | ||
is capable of search, as a search input. | ||
|
||
https://github.com/owncloud/web/pull/5415 |
6 changes: 6 additions & 0 deletions
6
changelog/4.0.0_2021-08-04/enhancement-share-recipients-number
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Define the number of visible share recipients | ||
|
||
We've added a new configuration option `sharingRecipientsPerPage` to | ||
define how many recipients should be shown in the share recipients dropdown. | ||
|
||
https://github.com/owncloud/web/pull/5506 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: load folder in Media viewer | ||
|
||
We've fixed the loading of a folder in the Media viewer extension. | ||
If a user reloads the Media viewer now, it load all the medias both in private and public context. | ||
|
||
https://github.com/owncloud/web/issues/5427 | ||
https://github.com/owncloud/web/pull/5585 |
Oops, something went wrong.