text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
Enhancement: Add collaborators quick action We've added a new quick action which opens the new collaborators tab in the files list sidebar. https://github.com/owncloud/web/pull/3573
owncloud/web/changelog/0.11.0_2020-06-26/add-collaborators-quick-action/0
{ "file_path": "owncloud/web/changelog/0.11.0_2020-06-26/add-collaborators-quick-action", "repo_id": "owncloud", "token_count": 47 }
583
Change: Use "Shared with" as a label for indicators Instead of "State" we've started using the "Shared with" as a label for the indicators in the files list. This is only intermediate solution because the indicators can be extended by other indicators which don't have to be related to sharing. https://github.com/ownc...
owncloud/web/changelog/0.11.1_2020-06-29/indicators-label/0
{ "file_path": "owncloud/web/changelog/0.11.1_2020-06-29/indicators-label", "repo_id": "owncloud", "token_count": 83 }
584
Bugfix: Fix display name when using oCIS as backend We've fixed the display name when running ocis-web with oCIS as backend. The display name is now again displayed in the top bar and in the account page. https://github.com/owncloud/web/pull/3938
owncloud/web/changelog/0.14.0_2020-08-17/fix-displayname/0
{ "file_path": "owncloud/web/changelog/0.14.0_2020-08-17/fix-displayname", "repo_id": "owncloud", "token_count": 70 }
585
Change: Improve external links in app switcher We have added an option to set the link target in external application links (defaults to `_blank`). The app switcher now shows all native extensions first and items based on application links last. https://github.com/owncloud/web/pull/4092
owncloud/web/changelog/0.17.0_2020-09-25/external-links/0
{ "file_path": "owncloud/web/changelog/0.17.0_2020-09-25/external-links", "repo_id": "owncloud", "token_count": 70 }
586
Change: Sensible default apps in example configs We adapted the example configs for oc10 and owncloud so that the files and media-viewer apps are enabled by default. https://github.com/owncloud/web/pull/4155
owncloud/web/changelog/0.21.0_2020-10-21/default-apps-in-example-configs/0
{ "file_path": "owncloud/web/changelog/0.21.0_2020-10-21/default-apps-in-example-configs", "repo_id": "owncloud", "token_count": 58 }
587
Bugfix: Icon mappings The file type icon mappings contained some mappings to non-existing icon files. We fixed those. https://github.com/owncloud/web/pull/4357 https://github.com/owncloud/ocis/issues/905
owncloud/web/changelog/0.26.0_2020-11-23/fix-icons/0
{ "file_path": "owncloud/web/changelog/0.26.0_2020-11-23/fix-icons", "repo_id": "owncloud", "token_count": 63 }
588
Enhancement: Add files list status indicators extension point We've added the ability for the extension to inject custom status indicator into files list. New indicators will then appear next to the default one. https://github.com/owncloud/web/issues/2895 https://github.com/owncloud/web/pull/2928
owncloud/web/changelog/0.3.0_2020-01-31/2895-1/0
{ "file_path": "owncloud/web/changelog/0.3.0_2020-01-31/2895-1", "repo_id": "owncloud", "token_count": 76 }
589
Bugfix: Fix issue with translate function for pending shares The pending shares was wrongly passing in a translation function, which caused translations to be missing in the error message but also it broke the general translation sync process with Transifex. Thanks to this change the translations will be up to date ag...
owncloud/web/changelog/0.4.0_2020-02-14/3012/0
{ "file_path": "owncloud/web/changelog/0.4.0_2020-02-14/3012", "repo_id": "owncloud", "token_count": 99 }
590
Bugfix: Fixed layout of file lists A recent library update in ODS for the recycle scroller seem to have changed the logic or calculation of the height. This fix accommodates for that change and restores the row height to a correct value. The shared file lists are now more responsive, the collaborators/owner and shar...
owncloud/web/changelog/0.6.0_2020-03-16/3100/0
{ "file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3100", "repo_id": "owncloud", "token_count": 100 }
591
Bugfix: fix media-viewer on private pages media-viewer incorrectly assumed it was on a public page when opened from a private page. https://github.com/owncloud/web/pull/3288
owncloud/web/changelog/0.8.0_2020-04-14/3288/0
{ "file_path": "owncloud/web/changelog/0.8.0_2020-04-14/3288", "repo_id": "owncloud", "token_count": 50 }
592
Enhancement: Add custom configuration to the draw.io app Added mechanism to specify custom configuration instead of using a hardcoded one. The new settings include support for a custom draw.io server, enabling autosave and using a specific theme. https://github.com/owncloud/phoenix/pull/4337 https://github.com/ownclo...
owncloud/web/changelog/1.0.0_2020-12-16/drawio-custom-configuration/0
{ "file_path": "owncloud/web/changelog/1.0.0_2020-12-16/drawio-custom-configuration", "repo_id": "owncloud", "token_count": 90 }
593
Change: Switch from webpack to rollup We replaced the bundler that we used so far (webpack) with rollup and reorganized the project structure. This hopefully makes the project structure easier to understand and thus help with onboarding. Another improvement is that the overall bundle size is much smaller now. https:/...
owncloud/web/changelog/2.0.0_2021-02-16/rollup/0
{ "file_path": "owncloud/web/changelog/2.0.0_2021-02-16/rollup", "repo_id": "owncloud", "token_count": 82 }
594
Change: Update owncloud Design System to v6.0.1 - Lots of updates regarding accessibility topics, an updated color palette and custom CSS properties to allow for (runtime) theming. - ODS started to use peerDependencies now, we adopted this and added the required packages https://github.com/owncloud/web/pull/4940 http...
owncloud/web/changelog/3.0.0_2021-04-21/change-bump-ods-version/0
{ "file_path": "owncloud/web/changelog/3.0.0_2021-04-21/change-bump-ods-version", "repo_id": "owncloud", "token_count": 144 }
595
Enhancement: Enable files app search bar to be toggleable on a per-route basis Permits the search bar in the files app to be toggleable on a per-route basis as shown or hidden. https://github.com/owncloud/web/pull/4815
owncloud/web/changelog/3.1.0_2021-05-12/enhancement-enable-toggleable-search-bar/0
{ "file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-enable-toggleable-search-bar", "repo_id": "owncloud", "token_count": 63 }
596
Bugfix: Keyboard navigation for copy to clipboard We've fixed that the buttons for copying (private/public) links to the clipboard were not usable via keyboard. https://github.com/owncloud/web/pull/5147
owncloud/web/changelog/3.3.0_2021-06-23/bugfix-copy-to-clipboard-with-keyboard/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-copy-to-clipboard-with-keyboard", "repo_id": "owncloud", "token_count": 52 }
597
Enhancement: Improve a11y colors To get a11y compliant it's required that colors match a given contrast ratio to it's back-/fore-/ground. We improved this on: - all ODS components - all oc-color variables - oc-star in sidebar https://github.com/owncloud/web/pull/5138
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-a11y-colors/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-a11y-colors", "repo_id": "owncloud", "token_count": 84 }
598
Enhancement: Move breadcrumbs out of location picker heading We've moved the breadcrumbs element out of the location picker heading and moved it under it. The heading is now also reflecting the page title. We've also decreased the size of both breadcrumbs and action buttons so that they fit better together. https://g...
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-move-breadcrumbs-out-of-location-picker-heading/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-move-breadcrumbs-out-of-location-picker-heading", "repo_id": "owncloud", "token_count": 87 }
599
Bugfix: image-source directive did not handle updates correctly When using v-image-source to bind an image source it did not handle changes to the image source url. This has been fixed by implementing the update hook in the directive. https://github.com/owncloud/web/pull/5364
owncloud/web/changelog/3.3.1_2021-06-28/bugfix-image-source-updates/0
{ "file_path": "owncloud/web/changelog/3.3.1_2021-06-28/bugfix-image-source-updates", "repo_id": "owncloud", "token_count": 70 }
600
Bugfix: Use profile picture capability in avatars Requests for loading avatar profile pictures now only get sent if the backend communicates their availability in the capabilities. https://github.com/owncloud/web/pull/5178
owncloud/web/changelog/4.0.0_2021-08-04/bugfix-use-profile-picture-capability/0
{ "file_path": "owncloud/web/changelog/4.0.0_2021-08-04/bugfix-use-profile-picture-capability", "repo_id": "owncloud", "token_count": 53 }
601
Enhancement: refresh files list via breadcrumbs In the personal and public files lists we've added a click handler to the last breadcrumb item representing the current folder that reloads the files list. https://github.com/owncloud/web/issues/2018 https://github.com/owncloud/web/pull/5659
owncloud/web/changelog/4.1.0_2021-08-20/enhancement-refresh-list-via-breadcrumbs/0
{ "file_path": "owncloud/web/changelog/4.1.0_2021-08-20/enhancement-refresh-list-via-breadcrumbs", "repo_id": "owncloud", "token_count": 76 }
602
Enhancement: Add wrapper app for external apps We have added a `external` app that can render apps coming from the oCIS AppProvider via iFrame. https://github.com/owncloud/web/pull/5805
owncloud/web/changelog/4.3.0_2021-10-07/enhancement-external-app/0
{ "file_path": "owncloud/web/changelog/4.3.0_2021-10-07/enhancement-external-app", "repo_id": "owncloud", "token_count": 56 }
603
Bugfix: correct capabilities URL when server run in a subfolder We fixed an issue where the capabilities where requested from a wrong URL in the case the server is running in a subfolder e.g. `http://localhost/owncloud` https://github.com/owncloud/web/issues/6010
owncloud/web/changelog/4.5.0_2021-11-16/bugfix-capabilites-fetched-when-server-runs-in-subfolder/0
{ "file_path": "owncloud/web/changelog/4.5.0_2021-11-16/bugfix-capabilites-fetched-when-server-runs-in-subfolder", "repo_id": "owncloud", "token_count": 69 }
604
Bugfix: Contextmenu on public links We fixed an issue of the contextmenu not being displayed for the files table on public links. https://github.com/owncloud/web/issues/6123
owncloud/web/changelog/4.7.0_2021-12-16/bugfix-contextmenu-public-links/0
{ "file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-contextmenu-public-links", "repo_id": "owncloud", "token_count": 47 }
605
Enhancement: Build options Configure the startup title (displayed before the configuration is loaded) via env variable TITLE. Make the source map generation optional with the env variable SOURCE_MAP. https://github.com/owncloud/web/pull/5985
owncloud/web/changelog/4.7.0_2021-12-16/enhancement-build-options/0
{ "file_path": "owncloud/web/changelog/4.7.0_2021-12-16/enhancement-build-options", "repo_id": "owncloud", "token_count": 61 }
606
Bugfix: Scrolling inside Markdown Editor Scrolling inside the Markdown Editor was broken, before the redesign by allowing the user to scroll the appBar out of the viewport, and after the redesign by cutting a potentially long preview off at the bottom. This has been addressed by allowing to scroll the preview conten...
owncloud/web/changelog/5.0.0_2022-02-14/bugfix-scrolling-markdowneditor/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/bugfix-scrolling-markdowneditor", "repo_id": "owncloud", "token_count": 106 }
607
Enhancement: Reorganize urls with the [global-url-format ADR](https://github.com/owncloud/ocis/blob/master/docs/ocis/adr/0011-global-url-format.md) we've decided how the internal and external URL schema should look like. To have a human understandable structure we've decided to also rethink how the overall structure ...
owncloud/web/changelog/5.0.0_2022-02-14/enhancement-human-readable-url-structure/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-human-readable-url-structure", "repo_id": "owncloud", "token_count": 183 }
608
Enhancement: Enable context menu for search results We've enabled a rudimentary context menu for search results. https://github.com/owncloud/web/pull/6445
owncloud/web/changelog/5.1.0_2022-02-18/enhancement-search-context-menu/0
{ "file_path": "owncloud/web/changelog/5.1.0_2022-02-18/enhancement-search-context-menu", "repo_id": "owncloud", "token_count": 41 }
609
Enhancement: Update ODS to v12.2.1 We updated the ownCloud Design System to version 12.2.1. Please refer to the full changelog in the ODS release (linked) for more details. Summary: - Enhancement - Apply outstanding background color to oc-card: https://github.com/owncloud/owncloud-design-system/pull/1974 - Enhancemen...
owncloud/web/changelog/5.2.0_2022-03-03/enhancement-update-ods/0
{ "file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-update-ods", "repo_id": "owncloud", "token_count": 226 }
610
Enhancement: Add a watcher for the share panel of a space We've added a watcher for the share panel of a space to ensure seamless navigation via the share indicator. https://github.com/owncloud/web/pull/6543
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-add-space-share-panel-watcher/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-add-space-share-panel-watcher", "repo_id": "owncloud", "token_count": 57 }
611
Enhancement: Allow updating space quota We have implemented a way to update the quota of a space https://github.com/owncloud/web/pull/6477 https://github.com/owncloud/web/issues/6470
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-space-quota/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-space-quota", "repo_id": "owncloud", "token_count": 56 }
612
Enhancement: Add rename selection range We've added a selection range for the rename modal to intially select the resource name without extension. https://github.com/owncloud/web/issues/6729 https://github.com/owncloud/web/pull/6736
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-add-rename-selection-range/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-add-rename-selection-range", "repo_id": "owncloud", "token_count": 66 }
613
Enhancement: Spaces group sharing Resources within a space can now be shared with user groups. Spaces themselves can't be shared with groups, therefore those have been removed from the autocomplete results when adding members to a space. https://github.com/owncloud/web/pull/6639 https://github.com/owncloud/web/issues...
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-group-sharing/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-group-sharing", "repo_id": "owncloud", "token_count": 82 }
614
Bugfix: Indirect links should not be editable We've fixed a bug where it was possible to edit an indirect link. https://github.com/owncloud/web/issues/6964 https://github.com/owncloud/web/pull/6980 https://github.com/owncloud/web/pull/6985
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-indirect-links-should-not-be-editable/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-indirect-links-should-not-be-editable", "repo_id": "owncloud", "token_count": 80 }
615
Bugfix: Inheritance of share permissions We've fixed a bug where the permissions of a share were not inherited when trying to reshare a resource. We've also disabled the role-select-dropdown if only one role is available for sharing. https://github.com/owncloud/web/pull/7015 https://github.com/owncloud/web/issues/296...
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-share-permissions-inheritance/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-share-permissions-inheritance", "repo_id": "owncloud", "token_count": 86 }
616
Enhancement: Add config option for hoverable quick actions We've added the possibility to add hover effect for quick actions with the option "hoverableQuickActions" in config.json. The hover effect applies to "edit name", "add people" and "copy quicklink" actions in the corresponding hovered row. https://github.com/o...
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-config-option-hoverable-quick-actions/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-config-option-hoverable-quick-actions", "repo_id": "owncloud", "token_count": 102 }
617
Enhancement: Introduce quicklinks We have added quicklinks to the link share section in the right sidebar. Clicking the link quickaction and the link menu item in the files table contextmenu now always copy the quick link instead of creating a new link (and create it first, if it didn't exist before). https://github....
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-introduce-quicklink/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-introduce-quicklink", "repo_id": "owncloud", "token_count": 101 }
618
Enhancement: Rendering of share-indicators in ResourceTable We have improved the rendering speed of the ResourceTable by fixing some underlying logic that caused unnecessary re-renderings. https://github.com/owncloud/web/issues/7038 https://github.com/owncloud/web/pull/7070
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-resourcetable-shareindicator-rendering/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-resourcetable-shareindicator-rendering", "repo_id": "owncloud", "token_count": 73 }
619
Bugfix: Folder link targets Some views were missing parameters of their default target locations, e.g. the Favorites view and the search result page didn't link to the correct folders anymore. This has been fixed by always setting the personal view with the id of the current user as default. https://github.com/ownclo...
owncloud/web/changelog/5.6.0_2022-06-21/bugfix-folder-link-targets/0
{ "file_path": "owncloud/web/changelog/5.6.0_2022-06-21/bugfix-folder-link-targets", "repo_id": "owncloud", "token_count": 79 }
620
Bugfix: File size not updated while restoring file version We've fixed a bug where the file size was not updated in the files table or side bar while restoring a file version. https://github.com/owncloud/web/pull/7469 https://github.com/owncloud/web/issues/7438
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-file-size-not-updated-while-restoring-file-version/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-file-size-not-updated-while-restoring-file-version", "repo_id": "owncloud", "token_count": 72 }
621
Bugfix: SidebarNavItem icon flickering We've fixed a bug which caused the icons on the SidebarNav to flicker when transitioning in lightmode https://github.com/owncloud/web/pull/7309
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-nav-icon-flickering-lightmode/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-nav-icon-flickering-lightmode", "repo_id": "owncloud", "token_count": 52 }
622
Bugfix: Selected item bottom glue We've fixed a bug where the selected item would be glued to the bottom when scrolling up via keyboard navigation. Also, the scrollTo param has been fixed and is now working again. https://github.com/owncloud/web/pull/7393 https://github.com/owncloud/web/issues/7318
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-selected-item-bottom-glue/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-selected-item-bottom-glue", "repo_id": "owncloud", "token_count": 80 }
623
Bugfix: Access token renewal during upload We've fixed the access token renewal during ongoing uploads. https://github.com/owncloud/web/issues/7240 https://github.com/owncloud/web/pull/7296
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-token-renewal-during-upload/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-token-renewal-during-upload", "repo_id": "owncloud", "token_count": 56 }
624
Enhancement: Keyboard shortcut indicators in ContextMenu We've added the option to display relevant keyboard shortcuts in the contextmenu to give notice to the user which shortcuts are available https://github.com/owncloud/web/pull/7309 https://github.com/owncloud/web/issues/6892
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-keyboard-shortcut-indicators/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-keyboard-shortcut-indicators", "repo_id": "owncloud", "token_count": 69 }
625
Enhancement: Don't open right sidebar from private links We've changed the behaviour of the web ui to not open the right sidebar anymore when the URL contains a "scrollTo" option. We still select the file and scroll it into the view, but opening the right sidebar felt very invasive, so we now leave that choice to the ...
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-scroll-to-without-sidebar/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-scroll-to-without-sidebar", "repo_id": "owncloud", "token_count": 91 }
626
Bugfix: "Cut" and "Copy" actions for current folder The "Cut" and "Copy" actions for the current folder have been fixed. https://github.com/owncloud/web/pull/7830 https://github.com/owncloud/web/issues/7784
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-cut-and-copy-for-current-folder/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-cut-and-copy-for-current-folder", "repo_id": "owncloud", "token_count": 67 }
627
Bugfix: Inhibit move files between spaces We've inhibited moving files between spaces and will offer the user to copy instead. https://github.com/owncloud/web/pull/7652 https://github.com/owncloud/web/issues/6892 https://github.com/owncloud/web/pull/7735
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-move-files-between-spaces/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-move-files-between-spaces", "repo_id": "owncloud", "token_count": 76 }
628
Bugfix: Shares loading We've improved the loading of shares: * Share loading 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, which massively increases performance. * Several issues with (re-)share permissions have been...
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-shares-loading/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-shares-loading", "repo_id": "owncloud", "token_count": 314 }
629
Enhancement: Add restore conflict dialog We've added conflict handling for restoring files from the trashbin https://github.com/owncloud/web/pull/7635 https://github.com/owncloud/web/issues/1753
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-add-restore-conflict-dialog/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-add-restore-conflict-dialog", "repo_id": "owncloud", "token_count": 55 }
630
Enhancement: Optimize email validation in the user management app We've optimized the email validation process while creating users in the user management app to provide a better user experience. https://github.com/owncloud/web/pull/7894 https://github.com/owncloud/web/issues/7806
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-optimize-email-validation/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-optimize-email-validation", "repo_id": "owncloud", "token_count": 72 }
631
Bugfix: Current year selection in the date picker We applied a hotpatch to fix the selection of the current year in December in the date picker. https://github.com/owncloud/web/pull/8058 https://github.com/owncloud/web/issues/8042
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-date-picker-current-year-selection/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-date-picker-current-year-selection", "repo_id": "owncloud", "token_count": 68 }
632
Bugfix: Loading shares in deep nested folders Loading shares and share indicators on page reloads in deep nested folders was not possible and has been fixed. https://github.com/owncloud/web/issues/7655 https://github.com/owncloud/web/pull/8349
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-loading-shares-in-deep-nested-folders/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-loading-shares-in-deep-nested-folders", "repo_id": "owncloud", "token_count": 66 }
633
Bugfix: Preview controls colors We've fixed a bug where the controls of the "preview" app were appearing black-on-grey in the dark theme. https://github.com/owncloud/web/pull/8758
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-preview-controls-colors/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-preview-controls-colors", "repo_id": "owncloud", "token_count": 53 }
634
Bugfix: Space image upload We've fixed a bug where uploading images on the spaces overview page would not work. https://github.com/owncloud/web/issues/8523 https://github.com/owncloud/web/pull/8526
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-space-image-upload/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-space-image-upload", "repo_id": "owncloud", "token_count": 59 }
635
Enhancement: Access right sidebar panels via URL Opening the right sidebar (including its panels) is now possible via URL param. For private or internal links it only requires the new `details` param in the URL. For other URLs (e.g. personal space, project space) the `scrollTo` param including the resource id is need...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-access-sidebar-via-url/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-access-sidebar-via-url", "repo_id": "owncloud", "token_count": 178 }
636
Enhancement: Add appearance section in general settings We've added a appearance section in general settings, which includes uploading a logo selected by the admin for the web ui. https://github.com/owncloud/web/pull/8375
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-appearance-section-in-general-settings/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-appearance-section-in-general-settings", "repo_id": "owncloud", "token_count": 56 }
637
Enhancement: Use standardized layout for file/space action list We've applied the styles for action lists to the fileinfo/space action lists. https://github.com/owncloud/web/pull/8398
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-fix-action-list-layout/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-fix-action-list-layout", "repo_id": "owncloud", "token_count": 50 }
638
Enhancement: Make notifications work with oCIS Notifications now work when running oCIS as backend. https://github.com/owncloud/web/pull/8518 https://github.com/owncloud/web/pull/8582 https://github.com/owncloud/web/pull/8595 https://github.com/owncloud/web/pull/8703 https://github.com/owncloud/web/issues/8519 https:...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-notifications-ocis/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-notifications-ocis", "repo_id": "owncloud", "token_count": 139 }
639
Enhancement: Improve performance when loading folders and share indicators The performance when loading folders and share indicators has been improved by optimizing the way how shares are being loaded. https://github.com/owncloud/web/issues/7721 https://github.com/owncloud/web/pull/8349 https://github.com/owncloud/we...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-share-and-folder-loading-performance/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-share-and-folder-loading-performance", "repo_id": "owncloud", "token_count": 117 }
640
Enhancement: User group filter Users in the users list can now be filtered by their group assignments. https://github.com/owncloud/web/issues/8377 https://github.com/owncloud/web/pull/8378 https://github.com/owncloud/web/pull/8495 https://github.com/owncloud/web/pull/8525
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-user-group-filter/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-user-group-filter", "repo_id": "owncloud", "token_count": 89 }
641
Bugfix: Space editors see empty trashbin and delete actions in space trashbin We've fixed a bug, where space editors were able to see the empty trashbin and delete buttons in the space's trashbin. This is only allowed for space managers. https://github.com/owncloud/web/pull/9389 https://github.com/owncloud/web/issues...
owncloud/web/changelog/7.1.0_2023-08-23/bugfix-space-editors-see-empty-trashbin-and-delete-actions-in-space-trashbin/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/bugfix-space-editors-see-empty-trashbin-and-delete-actions-in-space-trashbin", "repo_id": "owncloud", "token_count": 88 }
642
Enhancement: Cloud import An action to import files from other external cloud providers has been added. OneDrive is currently the only supported option. https://github.com/owncloud/web/issues/9151 https://github.com/owncloud/web/issues/9445 https://github.com/owncloud/web/issues/9469 https://github.com/owncloud/web/i...
owncloud/web/changelog/7.1.0_2023-08-23/enhancement-cloud-import/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-cloud-import", "repo_id": "owncloud", "token_count": 241 }
643
Enhancement: Search list add highlighted file content We've introduced a feature that shows a highlighted result summary matching the search term in the search list, if there are occurrences in the found files. https://github.com/owncloud/web/pull/9294 https://github.com/owncloud/web/issues/9295
owncloud/web/changelog/7.1.0_2023-08-23/enhancement-search-list-add-highligthed-file-content/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-search-list-add-highligthed-file-content", "repo_id": "owncloud", "token_count": 76 }
644
Bugfix: Set or remove expiration date on group share not possible We've fixed a bug where setting or removing an expiration on a group share wasn't possible. https://github.com/owncloud/web/pull/9513 https://github.com/owncloud/web/issues/8419
owncloud/web/changelog/7.1.3_2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible/0
{ "file_path": "owncloud/web/changelog/7.1.3_2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible", "repo_id": "owncloud", "token_count": 68 }
645
Bugfix: Link resolving into default app Internal and public file links now reliably resolve into the default app when `openLinksWithDefaultApp` is enabled. https://github.com/owncloud/web/issues/9799 https://github.com/owncloud/web/issues/9776 https://github.com/owncloud/web/pull/9821
owncloud/web/changelog/8.0.0_2024-03-08/bugfix-link-resolving-into-default-app/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-link-resolving-into-default-app", "repo_id": "owncloud", "token_count": 83 }
646
Bugfix: Spaces files list previews cropped We've fixed a bug where the files list previews in spaces were cropped. https://github.com/owncloud/web/pull/10149 https://github.com/owncloud/web/issues/10133
owncloud/web/changelog/8.0.0_2024-03-08/bugfix-spaces-files-list-previews-cropped/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-spaces-files-list-previews-cropped", "repo_id": "owncloud", "token_count": 59 }
647
Enhancement: Add editors to the application menu We've added 'text-editor' and 'draw.io' to the application menu, so the user can easily open those apps with a one-click approach. https://github.com/owncloud/web/pull/9809 https://github.com/owncloud/web/pull/9843 https://github.com/owncloud/web/issues/9807
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-editors-to-application-menu/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-editors-to-application-menu", "repo_id": "owncloud", "token_count": 97 }
648
Enhancement: Duplicate space We've added a new functionality, where users can simply duplicate spaces, via the context menu or batch actions. This includes copying the contents, the space name, subtitle, description, and image but not metadata like tags or members. https://github.com/owncloud/web/pull/10024 https://g...
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-duplicate-space/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-duplicate-space", "repo_id": "owncloud", "token_count": 139 }
649
Enhancement: Support more audio formats with correct icon We've updated our list of supported audio formats, so further formats/extensions (`.flac`,`.ogg`, among others) get displayed correctly. https://github.com/owncloud/web/issues/9966 https://github.com/owncloud/web/pull/9985
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-more-audio-format-icons/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-more-audio-format-icons", "repo_id": "owncloud", "token_count": 78 }
650
Enhancement: Personal shares can be shown and hidden On the shared-with-me page, there is no distinction between pending, accepted and rejected shares anymore. Instead, the user can toggle to display either shown or hidden shares. Furthermore, accepting and rejecting shares has been renamed to "enable sync"/"disable ...
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-show-hide-shares/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-show-hide-shares", "repo_id": "owncloud", "token_count": 150 }
651
Bugfix: Load thumbnail when postprocessing is finished We've fixed a bug when thumbnails weren't properly refreshed when postprocessing is active on server and the file was updated, e.G text files. https://github.com/owncloud/web/pull/10517 https://github.com/owncloud/web/issues/10486
owncloud/web/changelog/9.0.0_2024-02-26/bugfix-load-thumbnail-when-postprocessing-is-finished/0
{ "file_path": "owncloud/web/changelog/9.0.0_2024-02-26/bugfix-load-thumbnail-when-postprocessing-is-finished", "repo_id": "owncloud", "token_count": 78 }
652
Enhancement: Full text search default Full text search is now enabled by default when searching for files if the server supports it. https://github.com/owncloud/web/issues/10534 https://github.com/owncloud/web/pull/10626
owncloud/web/changelog/9.0.0_2024-02-26/enhancement-full-text-search-default/0
{ "file_path": "owncloud/web/changelog/9.0.0_2024-02-26/enhancement-full-text-search-default", "repo_id": "owncloud", "token_count": 62 }
653
--- version: "3.7" services: ocis: environment: # tracing OCIS_TRACING_ENABLED: "true" OCIS_TRACING_ENDPOINT: jaeger-agent:6831 # metrics APP_PROVIDER_DEBUG_ADDR: 0.0.0.0:9165 GRAPH_DEBUG_ADDR: 0.0.0.0:9124 GRAPH_EXPLORER_DEBUG_ADDR: 0.0.0.0:9136 IDP_DEBUG_ADDR: 0....
owncloud/web/deployments/examples/ocis_web/monitoring_tracing/docker-compose-additions.yml/0
{ "file_path": "owncloud/web/deployments/examples/ocis_web/monitoring_tracing/docker-compose-additions.yml", "repo_id": "owncloud", "token_count": 729 }
654
FROM owncloudops/nginx@sha256:44bc47cab4abe4ad614499a6aeadccc70de800bcc7b290f60e863977710f69db LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \ org.opencontainers.image.title="ownCloud Web" \ org.opencontainers.image.vendor="ownCloud GmbH" \ org.opencontainers.image.authors="ownCloud GmbH" \ org.openco...
owncloud/web/docker/Dockerfile/0
{ "file_path": "owncloud/web/docker/Dockerfile", "repo_id": "owncloud", "token_count": 334 }
655
--- title: 'Folder View extensions' date: 2024-01-23T00:00:00+00:00 weight: 60 geekdocRepo: https://github.com/owncloud/web geekdocEditPath: edit/master/docs/extension-system/extension-types geekdocFilePath: folder-view.md geekdocCollapseSection: true --- ## Folder view extension type The folder view is one of the po...
owncloud/web/docs/extension-system/extension-types/folder-view.md/0
{ "file_path": "owncloud/web/docs/extension-system/extension-types/folder-view.md", "repo_id": "owncloud", "token_count": 435 }
656
const { declare } = require('@babel/helper-plugin-utils') module.exports = declare((api, options) => { return { presets: [ [ require('@babel/preset-env'), { useBuiltIns: 'usage', shippedProposals: true, corejs: { version: 3, proposals: t...
owncloud/web/packages/babel-preset/index.js/0
{ "file_path": "owncloud/web/packages/babel-preset/index.js", "repo_id": "owncloud", "token_count": 196 }
657
'use strict' const utils = require('./utils') const webpack = require('webpack') const path = require('path') const config = require('../config') const { merge } = require('webpack-merge') const baseWebpackConfig = require('./webpack.base.conf') const MergeWebpackPlugin = require('webpack-merge-and-include-globally') c...
owncloud/web/packages/design-system/build/webpack.system.conf.js/0
{ "file_path": "owncloud/web/packages/design-system/build/webpack.system.conf.js", "repo_id": "owncloud", "token_count": 1301 }
658
Change: Use flexbox in buttons instead of css grid We've started using flexbox in the button component instead of css grid to position children correctly. This gives us more flexibility for the alignment of children. https://github.com/owncloud/owncloud-design-system/pull/873
owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/button-flex/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/button-flex", "repo_id": "owncloud", "token_count": 68 }
659
Change: Accordion improvements We improved the accordion component to allow external control for the expanded/collapsed state of accordion items. https://github.com/owncloud/owncloud-design-system/pull/916
owncloud/web/packages/design-system/changelog/1.14.0_2020-10-28/accordion-improvements/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.14.0_2020-10-28/accordion-improvements", "repo_id": "owncloud", "token_count": 51 }
660
Bugfix: Do not try to emit value after confirming modal if input is missing Confirming modal resulted in an error if the modal haven't got an input. We've fixed this by not attempting to emit the value if the prop `hasInput` is set to false. https://github.com/owncloud/owncloud-design-system/pull/749
owncloud/web/packages/design-system/changelog/1.5.0_2020-05-13/modal-confirm-without-input-ref/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.5.0_2020-05-13/modal-confirm-without-input-ref", "repo_id": "owncloud", "token_count": 83 }
661
Enhancement: Add new variations and sizes of progress bar We've added new variations and sizes of the progress bar component. Variations change the color of the progress bar and can be either `primary` or `warning`. Sizes affect the height of the progress bar where it can be either `default` or `small`. https://githu...
owncloud/web/packages/design-system/changelog/1.9.0_2020-07-28/new-progress-bar/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.9.0_2020-07-28/new-progress-bar", "repo_id": "owncloud", "token_count": 92 }
662
Enhancement: Streamline OcTextInput We have updated the OcTextInput component to be in line with other form components in the design system. - Fixed the clear button being visible even when element is disabled - Made clear button emit null instead of empty string - Made input/change event handling a bit more consiste...
owncloud/web/packages/design-system/changelog/11.1.0_2021-11-03/enhancement-octextinput-props/0
{ "file_path": "owncloud/web/packages/design-system/changelog/11.1.0_2021-11-03/enhancement-octextinput-props", "repo_id": "owncloud", "token_count": 111 }
663
Bugfix: Rename GhostElement We've renamed the GhostElement component to OcGhostElement to follow the atomic design principles. https://github.com/owncloud/owncloud-design-system/pull/1845
owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/bugfix-rename-ghostelement/0
{ "file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/bugfix-rename-ghostelement", "repo_id": "owncloud", "token_count": 51 }
664
Enhancement: Fix OcAvatar line-height We've fixed an visual bug that caused the OcAvatar to be positioned 1px too high https://github.com/owncloud/owncloud-design-system/pull/1810
owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-fix-ocavatar-lineheight/0
{ "file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-fix-ocavatar-lineheight", "repo_id": "owncloud", "token_count": 57 }
665
Enhancement: Redesign OcBreadcrumb We've adjustet the look of the OcBreadcrumb to fit the Redesign https://github.com/owncloud/web/issues/6218 https://github.com/owncloud/owncloud-design-system/pull/1975 https://github.com/owncloud/owncloud-design-system/pull/1982
owncloud/web/packages/design-system/changelog/12.2.0_2022-02-28/enhancement-redesign-breadcrumb/0
{ "file_path": "owncloud/web/packages/design-system/changelog/12.2.0_2022-02-28/enhancement-redesign-breadcrumb", "repo_id": "owncloud", "token_count": 94 }
666
Enhancement: Redesign OcStatusIndicators We've redesigned the share/status indicators to fit the new design in web. https://github.com/owncloud/owncloud-design-system/pull/2014 https://github.com/owncloud/web/issues/5976 https://github.com/owncloud/web/pull/6552
owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/enhancement-redesign-status-indicators/0
{ "file_path": "owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/enhancement-redesign-status-indicators", "repo_id": "owncloud", "token_count": 84 }
667
Enhancement: Add `isFileExtensionDisplayed` property We've added the `isFileExtensionDisplayed` property to the `OcResource` and `OcResourceName` components, to determine whether the file extension should be displayed or not. https://github.com/owncloud/owncloud-design-system/pull/2087 https://github.com/owncloud/web...
owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-oc-resource-is-file-extension-displayed/0
{ "file_path": "owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-oc-resource-is-file-extension-displayed", "repo_id": "owncloud", "token_count": 96 }
668
Change: Revamp animations We have removed the old animation classes and will subsequently add new ones, respecting the `prefers-reduced-motion` browser setting. https://github.com/owncloud/owncloud-design-system/pull/2210
owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/change-revamp-animations/0
{ "file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/change-revamp-animations", "repo_id": "owncloud", "token_count": 59 }
669
Enhancement: Progress bar indeterminate state We've added an indeterminate state to the progress bar. https://github.com/owncloud/owncloud-design-system/pull/2200 https://github.com/owncloud/web/issues/7105
owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-progress-bar-indeterminate-state/0
{ "file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-progress-bar-indeterminate-state", "repo_id": "owncloud", "token_count": 63 }
670
Bugfix: Fix uniqueId The uniqueId helper function returned a callback instead of a string. https://github.com/owncloud/owncloud-design-system/pull/1060
owncloud/web/packages/design-system/changelog/2.1.1_2021-01-21/fix-uniqueid/0
{ "file_path": "owncloud/web/packages/design-system/changelog/2.1.1_2021-01-21/fix-uniqueid", "repo_id": "owncloud", "token_count": 44 }
671
Enhancement: Add `isSelectable` prop to files table component We've added `isSelectable` prop to `oc-table-files` component. This prop is used to assert whether resources in the table can be selected. https://github.com/owncloud/owncloud-design-system/pull/1093
owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/table-selection-prop/0
{ "file_path": "owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/table-selection-prop", "repo_id": "owncloud", "token_count": 74 }
672
Change: Refactor variations & color palette We have updated the ownCloud Design System colors, removing duplicates, introducing CI colors and explicitly adding colors that formerly were calculated or came from uikit. We have also unified the usage of "variations" that are used to give visual clues about different us...
owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/change-refactor-variations/0
{ "file_path": "owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/change-refactor-variations", "repo_id": "owncloud", "token_count": 207 }
673
Bugfix: OcTextInput Coloring The OcTextInput input validation didn't correctly change to the `danger` or `warning` color variations (discovered this when checking the modals in `web`). This change fixes it, correctly changing colors when the validation gets triggered. https://github.com/owncloud/owncloud-design-syste...
owncloud/web/packages/design-system/changelog/4.1.1_2021-03-30/bugfix-textinput-coloring/0
{ "file_path": "owncloud/web/packages/design-system/changelog/4.1.1_2021-03-30/bugfix-textinput-coloring", "repo_id": "owncloud", "token_count": 85 }
674
Bugfix: Add missing peerDependency In the 5.0.0 release, we missed to add the dependency for `vue-inline-svg` to the peerDependencies. https://github.com/owncloud/owncloud-design-system/pull/1205
owncloud/web/packages/design-system/changelog/5.0.1_2021-04-08/bugfix-add-missing-dependency/0
{ "file_path": "owncloud/web/packages/design-system/changelog/5.0.1_2021-04-08/bugfix-add-missing-dependency", "repo_id": "owncloud", "token_count": 66 }
675
Enhancement: Add tabindex to table rows By adding a negative tabindex the table rows are now focusable which is an important aspect of accessibility/keyboard navigation. https://github.com/owncloud/owncloud-design-system/pull/1233
owncloud/web/packages/design-system/changelog/6.2.0_2021-04-22/enhancement-add-tabindex-to-table-rows/0
{ "file_path": "owncloud/web/packages/design-system/changelog/6.2.0_2021-04-22/enhancement-add-tabindex-to-table-rows", "repo_id": "owncloud", "token_count": 62 }
676
Enhancement: Remove the notification close button The notification will now automatically close after a certain amount of time which can be defined via property. Also fixed some links in the docs in addition to that. https://github.com/owncloud/owncloud-design-system/pull/1247
owncloud/web/packages/design-system/changelog/6.4.0_2021-05-06/enhancement-remove-notification-close-button/0
{ "file_path": "owncloud/web/packages/design-system/changelog/6.4.0_2021-05-06/enhancement-remove-notification-close-button", "repo_id": "owncloud", "token_count": 65 }
677
Enhancement: Aria-labelledby through heading for modals The modal component now has an `aria-labelledby` attribute linked to the `<h2>` tag inside, for improved accessibility. https://github.com/owncloud/owncloud-design-system/pull/1327
owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-modal-heading-labelledby/0
{ "file_path": "owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-modal-heading-labelledby", "repo_id": "owncloud", "token_count": 73 }
678
Bugfix: Visible separator between OcSidebarNav items We have added a small line between OcSidebarNav items in the `active` and `hover` state to visually make them better differentiable. https://github.com/owncloud/owncloud-design-system/issues/1387 https://github.com/owncloud/owncloud-design-system/pull/1390
owncloud/web/packages/design-system/changelog/7.4.1_2021-06-17/bugfix-visible-separator-sidebarnav-items/0
{ "file_path": "owncloud/web/packages/design-system/changelog/7.4.1_2021-06-17/bugfix-visible-separator-sidebarnav-items", "repo_id": "owncloud", "token_count": 93 }
679
Enhancement: OcTextarea configurable Enter/Linebreak OcTextArea has now an property 'submitOnEnter'. This prop controls how the textarea should react to ENTER. https://github.com/owncloud/owncloud-design-system/issues/1422 https://github.com/owncloud/owncloud-design-system/pull/1517
owncloud/web/packages/design-system/changelog/8.1.0_2021-07-22/enhancement-textarea-configurable-enter-linebreak/0
{ "file_path": "owncloud/web/packages/design-system/changelog/8.1.0_2021-07-22/enhancement-textarea-configurable-enter-linebreak", "repo_id": "owncloud", "token_count": 86 }
680
Bugfix: Contextmenu should change selection model We changed the rightclick logic so the selection model changes to the file the rightclick was performed on. https://github.com/owncloud/owncloud-design-system/pull/1580
owncloud/web/packages/design-system/changelog/9.0.1_2021-08-11/bugfix-contextmenu-change-selection-model/0
{ "file_path": "owncloud/web/packages/design-system/changelog/9.0.1_2021-08-11/bugfix-contextmenu-change-selection-model", "repo_id": "owncloud", "token_count": 54 }
681
Enhancement: Add option to hide icon/thumbnail OcResource We added a property to the OcResource component so it can be displayed without icon/thumbnail. https://github.com/owncloud/web/pull/7991
owncloud/web/packages/design-system/changelog/unreleased/enhancement-oc-resource-optional-icon/0
{ "file_path": "owncloud/web/packages/design-system/changelog/unreleased/enhancement-oc-resource-optional-icon", "repo_id": "owncloud", "token_count": 56 }
682