text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
Enhancement: Move language selection to user account page
The language selection has been moved from the settings app to the personal account page.
The settings app has been removed from the default configs because we don't need it currently.
https://github.com/owncloud/web/pull/8294
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-move-language-select-to-account-page/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-move-language-select-to-account-page",
"repo_id": "owncloud",
"token_count": 67
} | 660 |
Enhancement: Add `Accept-Language` header to all outgoing requests
All outgoing requests now have the `Accept-Language` header which includes the current user's language. It falls back to the browser language.
https://github.com/owncloud/web/issues/8612
https://github.com/owncloud/web/pull/8621
https://github.com/owncloud/web/pull/8660
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-requests-language-header/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-requests-language-header",
"repo_id": "owncloud",
"token_count": 95
} | 661 |
Enhancement: Add tag support
Web now supports tags on resources to enhance the way of organizing and working. Tags are visible in the files list and can also be searched to quickly filter tagged files.
https://github.com/owncloud/web/pull/7388
https://github.com/owncloud/web/pull/7385
https://github.com/owncloud/web/pull/7442
https://github.com/owncloud/web/pull/7754
https://github.com/owncloud/web/pull/8067
https://github.com/owncloud/web/pull/8157
https://github.com/owncloud/web/pull/8309
https://github.com/owncloud/web/pull/8405
https://github.com/owncloud/web/pull/8502
https://github.com/owncloud/web/pull/8794
https://github.com/owncloud/web/issues/7134
https://github.com/owncloud/web/issues/8149
https://github.com/owncloud/web/issues/8220
https://github.com/owncloud/web/issues/8253
https://github.com/owncloud/web/issues/8254
https://github.com/owncloud/web/issues/8390
https://github.com/owncloud/web/issues/8645
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-tags-support/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-tags-support",
"repo_id": "owncloud",
"token_count": 316
} | 662 |
Bugfix: Relative user quota display limited to two decimals
If the relative user quota is being reported too precisely from the backend, there was a chance of small display issue.
This has been resolved by limiting the number of decimals that get displayed for the relative quota to two.
https://github.com/owncloud/web/issues/9259
https://github.com/owncloud/web/pull/9369
| owncloud/web/changelog/7.1.0_2023-08-23/bugfix-limit-relative-user-quota-two-decimals/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/bugfix-limit-relative-user-quota-two-decimals",
"repo_id": "owncloud",
"token_count": 95
} | 663 |
Enhancement: Ambiguation for URL view mode params
Show tiles view in projects spaces per default, changed route+storage params to be different from one another.
https://github.com/owncloud/web/pull/9344
https://github.com/owncloud/web/issues/9337
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-ambiguation-for-url-view-mode-params/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-ambiguation-for-url-view-mode-params",
"repo_id": "owncloud",
"token_count": 69
} | 664 |
Enhancement: Restyle possible sharees
We've restyled the list of sharee suggestions when sharing files and folders.
https://github.com/owncloud/web/issues/9216
https://github.com/owncloud/web/pull/9273
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-restyle-sharees/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-restyle-sharees",
"repo_id": "owncloud",
"token_count": 62
} | 665 |
Bugfix: Audio- & video-loading on Shared with me page
Loading audio and video on the Shared with me page with the preview app has been fixed.
https://github.com/owncloud/web/issues/9593
https://github.com/owncloud/web/pull/9595
| owncloud/web/changelog/7.1.3_2023-12-15/bugfix-audio-video-loading-shared-with-me/0 | {
"file_path": "owncloud/web/changelog/7.1.3_2023-12-15/bugfix-audio-video-loading-shared-with-me",
"repo_id": "owncloud",
"token_count": 68
} | 666 |
Bugfix: Allow empty search query in "in-here" search
Allowing empty search queries in the "in-here" search instead of fallback to search "everywhere".
https://github.com/owncloud/web/pull/10092
https://github.com/owncloud/web/issues/9970
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-in-here-search/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-in-here-search",
"repo_id": "owncloud",
"token_count": 73
} | 667 |
Bugfix: Prevent rendering of old/wrong set of resources in search list
When entering the search, it displayed the resources from the file list for a short moment,
this has now been fixed and the search always shows the loading spinner first.
After all results have been loaded from the server, the spinner disappears and the result is rendered.
https://github.com/owncloud/web/pull/9881
https://github.com/owncloud/web/issues/9790
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-search-list-result-rendering/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-search-list-result-rendering",
"repo_id": "owncloud",
"token_count": 109
} | 668 |
Change: Remove deprecated code
We have removed the `getToken` getter from our vuex store and support for the deprecated `user-management` name for the `admin-settings` app.
See linked "Deprecations" issue for more information.
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/9959
| owncloud/web/changelog/8.0.0_2024-03-08/change-remove-deprecations/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/change-remove-deprecations",
"repo_id": "owncloud",
"token_count": 90
} | 669 |
Enhancement: Add permission to delete link passwords when password is enforced
We've added the ability to allow deleting passwords on public links, even if the password is enforced.
Therefore, the user needs respective permission, granted by the server.
This feature is only possible on public links that have the viewer role.
https://github.com/owncloud/web/pull/9857
https://github.com/owncloud/web/pull/9866
https://github.com/owncloud/ocis/issues/7538
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-delete-public-links-passwords-when-password-is-enforced/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-delete-public-links-passwords-when-password-is-enforced",
"repo_id": "owncloud",
"token_count": 116
} | 670 |
Enhancement: Last modified filter chips
We've added a "last modified" filter chip in search to narrow down results based on last modified date.
https://github.com/owncloud/web/pull/9831
https://github.com/owncloud/web/issues/9779
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-last-modified-filter-chips/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-last-modified-filter-chips",
"repo_id": "owncloud",
"token_count": 66
} | 671 |
Enhancement: Permission checks for shares and favorites
Permission checks for creating shares and favorites have been added.
https://github.com/owncloud/ocis/issues/7497
https://github.com/owncloud/web/pull/9810
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-share-and-favorite-permission-checks/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-share-and-favorite-permission-checks",
"repo_id": "owncloud",
"token_count": 60
} | 672 |
Bugfix: WebDav Url in right sidebar is missing dav in path
We fixed a bug where the '/dav/' path was missing in the WebDav Url in the right sidebar.
https://github.com/owncloud/web/pull/10576
| owncloud/web/changelog/8.0.1_2024-03-12/bugfix-web-dav-url-is-missing-dav-in-path/0 | {
"file_path": "owncloud/web/changelog/8.0.1_2024-03-12/bugfix-web-dav-url-is-missing-dav-in-path",
"repo_id": "owncloud",
"token_count": 63
} | 673 |
Enhancement: Add details panel to trash
We've added the details panel to the right side bar, when the user selects a resource in the trash.
We also added a panel for multi select.
https://github.com/owncloud/web/pull/10624
https://github.com/owncloud/web/issues/10620
https://github.com/owncloud/web/issues/10616
| owncloud/web/changelog/9.0.0_2024-02-26/enhancement-add-details-panel-to-trash/0 | {
"file_path": "owncloud/web/changelog/9.0.0_2024-02-26/enhancement-add-details-panel-to-trash",
"repo_id": "owncloud",
"token_count": 93
} | 674 |
{{- range $index, $changes := . }}{{ with $changes -}}
Changelog for ownCloud Web {{ .Version }} ({{ .Date }})
=======
Summary
-------
{{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} - {{ .Title }}: [#{{ .PrimaryID }}]({{ .PrimaryURL }})
{{- end }}{{ end }}
Details
-------
{{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} - {{ .Title }}: [#{{ .PrimaryID }}]({{ .PrimaryURL }})
{{ range $par := .Paragraphs }}
{{ wrapIndent $par 80 3 }}
{{ end -}}
{{ range $url := .IssueURLs }}
{{ $url -}}
{{ end -}}
{{ range $url := .PRURLs }}
{{ $url -}}
{{ end -}}
{{ range $url := .OtherURLs }}
{{ $url -}}
{{ end }}
{{ end }}{{ end }}
{{ end }}{{ end -}} | owncloud/web/changelog/CHANGELOG-Release.tmpl/0 | {
"file_path": "owncloud/web/changelog/CHANGELOG-Release.tmpl",
"repo_id": "owncloud",
"token_count": 260
} | 675 |
{
"services": {
"CoAuthoring": {
"sql": {
"type": "postgres",
"dbHost": "localhost",
"dbPort": "5432",
"dbName": "onlyoffice",
"dbUser": "onlyoffice",
"dbPass": "onlyoffice"
},
"token": {
"enable": {
"request": {
"inbox": true,
"outbox": true
},
"browser": true
},
"inbox": {
"header": "Authorization"
},
"outbox": {
"header": "Authorization"
}
},
"secret": {
"inbox": {
"string": "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu"
},
"outbox": {
"string": "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu"
},
"session": {
"string": "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu"
}
}
}
},
"rabbitmq": {
"url": "amqp://guest:guest@localhost"
},
"FileConverter": {
"converter": {
"inputLimits": [
{
"type": "docx;dotx;docm;dotm",
"zip": {
"uncompressed": "1GB",
"template": "*.xml"
}
},
{
"type": "xlsx;xltx;xlsm;xltm",
"zip": {
"uncompressed": "1GB",
"template": "*.xml"
}
},
{
"type": "pptx;ppsx;potx;pptm;ppsm;potm",
"zip": {
"uncompressed": "1GB",
"template": "*.xml"
}
}
]
}
}
}
| owncloud/web/deployments/examples/ocis_web/config/onlyoffice/local.json/0 | {
"file_path": "owncloud/web/deployments/examples/ocis_web/config/onlyoffice/local.json",
"repo_id": "owncloud",
"token_count": 845
} | 676 |
tls:
stores:
default:
defaultCertificate:
certFile: /certificates/server.crt
keyFile: /certificates/server.key
| owncloud/web/dev/docker/traefik/configs/tls.yml/0 | {
"file_path": "owncloud/web/dev/docker/traefik/configs/tls.yml",
"repo_id": "owncloud",
"token_count": 63
} | 677 |
---
title: 'Embed Mode'
date: 2023-10-23T00:00:00+00:00
weight: 60
geekdocRepo: https://github.com/owncloud/web
geekdocEditPath: edit/master/docs/embed-mode
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
{{< toc >}}
The ownCloud Web can be consumed by another application in a stripped down version called "Embed mode". This mode is supposed to be used in the context of selecting or sharing resources. If you're looking for even more minimalistic approach, you can take a look at the [File picker](https://owncloud.dev/integration/file_picker/).
## Getting started
To integrate ownCloud Web into your application, add an iframe element pointing to your ownCloud Web deployed instance with additional query parameter `embed=true`.
```html
<iframe src="<web-url>?embed=true"></iframe>
```
## Communication
To establish seamless cross-origin communication between the embedded instance and the parent application, our approach involves emitting events using the `postMessage` method. These events can be conveniently captured by utilizing the standard `window.addEventListener('message', listener)` pattern.
### Target origin
By default, the `postMessage` method does not specify the `targetOrigin` parameter. However, it is recommended best practice to explicitly pass in the URI of the iframe origin (not the parent application). To enhance security, you can specify this value by modifying the config option `options.embed.messagesOrigin`.
### Events
To maintain uniformity and ease of handling, each event encapsulates the same structure within its payload: `{ name: string, data: any }`.
| Name | Data | Description |
| --- | --- | --- |
| **owncloud-embed:select** | Resource[] | Gets emitted when user selects resources or location via the select action |
| **owncloud-embed:share** | string[] | Gets emitted when user selects resources and shares them via the "Share links" action |
| **owncloud-embed:cancel** | null | Gets emitted when user attempts to close the embedded instance via "Cancel" action |
### Example
```html
<iframe src="https://my-owncloud-web-instance?embed=true"></iframe>
<script>
function selectEventHandler(event) {
if (event.data?.name !== 'owncloud-embed:select') {
return
}
const resources = event.data.data
doSomethingWithSelectedResources(resources)
}
window.addEventListener('message', selectEventHandler)
</script>
```
## Location picker
By default, the Embed mode allows users to select resources. In certain cases (e.g. uploading a file), this needs to be changed to allow selecting a location. This can be achieved by running the embed mode with additional parameter `embed-target=location`. With this parameter, resource selection is disabled and the selected resources array always includes the current folder as the only item.
### Example
```html
<iframe src="https://my-owncloud-web-instance?embed=true&embed-target=location"></iframe>
<script>
function selectEventHandler(event) {
if (event.data?.name !== 'owncloud-embed:select') {
return
}
const resources = event.data.data[0]
doSomethingWithSelectedResources(resources)
}
window.addEventListener('message', selectEventHandler)
</script>
```
## Delegate authentication
If you already have a valid `access_token` that can be used to call the API from within the Embed mode and do not want to force the user to authenticate again, you can delegate the authentication. Delegating authentication will disable internal login form in ownCloud Web and will instead use events to obtain the token and update it.
### Configuration
To allow authentication delegation, you need to set the config option `options.embed.delegateAuthentication` to `true`. This can be achieved via query parameter `embed-delegate-authentication=true`. Because we are using the `postMessage` method to communicate across different origins, it is best practice to verify that the event originated from a known origin and not from some malicious site. We highly recommend to allow this check in production environments. You can enable it by setting the config option `options.embed.delegateAuthenticationOrigin` via query parameter `embed-delegate-authentication-origin=my-origin`. The value of this parameter will be compared against the `MessageEvent.origin` value and if they do not match, the token will be rejected.
### Events
#### Opening Embed mode
As already mentioned, we're using the `postMessage` method to allow communication between the Embed mode and the parent application. When the Embed mode is opened for the first time, the user gets redirected to the `/web-oidc-callback` page where a message with payload `{ name: 'owncloud-embed:request-token', data: undefined }` is sent to request the `access_token` from the parent application. The parent application should set an event listener before opening the Embed mode and once received, it should send a message with payload `{ name: 'owncloud-embed:update-token', data: { access_token: '<bearer-token>' } }`. Once the Embed mode receives this message, it will save the token in the application state and will automatically authenticate the user.
{{< hint info >}}
When passing the token in the message payload, use only the token itself without `Bearer ` string as that will be added automatically in the Embed mode.
{{< /hint >}}
{{< hint info >}}
To save unnecessary duplication of messages with only different names, the name in the message payload above is exactly the same for both the initial authentication and subsequent token updates after renewal.
{{< /hint >}}
#### Updating the token
When authentication is delegated, the automatic renewal of the token inside of ownCloud Web is disabled. In order to update the token, a listener is created which awaits a message with payload `{ name: 'owncloud-embed:update-token', data: { access_token: '<bearer-token>' } }`. The token will then be replaced inside of the Embed mode automatically.
| owncloud/web/docs/embed-mode/_index.md/0 | {
"file_path": "owncloud/web/docs/embed-mode/_index.md",
"repo_id": "owncloud",
"token_count": 1491
} | 678 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0">
<meta name="theme-color" content="#375f7E">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title><%= data.title %></title>
<script>
window.global = window
</script>
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<% if (data.buildConfig.cdn) { %>
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
<script>if (typeof requirejs === 'undefined') { document.write('<script src="js/require.js?<%= data.compilationTimestamp %>">\x3C/script>') }</script>
<% } else { %>
<script src="js/require.js?<%= data.compilationTimestamp %>"></script>
<% } %>
<script type="module" src="./packages/web-runtime/src/index.ts"></script>
<script type="module">
// Fix Buffer usage in production (!)
// If single file downloads work in production after removing this, it can probably be removed permanently
import { Buffer } from "buffer";
window.Buffer = Buffer;
</script>
<link rel="stylesheet" href="./packages/design-system/src/styles/stylesWrapper.scss">
<style>
html,
body {
height: 100%
}
.splash-banner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0.5rem;
height: 100%;
}
.splash-hide {
display: none;
}
#loading {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #4c5f79;
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s linear infinite;
}
#splash-incompatible button {
margin: 30px 0;
}
@keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
</style>
</head>
<body>
<div id="splash-incompatible" class="splash-banner splash-hide">
<div class="oc-card oc-border oc-rounded oc-width-large oc-text-center">
<div class="oc-card-header">
<div class="oc-flex oc-flex-middle oc-flex-center">
<span class="oc-mr-s oc-icon oc-icon-m oc-icon-warning">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
<g xmlns="http://www.w3.org/2000/svg">
<path fill="none" d="M0 0h24v24H0z"></path>
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z"></path>
</g>
</svg>
</span>
<h2>Your browser is not supported</h2>
</div>
</div>
<div class="oc-card-body oc-link-resolve-error-message">
<p>Your browser version is considered old and might not work correctly.</p>
<p>We recommend you update to a newer version.</p>
</div>
</div>
<button class='oc-button oc-button-primary oc-button-primary-filled oc-rounded' onclick='forceOldBrowser()'>I want to continue anyway</button>
<% if (data.buildConfig.documentation_url) { %>
<p>
<a href='<%= data.buildConfig.documentation_url %>' target='_blank'>Click here to know more</a>
</p>
<% } %>
</div>
<div id="splash-loading" class="splash-banner splash-hide">
<div id="loading"></div>
</div>
<div id="owncloud"></div>
<noscript>
<div class="splash-banner"><h3>Please enable JavaScript</h3></div>
</noscript>
<script>
function runtimeLoaded() {}
var loader = document.getElementById('splash-loading')
var browserError = document.getElementById('splash-incompatible')
var loaderTimer = setTimeout(function () {
loader.classList.remove('splash-hide')
}, 1000);
function displayError() {
loader.classList.remove('splash-hide')
loader.innerHTML = "<h3>Oops. Something went wrong.</h3>"
}
function displayBrowserError() {
clearTimeout(loaderTimer)
loader.classList.add('splash-hide')
browserError.classList.remove('splash-hide')
}
function forceOldBrowser() {
localStorage.setItem("forceAllowOldBrowser", JSON.stringify({expiry: new Date().getTime() + 30*24*60*60*1000}))
browserError.classList.add('splash-hide')
init()
}
function init() {
if (typeof requirejs === 'undefined') {
displayError()
} else {
window.runtimeLoaded = function(runtime) {
clearTimeout(loaderTimer)
document.getElementById('splash-loading').classList.add('splash-hide')
runtime.bootstrapApp('config.json').catch(runtime.bootstrapErrorApp)
}
}
}
const supportedBrowsers = <%= data.supportedBrowsersRegex %>
const forceAllowOldBrowser = localStorage.getItem("forceAllowOldBrowser") || false
const validForceAllowOldBrowser = forceAllowOldBrowser && JSON.parse(localStorage.getItem("forceAllowOldBrowser")).expiry > new Date().getTime()
if (forceAllowOldBrowser && !validForceAllowOldBrowser)
localStorage.removeItem("forceAllowOldBrowser")
if (!validForceAllowOldBrowser && !supportedBrowsers.test(navigator.userAgent)) {
displayBrowserError()
} else {
init()
}
var scriptTags = document.getElementsByTagName('script')
for (let i = 0; i < scriptTags.length; i++) {
if (scriptTags[i].src) {
scriptTags[i].onerror = displayError
}
}
</script>
</body>
</html>
| owncloud/web/index.html/0 | {
"file_path": "owncloud/web/index.html",
"repo_id": "owncloud",
"token_count": 2427
} | 679 |
const path = require('path')
const { color } = require('style-value-types')
exports.getPropType = (prop) => {
const { type } = prop.arguments | {}
if (type) {
return type
} else if (color.test(prop.value)) {
return 'color'
} else if (!isNaN(parseInt(prop.value)) || !isNaN(parseFloat(prop.value))) {
return 'number'
}
return '...'
}
exports.getPropCategory = (prop) => path.parse(prop.filePath).name
exports.sortProps = (props) => {
return props.sort((a, b) => {
if (a.name < b.name) {
return -1
}
if (a.name > b.name) {
return 1
}
return 0
})
}
| owncloud/web/packages/design-system/build/build-tokens/utils.js/0 | {
"file_path": "owncloud/web/packages/design-system/build/build-tokens/utils.js",
"repo_id": "owncloud",
"token_count": 254
} | 680 |
Change: Add prop to hide navigation in sidebar
We added a prop for the sidebar component to hide the navigation. This is a breaking change, as we removed the internal logic hiding the navigation entirely in favor of the new prop.
https://github.com/owncloud/owncloud-design-system/pull/859
| owncloud/web/packages/design-system/changelog/1.10.0_2020-09-16/hide-nav-prop-in-sidebar/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.10.0_2020-09-16/hide-nav-prop-in-sidebar",
"repo_id": "owncloud",
"token_count": 70
} | 681 |
Bugfix: Use correct input background color
We've moved definition of the input background color from hook into its class.
https://github.com/owncloud/owncloud-design-system/pull/892 | owncloud/web/packages/design-system/changelog/1.12.1_2020-10-05/input-background/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.12.1_2020-10-05/input-background",
"repo_id": "owncloud",
"token_count": 47
} | 682 |
Change: Do not enforce muted color as background of app bar
We've stopped enforcing the muted color as a background of the app bar.
https://github.com/owncloud/owncloud-design-system/pull/750 | owncloud/web/packages/design-system/changelog/1.5.0_2020-05-13/app-bar-background-colour/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.5.0_2020-05-13/app-bar-background-colour",
"repo_id": "owncloud",
"token_count": 50
} | 683 |
Enhancement: Add lead breadcrumb variation
We've added a lead variation to the breadcrumbs.
This variation gives large font size to breadcrumb items.
https://github.com/owncloud/owncloud-design-system/pull/806 | owncloud/web/packages/design-system/changelog/1.8.0_2020-07-03/lead-variation-breadcrumbs/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.8.0_2020-07-03/lead-variation-breadcrumbs",
"repo_id": "owncloud",
"token_count": 58
} | 684 |
Bugfix: Add word-break rule to OcNotificationMessage component
We had issues with long filenames overflowing the OcNotificationMessage body.
https://github.com/owncloud/owncloud-design-system/issues/1712
https://github.com/owncloud/owncloud-design-system/pulls/1736
| owncloud/web/packages/design-system/changelog/11.1.0_2021-11-03/bugfix-notification-word-break/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/11.1.0_2021-11-03/bugfix-notification-word-break",
"repo_id": "owncloud",
"token_count": 79
} | 685 |
Enhancement: Truncate file names while preserving file extensions
File names that exceed the horizontal space of a file list now get truncated while preserving their extensions. This way, the user can quickly identify the type of a file.
https://github.com/owncloud/owncloud-design-system/issues/1758
https://github.com/owncloud/owncloud-design-system/pull/1782
| owncloud/web/packages/design-system/changelog/11.3.0_2021-12-03/enhancement-truncate-file-names/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/11.3.0_2021-12-03/enhancement-truncate-file-names",
"repo_id": "owncloud",
"token_count": 93
} | 686 |
Change: Remove unused props for unstyled components
We removed the `stopClassProgragation` property in two components, which resulted in unstyled components before but was unused.
https://github.com/owncloud/owncloud-design-system/pull/1795
| owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-remove-unused-props/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/12.0.0_2022-02-07/change-remove-unused-props",
"repo_id": "owncloud",
"token_count": 63
} | 687 |
Bugfix: background-primary-gradient border
The `.oc-background-primary-gradient` class was setting the CSS border property instead of
only the border-color, hereby removing any border-width the target tag might already carry.
This lead to some very small differences when rendering buttons and has been resolved now.
https://github.com/owncloud/web/issues/6383
https://github.com/owncloud/owncloud-design-system/pull/1945
| owncloud/web/packages/design-system/changelog/12.1.0_2022-02-10/bugfix-background-primary-gradient-border/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/12.1.0_2022-02-10/bugfix-background-primary-gradient-border",
"repo_id": "owncloud",
"token_count": 108
} | 688 |
Enhancement: Configurable OcResource parentfolder name
We've added a `parent-folder-name-default` property to the OcResource component.
Before, an empty parent resulted in a hardcoded "All files and folders" which
becomes misleading with the introduction of spaces in oCIS.
https://github.com/owncloud/owncloud-design-system/pull/2029
| owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/enhancement-configurable-resource-parentfolder/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/13.0.0_2022-03-23/enhancement-configurable-resource-parentfolder",
"repo_id": "owncloud",
"token_count": 91
} | 689 |
Enhancement: Hover in ocDrop menues
We've added the "oc-menu-item-hover" class for <li> elements inside ocDrop, to add the hover effect on buttons and links.
https://github.com/owncloud/owncloud-design-system/pull/2069
| owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-hover-in-oc-drop-menues/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/13.1.0_2022-06-07/enhancement-hover-in-oc-drop-menues",
"repo_id": "owncloud",
"token_count": 71
} | 690 |
Bugfix: Translate contextual helpers
We've fixed a bug where contextual helpers were not translated.
https://github.com/owncloud/owncloud-design-system/pull/2334
https://github.com/owncloud/web/issues/7716
| owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/bugfix-translate-contextual-helpers/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/bugfix-translate-contextual-helpers",
"repo_id": "owncloud",
"token_count": 60
} | 691 |
Enhancement: Input background color
The background color for input fields has been adjusted to better match with the overall design.
https://github.com/owncloud/web/issues/7353
https://github.com/owncloud/web/issues/7373
https://github.com/owncloud/owncloud-design-system/pull/2345
https://github.com/owncloud/owncloud-design-system/pull/2352
| owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-input-background-color/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/14.0.0_2022-11-03/enhancement-input-background-color",
"repo_id": "owncloud",
"token_count": 102
} | 692 |
Bugfix: positioning of dropzone
switch oc-dropzone positioning from fixed to absolute, fixed always orientates by the viewport which means it always covers the entire screen.
This is something we can't know and the decision should be left to the consuming app.
Instead we use position absolute to just cover the next parent which ist positioned relative to the viewport.
In situations where the body is higher or wider than the viewport fixed works better because absolute won't cover the scrollable parts of the content.
Since oc apps always do scrolling on their own this is no problem
https://github.com/owncloud/ocis/issues/1052 | owncloud/web/packages/design-system/changelog/2.0.4_2020-12-15/dropzone-positionming/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/2.0.4_2020-12-15/dropzone-positionming",
"repo_id": "owncloud",
"token_count": 144
} | 693 |
Change: Use values as keys for table cells
We've started using values as keys for the table cells so that they are reactive to the changes in values.
https://github.com/owncloud/owncloud-design-system/pull/1094
| owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/table-cells-keys/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/3.0.0_2021-02-24/table-cells-keys",
"repo_id": "owncloud",
"token_count": 56
} | 694 |
Enhancement: Initialize the design system with themable colors
By passing suitable plugin options, you can overwrite the CSS color variables within the ODS to adjust it to your likings.
The default color values are generated from within the design system and act as a fallback
if no (or not all) options are passed when initializing the design system plugin.
https://github.com/owncloud/owncloud-design-system/pull/1168
| owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-themable-colors/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/4.0.0_2021-03-25/enhancement-themable-colors",
"repo_id": "owncloud",
"token_count": 101
} | 695 |
Bugfix: Embed svg images
We've changed the way how svg images get loaded in oc-icon.
Before this, svg images where transformed to data urls by webpack.
Now, we use require to inline them, which prevents the browser from
doing a XMLHttpRequest that can lead to problems with the content-security-police.
https://github.com/owncloud/owncloud-design-system/pull/1198 | owncloud/web/packages/design-system/changelog/4.3.0_2021-04-07/bugfix-oc-icon-loading/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/4.3.0_2021-04-07/bugfix-oc-icon-loading",
"repo_id": "owncloud",
"token_count": 99
} | 696 |
Enhancement: Improve accessibility of oc-breadcrumb component
In order to enhance accessibility oc breadcrumb has been wrapped into a <nav> tag.
The <ul> element changed to <ol> element, furthermore aria-current=page applies to the last item and
the default home breadcrumb has been removed.
Keyboard navigation has been fixed.
https://github.com/owncloud/owncloud-design-system/pull/1228
| owncloud/web/packages/design-system/changelog/6.1.0_2021-04-22/enhancement-oc-breadcrumb-a11y/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/6.1.0_2021-04-22/enhancement-oc-breadcrumb-a11y",
"repo_id": "owncloud",
"token_count": 104
} | 697 |
Enhancement: Add description for avatar groups
The description is mandatory for avatar groups because the avatar group element is hidden for screen readers.
https://github.com/owncloud/owncloud-design-system/pull/1250
| owncloud/web/packages/design-system/changelog/6.4.0_2021-05-06/enhancement-avatar-group-description/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/6.4.0_2021-05-06/enhancement-avatar-group-description",
"repo_id": "owncloud",
"token_count": 52
} | 698 |
Enhancement: Avatar link & count a11y improvements
- wrappend OcAvatarLink in span (was div)
- wrappend OcAvatarCount in span (was div)
- changed the way the OcAvatarLink background color was picked, which improves the color contrast to >4.5 (a11y requirement)
https://github.com/owncloud/owncloud-design-system/pull/1298
| owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-avatar-link-count-a11y/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/7.0.0_2021-05-31/enhancement-avatar-link-count-a11y",
"repo_id": "owncloud",
"token_count": 100
} | 699 |
Enhancement: Logo sizing
We've added theming variables for the max-width and max-height of the OcLogo component and increased the default (max-)height.
https://github.com/owncloud/owncloud-design-system/issues/795
https://github.com/owncloud/web/issues/5128
https://github.com/owncloud/owncloud-design-system/pull/1380
| owncloud/web/packages/design-system/changelog/7.3.0_2021-06-14/enhancement-logo-sizing/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/7.3.0_2021-06-14/enhancement-logo-sizing",
"repo_id": "owncloud",
"token_count": 98
} | 700 |
Bugfix: Inverse button hover
Icons inside inverse buttons were hidden on hover, which shouldn't happen anymore.
Also added an icon and some padding to the OcButton docs.
https://github.com/owncloud/owncloud-design-system/issues/1401
https://github.com/owncloud/owncloud-design-system/pull/1506
| owncloud/web/packages/design-system/changelog/8.1.0_2021-07-22/bugfix-inverse-button-hover/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/8.1.0_2021-07-22/bugfix-inverse-button-hover",
"repo_id": "owncloud",
"token_count": 84
} | 701 |
Enhancement: Group files and folder when sorting by name
Like in oc10 when sorting by name, files and folders should be listed separately
https://github.com/owncloud/web/issues/5613
https://github.com/owncloud/owncloud-design-system/pull/1559 | owncloud/web/packages/design-system/changelog/9.0.0_2021-08-09/enhancement-group-files-folders-when-sorting-by-name/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/9.0.0_2021-08-09/enhancement-group-files-folders-when-sorting-by-name",
"repo_id": "owncloud",
"token_count": 69
} | 702 |
Enhancement: Remove "Showdetails" button in OcTableFiles
We removed the Showdetails button in the OcTableFiles quickactions to de-clutter the UI.
Opening the sidebar is supposed to happen from the contextmenu which gets triggered by the three dots button.
https://github.com/owncloud/owncloud-design-system/pull/1610
| owncloud/web/packages/design-system/changelog/9.3.0_2021-08-23/enhancement-filestable-remove-details-button/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/9.3.0_2021-08-23/enhancement-filestable-remove-details-button",
"repo_id": "owncloud",
"token_count": 84
} | 703 |
Enhancement: Align disabled state on oc-select component
We've align the visual disabled state on the oc-select component,
so it unifies with the disabled state of the oc-text-input component.
| owncloud/web/packages/design-system/changelog/unreleased/enhancement-align-disabled-state-on-oc-select/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/unreleased/enhancement-align-disabled-state-on-oc-select",
"repo_id": "owncloud",
"token_count": 51
} | 704 |
@font-face {
font-family: Inter;
src: url('../src/assets/fonts/inter.ttf');
font-weight: 100 900;
font-style: oblique 0deg 12deg;
}
| owncloud/web/packages/design-system/docs/docs.font.scss/0 | {
"file_path": "owncloud/web/packages/design-system/docs/docs.font.scss",
"repo_id": "owncloud",
"token_count": 65
} | 705 |
### Our set of design principles is here to guide us through our decision making process to make appropriate judgments which will lead us to a good product.
## 1. Accessibility over aesthetics
The highest goal we can achieve with our design is to make ownCloud accessible to everyone. By this, we mean not only the accessibility and usability for people with special needs but also the joy and simplicity of using our products for all kinds of users.
## 2. Guide for all
Design is not a question of the isolated button or the singular application. Design for us at ownCloud means creating a comprehensive, holistic experience. With the product ownCloud and with the brand ownCloud. We strive to unify the user experience on all devices and in all environments.
## 3. Always be building
Design for us at ownCloud is the process in which it is created. For us, the tools we work with, the stakeholders we involve and the discussions that evolve are all important components of what the results will become.
We listen to the voices of the many: the voices of the users and the voices of the experienced people in our company, regardless of their position or department. | owncloud/web/packages/design-system/docs/principles.md/0 | {
"file_path": "owncloud/web/packages/design-system/docs/principles.md",
"repo_id": "owncloud",
"token_count": 241
} | 706 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Vue Design System</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
| owncloud/web/packages/design-system/index.html/0 | {
"file_path": "owncloud/web/packages/design-system/index.html",
"repo_id": "owncloud",
"token_count": 120
} | 707 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4.987-3.744A7.966 7.966 0 0 0 12 20c1.97 0 3.773-.712 5.167-1.892A6.979 6.979 0 0 0 12.16 16a6.981 6.981 0 0 0-5.147 2.256zM5.616 16.82A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634 8 8 0 1 0-12.906.187zM12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/account-circle-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/account-circle-line.svg",
"repo_id": "owncloud",
"token_count": 297
} | 708 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 3h18v2H3V3zm5 8v10H6V11H3l4-4 4 4H8zm10 0v10h-2V11h-3l4-4 4 4h-3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/align-top.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/align-top.svg",
"repo_id": "owncloud",
"token_count": 143
} | 709 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M14 4h2a5 5 0 0 1 5 5v4h-2V9a3 3 0 0 0-3-3h-2v3L9 5l5-4v3zm1 7v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/anticlockwise-2-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/anticlockwise-2-fill.svg",
"repo_id": "owncloud",
"token_count": 181
} | 710 |
<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 2zm1 10V8h-2v4H8l4 4 4-4h-3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/arrow-down-circle-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-down-circle-fill.svg",
"repo_id": "owncloud",
"token_count": 147
} | 711 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M16 7h-5a6 6 0 1 0 0 12h9v2h-9a8 8 0 1 1 0-16h5V1l6 5-6 5V7z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/arrow-go-forward-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-go-forward-fill.svg",
"repo_id": "owncloud",
"token_count": 131
} | 712 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M11.637 13.05L5.98 7.395 7.394 5.98l5.657 5.657L18 6.687V18H6.687z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/arrow-right-down-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/arrow-right-down-fill.svg",
"repo_id": "owncloud",
"token_count": 128
} | 713 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/artboard-2-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/artboard-2-fill.svg",
"repo_id": "owncloud",
"token_count": 205
} | 714 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M17 15.245v6.872a.5.5 0 0 1-.757.429L12 20l-4.243 2.546a.5.5 0 0 1-.757-.43v-6.87a8 8 0 1 1 10 0zM12 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/award-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/award-fill.svg",
"repo_id": "owncloud",
"token_count": 188
} | 715 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-1.414 5.779-5.778v-.97L5.249 5.765l1.415-1.414 4.364 4.364V2.029h2l5.656 5.657-4.343 4.343zm-1.313 1.514v5.657l2.828-2.828-2.828-2.829zm0-3.03l2.828-2.828-2.828-2.828v5.657zM19.5 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-13 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/bluetooth-connect-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/bluetooth-connect-fill.svg",
"repo_id": "owncloud",
"token_count": 310
} | 716 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5zM19 20v-3H6.5a1.5 1.5 0 0 0 0 3H19zM10 4H6a1 1 0 0 0-1 1v10.337A3.486 3.486 0 0 1 6.5 15H19V4h-2v8l-3.5-2-3.5 2V4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/book-mark-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/book-mark-line.svg",
"repo_id": "owncloud",
"token_count": 225
} | 717 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 19V5.7a1 1 0 0 1 .658-.94l9.671-3.516a.5.5 0 0 1 .671.47v4.953l6.316 2.105a1 1 0 0 1 .684.949V19h2v2H1v-2h2zm2 0h7V3.855L5 6.401V19zm14 0v-8.558l-5-1.667V19h5z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/building-2-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/building-2-line.svg",
"repo_id": "owncloud",
"token_count": 197
} | 718 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V11l2.48-5.788A2 2 0 0 1 6.32 4H17.68a2 2 0 0 1 1.838 1.212L22 11v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm1-7H4v5h16v-5zM4.176 11h15.648l-2.143-5H6.32l-2.143 5zM6.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/car-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/car-line.svg",
"repo_id": "owncloud",
"token_count": 284
} | 719 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M20 11h-1V7h1V4h2v3h1v4h-1v7a3 3 0 0 1-6 0v-4h-2v5h1v2H2v-2h1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7zm-8 8V5H5v14h7zm-3-8h3l-4 6v-4H5l4-6v4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/charging-pile-2-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/charging-pile-2-line.svg",
"repo_id": "owncloud",
"token_count": 224
} | 720 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0L24 0 24 24 0 24z"/>
<path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 1.335.326 2.618.94 3.766l.35.654-.656 2.946 2.948-.654.653.349c1.148.614 2.43.939 3.765.939 4.418 0 8-3.582 8-8s-3.582-8-8-8zm0 3c1.657 0 3 1.343 3 3v1h1v5H8v-5h1v-1c0-1.657 1.343-3 3-3zm2 6h-4v1h4v-1zm-2-4c-.552 0-1 .45-1 1v1h2v-1c0-.552-.448-1-1-1z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/chat-private-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/chat-private-line.svg",
"repo_id": "owncloud",
"token_count": 357
} | 721 |
<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="M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zm6 2H4.003L4 20h11V9zm-6.497 9l-3.536-3.536 1.414-1.414 2.122 2.122 4.242-4.243 1.414 1.414L8.503 18z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/checkbox-multiple-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/checkbox-multiple-line.svg",
"repo_id": "owncloud",
"token_count": 289
} | 722 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M9 19h3v-6.058L8 9.454l-4 3.488V19h3v-4h2v4zm12 2H3a1 1 0 0 1-1-1v-7.513a1 1 0 0 1 .343-.754L6 8.544V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm-5-10v2h2v-2h-2zm0 4v2h2v-2h-2zm0-8v2h2V7h-2zm-4 0v2h2V7h-2z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/community-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/community-fill.svg",
"repo_id": "owncloud",
"token_count": 248
} | 723 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 18v2h4v2H7v-2h4v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/computer-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/computer-fill.svg",
"repo_id": "owncloud",
"token_count": 178
} | 724 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2V4a8 8 0 1 0 0 16z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/contrast-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/contrast-fill.svg",
"repo_id": "owncloud",
"token_count": 140
} | 725 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M10 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7a2 2 0 1 0 4 0h7a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-7a2 2 0 1 0-4 0zM6 8v8h2V8H6zm10 0v8h2V8h-2z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/coupon-4-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/coupon-4-fill.svg",
"repo_id": "owncloud",
"token_count": 183
} | 726 |
<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 4C9.895 6 8.094 7.56 7.357 9.77l-.073.23H6l2.5 3 2.5-3H9.401C9.92 8.805 10.89 8 12 8c1.657 0 3 1.79 3 4s-1.343 4-3 4c-1.048 0-1.971-.717-2.508-1.803L9.402 14H7.285C7.97 16.33 9.823 18 12 18c2.761 0 5-2.686 5-6s-2.239-6-5-6z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/creative-commons-sa-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/creative-commons-sa-fill.svg",
"repo_id": "owncloud",
"token_count": 273
} | 727 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13.91 12.36L17 20.854l-2.818 1.026-3.092-8.494-4.172 3.156 1.49-14.909 10.726 10.463z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/cursor-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/cursor-fill.svg",
"repo_id": "owncloud",
"token_count": 141
} | 728 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm-8 5v6h2v-6H9zm4 0v6h2v-6h-2zM9 4v2h6V4H9z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/delete-bin-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/delete-bin-fill.svg",
"repo_id": "owncloud",
"token_count": 193
} | 729 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M16.8 19L14 22.5 11.2 19H6a1 1 0 0 1-1-1V7.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1h-5.2zM2 2h17v2H3v11H1V3a1 1 0 0 1 1-1z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/discuss-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/discuss-fill.svg",
"repo_id": "owncloud",
"token_count": 179
} | 730 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-9.208V16h2v-3.208a2.5 2.5 0 1 0-2 0z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/door-lock-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/door-lock-fill.svg",
"repo_id": "owncloud",
"token_count": 155
} | 731 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M18.364 10.98c1.562 1.561 1.562 4.094 0 5.656l-5.657 5.657c-.39.39-1.024.39-1.414 0l-5.657-5.657c-1.562-1.562-1.562-4.095 0-5.657 1.562-1.562 4.095-1.562 5.657 0l.706.707.708-.707c1.562-1.562 4.095-1.562 5.657 0zM12 1c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/empathize-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/empathize-fill.svg",
"repo_id": "owncloud",
"token_count": 260
} | 732 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M19.375 15.103A8.001 8.001 0 0 0 8.03 5.053l-.992-1.737A9.996 9.996 0 0 1 17 3.34c4.49 2.592 6.21 8.142 4.117 12.77l1.342.774-4.165 2.214-.165-4.714 1.246.719zM4.625 8.897a8.001 8.001 0 0 0 11.345 10.05l.992 1.737A9.996 9.996 0 0 1 7 20.66C2.51 18.068.79 12.518 2.883 7.89L1.54 7.117l4.165-2.214.165 4.714-1.246-.719zM13 13.536h3v2h-3v2h-2v-2H8v-2h3v-1H8v-2h2.586L8.464 8.414 9.88 7 12 9.121 14.121 7l1.415 1.414-2.122 2.122H16v2h-3v1z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/exchange-cny-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/exchange-cny-line.svg",
"repo_id": "owncloud",
"token_count": 353
} | 733 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M21 16l-6.003 6H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v13zm-2-1V4H5v16h9v-5h5z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-4-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-4-line.svg",
"repo_id": "owncloud",
"token_count": 152
} | 734 |
<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="M19 9h-5V4H5v7.857l1.5 1.393L10 9.5l3 5 2-2.5 3 3-3-.5-2 2.5-3-4-3 3.5-2-1.25V20h14V9zm2-1v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-damage-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-damage-line.svg",
"repo_id": "owncloud",
"token_count": 222
} | 735 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M16 2l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zM9.333 14.667H8V18h8v-1.333l-6.667-.001v-2zM12 14.333a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM12 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm0 1.333a1.167 1.167 0 1 1 0 2.334 1.167 1.167 0 0 1 0-2.334zM12.667 6h-1.334v1.333H8v1.334h8V7.333h-3.334V6z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-hwp-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-hwp-fill.svg",
"repo_id": "owncloud",
"token_count": 289
} | 736 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M16 8v2h-3v4.5a2.5 2.5 0 1 1-2-2.45V8h4V4H5v16h14V8h-3zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-music-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-music-line.svg",
"repo_id": "owncloud",
"token_count": 190
} | 737 |
<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="M8.595 12.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 11 8.645V7.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V16.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-settings-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-settings-line.svg",
"repo_id": "owncloud",
"token_count": 384
} | 738 |
<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="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm9 8.508a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM7.527 17a4.5 4.5 0 0 1 8.946 0H7.527z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/file-user-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/file-user-line.svg",
"repo_id": "owncloud",
"token_count": 225
} | 739 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M21 4v2h-1l-5 7.5V22H9v-8.5L4 6H3V4h18zM6.404 6L11 12.894V20h2v-7.106L17.596 6H6.404z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/filter-line.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/filter-line.svg",
"repo_id": "owncloud",
"token_count": 151
} | 740 |
<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="M13.503 2.001l-10 10 3.083 3.083 13.08-13.083h-6.163zm-.006 9.198L8.122 16.62 13.494 22h6.189l-5.387-5.4 5.389-5.4h-6.188z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/flutter-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/flutter-fill.svg",
"repo_id": "owncloud",
"token_count": 168
} | 741 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13.414 5H20a1 1 0 0 1 1 1v1H3V4a1 1 0 0 1 1-1h7.414l2 2zM3.087 9h17.826a1 1 0 0 1 .997 1.083l-.834 10a1 1 0 0 1-.996.917H3.92a1 1 0 0 1-.996-.917l-.834-10A1 1 0 0 1 3.087 9z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/folder-5-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/folder-5-fill.svg",
"repo_id": "owncloud",
"token_count": 197
} | 742 |
<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="M22 13.126A6 6 0 0 0 13.303 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v7.126zM18 17v-3.5l5 4.5-5 4.5V19h-3v-2h3z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/folder-shared-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/folder-shared-fill.svg",
"repo_id": "owncloud",
"token_count": 184
} | 743 |
<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="M21 5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H16v2h2V5h3zm-3 8h-2v2h-2v3h4v-5zm-2-2h-2v2h2v-2zm2-2h-2v2h2V9zm-2-2h-2v2h2V7z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/folder-zip-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/folder-zip-fill.svg",
"repo_id": "owncloud",
"token_count": 223
} | 744 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12.651 14.065L11.605 20H9.574l1.35-7.661-7.41-7.41L4.93 3.515 20.485 19.07l-1.414 1.414-6.42-6.42zm-.878-6.535l.27-1.53h-1.8l-2-2H20v2h-5.927L13.5 9.257 11.773 7.53z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/format-clear.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/format-clear.svg",
"repo_id": "owncloud",
"token_count": 200
} | 745 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M8 1v2h8V1h2v2h3.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2zm4 7l-4 4h3v4h2v-4h3l-4-4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/gallery-upload-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/gallery-upload-fill.svg",
"repo_id": "owncloud",
"token_count": 192
} | 746 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 2a9 9 0 0 1 9 9v7.5a3.5 3.5 0 0 1-6.39 1.976 2.999 2.999 0 0 1-5.223 0 3.5 3.5 0 0 1-6.382-1.783L3 18.499V11a9 9 0 0 1 9-9zm4 11h-2a2 2 0 0 1-3.995.15L10 13H8l.005.2a4 4 0 0 0 7.99 0L16 13zm-4-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/ghost-smile-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/ghost-smile-fill.svg",
"repo_id": "owncloud",
"token_count": 233
} | 747 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 21v2.5l-3-2-3 2V21h-.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-7zm-6-2v-2h6v2h6v-3H6.5a1.5 1.5 0 0 0 0 3H7zM7 5v2h2V5H7zm0 3v2h2V8H7zm0 3v2h2v-2H7z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/git-repository-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/git-repository-fill.svg",
"repo_id": "owncloud",
"token_count": 231
} | 748 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3.609 1.814L13.792 12 3.61 22.186a.996.996 0 0 1-.61-.92V2.734a1 1 0 0 1 .609-.92zm10.89 10.893l2.302 2.302-10.937 6.333 8.635-8.635zm3.199-3.198l2.807 1.626a1 1 0 0 1 0 1.73l-2.808 1.626L15.206 12l2.492-2.491zM5.864 2.658L16.802 8.99l-2.303 2.303-8.635-8.635z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/google-play-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/google-play-fill.svg",
"repo_id": "owncloud",
"token_count": 243
} | 749 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M13 20h-2v-7H4v7H2V4h2v7h7V4h2v16zm8-12v12h-2v-9.796l-2 .536V8.67L19.5 8H21z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/h-1.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/h-1.svg",
"repo_id": "owncloud",
"token_count": 149
} | 750 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 2a7 7 0 0 1 7 7h1.074a1 1 0 0 1 .997.923l.846 11a1 1 0 0 1-.92 1.074L20.92 22H3.08a1 1 0 0 1-1-1l.003-.077.846-11A1 1 0 0 1 3.926 9H5a7 7 0 0 1 7-7zm2 11h-4v2h4v-2zm-2-9a5 5 0 0 0-4.995 4.783L7 9h10a5 5 0 0 0-4.783-4.995L12 4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/handbag-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/handbag-fill.svg",
"repo_id": "owncloud",
"token_count": 240
} | 751 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M20 2c.552 0 1 .448 1 1v18c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1v-2H3v-2h2v-2H3v-2h2v-2H3V9h2V7H3V5h2V3c0-.552.448-1 1-1h14zm-6 6h-2v3H9v2h2.999L12 16h2l-.001-3H17v-2h-3V8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/health-book-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/health-book-fill.svg",
"repo_id": "owncloud",
"token_count": 217
} | 752 |
<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 12h2c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8C9.536 4 7.332 5.114 5.865 6.865L8 9H2V3l2.447 2.446C6.28 3.336 8.984 2 12 2zm1 5v4.585l3.243 3.243-1.415 1.415L11 12.413V7h2z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/history-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/history-fill.svg",
"repo_id": "owncloud",
"token_count": 229
} | 753 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/home-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/home-fill.svg",
"repo_id": "owncloud",
"token_count": 160
} | 754 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M21 20h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v17zM11 8H9v2h2v2h2v-2h2V8h-2V6h-2v2zm3 12h2v-6H8v6h2v-4h4v4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/hospital-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/hospital-fill.svg",
"repo_id": "owncloud",
"token_count": 179
} | 755 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M21 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2zm.008-12c.548 0 .992.445.992.993v9.349A5.99 5.99 0 0 0 20 13V5H4l.001 14 9.292-9.293a.999.999 0 0 1 1.32-.084l.093.085 3.546 3.55a6.003 6.003 0 0 0-3.91 7.743L2.992 21A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016zM8 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/image-add-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/image-add-fill.svg",
"repo_id": "owncloud",
"token_count": 271
} | 756 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 12v8h4v2H7v-2h4v-8H2.992c-.548 0-.906-.43-.797-.977l1.61-8.046C3.913 2.437 4.445 2 5 2h13.998c.553 0 1.087.43 1.196.977l1.61 8.046c.108.54-.26.977-.797.977H13z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/keynote-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/keynote-fill.svg",
"repo_id": "owncloud",
"token_count": 192
} | 757 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15 10v11H3a1 1 0 0 1-1-1V10h13zm7 0v10a1 1 0 0 1-1 1h-4V10h5zm-1-7a1 1 0 0 1 1 1v4H2V4a1 1 0 0 1 1-1h18z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/layout-6-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/layout-6-fill.svg",
"repo_id": "owncloud",
"token_count": 163
} | 758 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M22 9.999V20a1 1 0 0 1-1 1h-8V9.999h9zm-11 6V21H3a1 1 0 0 1-1-1v-4.001h9zM11 3v10.999H2V4a1 1 0 0 1 1-1h8zm10 0a1 1 0 0 1 1 1v3.999h-9V3h8z"/>
</g>
</svg>
| owncloud/web/packages/design-system/src/assets/icons/layout-masonry-fill.svg/0 | {
"file_path": "owncloud/web/packages/design-system/src/assets/icons/layout-masonry-fill.svg",
"repo_id": "owncloud",
"token_count": 186
} | 759 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.