diff --git a/__fixtures__/sharedViaLinkFiles.js b/__fixtures__/sharedViaLinkFiles.js index 86dbe952a61..d6a4e1d536e 100644 --- a/__fixtures__/sharedViaLinkFiles.js +++ b/__fixtures__/sharedViaLinkFiles.js @@ -20,8 +20,8 @@ const files = { storage_id: 'home::admin', storage: 2, item_type: 'folder', - item_source: 3009, - file_source: 3009, + item_source: 3007, + file_source: 3007, file_parent: 6, file_target: '/Documents', name: 'Quick action link', @@ -55,8 +55,8 @@ const files = { storage_id: 'home::admin', storage: 2, item_type: 'folder', - item_source: 3009, - file_source: 3009, + item_source: 3008, + file_source: 3008, file_parent: 6, file_target: '/.hidden-folder', name: 'Quick action link', diff --git a/changelog/unreleased/enhancement-update-ods b/changelog/unreleased/enhancement-update-ods new file mode 100644 index 00000000000..e82c37fc29c --- /dev/null +++ b/changelog/unreleased/enhancement-update-ods @@ -0,0 +1,12 @@ +Enhancement: Update ODS to 9.3.0 + +We updated the ownCloud Design System to version 9.3.0. Please refer to the full changelog in the ODS release (linked) for more details. Summary: +- Bugfix - Fix search for options provided as objects: https://github.com/owncloud/owncloud-design-system/pull/1602 +- Bugfix - Contextmenu button triggered wrong event: https://github.com/owncloud/owncloud-design-system/pull/1610 +- Bugfix - Use pointer cursor for OcSelect actions: https://github.com/owncloud/owncloud-design-system/pull/1604 +- Enhancement - OcTableFiles Contextmenu Tooltip: https://github.com/owncloud/owncloud-design-system/pull/1610 +- Enhancement - Highlight droptarget in OcTableFiles: https://github.com/owncloud/owncloud-design-system/pull/1610 +- Enhancement - Remove "Showdetails" button in OcTableFiles: https://github.com/owncloud/owncloud-design-system/pull/1610 + +https://github.com/owncloud/web/pull/5725 +https://github.com/owncloud/owncloud-design-system/releases/tag/v9.3.0 diff --git a/dev/docker/oc10.web.config.json b/dev/docker/oc10.web.config.json index f2782dc632a..fbe3a0b3bf3 100644 --- a/dev/docker/oc10.web.config.json +++ b/dev/docker/oc10.web.config.json @@ -1,16 +1,12 @@ { - "server" : "http://host.docker.internal:8080", + "server": "http://host.docker.internal:8080", "auth": { "clientId": "M8W5mo3wQV3VHWYsaYpWhkr8dwa949i4GljCkedHhl7GWqmHMkxSeJgK2PcS0jt5", "url": "http://host.docker.internal:8080/index.php/apps/oauth2/api/v1/token", "authUrl": "http://host.docker.internal:8080/index.php/apps/oauth2/authorize" }, - "apps": [ - "files", - "media-viewer", - "search" - ], - "applications" : [ + "apps": ["files", "media-viewer", "markdown-editor", "search"], + "applications": [ { "title": { "en": "Classic Design", @@ -32,4 +28,4 @@ "url": "http://host.docker.internal:8080/index.php/settings/personal" } ] -} \ No newline at end of file +} diff --git a/dev/docker/ocis.web.config.json b/dev/docker/ocis.web.config.json index 61d2e261b6c..4f070366228 100644 --- a/dev/docker/ocis.web.config.json +++ b/dev/docker/ocis.web.config.json @@ -1,39 +1,35 @@ { - "server": "https://host.docker.internal:9200", - "theme": "https://host.docker.internal:9200/themes/owncloud/theme.json", - "version": "0.1.0", - "openIdConnect": { - "metadata_url": "https://host.docker.internal:9200/.well-known/openid-configuration", - "authority": "https://host.docker.internal:9200", - "client_id": "web", - "response_type": "code", - "scope": "openid profile email" + "server": "https://host.docker.internal:9200", + "theme": "https://host.docker.internal:9200/themes/owncloud/theme.json", + "version": "0.1.0", + "openIdConnect": { + "metadata_url": "https://host.docker.internal:9200/.well-known/openid-configuration", + "authority": "https://host.docker.internal:9200", + "client_id": "web", + "response_type": "code", + "scope": "openid profile email" + }, + "options": { + "hideSearchBar": true + }, + "apps": ["files", "media-viewer", "markdown-editor", "search"], + "external_apps": [ + { + "id": "settings", + "path": "https://host.docker.internal:9200/settings.js" }, - "options": { - "hideSearchBar": true + { + "id": "accounts", + "path": "https://host.docker.internal:9200/accounts.js" }, - "apps": [ - "files", - "media-viewer", - "search" - ], - "external_apps": [ - { - "id": "settings", - "path": "https://host.docker.internal:9200/settings.js" - }, - { - "id": "accounts", - "path": "https://host.docker.internal:9200/accounts.js" - }, - { - "id": "draw-io", - "path": "web-app-draw-io", - "config": { - "url": "https://embed.diagrams.net", - "autosave": false, - "theme": "minimal" - } - } - ] -} \ No newline at end of file + { + "id": "draw-io", + "path": "web-app-draw-io", + "config": { + "url": "https://embed.diagrams.net", + "autosave": false, + "theme": "minimal" + } + } + ] +} diff --git a/packages/web-app-files/src/components/AppBar/ViewOptions.vue b/packages/web-app-files/src/components/AppBar/ViewOptions.vue index 1f459c9cd97..c73518597e3 100644 --- a/packages/web-app-files/src/components/AppBar/ViewOptions.vue +++ b/packages/web-app-files/src/components/AppBar/ViewOptions.vue @@ -14,6 +14,7 @@

- {{ highlightedFile.name }} +