text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
Bugfix: New Collaborator removes wrong autocomplete items We've addressed that when you add new collaborators in the autocomplete and remove one from the autocompletion it always removes the last element. https://github.com/owncloud/web/issues/5857 https://github.com/owncloud/web/pull/5931
owncloud/web/changelog/4.4.0_2021-10-26/bugfix-new-collaborator-removes-wrong-collaborator/0
{ "file_path": "owncloud/web/changelog/4.4.0_2021-10-26/bugfix-new-collaborator-removes-wrong-collaborator", "repo_id": "owncloud", "token_count": 78 }
589
Enhancement: Reduced sidebar width We reduced the sidebar width to give the files list more horizontal room, especially on medium sized screens. https://github.com/owncloud/web/issues/5981 https://github.com/owncloud/web/pull/5983
owncloud/web/changelog/4.5.0_2021-11-16/enhancement-files-sidebar-reduced-width/0
{ "file_path": "owncloud/web/changelog/4.5.0_2021-11-16/enhancement-files-sidebar-reduced-width", "repo_id": "owncloud", "token_count": 63 }
590
Bugfix: Show context menu for all file extensions The context menu was failing to build for file extensions that did not have a match in the apps from the app provider. https://github.com/owncloud/web/issues/6002 https://github.com/owncloud/web/pull/6003
owncloud/web/changelog/4.7.0_2021-12-16/bugfix-no-context-menu-app-provider/0
{ "file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-no-context-menu-app-provider", "repo_id": "owncloud", "token_count": 70 }
591
Enhancement: Respect share max, min and enforced expiration date if the expiration date max and/or enforcement is supported (defined by the capabilities) the UI now handles the different cases and respects the backend settings. In oc10 there are options to enforce the maximum available date for group and user shares, this is now considered in the UI and updates dynamically in both cases. https://github.com/owncloud/web/pull/6176 https://github.com/owncloud/web/pull/6039
owncloud/web/changelog/4.8.0_2021-12-22/enhancement-respect-share-expiration-date/0
{ "file_path": "owncloud/web/changelog/4.8.0_2021-12-22/enhancement-respect-share-expiration-date", "repo_id": "owncloud", "token_count": 113 }
592
Change: Drop support for Internet Explorer and other dead browsers Even though it was never officially supported, we were still checking for certain dead browsers. This has now been dropped. https://github.com/owncloud/web/pull/6386
owncloud/web/changelog/5.0.0_2022-02-14/changelog-drop-ie-support/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/changelog-drop-ie-support", "repo_id": "owncloud", "token_count": 57 }
593
Enhancement: Show parent folder for resources We've added a visual hint for the parent folder of a resource in cases where it could be usefull. https://github.com/owncloud/web/pull/6226 https://github.com/owncloud/web/issues/5953
owncloud/web/changelog/5.0.0_2022-02-14/enhancement-show-parent-folder/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-show-parent-folder", "repo_id": "owncloud", "token_count": 67 }
594
Enhancement: Display search results within files app We've updated the "Search in all files" view to be displayed within the files app instead of showing them in a dedicated extension. This way, users don't loose their context and can still use sidebar. https://github.com/owncloud/web/issues/6496 https://github.com/owncloud/web/issues/6507 https://github.com/owncloud/web/pulls/6511
owncloud/web/changelog/5.2.0_2022-03-03/enhancement-files-search-result-list/0
{ "file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-files-search-result-list", "repo_id": "owncloud", "token_count": 106 }
595
Bugfix: Don't write error message on passing ReadmeContentModal.spec.js test ReadmeContentModal.spec.js test doesn't write error output anymore while passing https://github.com/owncloud/web/pull/6525 https://github.com/owncloud/web/issues/6337
owncloud/web/changelog/5.3.0_2022-03-23/bugfix-readme-content-modal-test-write-error-output/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-readme-content-modal-test-write-error-output", "repo_id": "owncloud", "token_count": 74 }
596
Enhancement: Move ListLoader component We've moved the ListLoader component into the web-pkg package and give it a more general name, to ease the use in other packages. https://github.com/owncloud/web/pull/6644
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-move-list-loader-component/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-move-list-loader-component", "repo_id": "owncloud", "token_count": 58 }
597
Enhancement: Trash bin breadcrumbs We've improved the trash bin in general: * Add a breadcrumb for personal trash bin * Improve the breadcrumb for spaces trash bin, also add 'Navigate to space' action to context menu * Fix wrong page title in spaces trash bin https://github.com/owncloud/web/pull/6609
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-trash-bin-breadcrumbs/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-trash-bin-breadcrumbs", "repo_id": "owncloud", "token_count": 83 }
598
Enhancement: Permission-based visibility of upload and create buttons Instead of showing disabled "Upload" and "New" buttons on public links with insufficient permissions, we now hide them for the page visitor. https://github.com/owncloud/web/pull/6690 https://github.com/owncloud/web/issues/5618
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-permission-based-upload-create-buttons/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-permission-based-upload-create-buttons", "repo_id": "owncloud", "token_count": 78 }
599
Bugfix: Reload file list after accepting a remote share We've fixed a bug where the file list would not reload after accepting a remote share. https://github.com/owncloud/web/pull/6942 https://github.com/owncloud/web/issues/1774 https://github.com/owncloud/web/issues/4247 https://github.com/owncloud/web/issues/4839
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-accept-remote-share-reload/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-accept-remote-share-reload", "repo_id": "owncloud", "token_count": 97 }
600
Bugfix: Rename is clickable on mobile We've fixed a bug where the quick rename button was clickable, even so it wasn't visible. https://github.com/owncloud/web/issues/6767 https://github.com/owncloud/web/pull/6775
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-rename-still-clickable-on-mobile/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-rename-still-clickable-on-mobile", "repo_id": "owncloud", "token_count": 67 }
601
Bugfix: Space image showing without setting it We've fixed a bug where an image would show for a space even though no image has been set. https://github.com/owncloud/web/issues/6920 https://github.com/owncloud/web/pull/6928
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-spaces-image-without-setting/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-spaces-image-without-setting", "repo_id": "owncloud", "token_count": 66 }
602
Enhancement: CERN-specific help in shares tooltip We've added some CERN-related help strings to the share tooltip. https://github.com/owncloud/web/pull/7034
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-cern-specific-help-in-shares-tooltip/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-cern-specific-help-in-shares-tooltip", "repo_id": "owncloud", "token_count": 47 }
603
Enhancement: Polish the upload overlay We polished the overlay that pops up on the bottom right corner when uploading files: * The header now shows the amount of successful uploads * Polished the overall design of the overlay https://github.com/owncloud/web/pull/6837 https://github.com/owncloud/web/issues/6819
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-polish-upload-overlay/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-polish-upload-overlay", "repo_id": "owncloud", "token_count": 83 }
604
Enhancement: Update ODS to v13.2.0-rc.1 We updated the ownCloud Design System to version 13.2.0-rc.1. Please refer to the full changelog in the ODS release (linked) for more details. Summary: - Enhancement - Add isFileExtensionDisplayed property: https://github.com/owncloud/owncloud-design-system/pull/2087 - Enhancement - OcModal input type: https://github.com/owncloud/owncloud-design-system/pull/2077 - Enhancement - Add OcContextualHelper: https://github.com/owncloud/owncloud-design-system/pull/2064 - Enhancement - Add selection range for OcModal and OcTextInput: https://github.com/owncloud/owncloud-design-system/pull/2061 - Enhancement - Replace deprecated String.prototype.substr(): https://github.com/owncloud/owncloud-design-system/pull/2059 - Enhancement - Redesign OcGhostElement: https://github.com/owncloud/owncloud-design-system/pull/2049 - Enhancement - Export package members: https://github.com/owncloud/owncloud-design-system/pull/2048 - Enhancement - Make OcResource inline-flex: https://github.com/owncloud/owncloud-design-system/pull/2041 - Enhancement - Hover in ocDrop menus: https://github.com/owncloud/owncloud-design-system/pull/2069 - Enhancement - Implement an indeterminate state for the progress bar: https://github.com/owncloud/owncloud-design-system/pull/2200 - Bugfix - Disabled textarea color contrast in darkmode: https://github.com/owncloud/owncloud-design-system/pull/2055 - Bugfix - OcTextInput: Fix event handlers in loops: https://github.com/owncloud/owncloud-design-system/pull/2054 https://github.com/owncloud/web/pull/6749 https://github.com/owncloud/web/pull/6750 https://github.com/owncloud/web/pull/6953 https://github.com/owncloud/web/pull/7094 https://github.com/owncloud/web/pull/7123 https://github.com/owncloud/owncloud-design-system/releases/tag/13.2.0-rc.1
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-update-ods/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-update-ods", "repo_id": "owncloud", "token_count": 568 }
605
Bugfix: datetime formatting We've adjusted date time formatting to show a less verbose format (e.g. hiding the time zone and using month abbreviations). https://github.com/owncloud/web/pull/7443 https://github.com/owncloud/web/issues/7336
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-datetime-formatting/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-datetime-formatting", "repo_id": "owncloud", "token_count": 70 }
606
Bugfix: Left sidebar active navigation item has wrong cursor We've fixed a bug where the active navigation item in the left sidebar had the wrong cursor and pretended to be not clickable. https://github.com/owncloud/web/pull/7348 https://github.com/owncloud/web/issues/7343
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-left-sidebar-active-item-wrong-cursor/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-left-sidebar-active-item-wrong-cursor", "repo_id": "owncloud", "token_count": 75 }
607
Bugfix: Filename hovers over the image in the preview app We've fixed a bug where the filename hovers over the image content in the preview app and the bottom toolbar is not accurate centered. Therefore we have introduced a new top bar, where the filename will be shown and the download and the close button will be displayed. https://github.com/owncloud/web/pull/7216 https://github.com/owncloud/web/pull/7359 https://github.com/owncloud/web/issues/6300
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-preview-app-filename-hovers-over-image/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-preview-app-filename-hovers-over-image", "repo_id": "owncloud", "token_count": 123 }
608
Bugfix: Respect space quota permission By taking the space quota permission into account, we've fixed a bug where a regular space member could see the "Edit space quota" action. https://github.com/owncloud/web/issues/7400 https://github.com/owncloud/web/pull/7401
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-space-quota-permission/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-space-quota-permission", "repo_id": "owncloud", "token_count": 72 }
609
Enhancement: Add app top bar component We've added a app top bar component for consistency, which will be used by the apps: preview, text-editor and pdf-viewer. https://github.com/owncloud/web/pull/7217 https://github.com/owncloud/web/pull/7362
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-add-app-top-bar-component/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-add-app-top-bar-component", "repo_id": "owncloud", "token_count": 76 }
610
Enhancement: Redesign shared with list We've redesigned the shared with list, to achieve more spacing and a better user experience. We've also fixed a bug, where the role in a child of a share wasn't shown. https://github.com/owncloud/web/pull/7252 https://github.com/owncloud/web/pull/7310 https://github.com/owncloud/web/pull/7315 https://github.com/owncloud/web/pull/7372 https://github.com/owncloud/web/pull/7402 https://github.com/owncloud/web/pull/7475 https://github.com/owncloud/web/issues/7110 https://github.com/owncloud/web/issues/7340
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-redesign-shared-with-list/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-redesign-shared-with-list", "repo_id": "owncloud", "token_count": 181 }
611
Enhancement: Option to block file extensions from text-editor app We've added support to block certain file extensions from the text-editor app with additional config. See https://owncloud.dev/clients/web/deployments/oc10-app/#additional-configuration-for-certain-core-apps https://github.com/owncloud/web/issues/6661 https://github.com/owncloud/web/pull/7174
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-text-editor-block-file-extensions/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-text-editor-block-file-extensions", "repo_id": "owncloud", "token_count": 104 }
612
Bugfix: Handle non 2xx external app responses Axios no longer skips on non 200 status responses in app-external. If the status is not 2xx, the application now displays a proper error message. https://github.com/owncloud/web/pull/7861
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-external-app-error-handling/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-external-app-error-handling", "repo_id": "owncloud", "token_count": 64 }
613
Bugfix: Quota check when replacing files An issue with the quota check when replacing an existing file while having enough quota has been fixed. https://github.com/owncloud/web/issues/7962 https://github.com/owncloud/web/pull/8015
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-quota-check-when-replacing-files/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-quota-check-when-replacing-files", "repo_id": "owncloud", "token_count": 64 }
614
Bugfix: Display error messages in text editor Error messages in and when leaving the text editor are now being displayed properly. https://github.com/owncloud/web/issues/7960 https://github.com/owncloud/web/pull/8001
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-text-editor-error-messages/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-text-editor-error-messages", "repo_id": "owncloud", "token_count": 60 }
615
Enhancement: Deny subfolders inside share Sub-folders within user- and group-shares can now be denied for certain share receivers if the backend is capable of negative ACLs. Please note that the state of this feature is experimental and needs to be enabled in the backend. https://github.com/owncloud/web/pull/7190 https://github.com/owncloud/web/issues/7180
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-deny-subfolder-share/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-deny-subfolder-share", "repo_id": "owncloud", "token_count": 97 }
616
Enhancement: webdav support in web-client package Only relevant for developers: We've added webdav support to the `web-client` package. This wraps the existing webdav requests from ownCloud SDK but handles the differentiation of public link and user-specific webdav requests internally. https://github.com/owncloud/web/pull/7430 https://github.com/owncloud/web/pull/7880
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-webdav-client/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-webdav-client", "repo_id": "owncloud", "token_count": 101 }
617
Bugfix: Endless loading when encountering a public link error An endless loading state that occurred when encountering an error when loading a public link has been fixed. https://github.com/owncloud/web/issues/9004 https://github.com/owncloud/web/pull/9006
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-endless-loading-public-link-error/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-endless-loading-public-link-error", "repo_id": "owncloud", "token_count": 66 }
618
Bugfix: Open files in external app We've fixed bugs that caused office documents not to be opened in app provider editors anymore. https://github.com/owncloud/web/issues/8695 https://github.com/owncloud/web/pull/8705 https://github.com/owncloud/web/issues/8773 https://github.com/owncloud/web/pull/8782
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-open-external-apps/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-open-external-apps", "repo_id": "owncloud", "token_count": 94 }
619
Bugfix: Reverting versions for read-only shares Reverting versions for read-only shares is no longer possible. https://github.com/owncloud/web/pull/8040 https://github.com/owncloud/web/issues/8037
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-reverting-versions-for-read-only-shares/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-reverting-versions-for-read-only-shares", "repo_id": "owncloud", "token_count": 61 }
620
Bugfix: Token renewal in vue router hash mode We've fixed a bug where the silent token renewal (= in iframe) with the vue router hash mode had a URL format that could not be parsed by the oidc-client-ts lib. https://github.com/owncloud/web/issues/8420 https://github.com/owncloud/web/pull/8762
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-token-renewal-hash-mode/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-token-renewal-hash-mode", "repo_id": "owncloud", "token_count": 90 }
621
Enhancement: Add and remove users from groups batch actions We've introduced add and remove users from groups batch actions to the admin-settings app. https://github.com/owncloud/web/pull/8553 https://github.com/owncloud/web/issues/8559 https://github.com/owncloud/web/issues/8558 https://github.com/owncloud/web/issues/8472
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-remove-users-from-groups-batch-actions/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-remove-users-from-groups-batch-actions", "repo_id": "owncloud", "token_count": 98 }
622
Enhancement: Configurable top bar We've added a portal `app.runtime.header.right` that allows extensions to render themselves on the top right icons bar. https://github.com/owncloud/web/pull/8449
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-configurable-topbar/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-configurable-topbar", "repo_id": "owncloud", "token_count": 55 }
623
Enhancement: Inject customizations We have added the possibility to include own header scripts and styles. This function is currently still experimental and there is a possibility that the api will change. For the reasons mentioned, the functionality is not yet documented in the official documentation, but can be used as follows: * to inject custom css add the following property to your `config.json`, `"styles": [{ "href": "css/custom.css", }]`. * to inject custom scripts add the following property to your `config.json`, `"scripts": [{ "src": "js/custom.js", "async": true, }]`. https://github.com/owncloud/web/pull/8432 https://github.com/owncloud/web/pull/7689 https://github.com/owncloud/web/issues/4735
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-inject-customizations/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-inject-customizations", "repo_id": "owncloud", "token_count": 196 }
624
Enhancement: Public link permission `PublicLink.Write.all` Support for the public link permission `PublicLink.Write.all` has been added. Users without this permission won't be able to create public links (except for oC10 instances where this permission is being set implicitly). https://github.com/owncloud/web/pull/8541 https://github.com/owncloud/web/pull/8796 https://github.com/owncloud/web/issues/8540
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-public-link-permission/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-public-link-permission", "repo_id": "owncloud", "token_count": 112 }
625
Enhancement: Show upload speed We have added a tooltip that shows the current upload speed and absolute vs processed filesize for the current upload. https://github.com/owncloud/web/issues/8166 https://github.com/owncloud/web/pull/8187 https://github.com/owncloud/ocis/issues/5511
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-upload-speed/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-upload-speed", "repo_id": "owncloud", "token_count": 84 }
626
Bugfix: Reduce space preloading We've reduced the set of spaces that get preloaded after login / after initial page load. This results in a faster first page rendering and reduces the server load. Loading the remaining spaces will happen on demand. https://github.com/owncloud/web/pull/9153
owncloud/web/changelog/7.0.1_2023-06-06/bugfix-initial-drive-listing/0
{ "file_path": "owncloud/web/changelog/7.0.1_2023-06-06/bugfix-initial-drive-listing", "repo_id": "owncloud", "token_count": 69 }
627
Enhancement: Add search location filter We've added the option to set the search location in the searchbar. https://github.com/owncloud/web/pull/9304 https://github.com/owncloud/web/pull/9432 https://github.com/owncloud/web/pull/9456 https://github.com/owncloud/web/issues/9258 https://github.com/owncloud/web/issues/9428 https://github.com/owncloud/web/issues/9439
owncloud/web/changelog/7.1.0_2023-08-23/enhancement-add-location-filter-search/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-add-location-filter-search", "repo_id": "owncloud", "token_count": 123 }
628
Enhancement: Long breadcrumb strategy We've implemented a new solution to deal with long breadcrumbs even with long folder names. https://github.com/owncloud/web/pull/8984 https://github.com/owncloud/web/issues/6731
owncloud/web/changelog/7.1.0_2023-08-23/enhancement-long-breadcrumb-strategy/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-long-breadcrumb-strategy", "repo_id": "owncloud", "token_count": 65 }
629
Enhancement: Hover tooltips in topbar We have added more hoverable tooltips in the topbar to align the behavior. https://github.com/owncloud/web/issues/9280 https://github.com/owncloud/web/pull/9283
owncloud/web/changelog/7.1.0_2023-08-23/enhancement-topbar-tooltips/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-topbar-tooltips", "repo_id": "owncloud", "token_count": 63 }
630
Bugfix: Duplicated file search request We have fixed a bug where the search was sent unnecessarily twice. https://github.com/owncloud/web/pull/9861 https://github.com/owncloud/web/pull/9880 https://github.com/owncloud/web/issues/9787
owncloud/web/changelog/8.0.0_2024-03-08/bugfix-duplicated-file-search-request/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-duplicated-file-search-request", "repo_id": "owncloud", "token_count": 73 }
631
Bugfix: Remove password buttons on input if disabled We've removed the password buttons on an input field which is disabled to not confuse the user. https://github.com/owncloud/web/pull/10096 https://github.com/owncloud/web/issues/10084
owncloud/web/changelog/8.0.0_2024-03-08/bugfix-remove-input-password-buttons-when-disabled/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-remove-input-password-buttons-when-disabled", "repo_id": "owncloud", "token_count": 65 }
632
Bugfix: Displaying full video in their dimensions We've fixed a bug which set the video width and height to 100% of the screen size instead of the actual video size. This bug made it impossible to see the full video in 1080x1920, while 1920x1080 might have been slightly cropped. https://github.com/owncloud/web/issues/10010 https://github.com/owncloud/web/pull/10101
owncloud/web/changelog/8.0.0_2024-03-08/bugfix-video-dimensions/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-video-dimensions", "repo_id": "owncloud", "token_count": 98 }
633
Enhancement: Added app banner for mobile devices We've added an app banner at the top of the web view for mobile devices asking the user whether they want to continue working in the app. By dismissing it, it will not show again until a new session is started, e.g. by opening a new tab. https://github.com/owncloud/web/pull/9696 https://github.com/owncloud/web/pull/9872
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-app-banner/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-app-banner", "repo_id": "owncloud", "token_count": 101 }
634
Enhancement: File sidebar in viewer and editor apps Viewer and editor apps now have the same right sidebar available like the `files` app. This makes in place viewing file details, tagging, sharing, and much more possible. https://github.com/owncloud/web/pull/10111 https://github.com/owncloud/web/pull/10152 https://github.com/owncloud/web/pull/10344
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-file-sidebar/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-file-sidebar", "repo_id": "owncloud", "token_count": 100 }
635
Enhancement: Add new portal into runtime to include footer We've added a new portal into the application layout of runtime package. This portals allows developers to add new content below the app container. The name of the portal is `app.runtime.footer`. https://github.com/owncloud/web/pull/9815
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-runtime-footer-portal/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-runtime-footer-portal", "repo_id": "owncloud", "token_count": 74 }
636
Enhancement: Folder tree creation during upload The performance of the folder tree creation during upload has been improved. https://github.com/owncloud/web/pull/10057 https://github.com/owncloud/web/issues/9817
owncloud/web/changelog/8.0.0_2024-03-08/enhancement-upload-folder-tree-creation/0
{ "file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-upload-folder-tree-creation", "repo_id": "owncloud", "token_count": 58 }
637
Enhancement: Show locked and processing next to other status indicators We've moved the processing and lock indicators to the status table column so all indicators are easy accessible at the same spot. We also show the respective lock and processing states in the tiles view. https://github.com/owncloud/web/pull/10544 https://github.com/owncloud/web/issues/10538
owncloud/web/changelog/9.0.0_2024-02-26/enhancement-show-locked-and-processing-next-to-other-status-indicators/0
{ "file_path": "owncloud/web/changelog/9.0.0_2024-02-26/enhancement-show-locked-and-processing-next-to-other-status-indicators", "repo_id": "owncloud", "token_count": 89 }
638
--- --- Please refer to [our documentation](https://owncloud.dev/ocis/deployment/) for deployment instructions.
owncloud/web/deployments/examples/ocis_web/README.md/0
{ "file_path": "owncloud/web/deployments/examples/ocis_web/README.md", "repo_id": "owncloud", "token_count": 32 }
639
--- title: "Deploy as an app in ownCloud 10" date: 2018-05-02T00:00:00+00:00 weight: 1 geekdocRepo: https://github.com/owncloud/web geekdocEditPath: edit/master/docs/deployments geekdocFilePath: oc10-app.md --- {{< toc >}} ## Compatibility Please note that the usage of Web UI and ownCloud 10 as backend is not recommended starting with version 7.1.0 of the Web UI. Therefore, this section only applies to versions < 7.1.0. ## Introduction ownCloud Web is being deployed as an app to [ownCloud marketplace](https://marketplace.owncloud.com/) to enable easy integration into existing ownCloud 10 instances. After completing this setup, ownCloud Web will be available on `https://<your-owncloud-server>/index.php/apps/web`. ## Prerequisites - Running [ownCloud 10 server](https://owncloud.com/download-server/) with version 10.8 - Installed [oauth2 app](https://marketplace.owncloud.com/apps/oauth2) - Command line access to your server ## Deploying ownCloud Web Download the [ownCloud Web app](https://marketplace.owncloud.com/apps/web) from the marketplace and enable it: ```console occ market:install web ``` ## Configure oauth2 Within the `Admin` page of ownCloud 10, head into `User Authentication` and add a new client with arbitrary name (e.g. `ownCloud Web`) and redirection URL `https://<your-owncloud-server>/index.php/apps/web/oidc-callback.html`. {{< figure src="/clients/web/static/oauth2.png" alt="Example OAuth2 entry" >}} {{< hint >}} You can mark the ownCloud web client as `trusted` by clicking the respective checkbox so authorization after authentication gets omitted. {{< /hint >}} {{< hint >}} If you use OpenID Connect you need to add a new client for ownCloud Web to your identity provider instead. {{< /hint >}} ## Configure ownCloud 10 ### Set ownCloud Web address To set the ownCloud Web address and to display ownCloud Web in the app switcher, add the following line into `config/config.php`: ```php 'web.baseUrl' => 'https://<your-owncloud-server>/index.php/apps/web', ``` ### Configure link routing Administrators can optionally decide whether ownCloud Links (public and private links) should be provided by the Classic web interface or by ownCloud Web using the `web.rewriteLinks` option in `config/config.php`. The option defaults to `false` so that the links open in the Classic web interface. Setting it to `true` will redirect all links to ownCloud Web. To redirect all private and public links to ownCloud Web, add the following line into `config/config.php`: ```php 'web.rewriteLinks' => true, ``` ### Make ownCloud Web the default web interface Administrators can optionally decide to make ownCloud Web the default web interface that users see after they log in to ownCloud. By default, the Classic web interface will be presented to users. To present ownCloud Web to users by default, add the following line into `config/config.php`: ```php 'defaultapp' => 'web', ``` {{< hint info >}} While it is possible to make ownCloud Web the default web interface, the decision should be carefully evaluated. Features are still being added to ownCloud Web and users might need to use the Classic web interface to do certain actions. {{< /hint >}} ## Configure ownCloud Web There are a few config values which need to be set in order for ownCloud Web to work correctly. Please copy the example config below into `config/config.json` and adjust it for your environment: ```json { "server" : "https://<your-owncloud-server>", "theme": "https://<your-owncloud-server>/index.php/apps/web/themes/owncloud/theme.json", "auth": { "clientId": "<client-id-from-oauth2>", "url": "https://<your-owncloud-server>/index.php/apps/oauth2/api/v1/token", "authUrl": "https://<your-owncloud-server>/index.php/apps/oauth2/authorize", "logoutUrl": "https://<your-owncloud-server>/index.php/logout" }, "apps" : [ "files", "preview", "search", "draw-io" ], "applications" : [ { "title": { "en": "Classic Design", "de": "Klassisches Design", "fr": "Design classique", "zh": "文件" }, "icon": "swap-box", "url": "https://<your-owncloud-server>/index.php/apps/files" }, { "icon": "settings-4", "menu": "user", "target": "_self", "title": { "de": "Einstellungen", "en": "Settings" }, "url": "https://<your-owncloud-server>/index.php/settings/personal" } ] } ``` {{< hint info >}} If any issues arise when trying to access the new design, a good start for debugging it is to run your `config.json` file through a json validator of your choice. {{< /hint >}} |config parameter|explanation| |---|---| |server|ownCloud 10 server address| |theme|Theme to be used in ownCloud Web pointing to a json file inside of `themes` folder| |auth.clientId|Client ID received when adding ownCloud Web in the `User Authentication` section in `Admin`| |apps|List of internal extensions to be loaded| |applications|Additional apps and links to be displayed in the application switcher or in the user menu| |applications[0].title|Visible title in the application switcher or user menu, localizable| |applications[1].menu|Use `user` to move the menu item into the user menu. Defaults to app switcher| {{< hint info >}} It is important that you don't edit or place the `config.json` within the app folder. If you do, the integrity check of the app will fail and raise warnings. {{< /hint >}} {{< hint >}} If you use OpenID Connect you need to replace the `"auth"` part with following configuration: ```json "openIdConnect": { "metadata_url": "<fqdn-of-the-identity-provider>/.well-known/openid-configuration", "authority": "<fqdn-of-the-identity-provider>", "client_id": "<client-id-from-the-identity-provider>", "response_type": "code", "scope": "openid profile email" } ``` {{< /hint >}} ## Integrate ownCloud Classic features in ownCloud Web ### Add links to the app switcher ownCloud Classic features that are not deeply integrated with the Classic UI (e.g., full screen apps) can be added to the ownCloud Web app switcher so that users can easily access them from ownCloud Web. You can use the following example and customize it according to your needs. {{< hint info >}} All apps that are listed in the ownCloud Classic app switcher will be added as links to the app switcher of the new ownCloud Web automatically. All of those links will open in a new browser tab on click. {{< /hint >}} To add new elements in the app switcher, paste the following into the `applications` section of `config.json`: ```json { "title": { "en": "Custom Groups", "de": "Benutzerdefinierte Gruppen" }, "icon": "settings-4", "url": "https://<your-owncloud-server>/settings/personal?sectionid=customgroups" } ``` {{< hint info >}} The URL in the example might need adaptations depending on the configuration of your ownCloud Server. App switcher elements added this way will open the respective page in a new tab. This method can also be used to link external sites like Help pages or similar. {{< /hint >}} ### Add links to the user menu Just like adding links to the app switcher, you can also add links to the user menu. ```json { "icon": "settings-4", "menu": "user", "target": "_self", "title": { "de": "Hilfe", "en": "Help" }, "url": "https://help-link.example" } ``` This will add a link to the specified URL in the user menu. This way, the link will open in the same tab. If you instead want to open it in a new tab, just remove the line `"target": "_self",`. ### ONLYOFFICE For ONLYOFFICE there is a [native integration](https://github.com/ONLYOFFICE/onlyoffice-owncloud-web) available for ownCloud Web when it is used with ownCloud Classic Server. It fully integrates the ONLYOFFICE Document Editors and allows users to create and open documents right from ownCloud Web. To be able to use ONLYOFFICE in ownCloud Web, it is required to run - ownCloud Server >= 10.8 - ownCloud Web >= 4.0.0 - [ONLYOFFICE Connector for ownCloud Classic](https://marketplace.owncloud.com/apps/onlyoffice) >= 7.1.1 Make sure that ONLYOFFICE works as expected in the Classic UI and add the following to `config.json` to make it available in ownCloud Web: ```json "external_apps": [ { "id": "onlyoffice", "path": "https://<your-owncloud-server>/apps-external/onlyoffice/js/web/onlyoffice.js" } ] ``` {{< hint info >}} The URL in the example might need adaptations depending on the configuration of your ownCloud Server. {{< /hint >}} ### Collabora Online For Collabora Online there is a native integration available for ownCloud Web when it is used with ownCloud Classic Server. It fully integrates the Collabora Online Document Editors and allows users to create and open documents right from ownCloud Web. To be able to use Collabora Online in ownCloud Web, it is required to run - ownCloud Server >= 10.8 - ownCloud Web >= 4.0.0 - [Collabora Online Connector for ownCloud Classic](https://marketplace.owncloud.com/apps/richdocuments) >= 2.7.0 Make sure that Collabora Online works as expected in the Classic UI and add the following to `config.json` to make it available in ownCloud Web: ```json "external_apps": [ { "id": "richdocuments", "path": "https://<your-owncloud-server>/apps/richdocuments/js/richdocuments.js" } ] ``` {{< hint info >}} The URL in the example might need adaptations depending on the configuration of your ownCloud Server. {{< /hint >}} ## Additional configuration for certain core apps There is additional configuration available for certain core apps. You can find them listed below. ### Preview app In case the backend has additional preview providers configured there is no mechanism, yet, to announce those to the `Preview` app in ownCloud Web. As an intermediate solution you can add the additional supported mimeTypes to the `Preview` app by following these steps: 1. Remove the `"preview"` string from the `"apps"` section in your `config.json` file 2. Add the following config to your `config.json` file: ```json "external_apps": [ { "id": "preview", "path": "web-app-preview", "config": { "mimeTypes": ["image/tiff", "image/webp"] } } ] ``` If you already have an `"external_apps"` section, just add the preview app to the list. Please adjust the `"mimeTypes"` list according to your additional preview providers. See https://github.com/owncloud/files_mediaviewer#supporting-more-media-types for advise on how to add preview providers to the backend. ### Text-Editor app The `text-editor` app provides a list of file extensions that the app is associated with, both for opening files and for creating new files. By default, only `.txt` and `.md` files appear in the file creation menu and offer the text-editor as default app on a left mouse click in the file list. For other file types the text-editor app only appears in the right mouse click context menu. In case you want to change this default set of primary file extensions for the text-editor you can overwrite it as follows: 1. Remove the `"text-editor"` string from the `"apps"` section in your `config.json` file 2. Add the following config to your `config.json` file: ```json "external_apps": [ { "id": "text-editor", "path": "web-app-text-editor", "config": { "primaryExtensions": ["txt", "yaml"] } } ] ``` With the above example config the text editor will offer creation of new files for `.txt` and `.yaml` files instead of `.txt` and `.md` files. Also, a left mouse click on any `.txt` or `.yaml` file will open the respective file in the text-editor app. In this example, `.md` files would not be opened in the text-editor by default anymore, but the text-editor will would appear in the context menu for the file as alternative app. If you already have an `"external_apps"` section, just add the preview app to the list. Please adjust the `"mimeTypes"` list according to your additional preview providers. See https://github.com/owncloud/files_mediaviewer#supporting-more-media-types for advise on how to add preview providers to the backend. {{< hint info >}} The reason why the app needs to be ported from the `apps` section to the `external_apps` section is that only the `external_apps` support additional configuration. There are plans to change the configuration of apps to give you a coherent admin experience in that regard. {{< /hint >}} ## Accessing ownCloud Web After following all the steps, you should see a new entry in the application switcher called `New Design` which points to the ownCloud web. {{< figure src="/clients/web/static/application-switcher-oc10.jpg" alt="ownCloud 10 application switcher" >}}
owncloud/web/docs/deployments/oc10-app.md/0
{ "file_path": "owncloud/web/docs/deployments/oc10-app.md", "repo_id": "owncloud", "token_count": 3956 }
640
# ownCloud Design System **ownCloud Design System** is based on [Vue Design System](https://vueds.com/) - **Thanks a lot to [@viljamis](https://twitter.com/viljamis)** Head over to the [generated docs](https://owncloud.github.io/owncloud-design-system/) for more information!
owncloud/web/packages/design-system/README.md/0
{ "file_path": "owncloud/web/packages/design-system/README.md", "repo_id": "owncloud", "token_count": 84 }
641
Bugfix: Removed width class from sidebar menu There were different values for width of the sidebar menu and it's left position when hidden. We've removed the width class so that the width and left position are the same and the sidebar menu is no more overlapping when it's state is hidden. https://github.com/owncloud/owncloud-design-system/issues/668 https://github.com/owncloud/owncloud-design-system/pull/669
owncloud/web/packages/design-system/changelog/1.1.0_2020-03-17/668/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.1.0_2020-03-17/668", "repo_id": "owncloud", "token_count": 103 }
642
Change: Small design improvements We've changed a few color design tokens. We've rotated the `link` icon 45 degrees to the left. We've changed the spacing values and united them in one design token for both margin and padding. https://github.com/owncloud/owncloud-design-system/pull/890
owncloud/web/packages/design-system/changelog/1.12.0_2020-10-03/design-tweaks/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.12.0_2020-10-03/design-tweaks", "repo_id": "owncloud", "token_count": 74 }
643
Bugfix: Correct layout of search bar We've fixed layout of search bar which was broken after we introduced error message in oc-text-input. https://github.com/owncloud/owncloud-design-system/pull/706
owncloud/web/packages/design-system/changelog/1.2.1_2020-04-07/706-1/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.2.1_2020-04-07/706-1", "repo_id": "owncloud", "token_count": 54 }
644
Enhancement: Improve the design of buttons We've added border-radius to buttons, added shadow to the primary button and adjusted font-weight and padding. https://github.com/owncloud/owncloud-design-system/issues/784 https://github.com/owncloud/owncloud-design-system/issues/777 https://github.com/owncloud/owncloud-design-system/pull/791
owncloud/web/packages/design-system/changelog/1.7.0_2020-06-17/improved-buttons/0
{ "file_path": "owncloud/web/packages/design-system/changelog/1.7.0_2020-06-17/improved-buttons", "repo_id": "owncloud", "token_count": 96 }
645
Bugfix: Prevent contextmenu display issues within OcTableFiles Context menu for files table now detects if available space is enough to show all items. If not, it automatically calculates the height and adds scroll bars to the menu. https://github.com/owncloud/owncloud-design-system/pull/1691 https://github.com/owncloud/web/issues/5845
owncloud/web/packages/design-system/changelog/11.0.0_2021-10-04/bugfix-context-menu-scroll/0
{ "file_path": "owncloud/web/packages/design-system/changelog/11.0.0_2021-10-04/bugfix-context-menu-scroll", "repo_id": "owncloud", "token_count": 88 }
646
Bugfix: Fix extension icon rendering The `extension` icon wouldn't render in the ownCloud web. We fixed the SVG file to prevent this problem. https://github.com/owncloud/owncloud-design-system/pull/1779
owncloud/web/packages/design-system/changelog/11.2.2_2021-11-11/bugfix-extension-icon-rendering/0
{ "file_path": "owncloud/web/packages/design-system/changelog/11.2.2_2021-11-11/bugfix-extension-icon-rendering", "repo_id": "owncloud", "token_count": 59 }
647
Change: Remove implicit ODS registration Remove implicit registration of ODS, from now on applications using ODS must register it explicit via `Vue.use`. https://github.com/owncloud/owncloud-design-system/pull/1848
owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-remove-implicit-registration/0
{ "file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-remove-implicit-registration", "repo_id": "owncloud", "token_count": 57 }
648
Enhancement: Adjust OcSearchBar to new design We've redesigned the OcSearchBar to fit the new design. https://github.com/owncloud/owncloud-design-system/pull/1810/ https://github.com/owncloud/web/issues/6036
owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-redesign-searchbar/0
{ "file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-redesign-searchbar", "repo_id": "owncloud", "token_count": 67 }
649
Bugfix: Disabled OcSelect background We've fixed a bug that prevented the background of disabled OcSelect components from using theming colors. https://github.com/owncloud/owncloud-design-system/pull/2008
owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/bugfix-disabled-ocselect-background/0
{ "file_path": "owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/bugfix-disabled-ocselect-background", "repo_id": "owncloud", "token_count": 53 }
650
Bugfix: Add word breaking in tooltips We've added word wrapping to the tippy tooltips so they handle very long paths properly. https://github.com/owncloud/owncloud-design-system/pull/2137
owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/bugfix-tooltip-break-word/0
{ "file_path": "owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/bugfix-tooltip-break-word", "repo_id": "owncloud", "token_count": 53 }
651
Bugfix: Firefox drag & drop move of folders not possible We've fixed a bug in firefox which caused drag & drop move to redirect the page. https://github.com/owncloud/web/issues/7495 https://github.com/owncloud/owncloud-design-system/pull/2302
owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/bugfix-firefox-drag-drop/0
{ "file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/bugfix-firefox-drag-drop", "repo_id": "owncloud", "token_count": 71 }
652
Enhancement: Align breadcrumb context menu with regular context menu We've aligned the breadcrumb context menu visually to match with the regular context menu in the files table. https://github.com/owncloud/owncloud-design-system/pull/2296 https://github.com/owncloud/web/issues/7493
owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-breadcrumb-context-menu-alignment/0
{ "file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-breadcrumb-context-menu-alignment", "repo_id": "owncloud", "token_count": 78 }
653
Enhancement: Add tag component We've added a tag component which is to be used for displaying various information. https://github.com/owncloud/owncloud-design-system/pull/927
owncloud/web/packages/design-system/changelog/2.0.0_2020-11-23/tag-component/0
{ "file_path": "owncloud/web/packages/design-system/changelog/2.0.0_2020-11-23/tag-component", "repo_id": "owncloud", "token_count": 47 }
654
Change: Make dropzone component public We've made the dropzone component public so that it appears in the documentation. https://github.com/owncloud/owncloud-design-system/pull/1100
owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/public-dropzone-component/0
{ "file_path": "owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/public-dropzone-component", "repo_id": "owncloud", "token_count": 46 }
655
Enhancement: Extract SAAS functionality from `src/` to `docs/`` Some SCSS-files were only used to build the ODS documentation, but lived within the design system styles. We moved them to the documentation folder to avoid shipping them with the official ODS releases. https://github.com/owncloud/owncloud-design-system/pull/1134
owncloud/web/packages/design-system/changelog/3.2.0_2021-03-12/enhancement-extract-styleguidist-saas/0
{ "file_path": "owncloud/web/packages/design-system/changelog/3.2.0_2021-03-12/enhancement-extract-styleguidist-saas", "repo_id": "owncloud", "token_count": 84 }
656
Enhancement: Element nesting Fix the nesting for some html elements to make them w3c compliant. https://github.com/owncloud/owncloud-design-system/pull/1155
owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-element-nesting/0
{ "file_path": "owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-element-nesting", "repo_id": "owncloud", "token_count": 45 }
657
Enhancement: Use oc-color for breadcrumbs We've changed the colour of breadcrumbs to use the `oc-color` instead of the brand color. https://github.com/owncloud/owncloud-design-system/pull/1189
owncloud/web/packages/design-system/changelog/4.2.0_2021-03-31/enhancement-breadcrumbs-color/0
{ "file_path": "owncloud/web/packages/design-system/changelog/4.2.0_2021-03-31/enhancement-breadcrumbs-color", "repo_id": "owncloud", "token_count": 61 }
658
Enhancement: More themable variables Due to recent changes, more variables other than colors have been moved from SASS to CSS variables and are therefore customizable through theming. This change loads them correctly when providing a `theme.json` as a Vue plugin option. https://github.com/owncloud/owncloud-design-system/pull/1224
owncloud/web/packages/design-system/changelog/6.0.0_2021-04-19/enhancement-more-theming/0
{ "file_path": "owncloud/web/packages/design-system/changelog/6.0.0_2021-04-19/enhancement-more-theming", "repo_id": "owncloud", "token_count": 85 }
659
Enhancement: Use bigger font size for breadcrumbs We've increased the font size of breadcrumbs to match the one from `oc-table` items. https://github.com/owncloud/owncloud-design-system/pull/1239
owncloud/web/packages/design-system/changelog/6.3.0_2021-04-29/enhancement-breadcrumbs-size/0
{ "file_path": "owncloud/web/packages/design-system/changelog/6.3.0_2021-04-29/enhancement-breadcrumbs-size", "repo_id": "owncloud", "token_count": 58 }
660
Bugfix: Non-interactive tooltips Interactive tooltips were breaking correct z-index behaviour so we set them to non-interactive. https://github.com/owncloud/owncloud-design-system/pull/1330
owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/bugfix-tippy-non-interactive/0
{ "file_path": "owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/bugfix-tippy-non-interactive", "repo_id": "owncloud", "token_count": 55 }
661
Enhancement: Accessible label for all landmarks in OcSidebarNav The OcSidebarNav component now has properties for providing accessible labels for all landmarks of the sidebar. https://github.com/owncloud/owncloud-design-system/pull/1345
owncloud/web/packages/design-system/changelog/7.1.0_2021-06-02/enhancement-aria-labels-sidebar/0
{ "file_path": "owncloud/web/packages/design-system/changelog/7.1.0_2021-06-02/enhancement-aria-labels-sidebar", "repo_id": "owncloud", "token_count": 62 }
662
Change: remove custom model from OcSelect We've removed the custom model defined in OcSelect component. It is no longer possible to pass the value via `model` prop. You can use `value` instead. `v-model` is still available. https://github.com/owncloud/owncloud-design-system/pull/1478
owncloud/web/packages/design-system/changelog/8.0.0_2021-07-08/change-remove-select-model/0
{ "file_path": "owncloud/web/packages/design-system/changelog/8.0.0_2021-07-08/change-remove-select-model", "repo_id": "owncloud", "token_count": 80 }
663
Bugfix: Unnecessary context menu events Clicking on the context menu in OcTableFiles was emitting unnecessary showDetails events. This has been fixed. https://github.com/owncloud/owncloud-design-system/pull/1564
owncloud/web/packages/design-system/changelog/8.3.1_2021-08-04/bugfix-context-menu-events/0
{ "file_path": "owncloud/web/packages/design-system/changelog/8.3.1_2021-08-04/bugfix-context-menu-events", "repo_id": "owncloud", "token_count": 56 }
664
Bugfix: Fix search for options provided as objects We fixed a regression that was introduced in https://github.com/owncloud/owncloud-design-system/pull/1521. `vue-select` automatically uses the property specified in `label` for filtering. When custom filtering based on Fuse.js was introduced that functionality got lost. Hence it was not possible to filter objects at all. https://github.com/owncloud/owncloud-design-system/pull/1602
owncloud/web/packages/design-system/changelog/9.3.0_2021-08-23/bugfix-search-for-options-provided-as-objects/0
{ "file_path": "owncloud/web/packages/design-system/changelog/9.3.0_2021-08-23/bugfix-search-for-options-provided-as-objects", "repo_id": "owncloud", "token_count": 112 }
665
Enhancement: Add `OcFilterChip` component The `OcFilterChip` component has been added. It provides an (in-)active state and a button to clear the current filter. https://github.com/owncloud/web/issues/8354 https://github.com/owncloud/web/pull/8355
owncloud/web/packages/design-system/changelog/unreleased/enhancement-add-filter-chip-component/0
{ "file_path": "owncloud/web/packages/design-system/changelog/unreleased/enhancement-add-filter-chip-component", "repo_id": "owncloud", "token_count": 77 }
666
'use strict' module.exports = { NODE_ENV: "'production'" }
owncloud/web/packages/design-system/config/prod.env.js/0
{ "file_path": "owncloud/web/packages/design-system/config/prod.env.js", "repo_id": "owncloud", "token_count": 25 }
667
## Writing translations For translations we are using combination of [vue-gettext](https://github.com/Polyconseil/vue-gettext) and [easygettext](https://github.com/polyconseil/easygettext). ### Escaping Translations in combination with [mustache syntax](https://mustache.github.io/) results in double escaping. This leads to an issue where some special characters are not displayed correctly. To prevent this issue in cases where we expect special characters (resource names, user names, etc.), we disable the escaping on the side of translation tools. This way the text gets escaped only once. For translations where we don't expect special characters, we explicitly enable escaping. #### Example with disabled escaping `this.$gettextInterpolate(translated, { resource }, true)` #### Example with enabled escaping `this.$gettextInterpolate(translated, { numberOfFiles }, false)` ## Right to left (RTL) > RTL (Right To Left) is a locale property indicating that text is written from right to left. For example, the `he` locale (for Hebrew) specifies right-to-left. Arabic (`ar`) is another common language written RTL. ([Source: MDN](https://developer.mozilla.org/en-US/docs/Glossary/rtl)) ### Applying right to left - You can enable right to left on a document level with the following HTML: `<html dir="rtl">...</html>` - You can enable right to left on an element level with the following CSS: `#something { direction: rtl; }` - If you want to combine left to right (ltr) and right to left (rtl) text you should also use `unicode-bidi: embed;` in your CSS ([explainer on unicode-bibi](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi)) - With the application of rtl on a document level certain parts of your styling/interface change layout: ### CSS Layout reacting to `html[dir="rtl"]` - Elements positioned via CSS Flexbox - Elements positioned via CSS Grid - Elements positioned via CSS Position relative ### CSS Layout NOT reacting `html[dir="rtl"]` - Elements positioned via CSS Floats - Elements positioned via CSS Absolute Positioning - Text align via css (left stays left, right stays right) Visualization: [https://codepen.io/marcus/pen/86b86954e58fdda9f7f89d46b8012667?editors=1100](https://codepen.io/marcus/pen/86b86954e58fdda9f7f89d46b8012667?editors=1100)
owncloud/web/packages/design-system/docs/i18n.md/0
{ "file_path": "owncloud/web/packages/design-system/docs/i18n.md", "repo_id": "owncloud", "token_count": 655 }
668
import { createLocalVue, mount } from '@vue/test-utils' import ExampleComponent from '@/ExampleComponent.vue' import statusLabels from './statusLabels.js' // create an extended `Vue` constructor const localVue = createLocalVue() // install plugins as normal localVue.mixin(statusLabels) const MockComponent = { name: 'example', status: 'prototype', template: "<div id='Example-container'><label class='status original'>undefined</label></div>" } const div = document.createElement('div') document.body.appendChild(div) const wrapper = mount(ExampleComponent, { attachTo: div, localVue }) describe('statusLabels.js', () => { it('should render status labels', () => { expect(wrapper.get('label')).toBeTruthy() }) it('should render correct text value inside label', () => { const el = wrapper.find('label') expect(el.text()).toBe('prototype') }) it('should remove existing labels', () => { const wrapper2 = mount(MockComponent, { attachTo: div, localVue }) // Wait that statusLabels is finished setTimeout(() => { const child = wrapper2.find('.original') expect(child.exists()).toBe(false) }, 0) }) })
owncloud/web/packages/design-system/docs/utils/statusLabels.spec.js/0
{ "file_path": "owncloud/web/packages/design-system/docs/utils/statusLabels.spec.js", "repo_id": "owncloud", "token_count": 401 }
669
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8.5 10.5h-1V15H9v-1.5H6V9h1.5v3H9V9h1.5v3h1v1.5zM18 15h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/4k-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/4k-line.svg", "repo_id": "owncloud", "token_count": 242 }
670
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M12 14v8H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm9 4h1v5h-8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/admin-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/admin-fill.svg", "repo_id": "owncloud", "token_count": 199 }
671
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path fill-rule="nonzero" d="M12.513 2.001a9.004 9.004 0 0 0 9.97 5.877A4.501 4.501 0 0 1 19 11.888V19l2 .001v2H3v-2h2v-7.113a4.503 4.503 0 0 1-3.484-4.01 9.004 9.004 0 0 0 9.972-5.876h1.025zM17 12H7V19h10v-7zm-5-6.673l-.11.155A11.012 11.012 0 0 1 5.4 9.736l-.358.073.673.19h12.573l.668-.19-.011-.002a11.01 11.01 0 0 1-6.836-4.326L12 5.326z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/ancient-pavilion-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/ancient-pavilion-line.svg", "repo_id": "owncloud", "token_count": 282 }
672
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5zM9 9V6.75A2.25 2.25 0 1 0 6.75 9H9zm-2.25 4H11v4.25A4.25 4.25 0 1 1 6.75 13zm0 2A2.25 2.25 0 1 0 9 17.25V15H6.75zm10.5-12.5a4.25 4.25 0 1 1 0 8.5H13V6.75a4.25 4.25 0 0 1 4.25-4.25zm0 6.5A2.25 2.25 0 1 0 15 6.75V9h2.25zM13 13h4.25A4.25 4.25 0 1 1 13 17.25V13zm2 2v2.25A2.25 2.25 0 1 0 17.25 15H15z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/apps-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/apps-line.svg", "repo_id": "owncloud", "token_count": 326 }
673
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M12.172 12L9.343 9.172l1.414-1.415L15 12l-4.243 4.243-1.414-1.415z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/arrow-drop-right-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-drop-right-line.svg", "repo_id": "owncloud", "token_count": 128 }
674
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/arrow-left-s-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-left-s-line.svg", "repo_id": "owncloud", "token_count": 126 }
675
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M11.95 7.95l-1.414 1.414L8 6.828 8 20H6V6.828L3.465 9.364 2.05 7.95 7 3l4.95 4.95zm10 8.1L17 21l-4.95-4.95 1.414-1.414 2.537 2.536L16 4h2v13.172l2.536-2.536 1.414 1.414z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/arrow-up-down-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-up-down-line.svg", "repo_id": "owncloud", "token_count": 195 }
676
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M14.828 7.757l-5.656 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 1 0 12 4.929l-5.657 5.657a5 5 0 1 0 7.071 7.07L19.071 12l1.414 1.414-5.657 5.657a7 7 0 1 1-9.9-9.9l5.658-5.656a5 5 0 0 1 7.07 7.07L12 16.244A3 3 0 1 1 7.757 12l5.657-5.657 1.414 1.414z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/attachment-2.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/attachment-2.svg", "repo_id": "owncloud", "token_count": 240 }
677
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M2 20h20v2H2v-2zm2-8h2v7H4v-7zm5 0h2v7H9v-7zm4 0h2v7h-2v-7zm5 0h2v7h-2v-7zM2 7l10-5 10 5v4H2V7zm2 1.236V9h16v-.764l-8-4-8 4zM12 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/bank-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/bank-line.svg", "repo_id": "owncloud", "token_count": 214 }
678
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M6.493 19h11.014l-.667-3H7.16l-.667 3zm13.063 0H21v2H3v-2h1.444L7.826 3.783A1 1 0 0 1 8.802 3h6.396a1 1 0 0 1 .976.783L19.556 19zM7.604 14h8.792l-.89-4H8.494l-.889 4zm1.334-6h6.124l-.666-3H9.604l-.666 3z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/barricade-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/barricade-line.svg", "repo_id": "owncloud", "token_count": 216 }
679
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path fill-rule="nonzero" d="M14 2a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h4zm-1 2h-2v2H7v14h10V6h-4V4zm0 5v3h3v2h-3v3h-2v-3H8v-2h3V9h2z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/battery-saver-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/battery-saver-line.svg", "repo_id": "owncloud", "token_count": 223 }
680
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path fill-rule="nonzero" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 1.75a2.5 2.5 0 0 0-1.88 4.147c-.565.457-.92 1.118-.92 1.853 0 1.38 1.254 2.5 2.8 2.5 1.546 0 2.8-1.12 2.8-2.5 0-.735-.355-1.396-.92-1.852A2.5 2.5 0 0 0 12 7.75zm0 5c.753 0 1.3.488 1.3 1s-.547 1-1.3 1-1.3-.488-1.3-1 .547-1 1.3-1zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/billiards-line.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/billiards-line.svg", "repo_id": "owncloud", "token_count": 348 }
681
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M21 4H7a2 2 0 1 0 0 4h14v13a1 1 0 0 1-1 1H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h13a1 1 0 0 1 1 1v1zm-1 3H7a1 1 0 1 1 0-2h13v2z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/book-3-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/book-3-fill.svg", "repo_id": "owncloud", "token_count": 170 }
682
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M5.07 16A7.06 7.06 0 0 1 5 15v-1H3v-2h2v-1c0-.34.024-.673.07-1H3V8h2.674a7.03 7.03 0 0 1 2.84-3.072l-1.05-1.05L8.88 2.465l1.683 1.684a7.03 7.03 0 0 1 2.876 0l1.683-1.684 1.415 1.415-1.05 1.05A7.03 7.03 0 0 1 18.326 8H21v2h-2.07c.046.327.07.66.07 1v1h2v2h-2v1c0 .34-.024.673-.07 1H21v2h-2.674a7 7 0 0 1-12.652 0H3v-2h2.07zM9 10v2h6v-2H9zm0 4v2h6v-2H9z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/bug-2-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/bug-2-fill.svg", "repo_id": "owncloud", "token_count": 328 }
683
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M12 3v2H5v9h14v-2h2v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h7zM9 16H5v2h4v-2zm10 0h-4v2h4v-2zm-.5-15a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/bus-wifi-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/bus-wifi-fill.svg", "repo_id": "owncloud", "token_count": 394 }
684
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M9 3h6l2 2h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4l2-2zm5.684 15.368l-.895-1.79A4 4 0 0 1 8 13h2.001L7.839 8.677a6 6 0 0 0 6.845 9.69zM9.316 7.632l.895 1.79A4 4 0 0 1 16 13h-2.001l2.161 4.323a6 6 0 0 0-6.845-9.69z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/camera-switch-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/camera-switch-fill.svg", "repo_id": "owncloud", "token_count": 247 }
685
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0H24V24H0z"/> <path d="M12 13.06l4.47 4.471L12 22l-4.47-4.47L12 13.06zm-8 3.06L7.879 20H4v-3.88zm16 0V20h-3.88L20 16.12zm-2.47-8.59L22 12l-4.469 4.47-4.47-4.47 4.469-4.47zm-11.06 0L10.94 12l-4.471 4.469L2 12l4.47-4.47zM12 2l4.469 4.469L12 10.939 7.53 6.47 12 2zM7.879 4l-3.88 3.879L4 4h3.879zM20 4v3.879l-3.88-3.88L20 4z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/centos-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/centos-fill.svg", "repo_id": "owncloud", "token_count": 291 }
686
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M2.808 1.393l19.799 19.8-1.415 1.414-3.608-3.608L6.455 19 2 22.5V4c0-.17.042-.329.116-.469l-.723-.723 1.415-1.415zM21 3a1 1 0 0 1 1 1v13.785L7.214 3H21z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/chat-off-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/chat-off-fill.svg", "repo_id": "owncloud", "token_count": 179 }
687
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M20 10h3l-4 5-4-5h3V8a3 3 0 0 0-3-3h-4V3h4a5 5 0 0 1 5 5v2zm-7-1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h10z"/> </g> </svg>
owncloud/web/packages/design-system/src/assets/icons/clockwise-fill.svg/0
{ "file_path": "owncloud/web/packages/design-system/src/assets/icons/clockwise-fill.svg", "repo_id": "owncloud", "token_count": 183 }
688