text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
import SymbolPalette from '../js/features/symbol-palette/components/symbol-palette' export const Interactive = args => { return ( <div style={{ maxWidth: 700, marginTop: 120 }}> <SymbolPalette {...args} /> </div> ) } export default { title: 'Symbol Palette', component: SymbolPalette, args: { ...
overleaf/web/frontend/stories/symbol-palette.stories.js/0
{ "file_path": "overleaf/web/frontend/stories/symbol-palette.stories.js", "repo_id": "overleaf", "token_count": 153 }
538
/* v2 CMS Generated Pages, including About and Blog */ .cms-page { padding-bottom: 0; img { height: auto; max-width: 100%; } .btn-description { margin-right: @margin-sm; } /* Tabs */ .tab-content { padding: 0; width: 100%; } /* When on preview mode */ .cms-pr...
overleaf/web/frontend/stylesheets/app/cms-page.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/cms-page.less", "repo_id": "overleaf", "token_count": 2185 }
539
.publishedDetails { color: @gray; }
overleaf/web/frontend/stylesheets/app/editor/publish-template.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/editor/publish-template.less", "repo_id": "overleaf", "token_count": 14 }
540
#metrics { max-width: none; padding: 0 30px; width: auto; svg.nvd3-svg { width: 100%; } .overbox { margin: 0; padding: 40px 20px; background: #fff; border: 1px solid #dfdfdf; .box { padding-bottom: 30px; overflow: hidden; margin-bottom: 40px; border-bottom: ...
overleaf/web/frontend/stylesheets/app/metrics.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/metrics.less", "repo_id": "overleaf", "token_count": 1371 }
541
.template-page-header { padding-top: unit(@line-height-base, rem); h1, h2 { margin-top: 6px; margin-right: @line-height-base * 5; line-height: 1; } } .template-thumbnail { .thumbnail { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); img { ...
overleaf/web/frontend/stylesheets/app/templates.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/templates.less", "repo_id": "overleaf", "token_count": 509 }
542
.embed-responsive { display: block; height: 0; overflow: hidden; padding: 0; position: relative; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 1...
overleaf/web/frontend/stylesheets/components/embed-responsive.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/embed-responsive.less", "repo_id": "overleaf", "token_count": 171 }
543
// // Modals // -------------------------------------------------- // .modal-open - body class for killing the scroll // .modal - container to scroll within // .modal-dialog - positioning shell for the actual modal // .modal-content - actual modal w/ bg and corners and shit // Kill the scroll on t...
overleaf/web/frontend/stylesheets/components/modals.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/modals.less", "repo_id": "overleaf", "token_count": 1442 }
544
// // Load core variables and mixins // -------------------------------------------------- @import 'variables.less'; @import 'mixins.less'; // // Buttons // -------------------------------------------------- // Common styles .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shad...
overleaf/web/frontend/stylesheets/components/theme.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/theme.less", "repo_id": "overleaf", "token_count": 2903 }
545
// // Utility classes // -------------------------------------------------- // Floats // ------------------------- .clearfix { .clearfix(); } .center-block { .center-block(); } .pull-right { float: right !important; } .pull-left { float: left !important; } // Toggling content // ------------------------- //...
overleaf/web/frontend/stylesheets/core/utilities.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/core/utilities.less", "repo_id": "overleaf", "token_count": 250 }
546
Locales ======= These files are not to be edited by hand. [OneSky](https://sharelatex.oneskyapp.com/) is used to manage the locales. Please contact us via support@overleaf.com if you want to contribute any changes.
overleaf/web/locales/README.md/0
{ "file_path": "overleaf/web/locales/README.md", "repo_id": "overleaf", "token_count": 64 }
547
{ "address_line_1": "Adress", "address_line_2": "Adress (rad 2, frivilligt)", "postal_code": "Postnummer", "compile_error_description": "Detta projekt kompilerade ej på grund av ett fel", "validation_issue_description": "Detta projekt kompilerade ej på grund av ett valideringsproblem", "compile_error_entry_...
overleaf/web/locales/sv.json/0
{ "file_path": "overleaf/web/locales/sv.json", "repo_id": "overleaf", "token_count": 35774 }
548
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['saas'] const indexes = [ { unique: true, key: { v1Id: 1, }, name: 'v1Id_1', }, ] exports.migrate = async client => { const { db } = client await Helpers.addIndexesToCollection(db.institutions...
overleaf/web/migrations/20190912145012_create_institutions_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145012_create_institutions_indexes.js", "repo_id": "overleaf", "token_count": 220 }
549
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['saas'] const indexes = [ { key: { 'teamInvites.token': 1, }, name: 'teamInvites.token_1', partialFilterExpression: { 'teamInvites.token': { $exists: true, }, }, }, { u...
overleaf/web/migrations/20190912145028_create_subscriptions_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145028_create_subscriptions_indexes.js", "repo_id": "overleaf", "token_count": 670 }
550
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['saas'] const oldIndex = { unique: true, key: { manager_ids: 1, }, name: 'manager_ids_1', partialFilterExpression: { manager_ids: { $exists: true, }, }, } const newIndex = { key: { manage...
overleaf/web/migrations/20200729120824_update_subscriptions_manager_ids_index.js/0
{ "file_path": "overleaf/web/migrations/20200729120824_update_subscriptions_manager_ids_index.js", "repo_id": "overleaf", "token_count": 336 }
551
extends ../../../../app/views/layout block append meta meta(name="ol-adminUserExists" data-type="boolean" content=adminUserExists) meta(name="ol-ideJsPath" content=buildJsPath('ide.js')) meta(name="ol-authMethod" content=authMethod) block content script(type="text/javascript", nonce=scriptNonce, src=(wsUrl || '/s...
overleaf/web/modules/launchpad/app/views/launchpad.pug/0
{ "file_path": "overleaf/web/modules/launchpad/app/views/launchpad.pug", "repo_id": "overleaf", "token_count": 5141 }
552
require(`../../../../../test/acceptance/src/helpers/InitApp`)
overleaf/web/modules/server-ce-scripts/test/acceptance/src/Init.js/0
{ "file_path": "overleaf/web/modules/server-ce-scripts/test/acceptance/src/Init.js", "repo_id": "overleaf", "token_count": 23 }
553
<svg xmlns="http://www.w3.org/2000/svg" width="777.5" height="820.52" viewBox="0 0 777.5 820.52"> <g> <g> <circle cx="388.75" cy="388.75" r="388.75" fill="#798ed2" opacity="0.05"/> <rect x="182.22" y="230.37" width="413.04" height="295.03" fill="#a93529"/> <path d="M389.5,229.95s9.34-15.08,42.47...
overleaf/web/public/img/brand/404-visual.svg/0
{ "file_path": "overleaf/web/public/img/brand/404-visual.svg", "repo_id": "overleaf", "token_count": 1317 }
554
const _ = require('lodash') const WRITE_CONCURRENCY = parseInt(process.env.WRITE_CONCURRENCY, 10) || 10 const { batchedUpdate } = require('./helpers/batchedUpdate') const { promiseMapWithLimit } = require('../app/src/util/promises') // $ node scripts/convert_archived_state.js FIRST,SECOND const STAGE = process.argv....
overleaf/web/scripts/convert_archived_state.js/0
{ "file_path": "overleaf/web/scripts/convert_archived_state.js", "repo_id": "overleaf", "token_count": 687 }
555
const crypto = require('crypto') const fs = require('fs') const Path = require('path') const cheerio = require('cheerio') const prettier = require('prettier') const sanitizeHtml = require('sanitize-html') const { sanitizeOptions, } = require('../../../modules/learn/app/src/sanitizeOptions') const EXTRACT_STYLE = p...
overleaf/web/scripts/learn/checkSanitize/checkSanitizeOptions.js/0
{ "file_path": "overleaf/web/scripts/learn/checkSanitize/checkSanitizeOptions.js", "repo_id": "overleaf", "token_count": 1309 }
556
'use strict' const fs = require('fs') const minimist = require('minimist') const InstitutionsAPI = require('../../app/src/Features/Institutions/InstitutionsAPI') .promises const argv = minimist(process.argv.slice(2)) const commit = argv.commit !== undefined const ignoreNulls = !!argv['ignore-nulls'] if (!commit) ...
overleaf/web/scripts/sync-user-entitlements/sync-user-entitlements.js/0
{ "file_path": "overleaf/web/scripts/sync-user-entitlements/sync-user-entitlements.js", "repo_id": "overleaf", "token_count": 2453 }
557
'use strict' const _ = require('lodash') class UKAMFEntity { constructor(data) { this.data = data } getSamlConfig() { let hiddenIdP = false const idp = this.data.IDPSSODescriptor[0] const idpMetaData = _.get(this.data, [ 'Extensions', 0, 'mdattr:EntityAttributes', ...
overleaf/web/scripts/ukamf/ukamf-entity.js/0
{ "file_path": "overleaf/web/scripts/ukamf/ukamf-entity.js", "repo_id": "overleaf", "token_count": 738 }
558
const Settings = require('@overleaf/settings') const request = require('./helpers/request') // create a string that is longer than the max allowed (as defined in Server.js) const wayTooLongString = 'a'.repeat(Settings.max_json_request_size + 1) describe('BodyParserErrors', function () { describe('when request is to...
overleaf/web/test/acceptance/src/BodyParserErrorsTest.js/0
{ "file_path": "overleaf/web/test/acceptance/src/BodyParserErrorsTest.js", "repo_id": "overleaf", "token_count": 1154 }
559
/* eslint-disable camelcase, node/handle-callback-err, max-len, */ // 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 shorter variations of n...
overleaf/web/test/acceptance/src/ProjectFeaturesTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/ProjectFeaturesTests.js", "repo_id": "overleaf", "token_count": 1264 }
560
const { expect } = require('chai') const User = require('./helpers/User') describe('UnsupportedBrowsers', function () { beforeEach(function (done) { this.user = new User() this.user.login(done) }) it('allows bots', function (done) { this.user.request( { url: '/project', headers...
overleaf/web/test/acceptance/src/UnsupportedBrowserTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/UnsupportedBrowserTests.js", "repo_id": "overleaf", "token_count": 1443 }
561
/* eslint-disable node/handle-callback-err, max-len, 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 * DS207: Consider shorter variations...
overleaf/web/test/acceptance/src/helpers/redis.js/0
{ "file_path": "overleaf/web/test/acceptance/src/helpers/redis.js", "repo_id": "overleaf", "token_count": 653 }
562
// Run babel on tests to allow support for import/export statements in Node require('@babel/register') // Load JSDOM to mock the DOM in Node // Set pretendToBeVisual to enable requestAnimationFrame require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'https://www.test-overleaf.com/', }) // workaroun...
overleaf/web/test/frontend/bootstrap.js/0
{ "file_path": "overleaf/web/test/frontend/bootstrap.js", "repo_id": "overleaf", "token_count": 1037 }
563
import { expect } from 'chai' import { screen, fireEvent } from '@testing-library/react' import renderWithContext from '../helpers/render-with-context' import FileTreeDoc from '../../../../../frontend/js/features/file-tree/components/file-tree-doc' describe('<FileTreeDoc/>', function () { it('renders unselected', f...
overleaf/web/test/frontend/features/file-tree/components/file-tree-doc.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/file-tree/components/file-tree-doc.test.js", "repo_id": "overleaf", "token_count": 997 }
564
import { screen } from '@testing-library/react' import fetchMock from 'fetch-mock' import { renderWithEditorContext } from '../../../helpers/render-with-context' import FileViewText from '../../../../../frontend/js/features/file-view/components/file-view-text.js' describe('<FileViewText/>', function () { const file...
overleaf/web/test/frontend/features/file-view/components/file-view-text.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/file-view/components/file-view-text.test.js", "repo_id": "overleaf", "token_count": 442 }
565
import { expect } from 'chai' import sinon from 'sinon' import { screen, fireEvent, render, waitFor, waitForElementToBeRemoved, } from '@testing-library/react' import fetchMock from 'fetch-mock' import ShareProjectModal from '../../../../../frontend/js/features/share-project-modal/components/share-project-mo...
overleaf/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js", "repo_id": "overleaf", "token_count": 9258 }
566
/* eslint-disable max-len, no-return-assign, */ /* global inject, sinon */ // 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/decaf...
overleaf/web/test/karma/ide/history/HistoryV2ManagerTests.js/0
{ "file_path": "overleaf/web/test/karma/ide/history/HistoryV2ManagerTests.js", "repo_id": "overleaf", "token_count": 9990 }
567
const SandboxedModule = require('sandboxed-module') const path = require('path') const sinon = require('sinon') const MODULE_PATH = path.join( __dirname, '../../../../app/src/Features/Analytics/AnalyticsManager' ) describe('AnalyticsManager', function () { beforeEach(function () { this.fakeUserId = '123abc'...
overleaf/web/test/unit/src/Analytics/AnalyticsManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Analytics/AnalyticsManagerTests.js", "repo_id": "overleaf", "token_count": 1292 }
568
const SandboxedModule = require('sandboxed-module') const sinon = require('sinon') const { expect } = require('chai') const PrivilegeLevels = require('../../../../app/src/Features/Authorization/PrivilegeLevels') const Errors = require('../../../../app/src/Features/Errors/Errors') const { ObjectId } = require('mongodb')...
overleaf/web/test/unit/src/Collaborators/OwnershipTransferHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Collaborators/OwnershipTransferHandlerTests.js", "repo_id": "overleaf", "token_count": 3012 }
569
/* eslint-disable camelcase, max-len, no-return-assign, no-unused-vars, one-var, */ // TODO: This file was created by bulk-decaffeinate. // Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS101: Remove unnecessary use of Array.from * DS102: Remove unnecessary code create...
overleaf/web/test/unit/src/Downloads/ProjectZipStreamManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Downloads/ProjectZipStreamManagerTests.js", "repo_id": "overleaf", "token_count": 5085 }
570
const SandboxedModule = require('sandboxed-module') const { expect } = require('chai') const { ObjectId } = require('mongodb') const MODULE_PATH = require('path').join( __dirname, '../../../../app/src/Features/Helpers/NewLogsUI.js' ) describe('NewLogsUI helper', function () { let NewLogsUI function userIdFrom...
overleaf/web/test/unit/src/HelperFiles/NewLogsUITests.js/0
{ "file_path": "overleaf/web/test/unit/src/HelperFiles/NewLogsUITests.js", "repo_id": "overleaf", "token_count": 2026 }
571
const SandboxedModule = require('sandboxed-module') const { expect } = require('chai') const sinon = require('sinon') const modulePath = require('path').join( __dirname, '../../../../app/src/Features/Notifications/NotificationsBuilder.js' ) describe('NotificationsBuilder', function () { const userId = '123nd3ijd...
overleaf/web/test/unit/src/Notifications/NotificationsBuilderTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Notifications/NotificationsBuilderTests.js", "repo_id": "overleaf", "token_count": 2041 }
572
const { expect } = require('chai') const sinon = require('sinon') const tk = require('timekeeper') const Errors = require('../../../../app/src/Features/Errors/Errors') const { ObjectId } = require('mongodb') const SandboxedModule = require('sandboxed-module') const { DeletedFile } = require('../helpers/models/DeletedFi...
overleaf/web/test/unit/src/Project/ProjectEntityMongoUpdateHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Project/ProjectEntityMongoUpdateHandlerTests.js", "repo_id": "overleaf", "token_count": 15694 }
573
/* 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/References/ReferencesControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/References/ReferencesControllerTests.js", "repo_id": "overleaf", "token_count": 4662 }
574
/* eslint-disable camelcase, 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 ...
overleaf/web/test/unit/src/Subscription/RecurlyWrapperTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Subscription/RecurlyWrapperTests.js", "repo_id": "overleaf", "token_count": 23298 }
575
const SandboxedModule = require('sandboxed-module') const sinon = require('sinon') const Errors = require('../../../../app/src/Features/Errors/Errors') const modulePath = require('path').join( __dirname, '../../../../app/src/Features/ThirdPartyDataStore/TpdsController.js' ) describe('TpdsController', function () {...
overleaf/web/test/unit/src/ThirdPartyDataStore/TpdsControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/ThirdPartyDataStore/TpdsControllerTests.js", "repo_id": "overleaf", "token_count": 4164 }
576
const { expect } = require('chai') const sinon = require('sinon') const tk = require('timekeeper') const moment = require('moment') const SandboxedModule = require('sandboxed-module') const Errors = require('../../../../app/src/Features/Errors/Errors') const ObjectId = require('mongoose').Types.ObjectId const { User } ...
overleaf/web/test/unit/src/User/UserDeleterTests.js/0
{ "file_path": "overleaf/web/test/unit/src/User/UserDeleterTests.js", "repo_id": "overleaf", "token_count": 7242 }
577
/* eslint-disable 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 * DS207: Consider shorter variations of null checks * Full docs: https://githu...
overleaf/web/test/unit/src/helpers/MockClient.js/0
{ "file_path": "overleaf/web/test/unit/src/helpers/MockClient.js", "repo_id": "overleaf", "token_count": 310 }
578
/* eslint-disable max-len, 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/decaffeinate/blob/mas...
overleaf/web/test/unit/src/infrastructure/LockManager/ReleasingTheLock.js/0
{ "file_path": "overleaf/web/test/unit/src/infrastructure/LockManager/ReleasingTheLock.js", "repo_id": "overleaf", "token_count": 623 }
579
# The version of OCIS to use in pipelines that test against OCIS OCIS_COMMITID=e3e0a7ae3912af84cdae51f33f946cf3c3bd25a1 OCIS_BRANCH=master
owncloud/web/.drone.env/0
{ "file_path": "owncloud/web/.drone.env", "repo_id": "owncloud", "token_count": 60 }
580
Change: Move create new button We've moved the create new button in the files app bar to the left directly next to breadcrumbs. https://github.com/owncloud/web/pull/3622
owncloud/web/changelog/0.11.0_2020-06-26/move-create-button/0
{ "file_path": "owncloud/web/changelog/0.11.0_2020-06-26/move-create-button", "repo_id": "owncloud", "token_count": 48 }
581
Enhancement: Add favorites capabilities We've added a check of favorites capabilities to enable disabling of favorites list and favorite action. https://github.com/owncloud/ocis/issues/354 https://github.com/owncloud/web/pull/3754
owncloud/web/changelog/0.12.0_2020-07-10/favorites-capabilities/0
{ "file_path": "owncloud/web/changelog/0.12.0_2020-07-10/favorites-capabilities", "repo_id": "owncloud", "token_count": 60 }
582
Change: Move docs about hugo usage to ocis Since our documentation about how to work with hugo (for documentation) is a cross-extension topic, we have moved it to our main ocis docs. https://github.com/owncloud/web/pull/3828
owncloud/web/changelog/0.14.0_2020-08-17/remove-hugo-docs/0
{ "file_path": "owncloud/web/changelog/0.14.0_2020-08-17/remove-hugo-docs", "repo_id": "owncloud", "token_count": 65 }
583
Change: Renamed collaborators to people All visible occurrences of "collaborator" or "collaborators" have been replaced by "person" or "people" respectively. Additionally, the action "Add Collaborator" was changed to "Share". https://github.com/owncloud/web/pull/4070 https://github.com/owncloud/product/issues/231
owncloud/web/changelog/0.17.0_2020-09-25/rename-collaborators-to-people/0
{ "file_path": "owncloud/web/changelog/0.17.0_2020-09-25/rename-collaborators-to-people", "repo_id": "owncloud", "token_count": 86 }
584
Change: Update ODS to v1.12.2 We updated ODS to v1.12.2. Please refer to the changelog of ODS. https://github.com/owncloud/web/pull/4239 https://github.com/owncloud/owncloud-design-system/releases/tag/v1.12.2
owncloud/web/changelog/0.22.0_2020-10-26/update-ods-1.12.2/0
{ "file_path": "owncloud/web/changelog/0.22.0_2020-10-26/update-ods-1.12.2", "repo_id": "owncloud", "token_count": 83 }
585
Bugfix: Unavailable extensions causing route duplication There was an error in the extension loading handlers which caused routes to be loaded multiple times when extensions from the config.json were unavailable. We hardened the extension loading handlers to just skip those extensions. https://github.com/owncloud/web...
owncloud/web/changelog/0.27.0_2020-11-24/extension-loading/0
{ "file_path": "owncloud/web/changelog/0.27.0_2020-11-24/extension-loading", "repo_id": "owncloud", "token_count": 69 }
586
Bugfix: Prevent jumpy behavior when loading user avatars When loading a user avatar, the container size was smaller so as soon as the avatar was loaded, it resulted in jumpy behavior. This is fixed now by applying the same size to the loading spinner element. https://github.com/owncloud/web/issues/2921 https://github...
owncloud/web/changelog/0.3.0_2020-01-31/2921/0
{ "file_path": "owncloud/web/changelog/0.3.0_2020-01-31/2921", "repo_id": "owncloud", "token_count": 92 }
587
Bugfix: Various fixes for files app in responsive mode Fixed properly alignment of header columns with the body of the files table which stays even after resizing. Removed the column label for the actions column as it looks nicer. https://github.com/owncloud/web/issues/2998 https://github.com/owncloud/web/pull/2999
owncloud/web/changelog/0.5.0_2020-03-02/2998/0
{ "file_path": "owncloud/web/changelog/0.5.0_2020-03-02/2998", "repo_id": "owncloud", "token_count": 82 }
588
Change: Stop support for deployment of Web as an ownCloud app We've stopped supporting deployment of Web as an ownCloud app. In the release is no longer available Web ownCloud 10 app package. https://github.com/owncloud/web/pull/3162
owncloud/web/changelog/0.6.0_2020-03-16/3162/0
{ "file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3162", "repo_id": "owncloud", "token_count": 61 }
589
Bugfix: Show token string if link name is empty in FileLinkSidebar owncloud-js-client was parsing empty link name xml attribute as empty object. The empty object was changed with an empty string. Also, FileLinkSidebar behaviour fixed by showing token as name for the link shares without a name. https://github.com/ownc...
owncloud/web/changelog/0.9.0_2020-04-27/3297/0
{ "file_path": "owncloud/web/changelog/0.9.0_2020-04-27/3297", "repo_id": "owncloud", "token_count": 101 }
590
Bugfix: Hide modals on logout Hide shown modal if user gets logged out while it's visible https://github.com/owncloud/ocis/issues/1064 https://github.com/owncloud/web/pull/4472
owncloud/web/changelog/1.0.0_2020-12-16/hide-modals/0
{ "file_path": "owncloud/web/changelog/1.0.0_2020-12-16/hide-modals", "repo_id": "owncloud", "token_count": 59 }
591
Bugfix: Fix missing translations in application menu https://github.com/owncloud/web/pull/4830
owncloud/web/changelog/2.1.0_2021-03-24/bugfix-missing-tanslations-in-applications-menu/0
{ "file_path": "owncloud/web/changelog/2.1.0_2021-03-24/bugfix-missing-tanslations-in-applications-menu", "repo_id": "owncloud", "token_count": 27 }
592
Enhancement: Use real page title for location picker We've added real page titles to the location picker. The title is consisted of the current action, target and product name. https://github.com/owncloud/web/pull/5009
owncloud/web/changelog/3.1.0_2021-05-12/enhancement-real-location-picker-title/0
{ "file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-real-location-picker-title", "repo_id": "owncloud", "token_count": 57 }
593
Bugfix: Reduced Thumbnail Size We have greatly reduced the size of the images we request from the backend to display as thumbnail previews in order to minimize loading times. https://github.com/owncloud/web/pull/5194
owncloud/web/changelog/3.3.0_2021-06-23/bugfix-reduced-thumbnail-size/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-reduced-thumbnail-size", "repo_id": "owncloud", "token_count": 56 }
594
Enhancement: Button appearance Changed the appearance of the "accept/decline share" buttons in the "Shared With Me" file list so they actually look like buttons. Also changed the "Clear selection" button in the files table batch actions from `raw` to `outline` appearance. https://github.com/owncloud/web/pull/5053 h...
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-button-appearance/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-button-appearance", "repo_id": "owncloud", "token_count": 102 }
595
Enhancement: Request cancellation Requests (e.g. loading of images) can now be pragmatically cancelled from the client side. Before, obsolete requests would still create load on the server and return results that then would be discarded by the web frontend. https://github.com/owncloud/web/issues/5163 https://githu...
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-request-cancellation/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-request-cancellation", "repo_id": "owncloud", "token_count": 97 }
596
Enhancement: Content Security Policy for known iframe integrations We added CSP rules for allowing iframe integrations of the onlyoffice and richdocuments documentservers. https://github.com/owncloud/web/pull/5420
owncloud/web/changelog/3.4.0_2021-07-09/enhancement-oc10-web-csp/0
{ "file_path": "owncloud/web/changelog/3.4.0_2021-07-09/enhancement-oc10-web-csp", "repo_id": "owncloud", "token_count": 56 }
597
Enhancement: Prevent binding to only loopback IP when running in watch mode This is required when running the acceptance tests on Windows, it allows the selenium docker containers to access the frontend due to the host binding in rollup (when running `yarn serve`). Does not break any existing functionality. https://g...
owncloud/web/changelog/4.0.0_2021-08-04/enhancement-prevent-bind-to-loopback-address/0
{ "file_path": "owncloud/web/changelog/4.0.0_2021-08-04/enhancement-prevent-bind-to-loopback-address", "repo_id": "owncloud", "token_count": 84 }
598
Enhancement: fetch file info in the Files sidebar We've started fetching the file info when a single item is selected and the Files sidebar is opened. With this change we have more information available in different lists e.g. private link in shared lists. https://github.com/owncloud/web/issues/5570 https://github.co...
owncloud/web/changelog/4.2.0_2021-09-14/enhancement-fetch-file-info-in-sidebar/0
{ "file_path": "owncloud/web/changelog/4.2.0_2021-09-14/enhancement-fetch-file-info-in-sidebar", "repo_id": "owncloud", "token_count": 89 }
599
Bugfix: External apps by shares Opening shares in "Shared with me" section was broken. We have added property `mimeType` by the build of a shared resource, so that the external apps can be found for it. We fixed passing the fileId property for the context actions. https://github.com/owncloud/web/pull/5907 https://g...
owncloud/web/changelog/4.4.0_2021-10-26/bugfix-external-apps-by-shares/0
{ "file_path": "owncloud/web/changelog/4.4.0_2021-10-26/bugfix-external-apps-by-shares", "repo_id": "owncloud", "token_count": 99 }
600
Enhancement: Default action order We've changed the order of actions which are being considered as default action. The order is now 1) installed editors, 2) external apps from the app provider, 3) system default actions. Previously the external apps took precedence. https://github.com/owncloud/web/pull/5952
owncloud/web/changelog/4.5.0_2021-11-16/enhancement-default-action-order/0
{ "file_path": "owncloud/web/changelog/4.5.0_2021-11-16/enhancement-default-action-order", "repo_id": "owncloud", "token_count": 73 }
601
Bugfix: Ensure route config is honored for new file handlers Only display the new file entries for the routes it belongs to. https://github.com/owncloud/web/pull/6135
owncloud/web/changelog/4.7.0_2021-12-16/bugfix-new-file-handler/0
{ "file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-new-file-handler", "repo_id": "owncloud", "token_count": 45 }
602
Enhancement: Edit people shares without changing the panel We have reworked the full list view of sharees in the right sidebar for better overview and faster editing. https://github.com/owncloud/web/pull/6039 https://github.com/owncloud/web/issues/5763
owncloud/web/changelog/4.8.0_2021-12-22/enhancement-inline-edit-sharees/0
{ "file_path": "owncloud/web/changelog/4.8.0_2021-12-22/enhancement-inline-edit-sharees", "repo_id": "owncloud", "token_count": 71 }
603
Enhancement: Redesigned user menu We've redesigned the user menu. It now also features more detailed information about the user's quota and how much space they have left. https://github.com/owncloud/web/pull/6272 https://github.com/owncloud/web/issues/6101
owncloud/web/changelog/5.0.0_2022-02-14/enhancement-redesigned-user-menu/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-redesigned-user-menu", "repo_id": "owncloud", "token_count": 74 }
604
Enhancement: Add quick rename button We've added a button for quick editing a resource name https://github.com/owncloud/web/pull/6645 https://github.com/owncloud/web/issues/6626
owncloud/web/changelog/5.2.0_2022-03-03/enhancement-add-quick-rename-button/0
{ "file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-add-quick-rename-button", "repo_id": "owncloud", "token_count": 54 }
605
Bugfix: Sidebar panels in public links Public links were showing some panels (People, Links, Versions) that were not supposed to be visible in public links. We've fixed that by excluding those panels on public link routes. https://github.com/owncloud/web/issues/2090 https://github.com/owncloud/web/pull/6567
owncloud/web/changelog/5.3.0_2022-03-23/bugfix-public-link-sidebar-panels/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-public-link-sidebar-panels", "repo_id": "owncloud", "token_count": 83 }
606
Enhancement: Load space images as preview We've added a new logic which renders space images as preview to minimize data traffic https://github.com/owncloud/web/pull/6529 https://github.com/owncloud/web/pull/6558
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-load-space-images-as-preview/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-load-space-images-as-preview", "repo_id": "owncloud", "token_count": 61 }
607
Enhancement: Trash bin We've improved the trash bin in general: * Add compatibility with owncloud-sdk 3.0.0-alpha 1 * Add a confirmation dialog while hitting the `Empty trash bin` button * Add trash bin for project spaces * Change personal trash bin route from `files/trash` to `files/trash/personal` https://github.co...
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-trash-bin/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-trash-bin", "repo_id": "owncloud", "token_count": 131 }
608
Enhancement: PDF viewer We've added a lightweight PDF viewer app which allows the user to bookmark PDF files. https://github.com/owncloud/web/pull/6654
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-pdf-viewer/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-pdf-viewer", "repo_id": "owncloud", "token_count": 43 }
609
Enhancement: Update ODS to v13.1.0-rc.2 We updated the ownCloud Design System to version 13.1.0-rc.2. Please refer to the full changelog in the ODS release (linked) for more details. Summary: - Enhancement - Replace deprecated String.prototype.substr(): https://github.com/owncloud/owncloud-design-system/pull/2059 - E...
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-update-ods/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-update-ods", "repo_id": "owncloud", "token_count": 323 }
610
Bugfix: Prevent rename button from getting covered We've fixed a bug where the rename button next to the file name would get covered if there is not enough space available. https://github.com/owncloud/web/pull/7061 https://github.com/owncloud/web/issues/7007
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-rename-button-visibility/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-rename-button-visibility", "repo_id": "owncloud", "token_count": 70 }
611
Bugfix: Spaces breadcrumbs not working correctly We've fixed a bug where clicking on the last breadcrumb navigation item not resulted in a reload of the current path but forwarded to the upper path. https://github.com/owncloud/web/pull/6993 https://github.com/owncloud/web/issues/6866
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-spaces-breadcrumbs/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-spaces-breadcrumbs", "repo_id": "owncloud", "token_count": 78 }
612
Enhancement: CERN features setting We've added a flag to enable CERN-specific features https://github.com/owncloud/web/pull/7034
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-cern-features/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-cern-features", "repo_id": "owncloud", "token_count": 40 }
613
Enhancement: Personal space id in URL We now include the personal space id in the URL instead of using a magic "home" alias. When using the old "home" alias the user gets redirected to the URL with their personal space id. https://github.com/owncloud/web/pull/7053
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-personal-storage-id/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-personal-storage-id", "repo_id": "owncloud", "token_count": 70 }
614
Enhancement: Enable tus upload for password protected public links Uploading files on password protected public links now features tus uploads if the backend supports it. https://github.com/owncloud/web/issues/6819 https://github.com/owncloud/web/pull/6890
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-tus-uploads-on-public-pages/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-tus-uploads-on-public-pages", "repo_id": "owncloud", "token_count": 69 }
615
Bugfix: Context menu misplaced when triggered by keyboard navigation We've fixed a bug where triggering the context menu by keyboard navigation misplaced the menu and made it inaccessible. https://github.com/owncloud/web/pull/7230 https://github.com/owncloud/web/pull/7314 https://github.com/owncloud/web/pull/7386 htt...
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-context-menu-misplaced-triggered-by-keyboard-navigation/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-context-menu-misplaced-triggered-by-keyboard-navigation", "repo_id": "owncloud", "token_count": 100 }
616
Bugfix: Paste action (keyboard) not working in project spaces We've fixed a bug which caused the user to be unable to paste in project spaces. https://github.com/owncloud/web/issues/7510 https://github.com/owncloud/web/pull/7514
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-keyboard-not-working-spaces/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-keyboard-not-working-spaces", "repo_id": "owncloud", "token_count": 67 }
617
Bugfix: Prevent unnecessary PROPFIND request during upload We've removed the unnecessary PROPFIND request at the start of each upload, increasing upload performance especially in larger folders. https://github.com/owncloud/web/issues/7486 https://github.com/owncloud/web/pull/7488
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-prevent-unnecessary-propfind-during-upload/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-prevent-unnecessary-propfind-during-upload", "repo_id": "owncloud", "token_count": 73 }
618
Bugfix: Missing space image in sidebar We've fixed a bug where the image of a space was not showing in the sidebar. https://github.com/owncloud/web/issues/7480 https://github.com/owncloud/web/pull/7481
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-space-image-sidebar/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-space-image-sidebar", "repo_id": "owncloud", "token_count": 62 }
619
Bugfix: Versions of shared files not visible We've fixed a bug where the versions of shared files where not visible for the share receivers. https://github.com/owncloud/web/pull/7313 https://github.com/owncloud/web/issues/7159
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-versions-of-shared-files-not-visible/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-versions-of-shared-files-not-visible", "repo_id": "owncloud", "token_count": 65 }
620
Enhancement: Propose unique file name while creating a new file We're proposing unique file names when creating a new file or folder via the 'New' file menu. https://github.com/owncloud/web/pull/7555 https://github.com/owncloud/web/issues/7539
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-propose-file-name-while-creating-file/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-propose-file-name-while-creating-file", "repo_id": "owncloud", "token_count": 71 }
621
Enhancement: Streamline UI sizings We've streamlined the font sizes and some other size related options to let the web UI appear a bit more condensed. In addition to that we've chosen a new font family for the UI ("Inter") which is embedded into the ownCloud Design System by default now. https://github.com/owncloud/w...
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-streamline-ui-sizings/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-streamline-ui-sizings", "repo_id": "owncloud", "token_count": 120 }
622
Bugfix: Editing text files on public pages We've fixed a bug where editing text files on public pages was not possible with the oC10 backend. https://github.com/owncloud/web/pull/7936 https://github.com/owncloud/web/issues/7932
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-edit-text-files-on-public-pages/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-edit-text-files-on-public-pages", "repo_id": "owncloud", "token_count": 67 }
623
Bugfix: Public link loading on role change The loading and resolving of public links when their respective roles have changed has been fixed. https://github.com/owncloud/web/pull/8006 https://github.com/owncloud/web/issues/8003
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-public-link-load-on-role-change/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-public-link-load-on-role-change", "repo_id": "owncloud", "token_count": 62 }
624
Bugfix: Spaces reactivity on update We've fixed a bug where updated data for a space would not show up in the UI before reloading. https://github.com/owncloud/web/issues/7521 https://github.com/owncloud/web/issues/7782 https://github.com/owncloud/web/pull/7546 https://github.com/owncloud/web/pull/7818
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-spaces-reactivity-on-update/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-spaces-reactivity-on-update", "repo_id": "owncloud", "token_count": 98 }
625
Enhancement: Align dark mode colors with given design The colors in the dark mode have been aligned with the given design. This improves the overall look and readability. https://github.com/owncloud/web/issues/7373 https://github.com/owncloud/web/issues/7353 https://github.com/owncloud/web/issues/7738 https://github....
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-dark-mode-colors/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-dark-mode-colors", "repo_id": "owncloud", "token_count": 103 }
626
Enhancement: Validate space names Spaces names are now being validated when creating or renaming spaces. The following special characters are not allowed: / \ . : ? * " > < | https://github.com/owncloud/web/pull/7890
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-validate-space-names/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-validate-space-names", "repo_id": "owncloud", "token_count": 60 }
627
Bugfix: Endless lazy loading indicator after sorting file table The endless lazy loading indicator when sorting the file table and re-entering it has been fixed. https://github.com/owncloud/web/issues/6434 https://github.com/owncloud/web/pull/8988
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-endless-lazy-loading-when-sorting/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-endless-lazy-loading-when-sorting", "repo_id": "owncloud", "token_count": 67 }
628
Bugfix: Omit "page"-query in breadcrumb navigation We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the file list would be empty after navigating via breadcrumb from a paginated folder. https://github.com/owncloud/web/pull/8061 https://github.com/owncloud/web/issues/8060
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-omit-page-query-in-breadcrumb-navigation/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-omit-page-query-in-breadcrumb-navigation", "repo_id": "owncloud", "token_count": 88 }
629
Bugfix: Resolving drives in search We've fixed a bug where folder listing was not reloaded when being in a space/share root and navigating into another space/share root via search. https://github.com/owncloud/web/pull/8045 https://github.com/owncloud/web/issues/8034
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-resolving-drives-in-search/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-resolving-drives-in-search", "repo_id": "owncloud", "token_count": 75 }
630
Bugfix: Text editor appearance The text editor now looks normal again after its appearance had changed due to the inclusion of the ODS in the web repository. https://github.com/owncloud/web/pull/8026
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-text-editor-appearance/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-text-editor-appearance", "repo_id": "owncloud", "token_count": 51 }
631
Enhancement: Add notification setting to account page We've added notification setting to the account page, where the user can turn on or off receiving emails for notifications. https://github.com/owncloud/web/pull/8911 https://github.com/owncloud/web/pull/8972 https://github.com/owncloud/web/issues/8904
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-notifications-setting/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-add-notifications-setting", "repo_id": "owncloud", "token_count": 86 }
632
Enhancement: Add switch to enable condensed resource table We've added a switch to have a more condensed resource table. The change gets saved to the url and persisted across folder navigation in all files, spaces and favorites views. https://github.com/owncloud/web/pull/7976 https://github.com/owncloud/web/pull/81...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-condensed-files-view/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-condensed-files-view", "repo_id": "owncloud", "token_count": 102 }
633
Enhancement: Increase Searchbar height We've increased the height of the Searchbar to better fit the design. https://github.com/owncloud/web/pull/8056
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-increase-searchbar-height/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-increase-searchbar-height", "repo_id": "owncloud", "token_count": 42 }
634
Enhancement: Preview app sorting The preview app now respects the sorting from the file list. https://github.com/owncloud/web/pull/8806 https://github.com/owncloud/web/issues/7978
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-sorting/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-preview-app-sorting", "repo_id": "owncloud", "token_count": 55 }
635
Enhancement: Show text file icon for empty text files We've changed the thumbnail of almost empty text files to the regular text icon. https://github.com/owncloud/web/pull/8057
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-txt-icon-for-empty-txt-files/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-show-txt-icon-for-empty-txt-files", "repo_id": "owncloud", "token_count": 47 }
636
Bugfix: Public link file previews We've fixed a bug with file previews not being loaded in the right sidebar `Details` panel and in the single file view for public links. https://github.com/owncloud/web/pull/9009
owncloud/web/changelog/7.0.0_2023-06-02/fix-public-link-file-previews/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/fix-public-link-file-previews", "repo_id": "owncloud", "token_count": 56 }
637