text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
Change: Remove UiKit
The ownCloud design system has dropped the underlying UiKit library, which
we've also removed from the web codebase to reduce the overall bundle size.
https://github.com/owncloud/web/issues/6103
https://github.com/owncloud/web/pull/6213
| owncloud/web/changelog/5.0.0_2022-02-14/change-remove-uikit/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/change-remove-uikit",
"repo_id": "owncloud",
"token_count": 75
} | 593 |
Enhancement: Redesign appswitcher
We've redesigned the appswitcher to follow the new design and highlight the currently used app.
https://github.com/owncloud/web/issues/6102
https://github.com/owncloud/web/pull/6349
| owncloud/web/changelog/5.0.0_2022-02-14/enhancement-redesign-app-switcher/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-redesign-app-switcher",
"repo_id": "owncloud",
"token_count": 65
} | 594 |
Bugfix: No selection info right sidebar
We fixed that the right sidebar was not showing the "no selection" info panel anymore in the root of "All files". In addition we also use the same "no selection" info panel now in the root nodes of public links.
https://github.com/owncloud/web/issues/6502
https://github.com/own... | owncloud/web/changelog/5.2.0_2022-03-03/bugfix-right-sidebar-no-selection/0 | {
"file_path": "owncloud/web/changelog/5.2.0_2022-03-03/bugfix-right-sidebar-no-selection",
"repo_id": "owncloud",
"token_count": 107
} | 595 |
Bugfix: Remove iFrame border
We fixed a UI issue which showed small borders around iFrames, e.g. in the external app.
https://github.com/owncloud/web/issues/6555
https://github.com/owncloud/web/pull/6573
| owncloud/web/changelog/5.3.0_2022-03-23/bugfix-iframe-border/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-iframe-border",
"repo_id": "owncloud",
"token_count": 65
} | 596 |
Enhancement: Improve resource loading within spaces
We've improved the loading of resources within a space. This enhances performance and overall stability within spaces.
* The loading task will determine if a space needs to be fetched or not. Route changes within a space do not require the space the be fetched again... | owncloud/web/changelog/5.3.0_2022-03-23/enhancement-improve-space-resource-loading/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-improve-space-resource-loading",
"repo_id": "owncloud",
"token_count": 140
} | 597 |
Enhancement: Implement the spaces permission concept
We've implemented the spaces permission concept and improved the code structure for further permission changes.
https://github.com/owncloud/web/pull/6531
| owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-permissions/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-permissions",
"repo_id": "owncloud",
"token_count": 46
} | 598 |
Enhancement: Full screen external apps
It allows, for example, presentation apps to enter full screen.
https://github.com/owncloud/web/pull/6688
| owncloud/web/changelog/5.4.0_2022-04-11/enhancement-full-scree-apps/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-full-scree-apps",
"repo_id": "owncloud",
"token_count": 41
} | 599 |
Enhancement: Text Editor
Replace MarkdownEditor with Text Editor and add the following improvements:
* Disable preview for non md files (configurable)
* Data integrity checks (prevent exiting with unsaved changes)
* Better error information to the user
* Keyboard shortcut to save
* Read-only mode
* Fix to open on non-... | owncloud/web/changelog/5.4.0_2022-04-11/enhancement-text-editor/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-text-editor",
"repo_id": "owncloud",
"token_count": 153
} | 600 |
Bugfix: Password enforcement for public links
Password enforcement for public links, which can be adjusted on a per-role basis, wasn't properly reflected in the UI.
We have made the necessary adjustments to only enforce passwords for public links with the permissions that require a password according to the backend se... | owncloud/web/changelog/5.5.0_2022-06-20/bugfix-public-link-password-enforcement/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-public-link-password-enforcement",
"repo_id": "owncloud",
"token_count": 97
} | 601 |
Bugfix: Reload of an updated space-image and/or -readme
We've fixed a bug where the image and/or readme for a space wouldn't reload automatically after being updated.
https://github.com/owncloud/web/pull/7108
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-space-image-readme-loading/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-space-image-readme-loading",
"repo_id": "owncloud",
"token_count": 60
} | 602 |
Enhancement: Add un-share confirmation dialog
We have implemented a confirmation dialog which pops up if the user clicks the "remove share" button
https://github.com/owncloud/web/pull/6795
https://github.com/owncloud/web/issues/6728
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-unshare-confirmation-dialog/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-unshare-confirmation-dialog",
"repo_id": "owncloud",
"token_count": 65
} | 603 |
Enhancement: Make rename resource icon always visible instead just on hover
https://github.com/owncloud/web/pull/6817
https://github.com/owncloud/web/issues/6755
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-make-rename-resource-icon-always-visible/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-make-rename-resource-icon-always-visible",
"repo_id": "owncloud",
"token_count": 48
} | 604 |
Enhancement: Space store improvements
We've improved the space's store, this allows us to keep the search reactive to space changes,
for example, as a project space gets added or renamed.
https://github.com/owncloud/web/pull/6868
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-space-store-improvements/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-space-store-improvements",
"repo_id": "owncloud",
"token_count": 60
} | 605 |
Bugfix: Allow uploads outside of user's home despite quota being exceeded
We've fixed a bug where a user was not able to upload a file in a share or space
when the personal home quota was exceeded.
We also show a message in the upload details if an upload to a share fails because the share owner's
quota is exceeded.
... | owncloud/web/changelog/5.7.0_2022-09-09/bugfix-allow-uploads-outside-users-home-despite-quota-exceeded/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-allow-uploads-outside-users-home-despite-quota-exceeded",
"repo_id": "owncloud",
"token_count": 124
} | 606 |
Bugfix: Hide empty trash bin modal on error
We've fixed a bug where the empty trash bin modal was shown if an error occurred.
https://github.com/owncloud/web/pull/7248
https://github.com/owncloud/web/issues/7129
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-hide-empty-trash-bin-modal-on-error/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-hide-empty-trash-bin-modal-on-error",
"repo_id": "owncloud",
"token_count": 66
} | 607 |
Bugfix: Open Folder in project space context menu
We've fixed a bug that broke opening a folder in a project space from the context menu via "Open Folder" (simply clicking it wasn't affected).
https://github.com/owncloud/web/pull/7425
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-open-folder-in-project-space/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-open-folder-in-project-space",
"repo_id": "owncloud",
"token_count": 62
} | 608 |
Bugfix: Sidebar for current folder
We've fixed a bug where the right sidebar for the current folder could not be opened when another resource was selected.
https://github.com/owncloud/web/issues/7519
https://github.com/owncloud/web/pull/7527
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-sidebar-for-current-folder/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-sidebar-for-current-folder",
"repo_id": "owncloud",
"token_count": 67
} | 609 |
Bugfix: User management app close side bar throws error
We've fixed a bug, where closing the side bar in the user management app threw an error,
when a group or user was selected.
https://github.com/owncloud/web/pull/7445
https://github.com/owncloud/web/pull/7461
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-user-management-app-close-sidebar-throws-error/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-user-management-app-close-sidebar-throws-error",
"repo_id": "owncloud",
"token_count": 76
} | 610 |
Enhancement: Added a toolbar to pdf-viewer app
We've added a toolbar to the pdf-viewer app,
where the user can see the name of the opened pdf file and also close the app.
https://github.com/owncloud/web/pull/7201
https://github.com/owncloud/web/pull/7207
https://github.com/owncloud/web/issues/7198
https://github.com/... | owncloud/web/changelog/5.7.0_2022-09-09/enhancement-pdf-viewer-app-toolbar/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-pdf-viewer-app-toolbar",
"repo_id": "owncloud",
"token_count": 113
} | 611 |
Enhancement: Sharing panel show label instead of description for links
https://github.com/owncloud/web/pull/7364
https://github.com/owncloud/web/issues/7358
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-sharing-panel-show-label-instead-of-description/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-sharing-panel-show-label-instead-of-description",
"repo_id": "owncloud",
"token_count": 47
} | 612 |
Bugfix: Prevent shares from disappearing after sharing with groups
The disappearing of shares after sharing with groups on the "Shared with me"-page has been fixed.
https://github.com/owncloud/web/issues/7946
https://github.com/owncloud/web/pull/8009
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disappearing-shares/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disappearing-shares",
"repo_id": "owncloud",
"token_count": 68
} | 613 |
Bugfix: Prefer alias links over private links
The private link capability has recently been enabled in oCIS to announce to clients that private links are available. However, if alias links are available the web ui is supposed to only show alias links. Thus the "copy private link" button has been disabled when alias li... | owncloud/web/changelog/6.0.0_2022-11-29/bugfix-prefer-alias-links-over-private-links/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-prefer-alias-links-over-private-links",
"repo_id": "owncloud",
"token_count": 88
} | 614 |
Bugfix: Hide actions in space trash bins
Actions in space trash bins are now hidden if the current user has insufficient permissions.
https://github.com/owncloud/web/pull/7768
https://github.com/owncloud/web/issues/7702
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-space-trashbin-actions/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-space-trashbin-actions",
"repo_id": "owncloud",
"token_count": 62
} | 615 |
Enhancement: Respect the new sharing denials capability (experimental)
The oCIS backend has added a new capability, files_sharing.enable_denials, which announces to clients if the experimental "No access" sharing role is supposed to be available. This capability is now respected by web, so that users only see the expe... | owncloud/web/changelog/6.0.0_2022-11-29/enhancement-capability-share-denial/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-capability-share-denial",
"repo_id": "owncloud",
"token_count": 117
} | 616 |
Enhancement: Make search results sortable
The files table on the search-result-page is now sortable.
https://github.com/owncloud/web/pull/7801
https://github.com/owncloud/web/issues/7798
| owncloud/web/changelog/6.0.0_2022-11-29/enhancement-sort-search-results/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-sort-search-results",
"repo_id": "owncloud",
"token_count": 60
} | 617 |
Bugfix: Editing users who never logged in
We've fixed a bug where the Edit panel for users who never logged in failed to load (happened due to a recent backend change).
https://github.com/owncloud/web/pull/8326
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-edit-user-empty-drive/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-edit-user-empty-drive",
"repo_id": "owncloud",
"token_count": 58
} | 618 |
Bugfix: PDF display issue - Update CSP object-src policy
PDF display is associated with object-src / frame-src policy with blob values.
We allow those for only : 'self' blob:;
https://github.com/owncloud/web/pull/8498
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-oc10-pdf-display/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-oc10-pdf-display",
"repo_id": "owncloud",
"token_count": 67
} | 619 |
Bugfix: Remove drop target in read-only folders
The drop target in read-only folders has been removed.
https://github.com/owncloud/web/pull/8825
https://github.com/owncloud/web/issues/8277
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-remove-drop-target-in-read-only-folders/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-remove-drop-target-in-read-only-folders",
"repo_id": "owncloud",
"token_count": 59
} | 620 |
Bugfix: Spaces in search results
Spaces in search results are no longer being displayed as folder resources, fixing wrong icons, parent folders and sidebar panels.
https://github.com/owncloud/web/issues/9022
https://github.com/owncloud/web/pull/9026
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-spaces-in-search-results/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-spaces-in-search-results",
"repo_id": "owncloud",
"token_count": 67
} | 621 |
Enhancement: Add `ItemFilter` component
The `ItemFilter` component has been introduced to filter data. It fills the dropdown of `OcFilterChip` with content and can be fed with items, which then can be selected and filtered. The component also supports multi-selection and persists the current selection as route query.
... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-item-filter-component/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-item-filter-component",
"repo_id": "owncloud",
"token_count": 104
} | 622 |
Enhancement: Update roles and permissions names, labels, texts and icons
We changed the names of roles and permissions in sharing dialogs to verb-based terms.
Also we changed other permission related labels, texts and icons.
https://github.com/owncloud/web/pull/8876
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-change-role-and-permission-names/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-change-role-and-permission-names",
"repo_id": "owncloud",
"token_count": 66
} | 623 |
Enhancement: Global loading indicator
A global loading indicator for long running actions has been added to the top of the page.
https://github.com/owncloud/web/issues/6183
https://github.com/owncloud/web/issues/2134
https://github.com/owncloud/web/pull/8611
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-global-loading-indicator/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-global-loading-indicator",
"repo_id": "owncloud",
"token_count": 77
} | 624 |
Enhancement: Introduce full screen mode to the preview app
https://github.com/owncloud/web/pull/7994
https://github.com/owncloud/web/issues/6700
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-introduce-full-screen-mode/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-introduce-full-screen-mode",
"repo_id": "owncloud",
"token_count": 47
} | 625 |
Enhancement: Show detailed error messages while upload fails
We now show detailed error messages while upload fails and the server provides the error cause.
https://github.com/owncloud/web/pull/9076
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-detailed-error-messages-while-upload-fails/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-detailed-error-messages-while-upload-fails",
"repo_id": "owncloud",
"token_count": 49
} | 626 |
Enhancement: Webfinger redirect app
We've added an app with the name `webfinger` which queries the oCIS webfinger service for the url of the oCIS instance of the user and performs a redirect. This app is not meant to be used in a standard deployment in its current state. It only uses web and its extension system as a ... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-webfinger-app/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-webfinger-app",
"repo_id": "owncloud",
"token_count": 154
} | 627 |
Enhancement: Add batch actions to search result list
We've modified our batch actions so that they now finally work on the search result page as well.
https://github.com/owncloud/web/pull/9200
https://github.com/owncloud/web/pull/9279
https://github.com/owncloud/web/issues/9230
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-add-batch-actions-to-search-result-list/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-add-batch-actions-to-search-result-list",
"repo_id": "owncloud",
"token_count": 83
} | 628 |
Enhancement: Error notifications include x-request-id
We've added a details box for the notifications, that pop up if an operation (e.g upload, download, add a share) fails.
This box contains the x-request-id and may help to debug the error on the server side.
https://github.com/owncloud/web/pull/9482
https://github.... | owncloud/web/changelog/7.1.0_2023-08-23/enhancement-error-notifications-include-x-request-id/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-error-notifications-include-x-request-id",
"repo_id": "owncloud",
"token_count": 164
} | 629 |
Enhancement: Open individually shared file in dedicated view
We have added functionality to open a single, publicly shared file in a different view (instead of showing it in a table).
https://github.com/owncloud/web/issues/8445
https://github.com/owncloud/web/pull/8440
https://github.com/owncloud/web/pull/8446
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-single-share-view/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-single-share-view",
"repo_id": "owncloud",
"token_count": 88
} | 630 |
Bugfix: Configurable concurrent requests
In order to ease the load on the backend we've introduced config options to limit the number of concurrent requests in certain areas.
https://github.com/owncloud/web/issues/10227
https://github.com/owncloud/web/pull/10230
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-configurable-request-concurrency/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-configurable-request-concurrency",
"repo_id": "owncloud",
"token_count": 68
} | 631 |
Bugfix: Private link error messages
Private links not showing proper error messages has been fixed.
https://github.com/owncloud/web/pull/10321
https://github.com/owncloud/web/issues/10315
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-private-link-error-messages/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-private-link-error-messages",
"repo_id": "owncloud",
"token_count": 54
} | 632 |
Bugfix: Turned off file extensions not always respected
We've fixed a bug where file extensions were shown in different places,
like Search and Top bar file info even if the user turned them off via setting.
https://github.com/owncloud/web/pull/10176
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-turned-off-file-extensions-had-no-effect/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-turned-off-file-extensions-had-no-effect",
"repo_id": "owncloud",
"token_count": 63
} | 633 |
Enhancement: Add password policy compatibility
We consume password policy rules from the server and test public link passwords against those.
Additionally we added a show/hide toggle button to password input field
https://github.com/owncloud/web/pull/9682
https://github.com/owncloud/web/pull/9634
https://github.com/o... | owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-password-policy-compatibility/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-password-policy-compatibility",
"repo_id": "owncloud",
"token_count": 170
} | 634 |
Enhancement: Registering quick actions as extension
Quick actions can now registered as extension via our extension registry. They need to be of type `action` and have the `files.quick-action` scope.
The old way of registering quick actions via the `quickaction` property of an app is now officially deprecated.
https... | owncloud/web/changelog/8.0.0_2024-03-08/enhancement-extensions-quick-actions/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-extensions-quick-actions",
"repo_id": "owncloud",
"token_count": 103
} | 635 |
Enhancement: Provide vendor neutral file icons
We replaced the icons for Document, Spreadsheet, Presentation, Forms and Markdown
https://github.com/owncloud/web/issues/9847
https://github.com/owncloud/web/pull/9911
https://github.com/owncloud/web/pull/10037
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-provide-neutral-file-icons/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-provide-neutral-file-icons",
"repo_id": "owncloud",
"token_count": 78
} | 636 |
Enhancement: Support mandatory filter while listing users
We've added the configuration option `WEB_OPTION_USER_LIST_REQUIRES_FILTER`.
If set to true, an active filter is necessary to list users, as well users won't be listed initially.
This might be necessary for big instances with a lot of users, where the server re... | owncloud/web/changelog/8.0.0_2024-03-08/enhancement-support-mandatory-filter-while-listing-users/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-support-mandatory-filter-while-listing-users",
"repo_id": "owncloud",
"token_count": 125
} | 637 |
Bugfix: User data not updated while altering own user
We've fixed a bug, where the user data was not updated when altering the own user via the admin settings app,
this effected for example the username and email address in the top bar.
https://github.com/owncloud/web/pull/10377
https://github.com/owncloud/web/issues... | owncloud/web/changelog/9.0.0_2024-02-26/bugfix-user-data-not-updated-while-altering-own-user/0 | {
"file_path": "owncloud/web/changelog/9.0.0_2024-02-26/bugfix-user-data-not-updated-while-altering-own-user",
"repo_id": "owncloud",
"token_count": 86
} | 638 |
Enhancement: Remember left nav bar state
We've implemented a feature to remember the state of the left navbar. Now, when the user reopens the web application,
the navbar will remain in its last state, either fully open or collapsed,
based on the user's previous interaction with it.
https://github.com/owncloud/web/pul... | owncloud/web/changelog/9.0.0_2024-02-26/enhancement-remember-left-nav-bar-state/0 | {
"file_path": "owncloud/web/changelog/9.0.0_2024-02-26/enhancement-remember-left-nav-bar-state",
"repo_id": "owncloud",
"token_count": 99
} | 639 |
---
- name: continuous-deployment-ocis-web-daily
server:
server_type: cx21
image: ubuntu-22.04
location: nbg1
initial_ssh_key_names:
- owncloud-web@drone.owncloud.com
labels:
owner: web-team
for: oCIS-continuous-deployment-examples
rebuild: $REBUILD
rebuild_carry_paths:
... | owncloud/web/deployments/continuous-deployment-config/ocis_web/daily.yml/0 | {
"file_path": "owncloud/web/deployments/continuous-deployment-config/ocis_web/daily.yml",
"repo_id": "owncloud",
"token_count": 916
} | 640 |
{
"server": "https://ocis.owncloud.test:10200",
"theme": "https://ocis.owncloud.test:10200/themes/owncloud/theme.json",
"openIdConnect": {
"metadata_url": "https://ocis.owncloud.test:10200/.well-known/openid-configuration",
"authority": "https://ocis.owncloud.test:10200",
"client_id": "web",
"resp... | owncloud/web/dev/docker/ocis.web-federated.config.json/0 | {
"file_path": "owncloud/web/dev/docker/ocis.web-federated.config.json",
"repo_id": "owncloud",
"token_count": 729
} | 641 |
---
title: "Setup with oCIS"
date: 2020-04-15T00:00:00+00:00
weight: 50
geekdocRepo: https://github.com/owncloud/web
geekdocEditPath: edit/master/docs
geekdocFilePath: backend-ocis.md
---
{{< toc >}}
## Setting up Web
- Clone the [repository](https://github.com/owncloud/web/)
- Initally install all dependencies by r... | owncloud/web/docs/backend-ocis.md/0 | {
"file_path": "owncloud/web/docs/backend-ocis.md",
"repo_id": "owncloud",
"token_count": 428
} | 642 |
---
title: 'Viewer and editor apps'
date: 2024-03-12T00:00:00+00:00
weight: 60
geekdocRepo: https://github.com/owncloud/web
geekdocEditPath: edit/master/docs/extension-system
geekdocFilePath: viewer-editor-apps.md
geekdocCollapseSection: true
---
{{< toc >}}
## Viewer and editor apps
ownCloud Web allows developers t... | owncloud/web/docs/extension-system/viewer-editor-apps.md/0 | {
"file_path": "owncloud/web/docs/extension-system/viewer-editor-apps.md",
"repo_id": "owncloud",
"token_count": 1372
} | 643 |
{
"extends": ["stylelint-config-standard", "stylelint-config-sass-guidelines"],
"rules": {
"scss/at-extend-no-missing-placeholder": null,
"max-nesting-depth": null,
"selector-class-pattern": null,
"selector-max-compound-selectors": null,
"selector-max-id": null,
"selector-no-qualifying-type"... | owncloud/web/packages/design-system/.stylelintrc.json/0 | {
"file_path": "owncloud/web/packages/design-system/.stylelintrc.json",
"repo_id": "owncloud",
"token_count": 168
} | 644 |
Bugfix: Removed uppercase on buttons
Buttons look nicer without the uppercase which was brought in by default by UIKit.
https://github.com/owncloud/owncloud-design-system/issues/442
https://github.com/owncloud/owncloud-design-system/pull/652
| owncloud/web/packages/design-system/changelog/1.0.3_2020-02-25/652/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.0.3_2020-02-25/652",
"repo_id": "owncloud",
"token_count": 72
} | 645 |
Bugfix: Pass event in button click handler
The click event for oc-button now passes the actual click event into the handler.
https://github.com/owncloud/owncloud-design-system/pull/872
| owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/fix-button-click-handler/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/fix-button-click-handler",
"repo_id": "owncloud",
"token_count": 52
} | 646 |
Enhancement: Add color prop to buttons
We've added a new property to the button component to enable setting a different color when the variation is set to `raw`.
Available colors are `default`, `primary` and `text`.
https://github.com/owncloud/owncloud-design-system/pull/924
| owncloud/web/packages/design-system/changelog/1.15.0_2020-11-04/raw-button-colors/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.15.0_2020-11-04/raw-button-colors",
"repo_id": "owncloud",
"token_count": 73
} | 647 |
Bugfix: Made modal position fixed
We've made the position of modal fixed and added z-index so it is always going to be visible on top of the content.
https://github.com/owncloud/owncloud-design-system/pull/769 | owncloud/web/packages/design-system/changelog/1.6.0_2020-05-26/modal-fixed-position/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.6.0_2020-05-26/modal-fixed-position",
"repo_id": "owncloud",
"token_count": 60
} | 648 |
Change: Refactor OcAvatarGroup and rename to OcAvatars
We've added more share types for the OcAvatars and refactored
the components used, also we removed the expand animation when focused
or hovered.
https://github.com/owncloud/web/issues/5736
https://github.com/owncloud/owncloud-design-system/pull/1614
https://githu... | owncloud/web/packages/design-system/changelog/10.0.0_2021-09-13/change-refactor-oc-avatars/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/10.0.0_2021-09-13/change-refactor-oc-avatars",
"repo_id": "owncloud",
"token_count": 112
} | 649 |
Enhancement: Add closure to mutate resource dom selector
In some cases the resource or item id is not a valid dom selector, we've introduced an optional closure property
for oc-table and oc-table-files to customize the selector to its need.
https://github.com/owncloud/owncloud-design-system/pull/1766
| owncloud/web/packages/design-system/changelog/11.2.0_2021-11-09/enhancement-resource-dom-selector/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/11.2.0_2021-11-09/enhancement-resource-dom-selector",
"repo_id": "owncloud",
"token_count": 80
} | 650 |
Change: Pass folderLink to OcResource component
For more flexibility, the folderLink needs to be passed to the OcResource component
https://github.com/owncloud/owncloud-design-system/pull/1913 | owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-pass-folder-link-to-oc-resource-component/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-pass-folder-link-to-oc-resource-component",
"repo_id": "owncloud",
"token_count": 51
} | 651 |
Enhancement: Improve OcList
We've fixed some styling and added a 'raw' property
in OcList to disable list styling.
https://github.com/owncloud/owncloud-design-system/pull/1881 | owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-oclist-improve/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/enhancement-oclist-improve",
"repo_id": "owncloud",
"token_count": 54
} | 652 |
Bugfix: Initial focus in OcModal
We've fixed a bug that was introduced in the last version, where the initial focus of modals with text fields was broken.
https://github.com/owncloud/owncloud-design-system/pull/1995
| owncloud/web/packages/design-system/changelog/12.2.1_2022-03-02/bugfix-modal-initial-focus/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/12.2.1_2022-03-02/bugfix-modal-initial-focus",
"repo_id": "owncloud",
"token_count": 60
} | 653 |
Bugfix: Fix event handler for submit-via-enter in OcModal input
We fixed a small difference between clicking the confirm button and
hitting the enter key when using an OcModal with an input field, which
lead to unexpected behaviour.
https://github.com/owncloud/owncloud-design-system/pull/2159
https://github.com/ownc... | owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/bugfix-modal-input-enter-submission/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/bugfix-modal-input-enter-submission",
"repo_id": "owncloud",
"token_count": 105
} | 654 |
Enhancement: Add option to not truncate the resource name
We've added a new property to the resourceName component that indicates whether a resource name should be truncated or not.
https://github.com/owncloud/owncloud-design-system/pull/2157
| owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-resource-name-no-truncate/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-resource-name-no-truncate",
"repo_id": "owncloud",
"token_count": 62
} | 655 |
Enhancement: Add OcInfoDrop
We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper component.
https://github.com/owncloud/owncloud-design-system/pull/2286 | owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-add-oc-info-drop/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-add-oc-info-drop",
"repo_id": "owncloud",
"token_count": 57
} | 656 |
Enhancement: Use Inter font
We've switched the default font from Roboto to Inter.
https://github.com/owncloud/owncloud-design-system/pull/2270
https://github.com/owncloud/owncloud-design-system/pull/2299
| owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-use-inter/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-use-inter",
"repo_id": "owncloud",
"token_count": 65
} | 657 |
Bugfix: Button hover color
When hovering the oc-button (*primary*) component had different styling, depending on if it was used as `a` or `button` tag.
This was caused by the underlying `ui-kit` styles, since no specific component-based styling was provided.
By making the hover styling explicit in the component styles... | owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/fix-button-hover/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/fix-button-hover",
"repo_id": "owncloud",
"token_count": 103
} | 658 |
Bugfix: Update table component in OcIcon docs
The `<oc-table>` component had a breaking change in the *2.1.0* release,
which broke the [oc-icon component docs](https://owncloud.design/#/oC%20Components/OcIcon).
To fix it we needed to use the new `<oc-table-simple>` component instead, which mimics the behaviour of the... | owncloud/web/packages/design-system/changelog/3.2.0_2021-03-12/bugfix-table-in-icon-docs/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/3.2.0_2021-03-12/bugfix-table-in-icon-docs",
"repo_id": "owncloud",
"token_count": 130
} | 659 |
Enhancement: Make alert component a11y-compliant
It is now possible to reach and submit the "close"-button of an alert via keyboard. This change also removes the "uk-close" icon as it is not a11y-compliant.
https://github.com/owncloud/owncloud-design-system/pull/1166 | owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-alert-accessibility/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-alert-accessibility",
"repo_id": "owncloud",
"token_count": 78
} | 660 |
Bugfix: Muted text uikit class
The `uk-text-muted` was overwritten to correctly use CI colors.
https://github.com/owncloud/owncloud-design-system/pull/1185
| owncloud/web/packages/design-system/changelog/4.1.2_2021-03-31/bugfix-muted-text/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/4.1.2_2021-03-31/bugfix-muted-text",
"repo_id": "owncloud",
"token_count": 53
} | 661 |
Enhancement: Text-inital helper class
Introducing a `oc-text-inital` class to set font-size, e.g. in headings, back to `1rem`.
https://github.com/owncloud/owncloud-design-system/pull/1211
| owncloud/web/packages/design-system/changelog/5.1.0_2021-04-15/enhancement-text-initial-helper/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/5.1.0_2021-04-15/enhancement-text-initial-helper",
"repo_id": "owncloud",
"token_count": 67
} | 662 |
Bugfix: Remove unnecessary role attribute from oc-icon
The oc-icon component had `role="presentation"` on the svg if there is no accessible label. Since we already have `aria-hidden="true"` the role is not needed. Removing it for less code complexity.
https://github.com/owncloud/owncloud-design-system/pull/1241
| owncloud/web/packages/design-system/changelog/6.3.0_2021-04-29/bugfix-unnecessary-icon-role/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/6.3.0_2021-04-29/bugfix-unnecessary-icon-role",
"repo_id": "owncloud",
"token_count": 88
} | 663 |
Bugfix: Make OcSidebarNavitem text bold
We've made the text of `OcSidebarNavItem` component bold again.
https://github.com/owncloud/owncloud-design-system/pull/1308 | owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/bugfix-make-sidebar-navitem-bold/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/bugfix-make-sidebar-navitem-bold",
"repo_id": "owncloud",
"token_count": 54
} | 664 |
Enhancement: Themable Table Row Height
By moving the table row height from a component property to a themable variable,
we give users of the web frontend a way to customize the appearance of their UI
(instead of only giving the freedom to users of the ODS).
https://github.com/owncloud/owncloud-design-system/pull/12... | owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-themable-tr-height/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-themable-tr-height",
"repo_id": "owncloud",
"token_count": 85
} | 665 |
Bugfix: show `--` as file-size when the folder size is not yet computed
When the folder size is unknown (not yet calculated or cannot be calculated) the server returns `-1` as the size. In this case we now show `--` and not only an empty string
https://github.com/owncloud/owncloud-design-system/issues/1402
https://gi... | owncloud/web/packages/design-system/changelog/7.5.0_2021-06-25/bugfix-show-dashes-when-negative-filesize-given/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/7.5.0_2021-06-25/bugfix-show-dashes-when-negative-filesize-given",
"repo_id": "owncloud",
"token_count": 106
} | 666 |
Enhancement: add OcRecipient component
We've added OcRecipient component.
https://github.com/owncloud/owncloud-design-system/pull/1521 | owncloud/web/packages/design-system/changelog/8.2.0_2021-07-23/enhancement-oc-recipient/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/8.2.0_2021-07-23/enhancement-oc-recipient",
"repo_id": "owncloud",
"token_count": 43
} | 667 |
Enhancement: Show compile errors and enforce node.js version in package.json
Ensure we show compile-time errors on the command line when present and
enforce Node.js v14.0.0 or greater to permit optional chaining to be used
https://github.com/owncloud/owncloud-design-system/pull/1579
| owncloud/web/packages/design-system/changelog/9.1.0_2021-08-17/enhancement-build-system-error-improvements/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/9.1.0_2021-08-17/enhancement-build-system-error-improvements",
"repo_id": "owncloud",
"token_count": 79
} | 668 |
Change: "inverse" variation removed from buttons and icons
The "inverse" variation has been removed from the `OcButton` and `OcIcon` components respectively. They are unused in the ownCloud affiliated code bases, hence the clean up.
For `OcButton` there is a new `raw-inverse` variation which utilizes the new `contrast... | owncloud/web/packages/design-system/changelog/unreleased/change-remove-inverse-variation/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/unreleased/change-remove-inverse-variation",
"repo_id": "owncloud",
"token_count": 108
} | 669 |
'use strict'
const { merge } = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: "'development'"
})
| owncloud/web/packages/design-system/config/dev.env.js/0 | {
"file_path": "owncloud/web/packages/design-system/config/dev.env.js",
"repo_id": "owncloud",
"token_count": 62
} | 670 |
## What is the ownCloud Design System?
ownCloud Design System is an open source tool for building UI Design Systems with [Vue.js](https://vuejs.org). It provides you and your team a set of organized tools, patterns & practices that work as the foundation for your application development. [Read more about it](https://v... | owncloud/web/packages/design-system/docs/faq.md/0 | {
"file_path": "owncloud/web/packages/design-system/docs/faq.md",
"repo_id": "owncloud",
"token_count": 2136
} | 671 |
import { createLocalVue, mount } from '@vue/test-utils'
import filterSearch from './filterSearch.js'
// create an extended `Vue` constructor
const localVue = createLocalVue()
// install plugins as normal
localVue.mixin(filterSearch)
const MockComponent = {
name: 'example',
status: 'prototype',
template:
"<... | owncloud/web/packages/design-system/docs/utils/filterSearch.spec.js/0 | {
"file_path": "owncloud/web/packages/design-system/docs/utils/filterSearch.spec.js",
"repo_id": "owncloud",
"token_count": 427
} | 672 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M12 13c1.657 0 3 1.343 3 3 0 .85-.353 1.616-.92 2.162L12.17 20H15v2H9v-1.724l3.693-3.555c.19-.183.307-.438.307-.721 0-.552-.448-1-1-1s-1 .448-1 1H9c0-1.657 1.343-3 3-3zm6 0v4h2v-4h2v9h-2v-... | owncloud/web/packages/design-system/src/assets/icons/24-hours-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/24-hours-fill.svg",
"repo_id": "owncloud",
"token_count": 345
} | 673 |
<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.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0zm-8.66 16h15.588L12 5.5 4.206 19zM11 16h2v2h-2v-2zm0-7h2v5h-2V9z"/>
</g>... | owncloud/web/packages/design-system/src/assets/icons/alert-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/alert-line.svg",
"repo_id": "owncloud",
"token_count": 199
} | 674 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M18.901 10a2.999 2.999 0 0 0 4.075 1.113 3.5 3.5 0 0 1-1.975 3.55L21 21h-6v-2a3 3 0 0 0-5.995-.176L9 19v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553A2.999 2.999 0 0 0 5.098 10h13.803zm-1.865-7a3.5... | owncloud/web/packages/design-system/src/assets/icons/ancient-gate-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/ancient-gate-fill.svg",
"repo_id": "owncloud",
"token_count": 281
} | 675 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M7 11.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm10-10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/>
</g>
</sv... | owncloud/web/packages/design-system/src/assets/icons/apps-2-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/apps-2-fill.svg",
"repo_id": "owncloud",
"token_count": 203
} | 676 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M9 12l4-4v8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/arrow-drop-left-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-drop-left-fill.svg",
"repo_id": "owncloud",
"token_count": 98
} | 677 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 3v7.267l6.294-3.633 1 1.732-6.293 3.633 6.293 3.635-1 1.732L13 13.732V21h-2v-7.268l-6.294 3.634-1-1.732L9.999 12 3.706 8.366l1-1.732L11 10.267V3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/asterisk.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/asterisk.svg",
"repo_id": "owncloud",
"token_count": 187
} | 678 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M22 10v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10h20zm0-2H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v4zm-7 8v2h4v-2h-4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/bank-card-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/bank-card-fill.svg",
"repo_id": "owncloud",
"token_count": 164
} | 679 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M2 4h2v16H2V4zm4 0h2v16H6V4zm3 0h3v16H9V4zm4 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h3v16h-3V4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/barcode-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/barcode-fill.svg",
"repo_id": "owncloud",
"token_count": 163
} | 680 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M8 11h4.5a2.5 2.5 0 1 0 0-5H8v5zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5zM8 13v5h5.5a2.5 2.5 0 1 0 0-5H8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/bold.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/bold.svg",
"repo_id": "owncloud",
"token_count": 199
} | 681 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15.456 9.678l-.142-.142a5.475 5.475 0 0 0-2.39-1.349c-2.907-.778-5.699.869-6.492 3.83-.043.16-.066.34-.104.791-.154 1.87-.594 3.265-1.8 4.68 2.26.888 4.938 1.514 6.974 1.514a5.505 5.505 0... | owncloud/web/packages/design-system/src/assets/icons/brush-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/brush-line.svg",
"repo_id": "owncloud",
"token_count": 418
} | 682 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M17 20H7v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v9a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zM5 5v6h14V5H5zm14 8H5v5h14v-5zM7.5 17a1.5 1.5 0 1 1 0-3 1.5 ... | owncloud/web/packages/design-system/src/assets/icons/bus-2-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/bus-2-line.svg",
"repo_id": "owncloud",
"token_count": 266
} | 683 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M9.828 5l-2 2H4v12h16V7h-3.828l-2-2H9.828zM9 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-2zm3 15a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-2a3.5 3.5 0 1 0 0... | owncloud/web/packages/design-system/src/assets/icons/camera-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/camera-line.svg",
"repo_id": "owncloud",
"token_count": 239
} | 684 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2l2.929-2.929A9.969 9.969 0 0 1 2 12zm4.828 8H12a8 8 0 1 0-8-8c0 2.152.851 4.165 2.343 5.657l1.414 1.414-.929.929zM8 13h8a4 4 0 1 1... | owncloud/web/packages/design-system/src/assets/icons/chat-smile-3-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/chat-smile-3-line.svg",
"repo_id": "owncloud",
"token_count": 206
} | 685 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M7 4V2h10v2h3.007c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 21.007V4.993C3 4.445 3.445 4 3.993 4H7zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z"/>
</g>
</s... | owncloud/web/packages/design-system/src/assets/icons/clipboard-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/clipboard-line.svg",
"repo_id": "owncloud",
"token_count": 199
} | 686 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M14 18v-2h3.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-12 0v.007H1V10a8 8 0 0 1 15.458-2.901A5.5 5.5 0 1 1 17.5 18H14zm-8 2h10v2H6v-2zm0-8h8v2H6v-2zm-4 4h10v2H2v-2z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/cloud-windy-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/cloud-windy-line.svg",
"repo_id": "owncloud",
"token_count": 206
} | 687 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M23 12v2c0 3.314-4.925 6-11 6-5.967 0-10.824-2.591-10.995-5.823L1 14v-2c0 3.314 4.925 6 11 6s11-2.686 11-6zM12 4c6.075 0 11 2.686 11 6s-4.925 6-11 6-11-2.686-11-6 4.925-6 11-6z"/>
</g>... | owncloud/web/packages/design-system/src/assets/icons/coin-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/coin-fill.svg",
"repo_id": "owncloud",
"token_count": 199
} | 688 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 22C7.477 22 3 17.523 3 12S7.477 2 13 2s10 4.477 10 10-4.477 10-10 10zM8 11.5l4 1.5 1.5 4.002L17 8l-9 3.5z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/compass-discover-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/compass-discover-fill.svg",
"repo_id": "owncloud",
"token_count": 151
} | 689 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M2 22a8 8 0 1 1 16 0H2zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm10 4h4v2h-4v-2zm-3-5h7v2h-7v-2zm2-5h5v2h-5V7z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/contacts-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/contacts-fill.svg",
"repo_id": "owncloud",
"token_count": 190
} | 690 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 5c-2.76 0-5 2.24-5 5s2.24 5 5 5c1.82 0 3.413-.973 4.288-2.428l-1.715-1.028A3 3 0 1 1 12 9c1.093 0 2.05.584 2.574 1.457... | owncloud/web/packages/design-system/src/assets/icons/copyright-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/copyright-fill.svg",
"repo_id": "owncloud",
"token_count": 223
} | 691 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm2 8h-4a1 1 0 0 0-.993.883L9 11v4h1.5v4h3v-4H15v-4a1 1 0 0 0-.883-.993L14 10zm-2-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/>
... | owncloud/web/packages/design-system/src/assets/icons/creative-commons-by-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/creative-commons-by-fill.svg",
"repo_id": "owncloud",
"token_count": 198
} | 692 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.