text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
/**
* Wrap modal content in modal classes, without modal behaviours
*/
export function ModalContentDecorator(Story) {
return (
<div className="modal-dialog">
<div className="modal-content">
<Story />
</div>
</div>
)
}
export function ModalBodyDecorator(Story) {
return (
<div cl... | overleaf/web/frontend/stories/modals/modal-decorators.js/0 | {
"file_path": "overleaf/web/frontend/stories/modals/modal-decorators.js",
"repo_id": "overleaf",
"token_count": 208
} | 545 |
.account-settings {
.alert {
margin-bottom: 0;
}
h3 {
margin-top: 0;
}
}
#delete-account-modal {
.alert {
margin-top: 25px;
margin-bottom: 4px;
}
.confirmation-checkbox-wrapper {
padding-top: 8px;
input {
margin-right: 6px;
}
}
}
.affiliations-table {
table-layout: ... | overleaf/web/frontend/stylesheets/app/account-settings.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/account-settings.less",
"repo_id": "overleaf",
"token_count": 1050
} | 546 |
.modal-hotkeys {
font-size: 14px;
h3:first-child {
margin-top: 0;
}
.hotkey {
margin-bottom: @line-height-computed / 2;
}
.description {
display: inline-block;
}
.combination {
padding: 4px 8px;
border-radius: 3px;
background-color: @gray-dark;
color: white;
font-fami... | overleaf/web/frontend/stylesheets/app/editor/hotkeys.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/editor/hotkeys.less",
"repo_id": "overleaf",
"token_count": 185
} | 547 |
#front-chat-holder > div[role='button'] {
margin-bottom: @footer-height;
}
| overleaf/web/frontend/stylesheets/app/front-chat-widget.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/front-chat-widget.less",
"repo_id": "overleaf",
"token_count": 29
} | 548 |
.recurly-hosted-field {
&:extend(.form-control);
}
| overleaf/web/frontend/stylesheets/app/recurly.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/recurly.less",
"repo_id": "overleaf",
"token_count": 25
} | 549 |
.card {
background-color: white;
border-radius: @border-radius-base;
box-shadow: @card-box-shadow;
padding: @line-height-computed;
.page-header {
margin: 0 0 1.5625rem;
h1,
h2,
h3 {
margin-top: 0;
}
}
> .container-fluid {
padding: 0;
}
.card-header {
border-bottom: 1... | overleaf/web/frontend/stylesheets/components/card.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/card.less",
"repo_id": "overleaf",
"token_count": 546
} | 550 |
//
// Input groups
// --------------------------------------------------
// Base styles
// -------------------------
.input-group {
position: relative; // For dropdowns
display: table;
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
... | overleaf/web/frontend/stylesheets/components/input-groups.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/input-groups.less",
"repo_id": "overleaf",
"token_count": 1524
} | 551 |
//
// Pagination (multiple pages)
// --------------------------------------------------
.pagination {
display: inline-block;
padding-left: 0;
margin: @line-height-computed 0;
border-radius: @border-radius-base;
> li {
display: inline; // Remove list-style and block-level defaults
> a,
> button,
... | overleaf/web/frontend/stylesheets/components/pagination.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/pagination.less",
"repo_id": "overleaf",
"token_count": 964
} | 552 |
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS text size adjust after orientation change, without disabling
// user zoom.
//
html {
font-family: sans-serif; // 1
-ms-text-size-adjust: 100%; // 2
-webkit-text-size-adjust: 100%; //... | overleaf/web/frontend/stylesheets/core/normalize.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/core/normalize.less",
"repo_id": "overleaf",
"token_count": 2378
} | 553 |
.plv-highlights-layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
}
.plv-highlights-layer > div {
display: block;
position: absolute;
pointer-events: auto;
background-color: yellow;
opacity: 0.4;
}
| overleaf/web/frontend/stylesheets/vendor/pdfListView/HighlightsLayer.css/0 | {
"file_path": "overleaf/web/frontend/stylesheets/vendor/pdfListView/HighlightsLayer.css",
"repo_id": "overleaf",
"token_count": 106
} | 554 |
{
"invalid_password": "パスワードの入力に誤りがあります",
"error": "エラー",
"other_actions": "その他の操作",
"email_sent": "メールが送信されました",
"create_first_admin_account": "初めての管理者アカウントの作成",
"ldap": "LDAP",
"status_checks": "ステータスの確認",
"editor_resources": "エディターの資源",
"checking": "確認中",
"cannot_invite_non_user": "招待を送信することができませ... | overleaf/web/locales/ja.json/0 | {
"file_path": "overleaf/web/locales/ja.json",
"repo_id": "overleaf",
"token_count": 25256
} | 555 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['server-ce', 'server-pro', 'saas']
const indexes = [
{
key: {
doc_id: 1,
v: 1,
},
name: 'doc_id_1_v_1',
},
{
key: {
project_id: 1,
'meta.end_ts': 1,
},
name: 'project_id_... | overleaf/web/migrations/20190912145005_create_docHistory_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145005_create_docHistory_indexes.js",
"repo_id": "overleaf",
"token_count": 457
} | 556 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['saas']
const indexes = [
{
key: {
project_id: 1,
},
name: 'project_id_1',
},
{
key: {
expiresAt: 1,
},
name: 'expiresAt_1',
expireAfterSeconds: 0,
},
]
exports.migrate = asyn... | overleaf/web/migrations/20190912145021_create_projectHistorySyncState_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145021_create_projectHistorySyncState_indexes.js",
"repo_id": "overleaf",
"token_count": 267
} | 557 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['server-ce', 'server-pro', 'saas']
const indexes = {
docSnapshots: [{ key: { project_id: 1, ts: 1 }, name: 'project_id_1_ts_1' }],
deletedProjects: [
{
key: { 'deleterData.deletedProjectOwnerId': 1 },
nam... | overleaf/web/migrations/20200120163346_atlas_recommended_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20200120163346_atlas_recommended_indexes.js",
"repo_id": "overleaf",
"token_count": 348
} | 558 |
const runScript = require('../scripts/back_fill_dummy_doc_meta.js')
exports.tags = ['server-ce', 'server-pro', 'saas']
exports.migrate = async client => {
const { db } = client
const [firstProject] = await db.projects
.find()
.sort({ _id: 1 })
.limit(1)
.toArray()
if (!firstProject) {
return... | overleaf/web/migrations/20210728115327_ce_sp_backfill_dummy_doc_meta.js/0 | {
"file_path": "overleaf/web/migrations/20210728115327_ce_sp_backfill_dummy_doc_meta.js",
"repo_id": "overleaf",
"token_count": 196
} | 559 |
{
"name": "web-overleaf",
"version": "0.1.4",
"description": "The HTTP front end for ShareLaTeX",
"license": "AGPL-3.0-only",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/web-sharelatex.git"
},
"directories": {
"public": "./public"
},
"scripts": {... | overleaf/web/package.json/0 | {
"file_path": "overleaf/web/package.json",
"repo_id": "overleaf",
"token_count": 5135
} | 560 |
const { batchedUpdate } = require('./helpers/batchedUpdate')
const { promiseMapWithLimit, promisify } = require('../app/src/util/promises')
const { db } = require('../app/src/infrastructure/mongodb')
const sleep = promisify(setTimeout)
const _ = require('lodash')
async function main(options) {
if (!options) {
op... | overleaf/web/scripts/back_fill_doc_name_for_deleted_docs.js/0 | {
"file_path": "overleaf/web/scripts/back_fill_doc_name_for_deleted_docs.js",
"repo_id": "overleaf",
"token_count": 845
} | 561 |
/* subscription.freeTrialExpiresAt
* Example script for a migration:
*
* This script demonstrates how to write a script that is runnable either via
* the CLI, or via a migration. The related migration is `script_example`
* in the migrations directory.
*/
const { User } = require('../../app/src/models/User')
// c... | overleaf/web/scripts/example/script_for_migration.js/0 | {
"file_path": "overleaf/web/scripts/example/script_for_migration.js",
"repo_id": "overleaf",
"token_count": 257
} | 562 |
require 'rubygems'
require 'recurly'
require 'json'
if ENV['RECURLY_SUBDOMAIN']
Recurly.subdomain = ENV['RECURLY_SUBDOMAIN']
else
print "Defaulting to sharelatex-sandbox. Set RECURLY_SUBDOMAIN environment variable to override\n"
Recurly.subdomain = "sharelatex-sandbox"
end
if ENV['RECURLY_API_KEY']
Recurly.api_ke... | overleaf/web/scripts/recurly/sync_recurly.rb/0 | {
"file_path": "overleaf/web/scripts/recurly/sync_recurly.rb",
"repo_id": "overleaf",
"token_count": 679
} | 563 |
const { promises: fs } = require('fs')
const { promisify } = require('util')
const oneSky = require('@brainly/onesky-utils')
const { withAuth } = require('./config')
const sleep = promisify(setTimeout)
async function uploadLocales() {
// Docs: https://github.com/onesky/api-documentation-platform/blob/master/resourc... | overleaf/web/scripts/translations/upload.js/0 | {
"file_path": "overleaf/web/scripts/translations/upload.js",
"repo_id": "overleaf",
"token_count": 504
} | 564 |
/* eslint-disable
camelcase,
max-len,
no-unused-vars,
node/no-deprecated-api,
*/
// 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
* DS207: Consider short... | overleaf/web/test/acceptance/src/ApiClsiTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/ApiClsiTests.js",
"repo_id": "overleaf",
"token_count": 2289
} | 565 |
const { expect } = require('chai')
const _ = require('underscore')
const mkdirp = require('mkdirp')
const { promisify } = require('util')
const Settings = require('@overleaf/settings')
const User = require('./helpers/User').promises
const express = require('express')
const LinkedUrlProxy = express()
LinkedUrlProxy.ge... | overleaf/web/test/acceptance/src/LinkedFilesTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/LinkedFilesTests.js",
"repo_id": "overleaf",
"token_count": 6605
} | 566 |
/* eslint-disable
camelcase,
node/handle-callback-err,
max-len,
no-return-assign,
*/
// 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
* DS207: Consider s... | overleaf/web/test/acceptance/src/SecurityHeadersTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/SecurityHeadersTests.js",
"repo_id": "overleaf",
"token_count": 1651
} | 567 |
const { ObjectId } = require('mongodb')
const Subscription = require('./Subscription')
const MockRecurlyApiClass = require('../mocks/MockRecurlyApi')
const RecurlyWrapper = require('../../../../app/src/Features/Subscription/RecurlyWrapper')
let MockRecurlyApi
before(function () {
MockRecurlyApi = MockRecurlyApiClas... | overleaf/web/test/acceptance/src/helpers/RecurlySubscription.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/helpers/RecurlySubscription.js",
"repo_id": "overleaf",
"token_count": 650
} | 568 |
const AbstractMockApi = require('./AbstractMockApi')
class MockFilestoreApi extends AbstractMockApi {
reset() {
this.files = {}
}
applyRoutes() {
this.app.post('/project/:projectId/file/:fileId', (req, res) => {
const chunks = []
req.on('data', chunk => chunks.push(chunk))
req.on('end... | overleaf/web/test/acceptance/src/mocks/MockFilestoreApi.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/mocks/MockFilestoreApi.js",
"repo_id": "overleaf",
"token_count": 825
} | 569 |
import { expect } from 'chai'
import { render, screen } from '@testing-library/react'
import ChatToggleButton from '../../../../../frontend/js/features/editor-navigation-toolbar/components/chat-toggle-button'
describe('<ChatToggleButton />', function () {
const defaultProps = {
chatIsOpen: false,
unreadMess... | overleaf/web/test/frontend/features/editor-navigation-toolbar/components/chat-toggle-button.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/editor-navigation-toolbar/components/chat-toggle-button.test.js",
"repo_id": "overleaf",
"token_count": 277
} | 570 |
import { expect } from 'chai'
import sinon from 'sinon'
import { screen, fireEvent, waitFor } from '@testing-library/react'
import fetchMock from 'fetch-mock'
import MockedSocket from 'socket.io-mock'
import {
renderWithEditorContext,
cleanUpContext,
} from '../../../helpers/render-with-context'
import FileTreeRoo... | overleaf/web/test/frontend/features/file-tree/flows/create-folder.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/file-tree/flows/create-folder.test.js",
"repo_id": "overleaf",
"token_count": 3347
} | 571 |
import { expect } from 'chai'
import { screen, render } from '@testing-library/react'
import PreviewDownloadFileList, {
topFileTypes,
} from '../../../../../frontend/js/features/preview/components/preview-download-file-list'
describe('<PreviewDownloadFileList />', function () {
const projectId = 'projectId123'
... | overleaf/web/test/frontend/features/preview/components/preview-download-file-list.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/preview/components/preview-download-file-list.test.js",
"repo_id": "overleaf",
"token_count": 1443
} | 572 |
import { expect } from 'chai'
import { render, screen } from '@testing-library/react'
import Pagination from '../../../../frontend/js/shared/components/pagination'
describe('<Pagination />', function () {
it('renders with current page handled', async function () {
render(
<Pagination currentPage={6} totalP... | overleaf/web/test/frontend/shared/components/pagination.test.js/0 | {
"file_path": "overleaf/web/test/frontend/shared/components/pagination.test.js",
"repo_id": "overleaf",
"token_count": 966
} | 573 |
const Settings = require('@overleaf/settings')
async function run({ assertHasStatusCode, request }) {
const response = await request(`/project/${Settings.smokeTest.projectId}`)
assertHasStatusCode(response, 200)
const PROJECT_ID_REGEX = new RegExp(
`<meta name="ol-project_id" content="${Settings.smokeTest.... | overleaf/web/test/smoke/src/steps/101_loadEditor.js/0 | {
"file_path": "overleaf/web/test/smoke/src/steps/101_loadEditor.js",
"repo_id": "overleaf",
"token_count": 161
} | 574 |
/* 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/Chat/ChatApiHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Chat/ChatApiHandlerTests.js",
"repo_id": "overleaf",
"token_count": 1923
} | 575 |
/* eslint-disable
node/handle-callback-err,
max-len,
no-return-assign,
*/
// 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/de... | overleaf/web/test/unit/src/Cooldown/CooldownManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Cooldown/CooldownManagerTests.js",
"repo_id": "overleaf",
"token_count": 2301
} | 576 |
const { expect } = require('chai')
const MockResponse = require('../helpers/MockResponse')
const MockRequest = require('../helpers/MockRequest')
const SandboxedModule = require('sandboxed-module')
const modulePath = '../../../../app/src/Features/Errors/HttpErrorHandler.js'
describe('HttpErrorHandler', function () {
... | overleaf/web/test/unit/src/Errors/HttpErrorHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Errors/HttpErrorHandlerTests.js",
"repo_id": "overleaf",
"token_count": 4851
} | 577 |
/* 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/Institutions/InstitutionsControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Institutions/InstitutionsControllerTests.js",
"repo_id": "overleaf",
"token_count": 2210
} | 578 |
/* eslint-disable
max-len,
mocha/no-identical-title,
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: h... | overleaf/web/test/unit/src/Project/ProjectCollabratecDetailsTest.js/0 | {
"file_path": "overleaf/web/test/unit/src/Project/ProjectCollabratecDetailsTest.js",
"repo_id": "overleaf",
"token_count": 6939
} | 579 |
/* 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/Project/SafePathTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Project/SafePathTests.js",
"repo_id": "overleaf",
"token_count": 3421
} | 580 |
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/Spelling/SpellingController.js'
)
const TEN_SECONDS = 1000 * 10
const SPELLING_HOST = 'http://spelling.service.test'
const SPELLING_URL = 'http://spe... | overleaf/web/test/unit/src/Spelling/SpellingControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Spelling/SpellingControllerTests.js",
"repo_id": "overleaf",
"token_count": 2209
} | 581 |
const SandboxedModule = require('sandboxed-module')
const { expect } = require('chai')
const sinon = require('sinon')
const modulePath =
'../../../../app/src/Features/Subscription/UserFeaturesUpdater'
describe('UserFeaturesUpdater', function () {
beforeEach(function () {
this.User = { updateOne: sinon.stub().c... | overleaf/web/test/unit/src/Subscription/UserFeaturesUpdaterTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Subscription/UserFeaturesUpdaterTests.js",
"repo_id": "overleaf",
"token_count": 1160
} | 582 |
/* 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
* DS206: Consider reworking classes to avoid... | overleaf/web/test/unit/src/Uploads/ProjectUploadControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Uploads/ProjectUploadControllerTests.js",
"repo_id": "overleaf",
"token_count": 3584
} | 583 |
/* eslint-disable
node/handle-callback-err,
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: h... | overleaf/web/test/unit/src/User/UserRegistrationHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/User/UserRegistrationHandlerTests.js",
"repo_id": "overleaf",
"token_count": 4716
} | 584 |
const mockModel = require('../MockModel')
module.exports = mockModel('Folder', {
'./Doc': require('./Doc'),
'./File': require('./File'),
})
| overleaf/web/test/unit/src/helpers/models/Folder.js/0 | {
"file_path": "overleaf/web/test/unit/src/helpers/models/Folder.js",
"repo_id": "overleaf",
"token_count": 51
} | 585 |
# run tranformer
npx jscodeshift \
-t transform/o-error/transform.js \
--ignore-pattern=frontend/js/libraries.js \
--ignore-pattern=frontend/js/vendor \
$1
# replace blank lines in staged changed with token
git diff --ignore-all-space --ignore-blank-lines | sed 's/^\+$/\+REMOVE_ME_IM_A_BLANK_LINE/g' | git apply... | overleaf/web/transform/o-error/transform.sh/0 | {
"file_path": "overleaf/web/transform/o-error/transform.sh",
"repo_id": "overleaf",
"token_count": 209
} | 586 |
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>owncloud-ops/renovate-presets:docker"],
"prConcurrentLimit": 5,
"ignoreDeps": ["@adobe/leonardo-contrast-colors"]
}
| owncloud/web/.renovaterc.json/0 | {
"file_path": "owncloud/web/.renovaterc.json",
"repo_id": "owncloud",
"token_count": 84
} | 587 |
Enhancement: Use TUS settings from capabilities
The TUS settings advertise the maximum chunk size, so we now use the smallest chunk size from
the one configured in config.json and the one from the capabilities.
If the capabilities report that one should use the X-HTTP-Override-Method header,
the upload will now use a... | owncloud/web/changelog/0.11.0_2020-06-26/3568/0 | {
"file_path": "owncloud/web/changelog/0.11.0_2020-06-26/3568",
"repo_id": "owncloud",
"token_count": 125
} | 588 |
Change: Use correct logo
We've changed the ownCloud logo which is used in the default theme.
The previous logo had an incorrect font-weight.
https://github.com/owncloud/owncloud-design-system/issues/786
https://github.com/owncloud/web/pull/3604 | owncloud/web/changelog/0.11.0_2020-06-26/use-correct-logo/0 | {
"file_path": "owncloud/web/changelog/0.11.0_2020-06-26/use-correct-logo",
"repo_id": "owncloud",
"token_count": 70
} | 589 |
Change: Differentiate between user-id and username
With oCIS user-id and username are not the same as is the case in ownCloud 10.
We've started differentiating between them to correctly display all information in the accounts page.
If the username is not available (oC10), we fall back to using user-id as the username.... | owncloud/web/changelog/0.14.0_2020-08-17/differentiate-between-id-and-username/0 | {
"file_path": "owncloud/web/changelog/0.14.0_2020-08-17/differentiate-between-id-and-username",
"repo_id": "owncloud",
"token_count": 109
} | 590 |
Change: Add default action to click on file name
When clicking on the file name in the files list, a default action is triggered which opens the first available file editor or viewer.
If no file editor or viewer is available, the default action falls back to download.
https://github.com/owncloud/product/issues/234
ht... | owncloud/web/changelog/0.17.0_2020-09-25/default-action/0 | {
"file_path": "owncloud/web/changelog/0.17.0_2020-09-25/default-action",
"repo_id": "owncloud",
"token_count": 105
} | 591 |
Change: Enable autoredirect to the IdP
We've added a key into the theme to enable autoredirect to the IdP when entering ocis-web instead of displaying the login page first.
The default value is set to true.
https://github.com/owncloud/web/pull/4138
| owncloud/web/changelog/0.20.0_2020-10-08/login-autoredirect/0 | {
"file_path": "owncloud/web/changelog/0.20.0_2020-10-08/login-autoredirect",
"repo_id": "owncloud",
"token_count": 71
} | 592 |
Bugfix: Fix edit public link view
We've fixed the issue that edit public link view in the sidebar was overlapping with the versions accordion.
https://github.com/owncloud/web/pull/4374
| owncloud/web/changelog/0.26.0_2020-11-23/fix-edit-link-view/0 | {
"file_path": "owncloud/web/changelog/0.26.0_2020-11-23/fix-edit-link-view",
"repo_id": "owncloud",
"token_count": 49
} | 593 |
Enhancement: Add share indicator for direct and indirect shares in file list
We've added the ability for the user to directly see whether a resource is shared in the file list.
For this, share indicators in the form of a group icon and link icon will appear in a new column near the shared resource.
The blue color of a... | owncloud/web/changelog/0.3.0_2020-01-31/2877/0 | {
"file_path": "owncloud/web/changelog/0.3.0_2020-01-31/2877",
"repo_id": "owncloud",
"token_count": 153
} | 594 |
Change: Improve ownCloud Design System (ODS)
During the work on this release, there have been several changes in ODS which directly affect Web.
- Proper text truncate in breadcrumb component. This fixes the mobile view of the current folder breadcrumb in the top bar.
- New icon sizes `xlarge` and `xxlarge` in oc-icon ... | owncloud/web/changelog/0.4.0_2020-02-14/2989/0 | {
"file_path": "owncloud/web/changelog/0.4.0_2020-02-14/2989",
"repo_id": "owncloud",
"token_count": 356
} | 595 |
Bugfix: Indirect share info now visible in favorite and other file lists
When open the share panel of other flat file lists like the favorites,
the collaborators list and link list are now showing the same entries like
in the "All files" list, which includes indirect shares (via) that were
previously missing.
https:/... | owncloud/web/changelog/0.6.0_2020-03-16/3040/0 | {
"file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3040",
"repo_id": "owncloud",
"token_count": 102
} | 596 |
Bugfix: Display errors when saving collaborator fails
When saving a collaborator has failed, the UI was still behaving like it saved everything successfully. This has been
fixed by displaying the errors at the top of the collaborator editing form and staying in the editing view.
https://github.com/owncloud/web/issues... | owncloud/web/changelog/0.8.0_2020-04-14/3176/0 | {
"file_path": "owncloud/web/changelog/0.8.0_2020-04-14/3176",
"repo_id": "owncloud",
"token_count": 87
} | 597 |
Enhancement: Extend default apps
When release tarballs are created, we are copying the config.json.dist into them as a default config.
In that file were so far only "files" app enabled. This adds also "media viewer" and "draw-io" into apps enabled by default.
https://github.com/owncloud/web/pull/4493
| owncloud/web/changelog/1.0.0_2020-12-16/default-apps/0 | {
"file_path": "owncloud/web/changelog/1.0.0_2020-12-16/default-apps",
"repo_id": "owncloud",
"token_count": 83
} | 598 |
Bugfix: Allow server URL without trailing slash
The server URL in the config was leading to issues resolving resources when it had no trailing slash. We are now checking if the trailing slash is missing and add it upon applying the config if needed.
https://github.com/owncloud/web/pull/4536
| owncloud/web/changelog/1.0.1_2021-01-08/server-url/0 | {
"file_path": "owncloud/web/changelog/1.0.1_2021-01-08/server-url",
"repo_id": "owncloud",
"token_count": 68
} | 599 |
Bugfix: Parent paths traversal for shares
We fixed a bug in parent paths traversals for loading shares. A path with a trailing slash was twice in the result of (parent-)paths, leading to fetching the existing shares on the current folder twice. Since we fetch incoming and outgoing shares this caused 2 unnecessary requ... | owncloud/web/changelog/3.0.0_2021-04-21/bugfix-parent-paths/0 | {
"file_path": "owncloud/web/changelog/3.0.0_2021-04-21/bugfix-parent-paths",
"repo_id": "owncloud",
"token_count": 120
} | 600 |
Enhancement: Implement proper direct delete
We implemented a proper delete action for a single file instead of reusing the batch action for deleting multiple files.
This also solves the issue with the checkbox being checked when opening the delete modal, which was not a11y compliant.
https://github.com/owncloud/web/p... | owncloud/web/changelog/3.1.0_2021-05-12/enhancement-direct-delete/0 | {
"file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-direct-delete",
"repo_id": "owncloud",
"token_count": 77
} | 601 |
Bugfix: Center MediaViewer loading spinner
The loading spinner in the media viewer app wasn't centered vertically since the
wrapping element was to small. It has now been given a min-height of the current
screen size.
https://github.com/owncloud/web/pull/5270
https://github.com/owncloud/web/issues/5196
| owncloud/web/changelog/3.3.0_2021-06-23/bugfix-center-mediaviewer-loadingspinner/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-center-mediaviewer-loadingspinner",
"repo_id": "owncloud",
"token_count": 87
} | 602 |
Bugfix: Upsert resource in filestable
When uploading an already existing resource in the filestable, we sometimes displayed both
files in the filestable until the page got refreshed. We now check when uploading a file if
it exists in the filestable and replace it there if that is the case.
https://github.com/ownclo... | owncloud/web/changelog/3.3.0_2021-06-23/bugfix-upsert-resource-in-filestable/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-upsert-resource-in-filestable",
"repo_id": "owncloud",
"token_count": 87
} | 603 |
Enhancement: Do not reset file selection when cancelling batch delete
We've removed the reset selection method call when cancelling batch delete.
If the user now cancels the delete dialog, the file selection stays as it was before displaying the dialog.
https://github.com/owncloud/web/pull/5107 | owncloud/web/changelog/3.3.0_2021-06-23/enhancement-modal-selection-reset/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-modal-selection-reset",
"repo_id": "owncloud",
"token_count": 70
} | 604 |
Enhancement: Visibility observer
By adding a visibility observer, we now only load image previews for those files that
are close to the user's viewport. It is also equipped with a short waiting period so
scrolling doesn't lead to an overload of requests.
https://github.com/owncloud/web/pull/5194
| owncloud/web/changelog/3.3.0_2021-06-23/enhancement-visibility-observer/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-visibility-observer",
"repo_id": "owncloud",
"token_count": 75
} | 605 |
Bugfix: Unnecessary quota requests
We've removed requests that checked for a user's quota on pages where it was not relevant.
https://github.com/owncloud/web/pull/5539
| owncloud/web/changelog/4.0.0_2021-08-04/bugfix-unnecessary-quota-requests/0 | {
"file_path": "owncloud/web/changelog/4.0.0_2021-08-04/bugfix-unnecessary-quota-requests",
"repo_id": "owncloud",
"token_count": 46
} | 606 |
Enhancement: Move file via drag and drop
We've added moving files and folders via drag and drop to the files table view.
https://github.com/owncloud/web/issues/5592
https://github.com/owncloud/web/pull/5588 | owncloud/web/changelog/4.1.0_2021-08-20/enhancement-move-file-drag-drop/0 | {
"file_path": "owncloud/web/changelog/4.1.0_2021-08-20/enhancement-move-file-drag-drop",
"repo_id": "owncloud",
"token_count": 62
} | 607 |
Enhancement: Early store initialization
We made sure that the store and auth get initialized as early as possible. With this we ensured that capabilities are always loaded as soon as applications start their initialization process.
https://github.com/owncloud/web/pull/5874
| owncloud/web/changelog/4.3.0_2021-10-07/enhancement-early-store-init/0 | {
"file_path": "owncloud/web/changelog/4.3.0_2021-10-07/enhancement-early-store-init",
"repo_id": "owncloud",
"token_count": 60
} | 608 |
Bugfix: Fix location picker breadcrumb url encoding
The breadcrumb urls in location-picker were encoded.
We've fixed this by removing the encoding.
https://github.com/owncloud/web/pull/5940
https://github.com/owncloud/web/pull/5715
https://github.com/owncloud/web/issues/5938
| owncloud/web/changelog/4.5.0_2021-11-16/bugfix-breadcrumb-path-encoding/0 | {
"file_path": "owncloud/web/changelog/4.5.0_2021-11-16/bugfix-breadcrumb-path-encoding",
"repo_id": "owncloud",
"token_count": 88
} | 609 |
Enhancement: Update ODS to v11.3.1
We updated the ownCloud Design System to version 11.3.1. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
- Bugfix - Set language for date formatting: https://github.com/owncloud/owncloud-design-system/pull/1806
- Enhancement - Relative date ... | owncloud/web/changelog/4.6.0_2021-12-07/enhancement-update-ods/0 | {
"file_path": "owncloud/web/changelog/4.6.0_2021-12-07/enhancement-update-ods",
"repo_id": "owncloud",
"token_count": 286
} | 610 |
Enhancement: Show errors when failing to open app in app provider
The error message provided by wopi is now displayed to the user, giving some context on why it failed to open a file.
https://github.com/owncloud/web/pull/6003
| owncloud/web/changelog/4.7.0_2021-12-16/enhancement-app-provider-feedback/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/enhancement-app-provider-feedback",
"repo_id": "owncloud",
"token_count": 61
} | 611 |
Bugfix: Breadcrumbs in different views
The files app had the breadcrumbs broken in the various views. We fixed that by actively watching the current route now for updates of some active route helpers.
https://github.com/owncloud/web/issues/6326
https://github.com/owncloud/web/pull/6370
| owncloud/web/changelog/5.0.0_2022-02-14/bugfix-reactive-active-route/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/bugfix-reactive-active-route",
"repo_id": "owncloud",
"token_count": 77
} | 612 |
Enhancement: Resource-specific icons in ResourceTable
We've added FontAwesome icons for the different resource types,
each getting their respective resource type color from the ODS definition.
https://github.com/owncloud/web/pull/6295
https://github.com/owncloud/web/pull/6387
| owncloud/web/changelog/5.0.0_2022-02-14/enhancement-fontawesome-icons/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-fontawesome-icons",
"repo_id": "owncloud",
"token_count": 74
} | 613 |
Enhancement: Add the graph client to the client service
This way, the client for the graph API can easily be fetched when needed.
https://github.com/owncloud/web/pull/6425
| owncloud/web/changelog/5.1.0_2022-02-18/enhancement-graph-client-service/0 | {
"file_path": "owncloud/web/changelog/5.1.0_2022-02-18/enhancement-graph-client-service",
"repo_id": "owncloud",
"token_count": 49
} | 614 |
Enhancement: Implement the right sidebar for spaces
The right sidebar for a space functions similar to the files sidebar and gives the user basic information and actions for the current space.
https://github.com/owncloud/web/pull/6437
https://github.com/owncloud/web/issues/6284
| owncloud/web/changelog/5.2.0_2022-03-03/enhancement-spaces-sidebar/0 | {
"file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-spaces-sidebar",
"repo_id": "owncloud",
"token_count": 71
} | 615 |
Enhancement: Don't block account page while groups are loading
We don't show a loading state for the full account information page anymore while the group membership information is loading. Instead we only show a loading spinner for the group membership information, while the rest of the user information is available ... | owncloud/web/changelog/5.3.0_2022-03-23/enhancement-account-page-loading/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-account-page-loading",
"repo_id": "owncloud",
"token_count": 80
} | 616 |
Enhancement: Show space members in share panel for files inside a space
The space managers are now displayed in the sidebar for resources within a space. Also, space members are now sorted via role (managers first) and name.
https://github.com/owncloud/web/pull/6554
https://github.com/owncloud/web/issues/6283
| owncloud/web/changelog/5.3.0_2022-03-23/enhancement-space-members-regular-sidebar/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-space-members-regular-sidebar",
"repo_id": "owncloud",
"token_count": 83
} | 617 |
Bugfix: Unsticky appbar position
After recent changes to the files appbar, it wouldn't be visible when scrolling inside the table. This has been resolved.
https://github.com/owncloud/web/pull/6708
https://github.com/owncloud/web/issues/6696
| owncloud/web/changelog/5.4.0_2022-04-11/bugfix-unsticky-appbar-position/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/bugfix-unsticky-appbar-position",
"repo_id": "owncloud",
"token_count": 70
} | 618 |
Enhancement: Spaces context menus
Spaces context menus have been adjusted visibly to match the other available context menus.
Also, the corresponding component has been abstracted in the course of this. This cleans up a lot of (duplicated) code across the spaces views and makes future adjustments easier.
https://gith... | owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-context-menus/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-context-menus",
"repo_id": "owncloud",
"token_count": 97
} | 619 |
Bugfix: Indicate guest shares
We've fixed a bug, where guest shares were not correctly indicated and shown as users shares
at the share panel in the right sidebar.
https://github.com/owncloud/web/pull/6813
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-indicate-guest-shares/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-indicate-guest-shares",
"repo_id": "owncloud",
"token_count": 55
} | 620 |
Bugfix: Share hint with disabled federated sharing
We've removed any occurrences of federated sharing in the hint below the sharing input field if federated sharing is disabled.
https://github.com/owncloud/web/issues/5261
https://github.com/owncloud/web/pull/6951
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-share-hint-with-disabled-federation/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-share-hint-with-disabled-federation",
"repo_id": "owncloud",
"token_count": 70
} | 621 |
Bugfix: Use OC-ETag instead of ETag in text editor app
We've fixed a bug, where the ETag instead of OC-ETag in the text editor app was used,
due to server encoding, the ETag might be manipulated and contain the gzip suffix on a large text file.
Saving the respective file, might cause an error, as the sent ETag doesn't... | owncloud/web/changelog/5.5.0_2022-06-20/bugfix-use-oc-etag-instead-of-etag-in-text-editor/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-use-oc-etag-instead-of-etag-in-text-editor",
"repo_id": "owncloud",
"token_count": 142
} | 622 |
Enhancement: Fixed aspect ratio for spaces images
We've set the spaces images to a fixed aspect ratio to make
sure that the same part of the image is always displayed.
https://github.com/owncloud/web/pull/6829
https://github.com/owncloud/web/issues/6555 | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-fixed-aspect-ratio-spaces-image/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-fixed-aspect-ratio-spaces-image",
"repo_id": "owncloud",
"token_count": 71
} | 623 |
Enhancement: Add Hotkeys to ResourceTable
We've added hotkeys for copy, cut and paste.
https://github.com/owncloud/web/pull/7078
https://github.com/owncloud/web/issues/7071 | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-resource-table-add-hotkeys/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-resource-table-add-hotkeys",
"repo_id": "owncloud",
"token_count": 58
} | 624 |
Enhancement: Wording improvements
We've simplified and improved the wording of some copy/move related ui elements.
https://github.com/owncloud/web/pull/7125
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-wordings/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-wordings",
"repo_id": "owncloud",
"token_count": 44
} | 625 |
Bugfix: File name in text editor
We've fixed a bug in the text editor where the UUID of a shared resource was being displayed instead of the file name.
https://github.com/owncloud/web/pull/7516
https://github.com/owncloud/web/issues/7292
https://github.com/owncloud/web/pull/7518
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-file-name-in-text-editor/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-file-name-in-text-editor",
"repo_id": "owncloud",
"token_count": 86
} | 626 |
Bugfix: Missing scroll bar in user management app
We've fixed a bug in the user management app where no scroll bar was displayed in the users or groups list
if it exceeds the screen size.
https://github.com/owncloud/web/pull/7321
https://github.com/owncloud/web/issues/7266
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-missing-scroll-bar-in-user-management-app/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-missing-scroll-bar-in-user-management-app",
"repo_id": "owncloud",
"token_count": 76
} | 627 |
Bugfix: Search share representation
We've fixed a bug, where shares in the search were not displayed correctly and clicking on the respective
item did not open the default action or redirect to the correct share route.
https://github.com/owncloud/web/pull/7560
https://github.com/owncloud/web/issues/7043
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-search-share-representation/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-search-share-representation",
"repo_id": "owncloud",
"token_count": 78
} | 628 |
Bugfix: Access token renewal
Access token renewals had some flaws which have been fixed as follows:
- OAuth2: access token renewal was not working at all, fixed by switching to authorization code flow with PKCE extension and by migrating from the unmaintained `oidc-client` library to `oidc-client-ts`.
- OpenID Connect... | owncloud/web/changelog/5.7.0_2022-09-09/bugfix-token-renewal/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-token-renewal",
"repo_id": "owncloud",
"token_count": 280
} | 629 |
Enhancement: Adjust spacing of the files list options menu
We've adjusted the spacing of the files list options menu to visually match with the other menus.
https://github.com/owncloud/web/pull/7570
https://github.com/owncloud/web/issues/7541
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-files-list-options-menu-spacing/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-files-list-options-menu-spacing",
"repo_id": "owncloud",
"token_count": 67
} | 630 |
Enhancement: Use fixed width for the right sidebar
We've set a fixed width of 440px to the right sidebar to have better control of its styling and alignment.
https://github.com/owncloud/web/pull/7371
https://github.com/owncloud/web/pull/7384
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-right-sidebar-fixed-width/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-right-sidebar-fixed-width",
"repo_id": "owncloud",
"token_count": 70
} | 631 |
Bugfix: "Copy Quicklink"-translations
We've fixed a bug where the translation for the "Copy Quicklink"-notification was not working.
https://github.com/owncloud/web/pull/7731
https://github.com/owncloud/web/issues/7720
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-copy-quicklink-translations/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-copy-quicklink-translations",
"repo_id": "owncloud",
"token_count": 67
} | 632 |
Bugfix: Missing password form on public drop page
We've fixed a bug where the password form on a public drop page would not show after setting a required password.
https://github.com/owncloud/web/pull/8007
https://github.com/owncloud/web/issues/7670
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-missing-public-password-form/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-missing-public-password-form",
"repo_id": "owncloud",
"token_count": 69
} | 633 |
Bugfix: Share permissions for re-shares
We've fixed a bug where the selectable roles on a re-share could exceed the parent share's permissions in certain scenarios.
https://github.com/owncloud/web/issues/7657
https://github.com/owncloud/web/pull/7844
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-share-permissions-for-reshares/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-share-permissions-for-reshares",
"repo_id": "owncloud",
"token_count": 72
} | 634 |
Change: Remove mediaSource and v-image-source
We have removed the deprecated `mediaSource` helper function and the `v-image-source` directive.
BREAKING CHANGE for developers: `mediaSource` and `v-image-source` are not available anymore, `loadPreview` should be used once web-pkg is published.
https://github.com/owncl... | owncloud/web/changelog/6.0.0_2022-11-29/change-removed-media-source/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/change-removed-media-source",
"repo_id": "owncloud",
"token_count": 141
} | 635 |
Enhancement: Make keybindings global
We've made keybindings global and introduced a data-attribute to mark elements that need custom keybindings
https://github.com/owncloud/web/pull/7569
https://github.com/owncloud/web/pull/7648
https://github.com/owncloud/web/pull/7735 | owncloud/web/changelog/6.0.0_2022-11-29/enhancement-make-keybindings-global/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-make-keybindings-global",
"repo_id": "owncloud",
"token_count": 82
} | 636 |
Bugfix: Copy link to clipboard text
We've fixed an issue that caused the link message to display the wrong text
https://github.com/owncloud/web/pull/8756
https://github.com/owncloud/web/issues/8725
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-copy-clipboard-text/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-copy-clipboard-text",
"repo_id": "owncloud",
"token_count": 59
} | 637 |
Bugfix: Loading additional user data
Loading additional user data in the admin settings when opening the sidebar via select-toggle has been fixed.
https://github.com/owncloud/web/pull/8276
https://github.com/owncloud/web/issues/8275
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-loading-additional-user-data/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-loading-additional-user-data",
"repo_id": "owncloud",
"token_count": 63
} | 638 |
Bugfix: Preview app mime type detection
A bug where the preview app would not detect all supported mime types has been fixed (e.g. `image/x-ms-bmp`).
https://github.com/owncloud/web/issues/9050
https://github.com/owncloud/web/pull/9092
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-preview-app-mimetypes/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-preview-app-mimetypes",
"repo_id": "owncloud",
"token_count": 78
} | 639 |
Bugfix: Sidebar header after deleting resource
The sidebar header will now be removed correctly when you delete the currently selected resource.
https://github.com/owncloud/web/issues/8880
https://github.com/owncloud/web/pull/8886
| owncloud/web/changelog/7.0.0_2023-06-02/bugfix-sidebar-header-after-deleting-resource/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-sidebar-header-after-deleting-resource",
"repo_id": "owncloud",
"token_count": 61
} | 640 |
Change: Update Vue to v3.2
Vue has been updated to v3.2. More detailed information can be found in the referenced issues and PRs down below.
BREAKING CHANGE for developers: The `vue/composition-api` plugin is not available anymore as the composition-api now comes with Vue.
https://github.com/owncloud/web/issues/7948... | owncloud/web/changelog/7.0.0_2023-06-02/change-update-vue/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/change-update-vue",
"repo_id": "owncloud",
"token_count": 476
} | 641 |
Enhancement: Admin settings users section uses graph api for role assignments
We've switched over to utilizing user role assignments data from the graph api instead of the custom settings api.
Especially for the list view this leads to improved performance.
https://github.com/owncloud/web/pull/8261
https://github.com... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-admin-settings-users-role-graph-api-usage/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-admin-settings-users-role-graph-api-usage",
"repo_id": "owncloud",
"token_count": 99
} | 642 |
Enhancement: Enable rename groups
Groups can now be renamed via the admin-settings.
https://github.com/owncloud/web/pull/8715
https://github.com/owncloud/web/issues/8714
| owncloud/web/changelog/7.0.0_2023-06-02/enhancement-enable-rename-groups/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-enable-rename-groups",
"repo_id": "owncloud",
"token_count": 55
} | 643 |
Enhancement: Rework notification bell
We're now showing the notification bell based on whether the server supports notifications. Previously it was hidden when there were no notifications.
We've added a badge that displays the amount of new notifications.
https://github.com/owncloud/web/pull/8450
https://github.com/o... | owncloud/web/changelog/7.0.0_2023-06-02/enhancement-notification-bell/0 | {
"file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-notification-bell",
"repo_id": "owncloud",
"token_count": 99
} | 644 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.