text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
const { expect } = require('chai')
const RateLimiter = require('../../../app/src/infrastructure/RateLimiter')
const UserHelper = require('./helpers/UserHelper')
const { db } = require('../../../app/src/infrastructure/mongodb')
describe('PasswordReset', function () {
let email, response, user, userHelper, token, emai... | overleaf/web/test/acceptance/src/PasswordResetTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/PasswordResetTests.js",
"repo_id": "overleaf",
"token_count": 4133
} | 561 |
const { expect } = require('chai')
const User = require('./helpers/User').promises
describe('Sharing', function () {
beforeEach(async function () {
this.ownerSession = new User()
this.collaboratorSession = new User()
this.strangerSession = new User()
await this.ownerSession.login()
await this.col... | overleaf/web/test/acceptance/src/SharingTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/SharingTests.js",
"repo_id": "overleaf",
"token_count": 1356
} | 562 |
const request = require('./request')
const settings = require('@overleaf/settings')
const { db, ObjectId } = require('../../../../app/src/infrastructure/mongodb')
const UserModel = require('../../../../app/src/models/User').User
const UserUpdater = require('../../../../app/src/Features/User/UserUpdater')
const Authenti... | overleaf/web/test/acceptance/src/helpers/User.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/helpers/User.js",
"repo_id": "overleaf",
"token_count": 10070
} | 563 |
const AbstractMockApi = require('./AbstractMockApi')
const SubscriptionController = require('../../../../app/src/Features/Subscription/SubscriptionController')
class MockRecurlyApi extends AbstractMockApi {
reset() {
this.mockSubscriptions = []
this.redemptions = {}
this.coupons = {}
}
addMockSubscr... | overleaf/web/test/acceptance/src/mocks/MockRecurlyApi.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/mocks/MockRecurlyApi.js",
"repo_id": "overleaf",
"token_count": 1505
} | 564 |
import { expect } from 'chai'
import { render, screen } from '@testing-library/react'
import ToolbarHeader from '../../../../../frontend/js/features/editor-navigation-toolbar/components/toolbar-header'
describe('<ToolbarHeader />', function () {
const defaultProps = {
onShowLeftMenuClick: () => {},
toggleCh... | overleaf/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/editor-navigation-toolbar/components/toolbar-header.test.js",
"repo_id": "overleaf",
"token_count": 1423
} | 565 |
import { render } from '@testing-library/react'
import FileTreeContext from '../../../../../frontend/js/features/file-tree/components/file-tree-context'
export default (children, options = {}) => {
let { contextProps = {}, ...renderOptions } = options
contextProps = {
projectId: '123abc',
rootFolder: [
... | overleaf/web/test/frontend/features/file-tree/helpers/render-with-context.js/0 | {
"file_path": "overleaf/web/test/frontend/features/file-tree/helpers/render-with-context.js",
"repo_id": "overleaf",
"token_count": 353
} | 566 |
import { expect } from 'chai'
import { screen, render } from '@testing-library/react'
import PreviewLogsToggleButton from '../../../../../frontend/js/features/preview/components/preview-logs-toggle-button'
describe('<PreviewLogsToggleButton />', function () {
function renderPreviewLogsToggleButton(
logsState,
... | overleaf/web/test/frontend/features/preview/components/preview-logs-toggle-button.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/preview/components/preview-logs-toggle-button.test.js",
"repo_id": "overleaf",
"token_count": 1906
} | 567 |
import PropTypes from 'prop-types'
import { expect } from 'chai'
import { render } from '@testing-library/react'
import useExpandCollapse from '../../../../frontend/js/shared/hooks/use-expand-collapse'
const sampleContent = (
<div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Maecenas ... | overleaf/web/test/frontend/shared/hooks/use-expand-collapse.test.js/0 | {
"file_path": "overleaf/web/test/frontend/shared/hooks/use-expand-collapse.test.js",
"repo_id": "overleaf",
"token_count": 1921
} | 568 |
const { Agent } = require('http')
const { createConnection } = require('net')
const { promisify } = require('util')
const OError = require('@overleaf/o-error')
const request = require('request')
const Settings = require('@overleaf/settings')
// send requests to web router if this is the api process
const OWN_PORT = S... | overleaf/web/test/smoke/src/support/requestHelper.js/0 | {
"file_path": "overleaf/web/test/smoke/src/support/requestHelper.js",
"repo_id": "overleaf",
"token_count": 564
} | 569 |
const Path = require('path')
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const { expect } = require('chai')
const { ObjectId } = require('mongodb')
const { Project } = require('../helpers/models/Project')
const Errors = require('../../../../app/src/Features/Errors/Errors')
const ... | overleaf/web/test/unit/src/Collaborators/CollaboratorsGetterTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Collaborators/CollaboratorsGetterTests.js",
"repo_id": "overleaf",
"token_count": 5004
} | 570 |
const sinon = require('sinon')
const SandboxedModule = require('sandboxed-module')
const path = require('path')
const { ObjectId } = require('mongodb')
const modulePath = path.join(
__dirname,
'../../../../app/src/Features/DocumentUpdater/DocumentUpdaterHandler'
)
describe('DocumentUpdaterHandler', function () {
... | overleaf/web/test/unit/src/DocumentUpdater/DocumentUpdaterHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/DocumentUpdater/DocumentUpdaterHandlerTests.js",
"repo_id": "overleaf",
"token_count": 16311
} | 571 |
const { expect } = require('chai')
const sinon = require('sinon')
const SandboxedModule = require('sandboxed-module')
const Errors = require('../../../../app/src/Features/Errors/Errors')
const MODULE_PATH =
'../../../../app/src/Features/FileStore/FileStoreController.js'
describe('FileStoreController', function () {... | overleaf/web/test/unit/src/FileStore/FileStoreControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/FileStore/FileStoreControllerTests.js",
"repo_id": "overleaf",
"token_count": 3504
} | 572 |
const SandboxedModule = require('sandboxed-module')
const path = require('path')
const sinon = require('sinon')
const { expect } = require('chai')
const modulePath = path.join(
__dirname,
'../../../../app/src/Features/Institutions/InstitutionsManager'
)
const Features = require('../../../../app/src/infrastructure/F... | overleaf/web/test/unit/src/Institutions/InstitutionsManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Institutions/InstitutionsManagerTests.js",
"repo_id": "overleaf",
"token_count": 4699
} | 573 |
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const { expect } = require('chai')
const { ObjectId } = require('mongodb')
const Errors = require('../../../../app/src/Features/Errors/Errors')
const ProjectHelper = require('../../../../app/src/Features/Project/ProjectHelper')
const MO... | overleaf/web/test/unit/src/Project/ProjectDetailsHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Project/ProjectDetailsHandlerTests.js",
"repo_id": "overleaf",
"token_count": 8029
} | 574 |
const SandboxedModule = require('sandboxed-module')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/Referal/ReferalConnect.js'
)
describe('Referal connect middle wear', function () {
beforeEach(function () {
this.connect = SandboxedModule.require(modulePath, {})
})
it('... | overleaf/web/test/unit/src/Referal/ReferalConnectTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Referal/ReferalConnectTests.js",
"repo_id": "overleaf",
"token_count": 1369
} | 575 |
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/Subscription/LimitationsManager'
)
describe('LimitationsManager', function () {
beforeEach(function () {
this.project = { _id: (this.projectId =... | overleaf/web/test/unit/src/Subscription/LimitationsManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Subscription/LimitationsManagerTests.js",
"repo_id": "overleaf",
"token_count": 9774
} | 576 |
/* eslint-disable
camelcase,
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.c... | overleaf/web/test/unit/src/Tags/TagsControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Tags/TagsControllerTests.js",
"repo_id": "overleaf",
"token_count": 2470
} | 577 |
const sinon = require('sinon')
const { expect } = require('chai')
const SandboxedModule = require('sandboxed-module')
const modulePath =
'../../../../app/src/Features/User/ThirdPartyIdentityManager.js'
describe('ThirdPartyIdentityManager', function () {
beforeEach(function () {
this.userId = 'a1b2c3'
this.... | overleaf/web/test/unit/src/User/ThirdPartyIdentityManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/User/ThirdPartyIdentityManagerTests.js",
"repo_id": "overleaf",
"token_count": 3594
} | 578 |
/* eslint-disable
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate... | overleaf/web/test/unit/src/UserMembership/UserMembershipControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/UserMembership/UserMembershipControllerTests.js",
"repo_id": "overleaf",
"token_count": 4905
} | 579 |
const mockModel = require('../MockModel')
module.exports = mockModel('User', {
'./Project': require('./Project'),
})
| overleaf/web/test/unit/src/helpers/models/User.js/0 | {
"file_path": "overleaf/web/test/unit/src/helpers/models/User.js",
"repo_id": "overleaf",
"token_count": 39
} | 580 |
const merge = require('webpack-merge')
const TerserPlugin = require('terser-webpack-plugin')
const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin')
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const base = require('./webpack.config')
// Use "smart" merge: attempts to combine ... | overleaf/web/webpack.config.prod.js/0 | {
"file_path": "overleaf/web/webpack.config.prod.js",
"repo_id": "overleaf",
"token_count": 800
} | 581 |
Changelog for ownCloud Web [8.0.1] (2024-03-12)
=======================================
The following sections list the changes in ownCloud web 8.0.1 relevant to
ownCloud admins and users.
[8.0.1]: https://github.com/owncloud/web/compare/v8.0.0...v8.0.1
Summary
-------
* Bugfix - Add link in right sidebar sharing me... | owncloud/web/CHANGELOG.md/0 | {
"file_path": "owncloud/web/CHANGELOG.md",
"repo_id": "owncloud",
"token_count": 186775
} | 582 |
Enhancement: Dynamically loaded nav items
We have moved the navItems from application configuration into a store module. We extended it's functionality
by introducing statically and dynamically loaded navItems. This way navItems can be loaded based on extension
data, as soon as the extension becomes active. Please not... | owncloud/web/changelog/0.11.0_2020-06-26/dynamic-nav-items/0 | {
"file_path": "owncloud/web/changelog/0.11.0_2020-06-26/dynamic-nav-items",
"repo_id": "owncloud",
"token_count": 131
} | 583 |
Bugfix: Do not expand the width of resource name over it's content
The width of the resource name in the files list was expanded more than the actual width of it's content.
This caused that when clicked outside of the resource name, the action to navigate or open the resource has been triggered instead of opening the ... | owncloud/web/changelog/0.11.1_2020-06-29/resource-line-width/0 | {
"file_path": "owncloud/web/changelog/0.11.1_2020-06-29/resource-line-width",
"repo_id": "owncloud",
"token_count": 119
} | 584 |
Change: Move information about current folder below the files list
We've moved the information about current folder directly below the files list.
Previously this information was always displayed on the bottom of the screen.
https://github.com/owncloud/product/issues/120
https://github.com/owncloud/web/pull/3849 | owncloud/web/changelog/0.14.0_2020-08-17/information-about-current-folder-under-files-list/0 | {
"file_path": "owncloud/web/changelog/0.14.0_2020-08-17/information-about-current-folder-under-files-list",
"repo_id": "owncloud",
"token_count": 73
} | 585 |
Bugfix: Make file previews properly fit
We've fixed the file preview to prevent overflowing vertically and also added CSS
property to make sure the ratio is preserved
https://github.com/owncloud/product/issues/232
https://github.com/owncloud/web/pull/4073
| owncloud/web/changelog/0.17.0_2020-09-25/fix-file-previews-size/0 | {
"file_path": "owncloud/web/changelog/0.17.0_2020-09-25/fix-file-previews-size",
"repo_id": "owncloud",
"token_count": 66
} | 586 |
Bugfix: Do not display "empty folder" message when there is any content
We've fixed that when some of the file/share lists were being loaded, the "empty folder" message sometimes briefly appeared even though the list wasn't empty.
https://github.com/owncloud/product/issues/263
https://github.com/owncloud/web/pull/416... | owncloud/web/changelog/0.21.0_2020-10-21/flashy-messages-when-loading-folders/0 | {
"file_path": "owncloud/web/changelog/0.21.0_2020-10-21/flashy-messages-when-loading-folders",
"repo_id": "owncloud",
"token_count": 84
} | 587 |
Enhancement: Theme redirect and access denied pages
We've adjusted the theme on OIDC redirect and access denied pages to use correct logo and background.
We've also added those two values into the theming capabilities.
https://github.com/owncloud/web/pull/4373 | owncloud/web/changelog/0.26.0_2020-11-23/theme-redirect/0 | {
"file_path": "owncloud/web/changelog/0.26.0_2020-11-23/theme-redirect",
"repo_id": "owncloud",
"token_count": 64
} | 588 |
Enhancement: Show indirect outgoing shares in shares panel
Whenever outgoing shares exist on any parent resource from the currently viewed resource,
the shares panel will now show these outgoing shares with a link to jump to the matching parent
resource.
This applies to both indirect collaborators shares and also to i... | owncloud/web/changelog/0.3.0_2020-01-31/2897/0 | {
"file_path": "owncloud/web/changelog/0.3.0_2020-01-31/2897",
"repo_id": "owncloud",
"token_count": 115
} | 589 |
Change: Improve visual appearance of upload progress
- Changed the layout of the upload progress to be a narrow standalone full width row below the app top bar.
- Transformed textual information into a single row below the progress bar and made it very clear that it can be clicked to show upload progress details.
- Ch... | owncloud/web/changelog/0.4.0_2020-02-14/3742/0 | {
"file_path": "owncloud/web/changelog/0.4.0_2020-02-14/3742",
"repo_id": "owncloud",
"token_count": 159
} | 590 |
Change: Moved collaborators additional info on own row and removed type row
We've moved collaborators additional info on own row under the name of collaborator and removed collaborator type row.
https://github.com/owncloud/web/pull/3130
| owncloud/web/changelog/0.6.0_2020-03-16/3130/0 | {
"file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3130",
"repo_id": "owncloud",
"token_count": 54
} | 591 |
Bugfix: Update owncloud-sdk 1.0.0-544
This sdk version is much smaller in size
https://github.com/owncloud/web/pull/3292
| owncloud/web/changelog/0.8.0_2020-04-14/3292/0 | {
"file_path": "owncloud/web/changelog/0.8.0_2020-04-14/3292",
"repo_id": "owncloud",
"token_count": 45
} | 592 |
Bugfix: Do not use origin location to open editors
When opening the editors view in a new tab, we were using the origin of location. This would break in case we have Web deployed to a different path than root e.g. `http://owncloud/apps/web`.
https://github.com/owncloud/web/pull/4500
| owncloud/web/changelog/1.0.0_2020-12-16/editors-new-tab/0 | {
"file_path": "owncloud/web/changelog/1.0.0_2020-12-16/editors-new-tab",
"repo_id": "owncloud",
"token_count": 78
} | 593 |
Bugfix: Fix oc10 deployment after switch to rollup
Our first release of the oc10 app after the switch to rollup as bundler had a bug as it didn't reflect the new folder structure of the app in the allowed folders. This has been fixed by updating the allowed folders.
https://github.com/owncloud/web/pull/4757
| owncloud/web/changelog/2.0.1_2021-02-18/fix-php-controller/0 | {
"file_path": "owncloud/web/changelog/2.0.1_2021-02-18/fix-php-controller",
"repo_id": "owncloud",
"token_count": 81
} | 594 |
Enhancement: A11y improvements for files app bar
If we select resources in the files list, an action context menu appears, to improve a11y we need an aria live region
element to announce that.
https://github.com/owncloud/web/issues/4786
https://github.com/owncloud/web/pull/4833
| owncloud/web/changelog/3.0.0_2021-04-21/enhancement-a11y-improvements-for-files-app-bar/0 | {
"file_path": "owncloud/web/changelog/3.0.0_2021-04-21/enhancement-a11y-improvements-for-files-app-bar",
"repo_id": "owncloud",
"token_count": 81
} | 595 |
Enhancement: Focus management
We added a mixin that makes it able to manage, record and reverse-replay the focus for the current document.
The first components that using it are modal and sidebar in the files app.
https://github.com/owncloud/web/pull/4993
https://github.com/owncloud/web/issues/4992
| owncloud/web/changelog/3.1.0_2021-05-12/enhancement-focus-management/0 | {
"file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-focus-management",
"repo_id": "owncloud",
"token_count": 84
} | 596 |
Bugfix: Hide "Create new public link" button
The button to create new public links was visible even if the user lacked
the permissions to create one. It is now being hidden unless the user is
allowed to create a share of the respective file.
https://github.com/owncloud/web/pull/5126
| owncloud/web/changelog/3.3.0_2021-06-23/bugfix-hide-new-link-button/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-hide-new-link-button",
"repo_id": "owncloud",
"token_count": 74
} | 597 |
Enhancement: Use a proper definition list for the account settings page
https://github.com/owncloud/web/pull/5012
| owncloud/web/changelog/3.3.0_2021-06-23/enhancement-account-definition-list/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-account-definition-list",
"repo_id": "owncloud",
"token_count": 32
} | 598 |
Enhancement: Improve accessibility on new file menu
We now use buttons instead of a-tags in the new file menu. Also fixed the double-focus per item when
navigating via tab.
https://github.com/owncloud/web/pull/5058
| owncloud/web/changelog/3.3.0_2021-06-23/enhancement-new-file-menu-a11y/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-new-file-menu-a11y",
"repo_id": "owncloud",
"token_count": 60
} | 599 |
Enhancement: add page size view option
We've added a new item into the view options which can be used to set the number of items displayed per page.
This value is persisted in the local storage so that the user doesn't have to update it every time he visits the app.
https://github.com/owncloud/web/pull/5470 | owncloud/web/changelog/3.4.0_2021-07-09/enhancement-add-page-size/0 | {
"file_path": "owncloud/web/changelog/3.4.0_2021-07-09/enhancement-add-page-size",
"repo_id": "owncloud",
"token_count": 78
} | 600 |
Enhancement: New layout for context menu
The new context menu in the files list received additional menu items and a clear separation into three sections.
https://github.com/owncloud/web/issues/5160
https://github.com/owncloud/web/pull/5576
| owncloud/web/changelog/4.0.0_2021-08-04/enhancement-contextmenu-layout/0 | {
"file_path": "owncloud/web/changelog/4.0.0_2021-08-04/enhancement-contextmenu-layout",
"repo_id": "owncloud",
"token_count": 65
} | 601 |
Enhancement: Toggle right sidebar
We introduced a button above the files list to toggle the right sidebar (open/close). It always opens for the current selection model. If nothing is selected, the current folder will be shown in the right sidebar. With this we now allow sharing a folder when the user already navigated... | owncloud/web/changelog/4.1.0_2021-08-20/enhancement-toggle-sidebar/0 | {
"file_path": "owncloud/web/changelog/4.1.0_2021-08-20/enhancement-toggle-sidebar",
"repo_id": "owncloud",
"token_count": 119
} | 602 |
Enhancement: move custom permissions to roles drop
We've moved all the custom permissions (previously advanced permissions) in the sharing dialog into a dropdown which gets triggered by selecting the Custom permissions item in the roles dropdown.
https://github.com/owncloud/web/issues/5764
https://github.com/owncloud... | owncloud/web/changelog/4.3.0_2021-10-07/enhancement-move-custom-permissions-to-drop/0 | {
"file_path": "owncloud/web/changelog/4.3.0_2021-10-07/enhancement-move-custom-permissions-to-drop",
"repo_id": "owncloud",
"token_count": 81
} | 603 |
Bugfix: Use search app translations
We fixed that the search app was not using its translations properly.
https://github.com/owncloud/web/issues/5955
https://github.com/owncloud/web/pull/5956
| owncloud/web/changelog/4.5.0_2021-11-16/bugfix-search-app-translations/0 | {
"file_path": "owncloud/web/changelog/4.5.0_2021-11-16/bugfix-search-app-translations",
"repo_id": "owncloud",
"token_count": 56
} | 604 |
Bugfix: Extension casing
We fixed file extensions always being shown in lowercase.
https://github.com/owncloud/web/issues/5339
https://github.com/owncloud/web/pull/6117
| owncloud/web/changelog/4.7.0_2021-12-16/bugfix-extension-casing/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-extension-casing",
"repo_id": "owncloud",
"token_count": 52
} | 605 |
Enhancement: Show feedback on startup
Instead of displaying an empty page while all components load, display a spiner.
Also show an error message if there was an error.
https://github.com/owncloud/web/pull/5985 | owncloud/web/changelog/4.7.0_2021-12-16/enhancement-feedback-on-startup/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/enhancement-feedback-on-startup",
"repo_id": "owncloud",
"token_count": 55
} | 606 |
Change: Dropped editor route whitelist
We've dropped the `routes` key from file extension handlers defined by editor apps. This was used as a whitelist for being rendered as available editor in the files app. The only usage of this was for disabling editors in the trashbin. We've moved that part of the business logic ... | owncloud/web/changelog/5.0.0_2022-02-14/change-drop-editor-routes-whitelist/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/change-drop-editor-routes-whitelist",
"repo_id": "owncloud",
"token_count": 108
} | 607 |
Enhancement: Add URL handling to markdown editor
We made the markdown editor URL aware. This enables the close button to return to the source folder of the file being edited and also enables opening the editor again on page reload.
https://github.com/owncloud/web/pull/6134
https://github.com/owncloud/web/issues/5928
| owncloud/web/changelog/5.0.0_2022-02-14/enhancement-markdown-editor-url-handling/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-markdown-editor-url-handling",
"repo_id": "owncloud",
"token_count": 83
} | 608 |
Bugfix: Breadcrumb 'All Files' link
The `All Files` link in the breadcrumb now always point to the root of the personal storage home instead of the optional homeFolder.
https://github.com/owncloud/web/pull/6467
https://github.com/owncloud/web/issues/6327
| owncloud/web/changelog/5.2.0_2022-03-03/bugfix-breadcrumb-root-path/0 | {
"file_path": "owncloud/web/changelog/5.2.0_2022-03-03/bugfix-breadcrumb-root-path",
"repo_id": "owncloud",
"token_count": 76
} | 609 |
Bugfix: File handling in apps
We fixed loading and saving files in apps in all contexts. It's now possible to open files in apps in personal files, favorites, share views and spaces.
https://github.com/owncloud/web/pull/6456
| owncloud/web/changelog/5.3.0_2022-03-23/bugfix-app-file-handling/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-app-file-handling",
"repo_id": "owncloud",
"token_count": 59
} | 610 |
Enhancement: Contextmenu background hover
We've added a background hover color for contextmenu actions.
https://github.com/owncloud/web/pull/6553
https://github.com/owncloud/web/pull/6559
https://github.com/owncloud/web/issues/6560
| owncloud/web/changelog/5.3.0_2022-03-23/enhancement-contextmenu-hover-background/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-contextmenu-hover-background",
"repo_id": "owncloud",
"token_count": 72
} | 611 |
Enhancement: Implement edit quota action in spaces overview
We've added the edit quota action to the space context menu in the spaces overview.
https://github.com/owncloud/web/pull/6598
| owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-overview-edit-quota/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-overview-edit-quota",
"repo_id": "owncloud",
"token_count": 48
} | 612 |
Enhancement: Customizable feedback link
We've added options and documentation for customization of the `href`, `ariaLabel` and `description` of the feedback link in the topbar. See https://owncloud.dev/clients/web/getting-started/ for documentation.
https://github.com/owncloud/web/issues/6702
https://github.com/owncl... | owncloud/web/changelog/5.4.0_2022-04-11/enhancement-customizable-feedback-link/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-customizable-feedback-link",
"repo_id": "owncloud",
"token_count": 111
} | 613 |
Enhancement: Space name in breadcrumb
We have updated the breadcrumbs to show a space's name (if available).
https://github.com/owncloud/web/pull/6662
https://github.com/owncloud/web/issues/6637
| owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-name-breadcrumb/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-name-breadcrumb",
"repo_id": "owncloud",
"token_count": 63
} | 614 |
Bugfix: Not logged out if backend is ownCloud 10
We've fixed an issue, where the user won't be logged out if the backend is ownCloud 10
https://github.com/owncloud/web/pull/6939
https://github.com/owncloud/web/issues/5886
https://github.com/owncloud/web/pull/7128
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-not-logged-out-if-oC10-backend/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-not-logged-out-if-oC10-backend",
"repo_id": "owncloud",
"token_count": 85
} | 615 |
Bugfix: Show message while upload size exceeds quota
We fixed a bug where an upload silently failed if the upload size exceeds the space quota. It now displays a detailed message instead
https://github.com/owncloud/web/pull/7032
https://github.com/owncloud/web/issues/7025
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-show-message-while-upload-size-exceeds-quota/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-show-message-while-upload-size-exceeds-quota",
"repo_id": "owncloud",
"token_count": 71
} | 616 |
Enhancement: Add Sentry support
We've added Sentry support to enable monitoring and error tracking (see docs "getting started").
https://github.com/owncloud/web/pull/6759
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-sentry-support/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-sentry-support",
"repo_id": "owncloud",
"token_count": 47
} | 617 |
Enhancement: Introduce user-management app
We've added the app "user-management" with the following features:
* Listing, creating, deleting and editing users
* Listing, creating, deleting and editing group
* Universal search in users and groups view
https://github.com/owncloud/web/issues/6673
https://github.com/owncl... | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-introduce-web-app-user-management/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-introduce-web-app-user-management",
"repo_id": "owncloud",
"token_count": 140
} | 618 |
Enhancement: Prevent the resource name in the sidebar from being truncated
We now prevent the resource name in the right sidebar from being truncated to ensure that the full name can be read at any time.
https://github.com/owncloud/web/issues/6776
https://github.com/owncloud/web/pull/7052
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-sidebar-resource-name-truncate/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-sidebar-resource-name-truncate",
"repo_id": "owncloud",
"token_count": 78
} | 619 |
Bugfix: Map unknown mime types to image rendering in Preview app
Mime types that don't start with `video/`, `audio/` or `image/` were not rendered by the preview app. Files with unknown mime type category are now being rendered as images.
https://github.com/owncloud/web/pull/7161
| owncloud/web/changelog/5.6.1_2022-06-22/bugfix-preview-mimetype-mapping/0 | {
"file_path": "owncloud/web/changelog/5.6.1_2022-06-22/bugfix-preview-mimetype-mapping",
"repo_id": "owncloud",
"token_count": 77
} | 620 |
Bugfix: file size formatting
We've fixed file size formatting to respect the language setting of the user.
https://github.com/owncloud/web/pull/7443
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-filesize-formatting/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-filesize-formatting",
"repo_id": "owncloud",
"token_count": 41
} | 621 |
Bugfix: Don't leak oidc callback url into browser history
We've made sure that the oidc callback url does not appear in the browser history after the user has been redirected back from the IdP to ownCloud Web.
https://github.com/owncloud/web/issues/3071
https://github.com/owncloud/web/pull/7293
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-oidc-callback-browser-history/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-oidc-callback-browser-history",
"repo_id": "owncloud",
"token_count": 84
} | 622 |
Bugfix: "Shared with others" and "Shared via Link" resource links not working
We've fixed a bug where resource links in "Shared with others" and "Shared via Link" page stopped working.
https://github.com/owncloud/web/pull/7308
https://github.com/owncloud/web/issues/7303
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-shared-with-others-and-via-link-resource-links/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-shared-with-others-and-via-link-resource-links",
"repo_id": "owncloud",
"token_count": 82
} | 623 |
Bugfix: Typo when reading public links capabilities
https://github.com/owncloud/web/pull/7595
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-typo-reading-capabilities-pl/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-typo-reading-capabilities-pl",
"repo_id": "owncloud",
"token_count": 28
} | 624 |
Enhancement: Lowlight cut resources
We've added a visual indication to show which resources are being cut
https://github.com/owncloud/web/pull/7309 | owncloud/web/changelog/5.7.0_2022-09-09/enhancement-lowlight-cut-resources/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-lowlight-cut-resources",
"repo_id": "owncloud",
"token_count": 40
} | 625 |
Enhancement: Search improvements
We've improved the search, it will show now if no results according to term was found or if the results exceeds the
search limit.
We've also navigate to the last page while clicking the x in the search input field.
https://github.com/owncloud/web/pull/7586
https://github.com/owncloud... | owncloud/web/changelog/5.7.0_2022-09-09/enhancement-search-improvements/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-search-improvements",
"repo_id": "owncloud",
"token_count": 106
} | 626 |
Bugfix: Disable shares loading on public and trash locations
We've disabled shares loading on public and trash locations as it's not needed.
https://github.com/owncloud/web/pull/7739
https://github.com/owncloud/web/issues/7667
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disable-shares-loading-on-public-and-trash-locations/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disable-shares-loading-on-public-and-trash-locations",
"repo_id": "owncloud",
"token_count": 63
} | 627 |
Bugfix: Do not load files from cache in public links
When apps (i.e Drawio) try to load a file, the browser caches the request.
If the file was modified somewhere else, this causes inconsistent results which prevent saving any changes until the cache is properly cleared.
This had previously been fixed for normal files... | owncloud/web/changelog/6.0.0_2022-11-29/bugfix-nocache-pl/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-nocache-pl",
"repo_id": "owncloud",
"token_count": 118
} | 628 |
Bugfix: Sidebar without highlighted resource
Sidebar panels that require a resource now won't be loaded without such. This fixes a bug where navigating with an open sidebar would break it.
https://github.com/owncloud/web/issues/7781
https://github.com/owncloud/web/pull/7826
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-sidebar-without-highlighted-resource/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-sidebar-without-highlighted-resource",
"repo_id": "owncloud",
"token_count": 73
} | 629 |
Enhancement: Add `X-Request-ID` header to all outgoing requests
`X-Request-ID` headers have been added to all outgoing requests to make the tracing of requests easier.
https://github.com/owncloud/web/issues/4675
https://github.com/owncloud/web/pull/7800
| owncloud/web/changelog/6.0.0_2022-11-29/enhancement-add-x-request-id/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-add-x-request-id",
"repo_id": "owncloud",
"token_count": 76
} | 630 |
Enhancement: Auth context in route meta props
The route meta prop has been extended by a new "meta.authContext" property (can be one out of "anonymous", "user", "publicLink" or "hybrid"). With this, app developers can now define anonymous routes, which was hardcoded to a few well known route names before.
Anonymous ro... | owncloud/web/changelog/6.0.0_2022-11-29/enhancement-route-meta-props/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-route-meta-props",
"repo_id": "owncloud",
"token_count": 179
} | 631 |
Bugfix: Drop menus with limited vertical screen space
We've changed the way how drop menus are positioned when only limited vertical screen space is available. They now fully utilize the available vertical screen space.
https://github.com/owncloud/web/issues/8411
https://github.com/owncloud/web/issues/8412
https://gi... | owncloud/web/changelog/7.0.0_2023-06-02/bugfix-drop-menus-limited-vertical-space/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-drop-menus-limited-vertical-space",
"repo_id": "owncloud",
"token_count": 107
} | 632 |
Bugfix: Resource not found and No content message at the same time
We've fixed a bug where the "Resource not found" and "Empty folder" messages were shown at the same time.
https://github.com/owncloud/web/issues/9061
https://github.com/owncloud/web/pull/9062
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-no-content-not-found/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-no-content-not-found",
"repo_id": "owncloud",
"token_count": 77
} | 633 |
Bugfix: Re-loading space members panel
We've fixed a bug where re-loading the members panel for a space would remove recently added members in the UI.
https://github.com/owncloud/web/pull/8300
https://github.com/owncloud/web/issues/8298
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-re-loading-space-members/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-re-loading-space-members",
"repo_id": "owncloud",
"token_count": 69
} | 634 |
Bugfix: Show space members despite deleted entries
The space members panel in the right sidebar was not showing any members anymore if one of the members was deleted. This has been fixed and now shows the remaining members.
https://github.com/owncloud/web/issues/8148
https://github.com/owncloud/web/pull/8336
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-space-members-panel-deleted-members/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-space-members-panel-deleted-members",
"repo_id": "owncloud",
"token_count": 78
} | 635 |
Enhancement: Add context menu to users
A context menu has been added to the users management page in the admin settings. It can be toggled via right-click and quick-action.
https://github.com/owncloud/web/pull/8324
https://github.com/owncloud/web/issues/8323
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-context-menu-to-users/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-context-menu-to-users",
"repo_id": "owncloud",
"token_count": 76
} | 636 |
Enhancement: Beautify form inputs
We've updated the styling of text inputs.
https://github.com/owncloud/web/pull/8554
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-beautify-form-inputs/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-beautify-form-inputs",
"repo_id": "owncloud",
"token_count": 37
} | 637 |
Enhancement: Font family in theming
We've added support for modifying the font family via theming.
Please note that the chosen font needs to be made available as `font-face` via additional CSS.
https://github.com/owncloud/web/pull/8797
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-font-family-theming/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-font-family-theming",
"repo_id": "owncloud",
"token_count": 64
} | 638 |
Enhancement: Enable autoplay in the preview app
https://github.com/owncloud/web/pull/7995
https://github.com/owncloud/web/issues/7908
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-enable-autoplay/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-enable-autoplay",
"repo_id": "owncloud",
"token_count": 45
} | 639 |
Enhancement: Space group members
We've added the option to manage and work with space group members.
In detail it contains:
* Permission management for space group members
* Inherit space group permissions to child resources
* Groups appear in the autocomplete list when inviting space members
* Selected groups appear... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-share-group-members/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-share-group-members",
"repo_id": "owncloud",
"token_count": 242
} | 640 |
Enhancement: User settings login field
We've introduced the new login field in the user settings,
where the admin can allow or disallow the login for the respective user.
https://github.com/owncloud/web/pull/8433
https://github.com/owncloud/web/pull/8799
https://github.com/owncloud/web/issues/8484
https://github.com/... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-user-settings-login-field/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-user-settings-login-field",
"repo_id": "owncloud",
"token_count": 120
} | 641 |
Bugfix: Uploading to folders that contain special characters
Uploading resources to folders that contain special characters in their names has been fixed.
https://github.com/owncloud/web/issues/9247
https://github.com/owncloud/web/pull/9290
| owncloud/web/changelog/7.1.0_2023-08-23/bugfix-uploading-to-folders-with-special-chars/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/bugfix-uploading-to-folders-with-special-chars",
"repo_id": "owncloud",
"token_count": 63
} | 642 |
Enhancement: Drag & drop on parent folder
We've added the possibility to drag & drop files onto the breadcrumb to move items into parent folders in a fast and intuitive way.
https://github.com/owncloud/web/pull/9052
https://github.com/owncloud/web/issues/9043
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-drag-drop-parent-folder/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-drag-drop-parent-folder",
"repo_id": "owncloud",
"token_count": 74
} | 643 |
Enhancement: Shrink table columns
We've decided to shrink most table columns in the file list to their absolute minimum (Shares, Size, Modified/Shared/Delete date, Actions) so that the file name can take up more horizontal space.
https://github.com/owncloud/web/issues/8599
https://github.com/owncloud/web/pull/8978
| owncloud/web/changelog/7.1.0_2023-08-23/enhancement-shrink-table-columns/0 | {
"file_path": "owncloud/web/changelog/7.1.0_2023-08-23/enhancement-shrink-table-columns",
"repo_id": "owncloud",
"token_count": 88
} | 644 |
Bugfix: Zoom in preview app not working with all browsers
We fixed a bug where zoom in and zoom out not working in preview app with all browsers, for example in Firefox.
https://github.com/owncloud/web/pull/10137
| owncloud/web/changelog/7.1.3_2023-12-15/bugfix-zoom-in-preview-app-not-working-with-all-browsers/0 | {
"file_path": "owncloud/web/changelog/7.1.3_2023-12-15/bugfix-zoom-in-preview-app-not-working-with-all-browsers",
"repo_id": "owncloud",
"token_count": 56
} | 645 |
Bugfix: Logout page after token expiry
Wrongly showing the logout page after revisiting Web with an expired token has been fixed. Users now get redirected to the login page instead.
https://github.com/owncloud/web/pull/10065
https://github.com/owncloud/web/issues/10063
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-logout-page-after-token-expiry/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-logout-page-after-token-expiry",
"repo_id": "owncloud",
"token_count": 76
} | 646 |
Bugfix: Tags are no longer editable for a locked file
Tags are no longer editable for files that are currently locked.
https://github.com/owncloud/web/pull/9873
https://github.com/owncloud/web/pull/9883
https://github.com/owncloud/web/issues/9789
| owncloud/web/changelog/8.0.0_2024-03-08/bugfix-tags-not-editable-locked-files/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/bugfix-tags-not-editable-locked-files",
"repo_id": "owncloud",
"token_count": 78
} | 647 |
Enhancement: Add media type filter chip
We've added a new filter option in the search list to filter by media type.
https://github.com/owncloud/web/pull/9912
https://github.com/owncloud/web/pull/9942
https://github.com/owncloud/web/pull/10030
https://github.com/owncloud/web/issues/9780
https://github.com/owncloud/web... | owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-file-media-filter-chip/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-add-file-media-filter-chip",
"repo_id": "owncloud",
"token_count": 110
} | 648 |
Enhancement: Enable dark theme on importer
We've enabled the dark theme on our importer, so the user will see a dark-themed dialog, whenever they activate the
dark mode.
https://github.com/owncloud/web/pull/9884
https://github.com/owncloud/web/issues/9452
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-enable-dark-theme-on-importer/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-enable-dark-theme-on-importer",
"repo_id": "owncloud",
"token_count": 76
} | 649 |
Enhancement: Preview app add reset button for images
We've added a reset button in the preview app for images to reset rotation, zoom and position.
https://github.com/owncloud/web/pull/10356
https://github.com/owncloud/web/issues/9840
| owncloud/web/changelog/8.0.0_2024-03-08/enhancement-preview-app-add-reset-button-for-images/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-preview-app-add-reset-button-for-images",
"repo_id": "owncloud",
"token_count": 67
} | 650 |
Enhancement: Show webdav information in details view
We've added WebDav path and WebDav url information to the details view,
this might be usefully when the user wants to add an external WebDav client.
By default this view option is disabled but can be enabled via account->preferences view.
https://github.com/ownclo... | owncloud/web/changelog/8.0.0_2024-03-08/enhancement-show-webdav-information-in-details/0 | {
"file_path": "owncloud/web/changelog/8.0.0_2024-03-08/enhancement-show-webdav-information-in-details",
"repo_id": "owncloud",
"token_count": 138
} | 651 |
Bugfix: Share sidebar icons
We've fixed a bug where the share invite search dropdown didn't have icons in some cases.
https://github.com/owncloud/web/pull/10551
| owncloud/web/changelog/9.0.0_2024-02-26/bugfix-share-sidebar-icons/0 | {
"file_path": "owncloud/web/changelog/9.0.0_2024-02-26/bugfix-share-sidebar-icons",
"repo_id": "owncloud",
"token_count": 46
} | 652 |
Enhancement: icon for .dcm files
We've added a custom icon for medical images of the file type dcm.
https://github.com/owncloud/web/issues/9215
https://github.com/owncloud/web/pull/10172
| owncloud/web/changelog/9.0.0_2024-02-26/enhancement-medical-icon/0 | {
"file_path": "owncloud/web/changelog/9.0.0_2024-02-26/enhancement-medical-icon",
"repo_id": "owncloud",
"token_count": 62
} | 653 |
{
"server": "https://localhost:9200",
"theme": "https://localhost:9200/themes/owncloud/theme.json",
"openIdConnect": {
"metadata_url": "https://localhost:9200/.well-known/openid-configuration",
"authority": "https://localhost:9200",
"client_id": "web",
"response_type": "code",
"scope": "openid... | owncloud/web/config/config.json.sample-ocis/0 | {
"file_path": "owncloud/web/config/config.json.sample-ocis",
"repo_id": "owncloud",
"token_count": 384
} | 654 |
clients:
- id: web
name: ownCloud web app
application_type: web
insecure: true
trusted: true
redirect_uris:
- https://host.docker.internal:9200/
- https://host.docker.internal:9200/oidc-callback.html
- https://host.docker.internal:9200/oidc-silent-redirect.html
- https://ho... | owncloud/web/dev/docker/ocis.idp.config.yaml/0 | {
"file_path": "owncloud/web/dev/docker/ocis.idp.config.yaml",
"repo_id": "owncloud",
"token_count": 532
} | 655 |
---
title: "ownCloud Web"
date: 2018-05-02T00:00:00+00:00
weight: -15
geekdocRepo: https://github.com/owncloud/web
geekdocEditPath: edit/master/docs
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
This is the next generation ownCloud frontend.
If you're new here, head over to the the [getting started guid... | owncloud/web/docs/_index.md/0 | {
"file_path": "owncloud/web/docs/_index.md",
"repo_id": "owncloud",
"token_count": 133
} | 656 |
---
title: 'Right sidebar panel extensions'
date: 2024-01-23T00:00:00+00:00
weight: 60
geekdocRepo: https://github.com/owncloud/web
geekdocEditPath: edit/master/docs/extension-system/extension-types
geekdocFilePath: right-sidebar-panels.md
geekdocCollapseSection: true
---
{{< toc >}}
## Extension Type SideBarPanel
T... | owncloud/web/docs/extension-system/extension-types/right-sidebar-panels.md/0 | {
"file_path": "owncloud/web/docs/extension-system/extension-types/right-sidebar-panels.md",
"repo_id": "owncloud",
"token_count": 1059
} | 657 |
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime"
],
"env": {
"test": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"babel-plugin-require-context-hook"
]
}
}
}
| owncloud/web/packages/design-system/.babelrc/0 | {
"file_path": "owncloud/web/packages/design-system/.babelrc",
"repo_id": "owncloud",
"token_count": 144
} | 658 |
Enhancement: Initial release
We created the ownCloud Design System to provide developers with well documents and reusable vue.js components.
https://github.com/owncloud/owncloud-design-system/issues/10
https://owncloud.github.io/owncloud-design-system/ | owncloud/web/packages/design-system/changelog/1.0.1_2020-01-30/initial-version/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.0.1_2020-01-30/initial-version",
"repo_id": "owncloud",
"token_count": 67
} | 659 |
Change: Option for justify-content on oc-button
OcButton now has a property for defining a `justify-content` value out of left, center, right, space-between, space-around and space-evenly.
https://github.com/owncloud/owncloud-design-system/pull/878
https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
| owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/button-justify-content/0 | {
"file_path": "owncloud/web/packages/design-system/changelog/1.11.0_2020-09-18/button-justify-content",
"repo_id": "owncloud",
"token_count": 100
} | 660 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.