text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
.history-toolbar { display: flex; align-items: center; position: absolute; width: 100%; top: @ide-body-top-offset; height: @editor-toolbar-height; line-height: 1; font-size: @font-size-small; background-color: @history-toolbar-bg-color; z-index: 1; color: @history-toolbar-color; padding-left: (@...
overleaf/web/frontend/stylesheets/app/editor/history-v2.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/editor/history-v2.less", "repo_id": "overleaf", "token_count": 3587 }
551
.full-height { height: 100%; padding: 0; } .error-container { display: flex; align-items: center; } .error-container.full-height { margin-top: -(@header-height + @content-margin-vertical) / 2; } .error-details { flex: 1 1 50%; padding: @line-height-computed; max-width: 90%; @media (min-width: @scre...
overleaf/web/frontend/stylesheets/app/error-pages.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/error-pages.less", "repo_id": "overleaf", "token_count": 331 }
552
@import './list/v1-import-modal.less'; .project-list-page { position: absolute; top: @header-height; bottom: @footer-height; padding-bottom: 0; width: 100%; overflow-x: hidden; overflow-y: auto; // Specificity needed to override default `body > .content` values body > .content& { min-height: calc...
overleaf/web/frontend/stylesheets/app/project-list.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/project-list.less", "repo_id": "overleaf", "token_count": 4980 }
553
// // Button groups // -------------------------------------------------- // Make the div behave like a button .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; // match .btn alignment given font-size hack above > .btn { position: relative; float: left...
overleaf/web/frontend/stylesheets/components/button-groups.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/button-groups.less", "repo_id": "overleaf", "token_count": 1953 }
554
.circle-img { border-radius: 50%; float: left; // float: right; height: 100px; overflow: hidden; position: relative; max-width: 100px; img { display: inline; margin: 0 auto; width: 100%; } } .blockquote-with-img { margin-left: 115px; }
overleaf/web/frontend/stylesheets/components/images.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/images.less", "repo_id": "overleaf", "token_count": 109 }
555
/* overbox: white box with shadow borders */ .overbox { margin: 0; padding: 40px 20px; background: @white; border: 1px solid @gray-light; &.overbox-small { padding: 10px; } }
overleaf/web/frontend/stylesheets/components/overbox.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/overbox.less", "repo_id": "overleaf", "token_count": 73 }
556
// // Grid system // -------------------------------------------------- // Container widths // // Set the container width, and override it for fixed navbars in media queries. .container { .container-fixed(); @media (min-width: @screen-sm-min) { width: @container-sm; } @media (min-width: @screen-md-min) {...
overleaf/web/frontend/stylesheets/core/grid.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/core/grid.less", "repo_id": "overleaf", "token_count": 462 }
557
/* BASICS */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; color: black; direction: ltr; } /* PADDING */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } .CodeMirror pre { padding: 0 4px; /* Horizontal p...
overleaf/web/frontend/stylesheets/vendor/codemirror.css/0
{ "file_path": "overleaf/web/frontend/stylesheets/vendor/codemirror.css", "repo_id": "overleaf", "token_count": 3180 }
558
{ "generic_linked_file_compile_error": "Les fichiers de sortie de ce projet ne sont pas disponibles car la compilation a échoué. Veuillez ouvrir le projet pour obtenir des détails sur l’erreur de compilation.", "chat_error": "Impossible de charger les messages du chat, veuillez réessayer.", "reconnect": "Réessaye...
overleaf/web/locales/fr.json/0
{ "file_path": "overleaf/web/locales/fr.json", "repo_id": "overleaf", "token_count": 45621 }
559
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['server-ce', 'server-pro', 'saas'] const indexes = [ { unique: true, key: { 'subscription._id': 1, }, name: 'subscription._id_1', }, { key: { 'subscription.admin_id': 1, }, name:...
overleaf/web/migrations/20190912145003_create_deletedSubscriptions_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145003_create_deletedSubscriptions_indexes.js", "repo_id": "overleaf", "token_count": 287 }
560
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['saas'] const indexes = [ { key: { project_id: 1, }, name: 'project_id_1', }, { key: { user_id: 1, }, name: 'user_id_1', }, ] exports.migrate = async client => { const { db } = ...
overleaf/web/migrations/20190912145019_create_projectHistoryLabels_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145019_create_projectHistoryLabels_indexes.js", "repo_id": "overleaf", "token_count": 257 }
561
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['saas'] const indexes = [ { key: { 'samlIdentifiers.externalUserId': 1, 'samlIdentifiers.providerId': 1, }, name: 'samlIdentifiers.externalUserId_1_samlIdentifiers.providerId_1', sparse: true, ...
overleaf/web/migrations/20191107191318_saml-indentifiers-index.js/0
{ "file_path": "overleaf/web/migrations/20191107191318_saml-indentifiers-index.js", "repo_id": "overleaf", "token_count": 256 }
562
const runScript = require('../scripts/back_fill_deleted_files.js') exports.tags = ['server-ce', 'server-pro', 'saas'] exports.migrate = async client => { const options = { performCleanup: true, letUserDoubleCheckInputsFor: 10, fixPartialInserts: true, } await runScript(options) } exports.rollback =...
overleaf/web/migrations/20210727123346_ce_sp_backfill_deleted_files.js/0
{ "file_path": "overleaf/web/migrations/20210727123346_ce_sp_backfill_deleted_files.js", "repo_id": "overleaf", "token_count": 121 }
563
/* 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/modules/launchpad/test/unit/src/LaunchpadControllerTests.js/0
{ "file_path": "overleaf/web/modules/launchpad/test/unit/src/LaunchpadControllerTests.js", "repo_id": "overleaf", "token_count": 14839 }
564
{ "watch": [ "app/src/", "app.js", "locales/*.json", "modules/*/app/src/", "config/" ] }
overleaf/web/nodemon.json/0
{ "file_path": "overleaf/web/nodemon.json", "repo_id": "overleaf", "token_count": 63 }
565
const { Subscription } = require('../app/src/models/Subscription') const SubscriptionUpdater = require('../app/src/Features/Subscription/SubscriptionUpdater') const minimist = require('minimist') const { waitForDb } = require('../app/src/infrastructure/mongodb') const { ObjectId } = require('mongodb') const run = asy...
overleaf/web/scripts/delete_subscriptions.js/0
{ "file_path": "overleaf/web/scripts/delete_subscriptions.js", "repo_id": "overleaf", "token_count": 443 }
566
const RecurlyWrapper = require('../../app/src/Features/Subscription/RecurlyWrapper') const async = require('async') const CSVParser = require('json2csv').Parser const NOW = new Date() const slowCallback = (callback, error, data) => setTimeout(() => callback(error, data), 80) const handleAPIError = (type, account, ...
overleaf/web/scripts/recurly/get_paypal_accounts_csv.js/0
{ "file_path": "overleaf/web/scripts/recurly/get_paypal_accounts_csv.js", "repo_id": "overleaf", "token_count": 1262 }
567
/* This script will aid the process of inserting HTML fragments into all the locales. We are migrating from locale: 'PRE __keyLinkOpen__INNER__keyLinkClose__ POST' pug: translate(localeKey, { keyLinkOpen: '<a ...>', keyLinkClose: '</a>' }) to locale: 'PRE <0>INNER</0> POST' pug: translate(localeKey...
overleaf/web/scripts/translations/replaceLinkFragments.js/0
{ "file_path": "overleaf/web/scripts/translations/replaceLinkFragments.js", "repo_id": "overleaf", "token_count": 410 }
568
#! /usr/bin/env bash # If you're running on OS X, you probably need to rebuild # some dependencies in the docker container, before it will start. # #npm rebuild --update-binary echo ">> Starting server..." grunt --no-color forever:app:start echo ">> Waiting for Server" count=1 max_wait=60 while [ $count -le $max_...
overleaf/web/test/acceptance/scripts/full-test.sh/0
{ "file_path": "overleaf/web/test/acceptance/scripts/full-test.sh", "repo_id": "overleaf", "token_count": 236 }
569
const { expect } = require('chai') const Settings = require('@overleaf/settings') const User = require('./helpers/User').promises describe('HealthCheckController', function () { describe('SmokeTests', function () { let user, projectId beforeEach(async function () { user = new User() await user.l...
overleaf/web/test/acceptance/src/HealthCheckControllerTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/HealthCheckControllerTests.js", "repo_id": "overleaf", "token_count": 1115 }
570
/* eslint-disable handle-callback-err */ const { expect } = require('chai') const async = require('async') const metrics = require('./helpers/metrics') const User = require('./helpers/User') const UserPromises = require('./helpers/User').promises const redis = require('./helpers/redis') const Features = require('....
overleaf/web/test/acceptance/src/RegistrationTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/RegistrationTests.js", "repo_id": "overleaf", "token_count": 5895 }
571
const { execFile } = require('child_process') const { waitForDb, db } = require('../../../../app/src/infrastructure/mongodb') const Settings = require('@overleaf/settings') const DEFAULT_ENV = 'saas' module.exports = { initialize() { before(waitForDb) before(function (done) { const args = [ '...
overleaf/web/test/acceptance/src/helpers/MongoHelper.js/0
{ "file_path": "overleaf/web/test/acceptance/src/helpers/MongoHelper.js", "repo_id": "overleaf", "token_count": 461 }
572
const AbstractMockApi = require('./AbstractMockApi') class MockDocUpdaterApi extends AbstractMockApi { reset() { this.updates = {} } getProjectStructureUpdates(projectId) { return this.updates[projectId] || { updates: [] } } addProjectStructureUpdates(projectId, userId, updates, version) { if (...
overleaf/web/test/acceptance/src/mocks/MockDocUpdaterApi.js/0
{ "file_path": "overleaf/web/test/acceptance/src/mocks/MockDocUpdaterApi.js", "repo_id": "overleaf", "token_count": 679 }
573
import { expect } from 'chai' import { appendMessage, prependMessages, } from '../../../../../frontend/js/features/chat/utils/message-list-appender' const testUser = { id: '123abc', } const otherUser = { id: '234other', } function createTestMessageList() { return [ { id: 'msg_1', contents: ...
overleaf/web/test/frontend/features/chat/util/message-list-appender.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/chat/util/message-list-appender.test.js", "repo_id": "overleaf", "token_count": 2770 }
574
import { expect } from 'chai' import { screen } from '@testing-library/react' import renderWithContext from '../helpers/render-with-context' import FileTreeToolbar from '../../../../../frontend/js/features/file-tree/components/file-tree-toolbar' describe('<FileTreeToolbar/>', function () { beforeEach(function () { ...
overleaf/web/test/frontend/features/file-tree/components/file-tree-toolbar.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/file-tree/components/file-tree-toolbar.test.js", "repo_id": "overleaf", "token_count": 630 }
575
import { expect } from 'chai' import { matchOutline, nestOutline, } from '../../../../frontend/js/features/outline/outline-parser' describe('OutlineParser', function () { describe('matchOutline', function () { it('matches all levels', function () { const content = ` \\book{Book} \\part{Par...
overleaf/web/test/frontend/features/outline/outline-parser.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/outline/outline-parser.test.js", "repo_id": "overleaf", "token_count": 3226 }
576
/** * Make tests fail when prop-types are incorrect. * * React's prop-types library logs an console.error when the types are * incorrect. Since this error is only in the console, tests that fail the type- * check will still pass. * * To ensure that type-checking is tested, monkey-patch the global console.error ...
overleaf/web/test/frontend/prop-types.test.js/0
{ "file_path": "overleaf/web/test/frontend/prop-types.test.js", "repo_id": "overleaf", "token_count": 245 }
577
const Settings = require('@overleaf/settings') async function run({ assertHasStatusCode, loginCsrfToken, request }) { const response = await request('/login', { method: 'POST', json: { _csrf: loginCsrfToken, email: Settings.smokeTest.user, password: Settings.smokeTest.password, }, }) ...
overleaf/web/test/smoke/src/steps/002_login.js/0
{ "file_path": "overleaf/web/test/smoke/src/steps/002_login.js", "repo_id": "overleaf", "token_count": 360 }
578
const SandboxedModule = require('sandboxed-module') const path = require('path') const modulePath = path.join( __dirname, '../../../../app/src/Features/BetaProgram/BetaProgramHandler' ) const sinon = require('sinon') const { expect } = require('chai') describe('BetaProgramHandler', function () { beforeEach(funct...
overleaf/web/test/unit/src/BetaProgram/BetaProgramHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/BetaProgram/BetaProgramHandlerTests.js", "repo_id": "overleaf", "token_count": 1221 }
579
/* eslint-disable max-len, no-dupe-keys, 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://githu...
overleaf/web/test/unit/src/Contact/ContactControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Contact/ContactControllerTests.js", "repo_id": "overleaf", "token_count": 1719 }
580
const SandboxedModule = require('sandboxed-module') const path = require('path') const sinon = require('sinon') const { expect } = require('chai') const MODULE_PATH = path.join( __dirname, '../../../../app/src/Features/Email/EmailSender.js' ) describe('EmailSender', function () { beforeEach(function () { th...
overleaf/web/test/unit/src/Email/EmailSenderTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Email/EmailSenderTests.js", "repo_id": "overleaf", "token_count": 1767 }
581
const { expect } = require('chai') const path = require('path') const InstitutionsHelper = require(path.join( __dirname, '/../../../../app/src/Features/Institutions/InstitutionsHelper' )) describe('InstitutionsHelper', function () { describe('emailHasLicence', function () { it('returns licence', function () ...
overleaf/web/test/unit/src/Institutions/InstitutionHelperTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Institutions/InstitutionHelperTests.js", "repo_id": "overleaf", "token_count": 763 }
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 * Full docs: https://github.com/decaffeinate...
overleaf/web/test/unit/src/Project/ProjectApiControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Project/ProjectApiControllerTests.js", "repo_id": "overleaf", "token_count": 748 }
583
/* eslint-disable max-len, no-return-assign, no-unused-vars, no-useless-escape, */ // 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://...
overleaf/web/test/unit/src/Project/ProjectRootDocManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Project/ProjectRootDocManagerTests.js", "repo_id": "overleaf", "token_count": 10407 }
584
const sinon = require('sinon') const { expect } = require('chai') const modulePath = '../../../../app/src/infrastructure/SessionStoreManager.js' const SandboxedModule = require('sandboxed-module') describe('SessionStoreManager', function () { beforeEach(function () { this.SessionStoreManager = SandboxedModule.re...
overleaf/web/test/unit/src/Security/SessionStoreManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Security/SessionStoreManagerTests.js", "repo_id": "overleaf", "token_count": 1476 }
585
const SandboxedModule = require('sandboxed-module') const sinon = require('sinon') const modulePath = '../../../../app/src/Features/Subscription/SubscriptionUpdater' const { assert, expect } = require('chai') const { ObjectId } = require('mongodb') describe('SubscriptionUpdater', function () { beforeEach(function ...
overleaf/web/test/unit/src/Subscription/SubscriptionUpdaterTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Subscription/SubscriptionUpdaterTests.js", "repo_id": "overleaf", "token_count": 10179 }
586
const sinon = require('sinon') const { expect } = require('chai') const mockFs = require('mock-fs') const SandboxedModule = require('sandboxed-module') const { ObjectId } = require('mongodb') const MODULE_PATH = '../../../../app/src/Features/Uploads/FileSystemImportManager.js' describe('FileSystemImportManager', fu...
overleaf/web/test/unit/src/Uploads/FileSystemImportManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Uploads/FileSystemImportManagerTests.js", "repo_id": "overleaf", "token_count": 5002 }
587
/* 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/User/UserPagesControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/User/UserPagesControllerTests.js", "repo_id": "overleaf", "token_count": 3615 }
588
const mockModel = require('../MockModel') module.exports = mockModel('Doc')
overleaf/web/test/unit/src/helpers/models/Doc.js/0
{ "file_path": "overleaf/web/test/unit/src/helpers/models/Doc.js", "repo_id": "overleaf", "token_count": 24 }
589
# OError Transformer Run: `transform/o-error/transform.sh app ... ` See: https://github.com/overleaf/web-internal/pull/2582 for discussion on next steps.
overleaf/web/transform/o-error/README.md/0
{ "file_path": "overleaf/web/transform/o-error/README.md", "repo_id": "overleaf", "token_count": 50 }
590
auto-install-peers=true shared-workspace-lockfile=true # @vue/component-compiler-utils hoist-pattern[]=sass # eslint (public so they are picked up by IDEs) public-hoist-pattern[]=*eslint* # Make ODS available to tests, even if the main package does not require it public-hoist-pattern[]=@ownclouders/design-system # ...
owncloud/web/.npmrc/0
{ "file_path": "owncloud/web/.npmrc", "repo_id": "owncloud", "token_count": 148 }
591
Change: Permanently visible branded left navigation sidebar We've made left navigation sidebar permanently visible and moved branding (logo and brand color) into it. https://github.com/owncloud/web/issues/3395 https://github.com/owncloud/web/pull/3442
owncloud/web/changelog/0.10.0_2020-05-26/branded-sidebar/0
{ "file_path": "owncloud/web/changelog/0.10.0_2020-05-26/branded-sidebar", "repo_id": "owncloud", "token_count": 66 }
592
Bugfix: Add missing question mark to delete confirmation dialog in trashbin We've added missing question mark to the delete confirmation dialog inside of the trashbin. https://github.com/owncloud/web/pull/3566
owncloud/web/changelog/0.11.0_2020-06-26/trashbin-delete-confirmation-question-mark/0
{ "file_path": "owncloud/web/changelog/0.11.0_2020-06-26/trashbin-delete-confirmation-question-mark", "repo_id": "owncloud", "token_count": 51 }
593
Enhancement: Add dev docs for releases We added documentation on the steps involved to release web. https://github.com/owncloud/web/pull/3186 https://github.com/owncloud/web/pull/3767
owncloud/web/changelog/0.13.0_2020-07-17/docs-releasing/0
{ "file_path": "owncloud/web/changelog/0.13.0_2020-07-17/docs-releasing", "repo_id": "owncloud", "token_count": 56 }
594
Change: Adjustments to roles selection dropdown The role description text from the roles selection button has been removed, but is still visible when opening the dropdown. The dropdown now also has a chevron icon to make it clearer that it is a dropdown. https://github.com/owncloud/web/pull/4080 https://github.com/ow...
owncloud/web/changelog/0.17.0_2020-09-25/adjust-roles-selection-dropdown/0
{ "file_path": "owncloud/web/changelog/0.17.0_2020-09-25/adjust-roles-selection-dropdown", "repo_id": "owncloud", "token_count": 91 }
595
Bugfix: Register store which is imported instead of required As some extensions export store not as a module we need to handle that case as well. https://github.com/owncloud/web/issues/2837
owncloud/web/changelog/0.2.7_2020-01-14/2837/0
{ "file_path": "owncloud/web/changelog/0.2.7_2020-01-14/2837", "repo_id": "owncloud", "token_count": 48 }
596
Enhancement: Added support for OpenID Connect Dynamic Client Registration 1.0 ownCloud Web can use the dynamic client registration protocol to exchange client id and client secret with the IdP https://github.com/owncloud/web/pull/4286 https://github.com/owncloud/web/pull/4306
owncloud/web/changelog/0.25.0_2020-11-16/openid-connect-dynamic-client-registration/0
{ "file_path": "owncloud/web/changelog/0.25.0_2020-11-16/openid-connect-dynamic-client-registration", "repo_id": "owncloud", "token_count": 73 }
597
Change: Bring UI/UX of file links sidebar in line with sharing sidebar We adapted the UI/UX of the file links sidebar to be in line with the UI/UX of the collaborators sidebar. The order of the two sidebars has been reversed (collaborators first, file links second). We added info messages to support a clear understand...
owncloud/web/changelog/0.3.0_2020-01-31/1907/0
{ "file_path": "owncloud/web/changelog/0.3.0_2020-01-31/1907", "repo_id": "owncloud", "token_count": 163 }
598
Change: Removed filter button in files list header Removed the confusing filter button in the files list header, so the following are now removed as well: - ability to toggle files and folders visibility which wasn't that useful and not really a requirement - filter text box as it is is redundant as one can already us...
owncloud/web/changelog/0.4.0_2020-02-14/2971/0
{ "file_path": "owncloud/web/changelog/0.4.0_2020-02-14/2971", "repo_id": "owncloud", "token_count": 109 }
599
Change: Moved sidebar navigation under top bar We've adjusted the position of the sidebar navigation to be under the top bar. https://github.com/owncloud/web/pull/3077
owncloud/web/changelog/0.5.0_2020-03-02/3858/0
{ "file_path": "owncloud/web/changelog/0.5.0_2020-03-02/3858", "repo_id": "owncloud", "token_count": 44 }
600
Bugfix: Do not remove first character of etag When stripping away double quotes in etag of the file thumbnails, we accidentally removed first character as well. We've stopped removing that character. https://github.com/owncloud/web/pull/3274
owncloud/web/changelog/0.7.0_2020-03-30/3274/0
{ "file_path": "owncloud/web/changelog/0.7.0_2020-03-30/3274", "repo_id": "owncloud", "token_count": 61 }
601
Enhancement: show status of accepted shares The status column of accepted shares was blank. https://github.com/owncloud/ocis/issues/985
owncloud/web/changelog/1.0.0_2020-12-16/accepted-shares-status.md/0
{ "file_path": "owncloud/web/changelog/1.0.0_2020-12-16/accepted-shares-status.md", "repo_id": "owncloud", "token_count": 38 }
602
Bugfix: Fully clickable sidebar toggle button The button for hiding/showing the left sidebar (burger menu) was not fully clickable. We fixed this by removing a negative margin that pulled the rest of the topbar over the button. https://github.com/owncloud/web/issues/4130 https://github.com/owncloud/web/pull/4572
owncloud/web/changelog/1.0.1_2021-01-08/fix-burger-menu/0
{ "file_path": "owncloud/web/changelog/1.0.1_2021-01-08/fix-burger-menu", "repo_id": "owncloud", "token_count": 86 }
603
Bugfix: Open mediaviewer for upper case file extensions We fixed a bug where the mediaviewer didn't open for files which had an uppercase (or mixed case) file extension. https://github.com/owncloud/web/issues/4647 https://github.com/owncloud/web/pull/4627
owncloud/web/changelog/3.0.0_2021-04-21/bugfix-mediaviewer-upper-case-file-extensions/0
{ "file_path": "owncloud/web/changelog/3.0.0_2021-04-21/bugfix-mediaviewer-upper-case-file-extensions", "repo_id": "owncloud", "token_count": 76 }
604
Enhancement: Prompts leaving user about pending uploads Added an unload event listener that detects closes/ reloads/ navigates to another URL. Added prompt that ask for confirmation to leave site on unload events if uploads pending. Removed the event listener before destroy of component. https://github.com/owncloud...
owncloud/web/changelog/3.2.0_2021-05-31/enhancement-prompt-on-window-close-pending-upload/0
{ "file_path": "owncloud/web/changelog/3.2.0_2021-05-31/enhancement-prompt-on-window-close-pending-upload", "repo_id": "owncloud", "token_count": 98 }
605
Bugfix: Make sure IDs in HTML are unique Quick action button IDs were repeated in every row of the file table, which isn't allowed in HTML (IDs must be unique per document). By changing to classes, this offense was resolved. The same goes for IDs in the people shares part of the sidebar where IDs are now appended w...
owncloud/web/changelog/3.3.0_2021-06-23/bugfix-unique-ids/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-unique-ids", "repo_id": "owncloud", "token_count": 135 }
606
Enhancement: Hide left sidebar if no navitems are present For extensions / pages without nav items and public link pages, we now hide the left sidebar to not confuse screen readers and give more screen space for the content. https://github.com/owncloud/web/pull/5149
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-hide-navbar-if-no-navitems/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-hide-navbar-if-no-navitems", "repo_id": "owncloud", "token_count": 69 }
607
Enhancement: Use slots in the navigation sidebar In the new sidebar content is defined solely via slots. We've moved all the content into those slots so that the sidebar still gets displayed correctly. https://github.com/owncloud/web/pull/5105
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-use-slots-in-sidebar/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-use-slots-in-sidebar", "repo_id": "owncloud", "token_count": 59 }
608
Bugfix: Content Security Policy for OpenID Connect authentication We added CSP rules for allowing OpenID Connect authentication when running ownCloud Web as app in ownCloud 10. https://github.com/owncloud/web/pull/5536
owncloud/web/changelog/4.0.0_2021-08-04/bugfix-oc10-web-oidc-csp/0
{ "file_path": "owncloud/web/changelog/4.0.0_2021-08-04/bugfix-oc10-web-oidc-csp", "repo_id": "owncloud", "token_count": 54 }
609
Enhancement: Add multiple selection Sidebar We've changed the sidebar so if a user selects multiple files or folders he sees a detailed view of his selection in the sidebar. https://github.com/owncloud/web/issues/5164 https://github.com/owncloud/web/pull/5630
owncloud/web/changelog/4.1.0_2021-08-20/enhancement-add-multiple-selection-sidebar/0
{ "file_path": "owncloud/web/changelog/4.1.0_2021-08-20/enhancement-add-multiple-selection-sidebar", "repo_id": "owncloud", "token_count": 71 }
610
Enhancement: URL encoding / decoding We have updated the Vue router (prior to version 4) encoding from `files%2Fall%2Ffolder` to `files/all/folder`. It was also needed to use the router query object instead of the params to store the current page pagination information. https://github.com/owncloud/web/issues/5714 htt...
owncloud/web/changelog/4.2.0_2021-09-14/enhancement-url-encoding/0
{ "file_path": "owncloud/web/changelog/4.2.0_2021-09-14/enhancement-url-encoding", "repo_id": "owncloud", "token_count": 102 }
611
Enhancement: Sorting out dependencies We have cleaned and simplified the dependency structure in our apps. https://github.com/owncloud/web/pull/5898
owncloud/web/changelog/4.4.0_2021-10-26/enhancement-sort-out-dependencies/0
{ "file_path": "owncloud/web/changelog/4.4.0_2021-10-26/enhancement-sort-out-dependencies", "repo_id": "owncloud", "token_count": 40 }
612
Enhancement: Contextmenu for multiple files We have enabled batch actions in the context menu for when multiple resources are selected. https://github.com/owncloud/web/pull/5973 https://github.com/owncloud/web/issues/5968 https://github.com/owncloud/web/issues/5977
owncloud/web/changelog/4.6.0_2021-12-07/enhancement-contextmenu-multiple-files/0
{ "file_path": "owncloud/web/changelog/4.6.0_2021-12-07/enhancement-contextmenu-multiple-files", "repo_id": "owncloud", "token_count": 77 }
613
Bugfix: User email attribute initialization Until now, the user email would only be set if the user used it instead of a username in the login form. It now can also be set from the user webdav response as a fallback. https://github.com/owncloud/web/pull/6118
owncloud/web/changelog/4.7.0_2021-12-16/bugfix-user-email-initialization/0
{ "file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-user-email-initialization", "repo_id": "owncloud", "token_count": 70 }
614
Bugfix: Jumpy batch actions We fixed a bug that made the batch actions move up and down a few pixels every time they appeared/disappeared. https://github.com/owncloud/web/pull/6360
owncloud/web/changelog/5.0.0_2022-02-14/bugfix-jumpy-batch-actions/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/bugfix-jumpy-batch-actions", "repo_id": "owncloud", "token_count": 52 }
615
Enhancement: Drawio improvements - Honor the autosave configuration, and actually save - Show error messages to the user, currently all failures are silent https://github.com/owncloud/web/pull/6125
owncloud/web/changelog/5.0.0_2022-02-14/enhancement-drawio/0
{ "file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-drawio", "repo_id": "owncloud", "token_count": 51 }
616
Bugfix: App compatibility We've made sure that apps that were not made compatible with ownCloud Web 5.0.0 don't run into a non-rendered state. https://github.com/owncloud/web/pull/6439
owncloud/web/changelog/5.1.0_2022-02-18/bugfix-catch-router-view-names/0
{ "file_path": "owncloud/web/changelog/5.1.0_2022-02-18/bugfix-catch-router-view-names", "repo_id": "owncloud", "token_count": 55 }
617
Enhancement: Allow updating space image and description We have implemented multiple ways to update the image and description of a space. https://github.com/owncloud/web/pull/6410 https://github.com/owncloud/web/issues/6377
owncloud/web/changelog/5.2.0_2022-03-03/enhancement-space-image-and-description-handling/0
{ "file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-space-image-and-description-handling", "repo_id": "owncloud", "token_count": 61 }
618
Bugfix: Prevent the member count inside a space from disappearing We've fixed a bug where opening the sidebar for a file inside a space caused the member count of the space to disappear. https://github.com/owncloud/web/pull/6550
owncloud/web/changelog/5.3.0_2022-03-23/bugfix-space-member-count/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-space-member-count", "repo_id": "owncloud", "token_count": 57 }
619
Enhancement: Shares overview We've merged the three shares navigation items into one central "Shares" item, with a toggle to switch between the three different kinds of shares (incoming, outgoing, links). In the process, we have also renamed the "All files" page to the "Personal" page, indicating that this is the us...
owncloud/web/changelog/5.3.0_2022-03-23/enhancement-shares-overview/0
{ "file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-shares-overview", "repo_id": "owncloud", "token_count": 157 }
620
Bugfix: Use oC10 navigation entry names When fetching navigation entries from oC10, we previously used the app's names. This caused issues when the navigation entry ID and the app ID differ. Also, the navigation entries did not match with the ones in the classic UI. This has been fixed as we now use the navigation ent...
owncloud/web/changelog/5.4.0_2022-04-11/bugfix-oc10-navigation-entry-names/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/bugfix-oc10-navigation-entry-names", "repo_id": "owncloud", "token_count": 119 }
621
Enhancement: Add "Shared with" column for "Shared with me" page We've added the "Shared with" column for incoming shares in the "Shared with me" page and changed the order of the column to follow the "Share owner" column. https://github.com/owncloud/web/issues/6140 https://github.com/owncloud/web/pull/6699
owncloud/web/changelog/5.4.0_2022-04-11/enhancement-shared-with-column-shared-with-me/0
{ "file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-shared-with-column-shared-with-me", "repo_id": "owncloud", "token_count": 93 }
622
Bugfix: "Create Space"-button with open sidebar We've fixed a bug where the "Create Space"-button would disappear when opening the sidebar for a space. https://github.com/owncloud/web/pull/6919 https://github.com/owncloud/web/issues/6918
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-create-space-button-sidebar/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-create-space-button-sidebar", "repo_id": "owncloud", "token_count": 69 }
623
Bugfix: Setting image and readme for spaces * An issue where setting a space-image or -readme would corrupt the file list has been fixed. * Setting images from within the `.space` folder has been fixed. * Setting images and readme files with specials characters in their names has been fixed. https://github.com/ownclo...
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-set-space-image-and-readme/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-set-space-image-and-readme", "repo_id": "owncloud", "token_count": 102 }
624
Bugfix: Upload overlay links We've fixed a bug where the folder links in the upload overlay were broken when navigating into another app or file list. https://github.com/owncloud/web/pull/6846 https://github.com/owncloud/web/issues/6819
owncloud/web/changelog/5.5.0_2022-06-20/bugfix-upload-overlay-links/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-upload-overlay-links", "repo_id": "owncloud", "token_count": 66 }
625
Enhancement: Enable search all files for ocis backend We've enabled the search all files feature for ocis backend: * Find files in sub directories * Find files in other places like project spaces https://github.com/owncloud/web/pull/6841 https://github.com/owncloud/web/pull/6873 https://github.com/owncloud/web/pull/6...
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-enable-search-all-files/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-enable-search-all-files", "repo_id": "owncloud", "token_count": 112 }
626
Enhancement: Remove the upload progress component We've removed the upload progress component because the implementation of Uppy made it obsolete. https://github.com/owncloud/web/pull/6825 https://github.com/owncloud/web/issues/6819
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-remove-upload-progress-component/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-remove-upload-progress-component", "repo_id": "owncloud", "token_count": 62 }
627
Enhancement: Upload time estimation The estimated remaining time for an upload will now be displayed in the upload overlay. https://github.com/owncloud/web/pull/7088 https://github.com/owncloud/web/issues/7066
owncloud/web/changelog/5.5.0_2022-06-20/enhancement-upload-time-estimation/0
{ "file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-upload-time-estimation", "repo_id": "owncloud", "token_count": 59 }
628
Bugfix: Re-introduce dynamic app name in document title The `external` app was missing the dynamic app name after some recent refactoring. It has been reintroduced. https://github.com/owncloud/web/pull/7173
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-external-app-title/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-external-app-title", "repo_id": "owncloud", "token_count": 57 }
629
Bugfix: Merge share with group and group member into one We've fixed a bug that the share with a group and share of the same resource with a member of this group was shown as 2 shares in "Shared with me" view. https://github.com/owncloud/web/issues/7582 https://github.com/owncloud/web/pull/7598
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-merge-share-with-group-and-group-member/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-merge-share-with-group-and-group-member", "repo_id": "owncloud", "token_count": 84 }
630
Bugfix: Rename shared space resource not possible We've fixed a bug where renaming a file or a folder of a shared space wasn't possible. https://github.com/owncloud/web/pull/7379 https://github.com/owncloud/web/issues/6899
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-rename-shared-space-resource-not-possible/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-rename-shared-space-resource-not-possible", "repo_id": "owncloud", "token_count": 67 }
631
Bugfix: Suppress active panel error log We now suppress error logs which occurred when opening the sidebar without an active panel. https://github.com/owncloud/web/pull/7394
owncloud/web/changelog/5.7.0_2022-09-09/bugfix-suppress-active-panel-error-log/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-suppress-active-panel-error-log", "repo_id": "owncloud", "token_count": 45 }
632
Enhancement: Declined shares are now easily accessible We've redesigned the 'Shared with me' page, so the 'Declined shares' section is now displayed under the 'Accepted shares' section. There is no need to click the toggle button anymore which makes the 'Declined shares' easily accessible. https://github.com/owncloud...
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-declined-shares-now-easily-accessible/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-declined-shares-now-easily-accessible", "repo_id": "owncloud", "token_count": 103 }
633
Enhancement: Resolve bookmarked public links with password protection Bookmarks to a public link (e.g. when user navigated into a subfolder and then created a bookmark) or to an app that was opened from a public link (e.g. photo opened in preview app) now properly resolve the public link context before loading the boo...
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-resolve-bookmarked-public-links-with-password/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-resolve-bookmarked-public-links-with-password", "repo_id": "owncloud", "token_count": 153 }
634
Enhancement: Users table on small screen We've improved the layout of the users table on small screens. https://github.com/owncloud/web/pull/7476 https://github.com/owncloud/web/issues/7439
owncloud/web/changelog/5.7.0_2022-09-09/enhancement-users-table-small-screens/0
{ "file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-users-table-small-screens", "repo_id": "owncloud", "token_count": 58 }
635
Bugfix: "Keep both"-conflict option We've fixed an issue with the "Keep both"-conflict option where uploaded folders would get mixed up. https://github.com/owncloud/web/issues/7903 https://github.com/owncloud/web/pull/7905
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-keep-both-conflict-option/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-keep-both-conflict-option", "repo_id": "owncloud", "token_count": 68 }
636
Bugfix: Sidebar for received shares in search file list We've fixed a bug where the sidebar for received shares in the search file list was broken. https://github.com/owncloud/web/pull/7662 https://github.com/owncloud/web/issues/7661
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-search-sidebar-shares/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-search-sidebar-shares", "repo_id": "owncloud", "token_count": 67 }
637
Bugfix: Versions on the "Shared with me"-page Downloading and reverting versions on the "Shared with me"-page has been fixed. https://github.com/owncloud/web/pull/7989 https://github.com/owncloud/web/issues/7980
owncloud/web/changelog/6.0.0_2022-11-29/bugfix-versions-on-shared-with-me-page/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-versions-on-shared-with-me-page", "repo_id": "owncloud", "token_count": 69 }
638
Enhancement: Internal link on unaccepted share The error message when resolving an internal link to an unaccepted share has been improved for a better UX. https://github.com/owncloud/web/issues/7803 https://github.com/owncloud/web/pull/7814
owncloud/web/changelog/6.0.0_2022-11-29/enhancement-internal-link-on-unaccepted-share/0
{ "file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-internal-link-on-unaccepted-share", "repo_id": "owncloud", "token_count": 69 }
639
Bugfix: Cancel custom permissions We've fixed a bug where cancelling the custom permissions on a share would remove all permissions. https://github.com/owncloud/web/pull/8340 https://github.com/owncloud/web/issues/8335
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-cancel-custom-permissions/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-cancel-custom-permissions", "repo_id": "owncloud", "token_count": 61 }
640
Bugfix: Left sidebar navigation item text flickers on transition We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode. https://github.com/owncloud/web/pull/8080
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-left-sidebar-navigation-item-text-flickering/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-left-sidebar-navigation-item-text-flickering", "repo_id": "owncloud", "token_count": 51 }
641
Bugfix: Personal space name after language change The name of the personal space is now being updated properly after a language change. https://github.com/owncloud/web/pull/8992 https://github.com/owncloud/web/issues/8968
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-personal-space-name-after-language-change/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-personal-space-name-after-language-change", "repo_id": "owncloud", "token_count": 61 }
642
Bugfix: Share recipient container exceed The share recipient container now shows a vertical scroll bar when the users would exceed the container height. https://github.com/owncloud/web/pull/8814 https://github.com/owncloud/web/issues/8811
owncloud/web/changelog/7.0.0_2023-06-02/bugfix-share-recipient-container-exceed/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/bugfix-share-recipient-container-exceed", "repo_id": "owncloud", "token_count": 62 }
643
Change: Streamline new tab handling in extensions We have added a global configuration for opening extensions in new tabs. This will now be configured by the administrator and applies for all extensions in the same way. https://github.com/owncloud/web/issues/6661 https://github.com/owncloud/web/pull/8458
owncloud/web/changelog/7.0.0_2023-06-02/change-streamline-editor-new-tabs/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/change-streamline-editor-new-tabs", "repo_id": "owncloud", "token_count": 78 }
644
Enhancement: Support pagination in admin settings app We've added pagination to various lists in the admin settings app. So there will be a page selection at the end of the list if more than 50 items are present. https://github.com/owncloud/web/issues/9048 https://github.com/owncloud/web/pull/9119 https://github.com/...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-admin-settings-support-pagination/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-admin-settings-support-pagination", "repo_id": "owncloud", "token_count": 99 }
645
Enhancement: Disable create user and delete user via capabilities We've added the functionality to disable create user and delete user in the admin-settings-app via capabilities, those can be set via env variable FRONTEND_LDAP_SERVER_WRITE_ENABLED. https://github.com/owncloud/web/pull/9070 https://github.com/owncloud...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-disable-create-and-delete-users-via-capabilities/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-disable-create-and-delete-users-via-capabilities", "repo_id": "owncloud", "token_count": 95 }
646
Enhancement: Move user group select to edit panel The user group select input has been moved to the user edit panel for better editing. https://github.com/owncloud/web/pull/8279 https://github.com/owncloud/web/issues/8278
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-move-user-group-select-to-edit-panel/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-move-user-group-select-to-edit-panel", "repo_id": "owncloud", "token_count": 64 }
647
Enhancement: Add tiles view for resource display We've added a switch to change from the known resource table to a tiles view. The change gets saved to the url and persisted across resource navigation. Tiles can be dynamically resized on screens bigger than mobile, using the "display customization options" dropdown. ...
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-resources-tiles-view/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-resources-tiles-view", "repo_id": "owncloud", "token_count": 357 }
648
Enhancement: Stop bootstrapping application earlier in anonymous contexts We've optimized the silent token refresh to make less application bootstrapping requests. https://github.com/owncloud/web/pull/8762
owncloud/web/changelog/7.0.0_2023-06-02/enhancement-unauthenticated-bootstrap/0
{ "file_path": "owncloud/web/changelog/7.0.0_2023-06-02/enhancement-unauthenticated-bootstrap", "repo_id": "owncloud", "token_count": 49 }
649
Bugfix: Media controls overflow on mobile screens Media controls overflowed on smaller 9:16 screens because it is absolutely positioned and centered using transform property, its margin caused the transform operation to not calculate the center properly (the latter also affected desktop but was merely visible). https...
owncloud/web/changelog/7.1.0_2023-08-23/bugfix-media-controls-overflow/0
{ "file_path": "owncloud/web/changelog/7.1.0_2023-08-23/bugfix-media-controls-overflow", "repo_id": "owncloud", "token_count": 89 }
650