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/owncloud/web/pull/3688 | 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 again.
https://github.com/owncloud/web/issues/3012
https://github.com/owncloud/web/pull/3014
| 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 share time columns are now hidden on small screens.
https://github.com/owncloud/web/pull/3100
| 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/owncloud/phoenix/issues/4328
| 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://github.com/owncloud/web/pull/4584
| 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
https://github.com/owncloud/web/pull/4925
https://github.com/owncloud/web/pull/4862
https://github.com/owncloud/web/pull/4983
https://github.com/owncloud/web/issues/4331
| 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://github.com/owncloud/web/pull/5020 | 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 content.
https://github.com/owncloud/web/issues/4606
https://github.com/owncloud/web/pull/6386
| 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 should look like.
This PR introduces the new schema and takes care that existing routes still work by redirecting them.
https://github.com/owncloud/web/pull/6137
https://github.com/owncloud/web/issues/6085
https://github.com/owncloud/ocis/blob/master/docs/ocis/adr/0011-global-url-format.md
| 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
- Enhancement - Redesign OcBreadcrumb: https://github.com/owncloud/web/issues/6218
- Enhancement - Redesign files table related components: https://github.com/owncloud/owncloud-design-system/pull/1958
https://github.com/owncloud/web/pull/6450
https://github.com/owncloud/web/pull/6472
https://github.com/owncloud/web/pull/6505
https://github.com/owncloud/owncloud-design-system/releases/tag/v12.2.1
| 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/6283
| 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/2963
| 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/owncloud/web/pull/7022
https://github.com/owncloud/web/issues/7021
| 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.com/owncloud/web/pull/6820
https://github.com/owncloud/web/issues/6605
| 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/owncloud/web/pull/7156
| 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 user.
https://github.com/owncloud/web/pull/7559
| 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 fixed.
* `loadCurrentFileOutgoingShares` and `loadIncomingShares` mutations have been removed. Instead, incoming and outgoing shares are now being loaded via `loadSharesTree()`. This avoids `getShare()` requests from being executed multiple times.
* Space member loading has been decoupled from shares loading in store. This reduces fetching of space members to a minimum and improves the structure of the code.
* Reactive loading of share indicators in sidebar details panel has been fixed.
* Reactive loading of space member count in the spaces overview has been fixed.
* Loading of indirect shares within spaces has been fixed.
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
https://github.com/owncloud/web/pull/7638
https://github.com/owncloud/web/pull/7656
https://github.com/owncloud/web/pull/7668
| 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 needed as well.
The following values can be used for the `details` param:
* `details` - sidebar open, no specific panel
* `actions` - actions panel
* `sharing` - share panel
* `versions` - versions panel
* `space-share` - members panel (project space only)
https://github.com/owncloud/web/pull/8021
https://github.com/owncloud/web/issues/7927
| 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://github.com/owncloud/web/issues/8520
https://github.com/owncloud/web/issues/8593
| 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/web/pull/8482
https://github.com/owncloud/web/pull/8667
https://github.com/owncloud/web/pull/8915
| 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/9385
| 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/issues/9454
https://github.com/owncloud/web/issues/9486
https://github.com/owncloud/web/pull/9150
https://github.com/owncloud/web/pull/9282
https://github.com/owncloud/web/pull/9291
https://github.com/owncloud/web/pull/9374
https://github.com/owncloud/web/pull/9460
https://github.com/owncloud/web/pull/9471
https://github.com/owncloud/web/pull/9470
https://github.com/owncloud/web/pull/9487
| 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://github.com/owncloud/web/pull/10132
https://github.com/owncloud/web/pull/10139
https://github.com/owncloud/web/issues/10016
https://github.com/owncloud/web/issues/10123
| 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 sync" to better reflect what's happening on the server and on other devices.
https://github.com/owncloud/web/issues/9531
https://github.com/owncloud/web/pull/9718
https://github.com/owncloud/web/pull/10097
https://github.com/owncloud/web/pull/10321
| 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.0.0.0:9134
OCS_DEBUG_ADDR: 0.0.0.0:9114
PROXY_DEBUG_ADDR: 0.0.0.0:9205
SETTINGS_DEBUG_ADDR: 0.0.0.0:9194
STORAGE_AUTH_BASIC_DEBUG_ADDR: 0.0.0.0:9147
STORAGE_AUTH_BEARER_DEBUG_ADDR: 0.0.0.0:9149
STORAGE_AUTH_MACHINE_DEBUG_ADDR: 0.0.0.0:9167
STORAGE_FRONTEND_DEBUG_ADDR: 0.0.0.0:9141
STORAGE_GATEWAY_DEBUG_ADDR: 0.0.0.0:9143
STORAGE_GROUPPROVIDER_DEBUG_ADDR: 0.0.0.0:9161
STORAGE_HOME_DEBUG_ADDR: 0.0.0.0:9156
STORAGE_METADATA_DEBUG_ADDR: 0.0.0.0:9217
STORAGE_PUBLIC_LINK_DEBUG_ADDR: 0.0.0.0:9179
STORAGE_USERPROVIDER_DEBUG_ADDR: 0.0.0.0:9145
STORAGE_USERS_DEBUG_ADDR: 0.0.0.0:9159
STORAGE_SHARING_DEBUG_ADDR: 0.0.0.0:9151
STORE_DEBUG_ADDR: 0.0.0.0:9464
THUMBNAILS_DEBUG_ADDR: 0.0.0.0:9189
WEB_DEBUG_ADDR: 0.0.0.0:9104
WEBDAV_DEBUG_ADDR: 0.0.0.0:9119
networks:
ocis-net:
external: true
| 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.opencontainers.image.description="ownCloud Web - User interface for ownCloud" \
org.opencontainers.image.licenses="AGPL-3.0" \
org.opencontainers.image.documentation="https://github.com/owncloud/web" \
org.opencontainers.image.url="https://hub.docker.com/r/owncloud/web" \
org.opencontainers.image.source="https://github.com/owncloud/web"
RUN rm -f /var/lib/nginx/html/*
ADD docker/overlay /
ADD dist/ /var/lib/nginx/html
EXPOSE 8080
USER nginx
STOPSIGNAL SIGTERM
CMD ["nginx", "-g", "daemon off;"]
WORKDIR /var/lib/nginx/html
| 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 possible extension types. Registered folder view can be used to render multiple resources (folders, files, spaces) in the UI.
### Configuration
This is what the FolderViewExtension interface looks like:
```typescript
interface FolderViewExtension {
id: string
scopes?: ExtensionScope[]
type: 'folderView'
folderView: FolderView // See FolderView section below
}
```
For `id`, `type`, and `scopes`, please see [extension base section]({{< ref "../_index.md#extension-base-configuration" >}}) in top level docs.
#### FolderView
For the folderView object, you have the following configuration options:
- `name` - The name of the action (not displayed in the UI)
- `label` - The text to be displayed to the user when switching between different FolderView options
- `icon` - Object, expecting an icon `name` and a corresponding `IconFillType`, see https://owncloud.design/#/Design%20Tokens/IconList for available options
- `isScrollable` - Optional boolean, determines whether the user can scroll inside the component or it statically fills the viewport
- `component` - The Vue component to render the resources. It should expect a prop of type `Resource[]`
- `componentAttrs` - Optional additional configuration for the component mentioned above
| 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: true
}
}
]
]
}
})
| 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')
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const SafeParser = require('postcss-safe-parser')
const nodeExternals = require('webpack-node-externals')
const env = require('../config/prod.env')
baseWebpackConfig.entry = {
system: ['./src/system.js']
}
const webpackConfig = merge(baseWebpackConfig, {
module: {
rules: utils.styleLoaders({
sourceMap: config.system.productionSourceMap,
extract: true,
usePostCSS: true
})
},
devtool: config.build.productionSourceMap ? config.system.devtool : false,
output: {
path: config.system.assetsRoot,
filename: utils.assetsSystemPath('[name].js'),
library: '[name]',
libraryTarget: config.system.libraryTarget
},
externals: [nodeExternals()], // in order to ignore all modules in node_modules folder
performance: {
hints: config.system.performanceHints
},
plugins: [
// http://vuejs.github.io/vue-loader/en/workflow/production.html
new webpack.DefinePlugin({
'process.env': env
}),
// extract css into its own file
new MiniCssExtractPlugin({
filename: utils.assetsSystemPath('[name].css')
}),
// Compress extracted CSS. We are using this plugin so that possible
// duplicated CSS from different components can be deduped.
new OptimizeCSSPlugin({
cssProcessorOptions: { parser: SafeParser }
}),
// keep module.id stable when vendor modules does not change
new webpack.HashedModuleIdsPlugin(),
// enable scope hoisting
new webpack.optimize.ModuleConcatenationPlugin(),
// Copy and merge Sass tokens and system utilities as well
new MergeWebpackPlugin({
files: {
[utils.assetsSystemPath('system.utils.scss')]: [
'./src/assets/tokens/ods.scss',
'./src/styles/_spacing.scss',
'./src/styles/_mixins.scss',
'./src/styles/_functions.scss'
]
}
}),
// copy custom static assets
new CopyWebpackPlugin({
patterns: [
{
from: path.resolve(__dirname, '../src/assets'),
to: config.system.assetsSubDirectory,
globOptions: {
ignore: ['.*', '**/docs.scss', '**/examples/**']
}
},
{
from: path.resolve(__dirname, '../l10n/translations.json'),
to: config.system.assetsSubDirectory
}
]
})
]
})
if (config.system.productionGzip) {
const CompressionWebpackPlugin = require('compression-webpack-plugin')
webpackConfig.plugins.push(
new CompressionWebpackPlugin({
asset: '[path].gz[query]',
algorithm: 'gzip',
test: new RegExp('\\.(' + config.system.productionGzipExtensions.join('|') + ')$'),
threshold: 10240,
minRatio: 0.8
})
)
}
if (config.system.bundleAnalyzerReport) {
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
webpackConfig.plugins.push(new BundleAnalyzerPlugin())
}
module.exports = webpackConfig
| 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://github.com/owncloud/owncloud-design-system/pull/819 | 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 consistent
- Added defaultValue prop that is for now passed as placeholder to the input field
https://github.com/owncloud/owncloud-design-system/pull/1636
| 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/issues/6730 | 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 usages of the same components.
Icons, buttons, modals and notifications (and perhaps others) can now have the variations `passive, primary, success, danger, warning`.
While doing that, we also replaced the SASS variables in `src/` with custom CSS properties which are overwrite-able at runtime,
so theming the ODS is possible now (at least from a colors perspective, font sizes and spacing will eventually follow).
https://github.com/owncloud/owncloud-design-system/pull/1140
https://github.com/owncloud/owncloud-design-system/pull/1169
| 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-system/pull/1182
| 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.