text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
/* 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
* DS207: Consider shorter variations of null... | overleaf/web/frontend/js/ide/pdfng/directives/pdfTextLayer.js/0 | {
"file_path": "overleaf/web/frontend/js/ide/pdfng/directives/pdfTextLayer.js",
"repo_id": "overleaf",
"token_count": 816
} | 497 |
/* eslint-disable
max-len,
no-return-assign,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/m... | overleaf/web/frontend/js/ide/review-panel/directives/resolvedCommentEntry.js/0 | {
"file_path": "overleaf/web/frontend/js/ide/review-panel/directives/resolvedCommentEntry.js",
"repo_id": "overleaf",
"token_count": 342
} | 498 |
import { postJSON } from './fetch-json'
import sessionStorage from '../infrastructure/session-storage'
const CACHE_KEY = 'mbEvents'
export function send(category, action, label, value) {
if (typeof window.ga === 'function') {
window.ga('send', 'event', category, action, label, value)
}
}
export function send... | overleaf/web/frontend/js/infrastructure/event-tracking.js/0 | {
"file_path": "overleaf/web/frontend/js/infrastructure/event-tracking.js",
"repo_id": "overleaf",
"token_count": 380
} | 499 |
/* eslint-disable
max-len,
no-return-assign,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/m... | overleaf/web/frontend/js/main/annual-upgrade.js/0 | {
"file_path": "overleaf/web/frontend/js/main/annual-upgrade.js",
"repo_id": "overleaf",
"token_count": 475
} | 500 |
import _ from 'lodash'
import App from '../../base'
import './services/project-list'
App.controller('ProjectPageController', function (
$scope,
$modal,
$window,
queuedHttp,
eventTracking, // eslint-disable-line camelcase
$timeout,
localStorage,
ProjectListService
) {
$scope.projects = window.data.proj... | overleaf/web/frontend/js/main/project-list/project-list.js/0 | {
"file_path": "overleaf/web/frontend/js/main/project-list/project-list.js",
"repo_id": "overleaf",
"token_count": 9987
} | 501 |
import { v4 as uuid } from 'uuid'
const OError = require('@overleaf/o-error')
// VERSION should get incremented when making changes to caching behavior or
// adjusting metrics collection.
// Keep in sync with PdfJsMetrics.
const VERSION = 2
const CLEAR_CACHE_REQUEST_MATCHER = /^\/project\/[0-9a-f]{24}\/output$/
cons... | overleaf/web/frontend/js/serviceWorker.js/0 | {
"file_path": "overleaf/web/frontend/js/serviceWorker.js",
"repo_id": "overleaf",
"token_count": 8884
} | 502 |
import App from '../../../base'
import { react2angular } from 'react2angular'
import { rootContext } from '../root-context'
App.component(
'sharedContextReact',
react2angular(rootContext.component, [], ['ide', 'settings'])
)
| overleaf/web/frontend/js/shared/context/controllers/root-context-controller.js/0 | {
"file_path": "overleaf/web/frontend/js/shared/context/controllers/root-context-controller.js",
"repo_id": "overleaf",
"token_count": 72
} | 503 |
import { useLayoutEffect, useRef, useCallback } from 'react'
function useResizeObserver(observedElement, observedData, callback) {
const resizeObserver = useRef()
const observe = useCallback(() => {
resizeObserver.current = new ResizeObserver(function (elementsObserved) {
callback(elementsObserved[0])
... | overleaf/web/frontend/js/shared/hooks/use-resize-observer.js/0 | {
"file_path": "overleaf/web/frontend/js/shared/hooks/use-resize-observer.js",
"repo_id": "overleaf",
"token_count": 354
} | 504 |
# 2021-07-05
For https://github.com/overleaf/issues/issues/4503#issuecomment-873961735
#### Fork base
Based on v2.2.228 (d7afb74a6e1980da5041f376e7a7c7caef5f42ea)
#### Changes:
- fix handling of fetch errors (9826c6eb1ecd501ac3eb1e9d9a98a3e6edde3fd0)
- do not bundle NodeJS stream backend (6d118ec35e6e6f954938a4851... | overleaf/web/frontend/js/vendor/libs/pdfjs-dist/CHANGELOG.md/0 | {
"file_path": "overleaf/web/frontend/js/vendor/libs/pdfjs-dist/CHANGELOG.md",
"repo_id": "overleaf",
"token_count": 707
} | 505 |
const { createMacro, MacroError } = require('babel-plugin-macros')
const Settings = require('@overleaf/settings')
const macro = createMacro(importOverleafModuleMacro)
function importOverleafModuleMacro({ references, state, babel }) {
references.default.forEach(referencePath => {
const { types: t } = babel
... | overleaf/web/frontend/macros/import-overleaf-module.macro.js/0 | {
"file_path": "overleaf/web/frontend/macros/import-overleaf-module.macro.js",
"repo_id": "overleaf",
"token_count": 796
} | 506 |
import { useEffect } from 'react'
import FileTreeContext from '../../../js/features/file-tree/components/file-tree-context'
import FileTreeCreateNameProvider from '../../../js/features/file-tree/contexts/file-tree-create-name'
import FileTreeCreateFormProvider from '../../../js/features/file-tree/contexts/file-tree-cre... | overleaf/web/frontend/stories/modals/create-file/create-file-modal-decorator.js/0 | {
"file_path": "overleaf/web/frontend/stories/modals/create-file/create-file-modal-decorator.js",
"repo_id": "overleaf",
"token_count": 1470
} | 507 |
import PropTypes from 'prop-types'
import WordCountModal from '../js/features/word-count-modal/components/word-count-modal'
import useFetchMock from './hooks/use-fetch-mock'
export const Interactive = ({
mockResponse = 200,
mockResponseDelay = 500,
...args
}) => {
useFetchMock(fetchMock => {
fetchMock.get... | overleaf/web/frontend/stories/word-count-modal.stories.js/0 | {
"file_path": "overleaf/web/frontend/stories/word-count-modal.stories.js",
"repo_id": "overleaf",
"token_count": 829
} | 508 |
@new-message-height: 80px;
#chat-wrapper {
> .ui-layout-resizer > .ui-layout-toggler {
display: none !important;
}
}
.chat {
.loading {
font-family: @font-family-serif;
padding: @line-height-computed / 2;
text-align: center;
}
.no-messages {
padding: @line-height-computed / 2;
color... | overleaf/web/frontend/stylesheets/app/editor/chat.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/editor/chat.less",
"repo_id": "overleaf",
"token_count": 1685
} | 509 |
.modal-body-share {
h3 {
border-bottom: 1px solid @gray-lighter;
padding-bottom: @line-height-computed / 4;
margin: 0;
font-size: 1rem;
}
.project-member.form-group {
margin-bottom: 0;
}
.project-member .form-control-static.text-center {
padding-top: 0;
}
.project-member .remove... | overleaf/web/frontend/stylesheets/app/editor/share.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/editor/share.less",
"repo_id": "overleaf",
"token_count": 1124
} | 510 |
.plans {
blockquote {
footer {
/* accessibility fix */
color: @ol-blue-gray-3;
}
}
.plans-header {
h1,
h2 {
color: @gray-dark;
}
}
}
| overleaf/web/frontend/stylesheets/app/plans-ol.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/plans-ol.less",
"repo_id": "overleaf",
"token_count": 97
} | 511 |
//
// Badges
// --------------------------------------------------
// Base classes
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: @font-size-small;
font-weight: @badge-font-weight;
color: @badge-color;
line-height: @badge-line-height;
vertical-align: baseline;
white-spa... | overleaf/web/frontend/stylesheets/components/badges.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/badges.less",
"repo_id": "overleaf",
"token_count": 410
} | 512 |
//
// Forms
// --------------------------------------------------
// Normalize non-controls
//
// Restyle and baseline non-control form elements.
fieldset {
padding: 0;
margin: 0;
border: 0;
// Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets,
// so we reset that to ensure it behaves ... | overleaf/web/frontend/stylesheets/components/forms.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/forms.less",
"repo_id": "overleaf",
"token_count": 4136
} | 513 |
.reconfirm-notification {
display: flex;
width: 100%;
.fa-warning {
margin-right: @margin-sm;
}
.btn-reconfirm {
float: right;
margin-left: @margin-sm;
text-transform: capitalize;
}
}
// Settings page
.affiliations-table {
.reconfirm-notification {
margin: 0px auto @margin-sm auto !im... | overleaf/web/frontend/stylesheets/components/notifications.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/notifications.less",
"repo_id": "overleaf",
"token_count": 352
} | 514 |
.vertical-resizable-resizer {
background-color: @vertical-resizable-resizer-bg;
&:hover {
background-color: @vertical-resizable-resizer-hover-bg;
}
&::after {
content: '\00b7\00b7\00b7\00b7';
display: block;
color: @ol-blue-gray-2;
text-align: center;
font-size: 20px;
line-height: ... | overleaf/web/frontend/stylesheets/components/vertical-resizable-panes.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/vertical-resizable-panes.less",
"repo_id": "overleaf",
"token_count": 211
} | 515 |
@import (less) '../fonts/lato.css';
@import (less) '../fonts/merriweather.css';
@import (less) '../fonts/source-code-pro.css';
@import (less) '../fonts/stix-two-math.css';
@is-overleaf-light: false;
@show-rich-text: true;
// Core variables and mixins
@import 'core/variables.less';
@import 'app/ol-style-guide.less';
@... | overleaf/web/frontend/stylesheets/style.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/style.less",
"repo_id": "overleaf",
"token_count": 299
} | 516 |
{
"generic_linked_file_compile_error": "This project's output files are not available because it failed to compile. Please open the project to see the compilation error details.",
"chat_error": "Could not load chat messages, please try again.",
"reconnect": "Try again",
"no_pdf_error_title": "No PDF",
"no_pdf... | overleaf/web/locales/en.json/0 | {
"file_path": "overleaf/web/locales/en.json",
"repo_id": "overleaf",
"token_count": 32290
} | 517 |
/* eslint-disable no-unused-vars */
/*
* Example migration for a script:
*
* This migration demonstrates how to run a script. In this case, the example
* script will print "hello world" if there are no users in the users collection
* or "hello <name>", when User.findOne() finds something.
*/
const runScript = r... | overleaf/web/migrations/20190730093801_script_example.js/0 | {
"file_path": "overleaf/web/migrations/20190730093801_script_example.js",
"repo_id": "overleaf",
"token_count": 163
} | 518 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['saas']
const indexes = [
{
unique: true,
key: {
id: 1,
},
name: 'id_1',
},
]
exports.migrate = async client => {
const { db } = client
await Helpers.addIndexesToCollection(db.oauthApplication... | overleaf/web/migrations/20190912145016_create_oauthApplications_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145016_create_oauthApplications_indexes.js",
"repo_id": "overleaf",
"token_count": 216
} | 519 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['server-ce', 'server-pro', 'saas']
const indexes = [
{
unique: true,
key: {
email: 1,
},
name: 'email_case_insensitive',
collation: {
locale: 'en',
caseLevel: false,
caseFirst: '... | overleaf/web/migrations/20190912145032_create_users_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145032_create_users_indexes.js",
"repo_id": "overleaf",
"token_count": 1413
} | 520 |
const Helpers = require('./lib/helpers')
exports.tags = ['server-ce', 'server-pro', 'saas']
const indexes = [
{
key: {
project_id: 1,
deleted: 1,
deletedAt: -1,
},
name: 'project_id_deleted_deletedAt_1',
},
]
exports.migrate = async client => {
const { db } = client
await Helper... | overleaf/web/migrations/20210408123210_create_docs_project_id_deleted_deletedAt_index.js/0 | {
"file_path": "overleaf/web/migrations/20210408123210_create_docs_project_id_deleted_deletedAt_index.js",
"repo_id": "overleaf",
"token_count": 195
} | 521 |
const base = require(process.env.BASE_CONFIG)
module.exports = base.mergeWith({
enableLegacyLogin: true,
test: {
counterInit: 210000,
},
})
| overleaf/web/modules/launchpad/test/acceptance/config/settings.test.js/0 | {
"file_path": "overleaf/web/modules/launchpad/test/acceptance/config/settings.test.js",
"repo_id": "overleaf",
"token_count": 58
} | 522 |
extends ../../../../../app/views/layout
block append meta
meta(name="ol-passwordStrengthOptions" data-type="json" content=settings.passwordStrengthOptions)
block content
main.content.content-alt#main-content
.container
.row
.col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4
.alert.alert-success #{tran... | overleaf/web/modules/user-activate/app/views/user/activate.pug/0 | {
"file_path": "overleaf/web/modules/user-activate/app/views/user/activate.pug",
"repo_id": "overleaf",
"token_count": 979
} | 523 |
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
mQENBFRKK00BCADUis0s5avrxbfylhl0btKoyQcST6BlGwejbryJHEkeVxoVPJ6q
YkDTlMB4RMDGNC5wK901d8McYf3UiTzhqw50lX9CZGCzZIkjAvuySD/ectLuRD96
ft2qwNUISyCfLUdFItnhq7PQLZcgVvBjBL5UjX6yItZQLeFIkxEZrN3+fm9wjlg8
0V8OctWs+d1HgtL03bNJk6YSc21g4NBsca8+1pvjEi12JS78ZOvWRwk8y+XM9nny
f+1y... | overleaf/web/public/sharelatex-security.pub/0 | {
"file_path": "overleaf/web/public/sharelatex-security.pub",
"repo_id": "overleaf",
"token_count": 1260
} | 524 |
# Delete Orphaned Docs
Because of the large numbers of documents and projects it is necessary to detect
orphaned docs using bulk exports of the raw data.
## Exporting Data Files
Follow the directions in `google-ops/README.md` for exporting data from mongo
and copying the files to your local machine.
### Exporting d... | overleaf/web/scripts/delete-orphaned-docs/README.md/0 | {
"file_path": "overleaf/web/scripts/delete-orphaned-docs/README.md",
"repo_id": "overleaf",
"token_count": 888
} | 525 |
const InstitutionsReconfirmationHandler = require('../modules/overleaf-integration/app/src/Institutions/InstitutionsReconfirmationHandler')
InstitutionsReconfirmationHandler.processLapsed()
.then(() => {
process.exit(0)
})
.catch(error => {
console.error(error)
process.exit(1)
})
| overleaf/web/scripts/process_lapsed_reconfirmations.js/0 | {
"file_path": "overleaf/web/scripts/process_lapsed_reconfirmations.js",
"repo_id": "overleaf",
"token_count": 105
} | 526 |
/*
This script will aid the process of inserting HTML fragments into all the
locales.
We are migrating from
locale: 'PRE __key1__ POST'
pug: translate(localeKey, { key1: '<b>VALUE</b>' })
to
locale: 'PRE <0>__key1__</0> POST'
pug: translate(localeKey, { key1: 'VALUE' }, ['b'])
MAPPING entries:
... | overleaf/web/scripts/translations/insertHTMLFragments.js/0 | {
"file_path": "overleaf/web/scripts/translations/insertHTMLFragments.js",
"repo_id": "overleaf",
"token_count": 769
} | 527 |
const { merge } = require('@overleaf/settings/merge')
const baseApp = require('../../../config/settings.overrides.saas')
const baseTest = require('./settings.test.defaults')
const httpAuthUser = 'sharelatex'
const httpAuthPass = 'password'
const httpAuthUsers = {}
httpAuthUsers[httpAuthUser] = httpAuthPass
const over... | overleaf/web/test/acceptance/config/settings.test.saas.js/0 | {
"file_path": "overleaf/web/test/acceptance/config/settings.test.saas.js",
"repo_id": "overleaf",
"token_count": 668
} | 528 |
const User = require('./helpers/User')
const request = require('./helpers/request')
const async = require('async')
const { expect } = require('chai')
const settings = require('@overleaf/settings')
const { db, ObjectId } = require('../../../app/src/infrastructure/mongodb')
const MockDocstoreApiClass = require('./mocks/M... | overleaf/web/test/acceptance/src/DeletionTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/DeletionTests.js",
"repo_id": "overleaf",
"token_count": 6377
} | 529 |
const { expect } = require('chai')
const { ObjectId } = require('mongodb')
const Path = require('path')
const fs = require('fs')
const { Project } = require('../../../app/src/models/Project')
const ProjectGetter = require('../../../app/src/Features/Project/ProjectGetter.js')
const User = require('./helpers/User')
con... | overleaf/web/test/acceptance/src/ProjectStructureTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/ProjectStructureTests.js",
"repo_id": "overleaf",
"token_count": 4995
} | 530 |
const { expect } = require('chai')
const MockSubscription = require('./Subscription')
const SubscriptionUpdater = require('../../../../app/src/Features/Subscription/SubscriptionUpdater')
const SubscriptionModel = require('../../../../app/src/models/Subscription')
.Subscription
const DeletedSubscriptionModel = require... | overleaf/web/test/acceptance/src/helpers/DeletedSubscription.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/helpers/DeletedSubscription.js",
"repo_id": "overleaf",
"token_count": 618
} | 531 |
const AbstractMockApi = require('./AbstractMockApi')
class MockAnalyticsApi extends AbstractMockApi {
reset() {
this.updates = {}
}
applyRoutes() {
this.app.get('/graphs/:graph', (req, res) => {
return res.json({})
})
this.app.get('/recentInstitutionActivity', (req, res) => {
res.js... | overleaf/web/test/acceptance/src/mocks/MockAnalyticsApi.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/mocks/MockAnalyticsApi.js",
"repo_id": "overleaf",
"token_count": 367
} | 532 |
import { expect } from 'chai'
import { render, screen } from '@testing-library/react'
import Message from '../../../../../frontend/js/features/chat/components/message'
import { stubMathJax, tearDownMathJaxStubs } from './stubs'
describe('<Message />', function () {
const currentUser = {
id: 'fake_user',
fir... | overleaf/web/test/frontend/features/chat/components/message.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/chat/components/message.test.js",
"repo_id": "overleaf",
"token_count": 1031
} | 533 |
import sinon from 'sinon'
import { expect } from 'chai'
import { screen, fireEvent } from '@testing-library/react'
import renderWithContext from '../../helpers/render-with-context'
import FileTreeitemMenu from '../../../../../../frontend/js/features/file-tree/components/file-tree-item/file-tree-item-menu'
describe('<... | overleaf/web/test/frontend/features/file-tree/components/file-tree-item/file-tree-item-menu.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/file-tree/components/file-tree-item/file-tree-item-menu.test.js",
"repo_id": "overleaf",
"token_count": 457
} | 534 |
import { screen, render } from '@testing-library/react'
import OutlineList from '../../../../../frontend/js/features/outline/components/outline-list'
describe('<OutlineList />', function () {
const jumpToLine = () => {}
it('renders items', function () {
const outline = [
{
title: 'Section 1',
... | overleaf/web/test/frontend/features/outline/components/outline-list.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/outline/components/outline-list.test.js",
"repo_id": "overleaf",
"token_count": 509
} | 535 |
/* eslint-disable
no-return-assign,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/su... | overleaf/web/test/frontend/ide/history/util/displayNameForUserTests.js/0 | {
"file_path": "overleaf/web/test/frontend/ide/history/util/displayNameForUserTests.js",
"repo_id": "overleaf",
"token_count": 855
} | 536 |
const fs = require('fs')
const Path = require('path')
const Settings = require('@overleaf/settings')
const { getCsrfTokenForFactory } = require('./support/Csrf')
const { SmokeTestFailure } = require('./support/Errors')
const {
requestFactory,
assertHasStatusCode,
} = require('./support/requestHelper')
const { proc... | overleaf/web/test/smoke/src/SmokeTests.js/0 | {
"file_path": "overleaf/web/test/smoke/src/SmokeTests.js",
"repo_id": "overleaf",
"token_count": 843
} | 537 |
/* eslint-disable
node/handle-callback-err,
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: h... | overleaf/web/test/unit/src/Authorization/AuthorizationManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Authorization/AuthorizationManagerTests.js",
"repo_id": "overleaf",
"token_count": 14217
} | 538 |
/* eslint-disable
node/handle-callback-err,
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS101: Remove unnecessary use of Array.from
* DS102: Remove unnecessary code crea... | overleaf/web/test/unit/src/Compile/ClsiStateManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Compile/ClsiStateManagerTests.js",
"repo_id": "overleaf",
"token_count": 3877
} | 539 |
const SandboxedModule = require('sandboxed-module')
const cheerio = require('cheerio')
const path = require('path')
const { expect } = require('chai')
const MODULE_PATH = path.join(
__dirname,
'../../../../app/src/Features/Email/EmailBuilder'
)
const EmailMessageHelper = require('../../../../app/src/Features/Emai... | overleaf/web/test/unit/src/Email/EmailBuilderTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Email/EmailBuilderTests.js",
"repo_id": "overleaf",
"token_count": 10234
} | 540 |
const { expect } = require('chai')
const sinon = require('sinon')
const SandboxedModule = require('sandboxed-module')
const { ObjectId } = require('mongodb')
const MODULE_PATH = '../../../../app/src/Features/History/HistoryManager'
describe('HistoryManager', function () {
beforeEach(function () {
this.user_id =... | overleaf/web/test/unit/src/History/HistoryManagerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/History/HistoryManagerTests.js",
"repo_id": "overleaf",
"token_count": 4198
} | 541 |
/* eslint-disable
node/handle-callback-err,
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: h... | overleaf/web/test/unit/src/PasswordReset/PasswordResetHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/PasswordReset/PasswordResetHandlerTests.js",
"repo_id": "overleaf",
"token_count": 7304
} | 542 |
/* eslint-disable
camelcase,
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* DS206: Consider reworking c... | overleaf/web/test/unit/src/Project/ProjectHistoryHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Project/ProjectHistoryHandlerTests.js",
"repo_id": "overleaf",
"token_count": 2133
} | 543 |
/* 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/Security/OneTimeTokenHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Security/OneTimeTokenHandlerTests.js",
"repo_id": "overleaf",
"token_count": 2114
} | 544 |
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const chai = require('chai')
const { expect } = chai
const modulePath =
'../../../../app/src/Features/Subscription/SubscriptionHandler'
const mockRecurlySubscriptions = {
'subscription-123-active': {
uuid: 'subscription-123-acti... | overleaf/web/test/unit/src/Subscription/SubscriptionHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Subscription/SubscriptionHandlerTests.js",
"repo_id": "overleaf",
"token_count": 8383
} | 545 |
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/ThirdPartyDataStore/UpdateMerger.js'
)
const BufferedStream = require('bufferedstream')
describe('UpdateMerger :', function () {
beforeEach(function... | overleaf/web/test/unit/src/ThirdPartyDataStore/UpdateMergerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/ThirdPartyDataStore/UpdateMergerTests.js",
"repo_id": "overleaf",
"token_count": 5002
} | 546 |
const sinon = require('sinon')
const modulePath = '../../../../app/src/Features/User/UserHandler.js'
const SandboxedModule = require('sandboxed-module')
describe('UserHandler', function () {
beforeEach(function () {
this.user = {
_id: '12390i',
email: 'bob@bob.com',
remove: sinon.stub().callsAr... | overleaf/web/test/unit/src/User/UserHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/User/UserHandlerTests.js",
"repo_id": "overleaf",
"token_count": 383
} | 547 |
const mockModel = require('../MockModel')
module.exports = mockModel('DeletedFile')
| overleaf/web/test/unit/src/helpers/models/DeletedFile.js/0 | {
"file_path": "overleaf/web/test/unit/src/helpers/models/DeletedFile.js",
"repo_id": "overleaf",
"token_count": 26
} | 548 |
const accepts = require('accepts')
const { expect } = require('chai')
const MODULE_PATH =
'../../../../app/src/infrastructure/RequestContentTypeDetection.js'
const MockRequest = require('../helpers/MockRequest')
const SandboxedModule = require('sandboxed-module')
describe('RequestContentTypeDetection', function () {... | overleaf/web/test/unit/src/infrastructure/RequestContentTypeDetectionTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/infrastructure/RequestContentTypeDetectionTests.js",
"repo_id": "overleaf",
"token_count": 526
} | 549 |
Bugfix: Set server config to ocis proxy in example config file
We fixed the ocis example config to point to the default oCIS Proxy address
instead of the default Web service address.
https://github.com/owncloud/web/pull/3454
| owncloud/web/changelog/0.10.0_2020-05-26/3454/0 | {
"file_path": "owncloud/web/changelog/0.10.0_2020-05-26/3454",
"repo_id": "owncloud",
"token_count": 62
} | 550 |
Bugfix: Set default permissions to public link quick action
We've set a default permissions when creating a new public link via the quick actions.
The permissions are set to `1`.
https://github.com/owncloud/web/issues/3675
https://github.com/owncloud/web/pull/3678 | owncloud/web/changelog/0.11.0_2020-06-26/set-default-permissions/0 | {
"file_path": "owncloud/web/changelog/0.11.0_2020-06-26/set-default-permissions",
"repo_id": "owncloud",
"token_count": 72
} | 551 |
Enhancement: Add ability to move files and folders into a different location
We've added move action to the files list which enables move of resources into different locations.
The move operation is executed in a new page called Location picker.
https://github.com/owncloud/product/issues/101
https://github.com/ownclo... | owncloud/web/changelog/0.12.0_2020-07-10/move/0 | {
"file_path": "owncloud/web/changelog/0.12.0_2020-07-10/move",
"repo_id": "owncloud",
"token_count": 82
} | 552 |
Change: Add default external apps for ocis
We are enabling the settings-ui and accounts-ui by default now for ocis.
https://github.com/owncloud/web/pull/3967
| owncloud/web/changelog/0.16.0_2020-08-24/default-external-apps-ocis/0 | {
"file_path": "owncloud/web/changelog/0.16.0_2020-08-24/default-external-apps-ocis",
"repo_id": "owncloud",
"token_count": 49
} | 553 |
Enhancement: Update owncloud-design-system to v1.12.1
We've updated our design system to version 1.12.1.
To see all new changes which this update brings, please check the changelog below.
https://github.com/owncloud/owncloud-design-system/releases/tag/v1.12.1
https://github.com/owncloud/web/pull/4120
| owncloud/web/changelog/0.18.0_2020-10-05/update-ods/0 | {
"file_path": "owncloud/web/changelog/0.18.0_2020-10-05/update-ods",
"repo_id": "owncloud",
"token_count": 99
} | 554 |
Change: File actions as accordion item in right sidebar
We moved the menu items from `file actions` dropdown menu (the "three dots menu") as accordion item into the right sidebar and made it the default item to be opened when clicking the three dots.
For the sake of consistency we now also made the right sidebar avail... | owncloud/web/changelog/0.25.0_2020-11-16/actions-in-sidebar/0 | {
"file_path": "owncloud/web/changelog/0.25.0_2020-11-16/actions-in-sidebar",
"repo_id": "owncloud",
"token_count": 117
} | 555 |
Bugfix: Public link glitches
We fixed a couple of glitches with public links:
- Creating a folder in a public link context was showing an error message although the folder was created correctly. This was happening because reloading the current folder didn't
take the public link context into account.
- For public links... | owncloud/web/changelog/0.29.0_2020-12-07/fix-public-link-issues/0 | {
"file_path": "owncloud/web/changelog/0.29.0_2020-12-07/fix-public-link-issues",
"repo_id": "owncloud",
"token_count": 167
} | 556 |
Enhancement: Fixed header for files tables
We've made the header of files tables fixed so it is easier to know the meaning of table columns.
https://github.com/owncloud/web/issues/1952
https://github.com/owncloud/web/pull/2995
| owncloud/web/changelog/0.4.0_2020-02-14/1952/0 | {
"file_path": "owncloud/web/changelog/0.4.0_2020-02-14/1952",
"repo_id": "owncloud",
"token_count": 66
} | 557 |
Enhancement: Different message in overwrite dialog when versioning is enabled
We've added a new message in the overwrite dialog when versioning is enabled.
This message is intended to make it clear that the resource won't be overwritten but a new version of it will be created.
https://github.com/owncloud/web/issues/3... | owncloud/web/changelog/0.5.0_2020-03-02/3047/0 | {
"file_path": "owncloud/web/changelog/0.5.0_2020-03-02/3047",
"repo_id": "owncloud",
"token_count": 93
} | 558 |
Change: Don't import whole core-js bundle directly into core
We've stopped importing whole core-js bundle directly into core and instead load only used parts with babel.
https://github.com/owncloud/web/pull/3173
| owncloud/web/changelog/0.7.0_2020-03-30/3173/0 | {
"file_path": "owncloud/web/changelog/0.7.0_2020-03-30/3173",
"repo_id": "owncloud",
"token_count": 55
} | 559 |
Bugfix: Fix name of selected extension on broken apps
With the edge case of a broken app in config.json, the top bar is broken, because appInfo can't be loaded.
We made ocis-web more robust by just showing the extension id in the top bar when the appInfo is not available.
https://github.com/owncloud/web/pull/3376
| owncloud/web/changelog/0.9.0_2020-04-27/3376/0 | {
"file_path": "owncloud/web/changelog/0.9.0_2020-04-27/3376",
"repo_id": "owncloud",
"token_count": 86
} | 560 |
Enhancement: Update ODS to 2.0.4
We've updated the ownCloud design system to version 2.0.4.
https://github.com/owncloud/owncloud-design-system/releases/tag/v2.0.4
https://github.com/owncloud/web/pull/45001
| owncloud/web/changelog/1.0.0_2020-12-16/update-ods-2.0.4/0 | {
"file_path": "owncloud/web/changelog/1.0.0_2020-12-16/update-ods-2.0.4",
"repo_id": "owncloud",
"token_count": 77
} | 561 |
Enhancement: Set locale on moment-js to render translated strings
For i18n purposes we set the moment-js locale to the current selected locale (language) this allows us to show
translated string for example in the updated column in the All files list (web-app-files package)
https://github.com/owncloud/web/pull/4826
| owncloud/web/changelog/2.1.0_2021-03-24/enhancement-moment-js-set-locale-for-i18n/0 | {
"file_path": "owncloud/web/changelog/2.1.0_2021-03-24/enhancement-moment-js-set-locale-for-i18n",
"repo_id": "owncloud",
"token_count": 82
} | 562 |
Bugfix: Editors for all routes
If an extension doesn't define valid routes it should be allowed for all routes by default. That behaviour was not working properly and is fixed now.
https://github.com/owncloud/web/pull/5095
| owncloud/web/changelog/3.1.0_2021-05-12/bugfix-editors-for-all-routes/0 | {
"file_path": "owncloud/web/changelog/3.1.0_2021-05-12/bugfix-editors-for-all-routes",
"repo_id": "owncloud",
"token_count": 56
} | 563 |
Enhancement: Confirmation for public link deletion
The deletion of public links is an irreversible interaction and should
be handled with more care since users might have bookmarked or
shared with other people. We have added a confirmation modal now to
prevent users from accidentally deleting public links.
https:/... | owncloud/web/changelog/3.2.0_2021-05-31/enhancement-confirmation-link-deletion/0 | {
"file_path": "owncloud/web/changelog/3.2.0_2021-05-31/enhancement-confirmation-link-deletion",
"repo_id": "owncloud",
"token_count": 82
} | 564 |
Bugfix: Resizeable html container
We removed a critical accessibility offense by removing
the hardcoded maximum-scale and allowing for user-scalable viewsizes.
https://github.com/owncloud/web/pull/5052
| owncloud/web/changelog/3.3.0_2021-06-23/bugfix-sizeable-html-container/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-sizeable-html-container",
"repo_id": "owncloud",
"token_count": 55
} | 565 |
Enhancement: Improve a11y in the files sidebar peoples & shares section
We've did several improvements to enhance the accessibility on the files sidebar:
- Gave `role="presentation" to the collaborator avatar
- Refactored `<span>` and `<div>` tags into `<p>` tags and unified translations a bit
- Enhanced hints in the ... | owncloud/web/changelog/3.3.0_2021-06-23/enhancement-files-sidebar-shares/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-files-sidebar-shares",
"repo_id": "owncloud",
"token_count": 312
} | 566 |
Enhancement: Improve accessibility on trash bin
Add more context to the empty trash bin button text and only render it, if resources are present.
https://github.com/owncloud/web/pull/5046
| owncloud/web/changelog/3.3.0_2021-06-23/enhancement-trashbin-a11y/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-trashbin-a11y",
"repo_id": "owncloud",
"token_count": 49
} | 567 |
Bugfix: align view options to the right
We've fixed the position of the view options button which would appear in any screen where actions are missing on the left.
https://github.com/owncloud/web/pull/5493 | owncloud/web/changelog/3.4.1_2021-07-12/bugfix-view-options-position/0 | {
"file_path": "owncloud/web/changelog/3.4.1_2021-07-12/bugfix-view-options-position",
"repo_id": "owncloud",
"token_count": 52
} | 568 |
Bugfix: escape file name in Media viewer
We've started escaping the file name in the Media viewer extension so that a file with special characters in the name can still be loaded.
https://github.com/owncloud/web/issues/5593
https://github.com/owncloud/web/pull/5655 | owncloud/web/changelog/4.1.0_2021-08-20/bugfix-escape-file-path-in-media-viewer/0 | {
"file_path": "owncloud/web/changelog/4.1.0_2021-08-20/bugfix-escape-file-path-in-media-viewer",
"repo_id": "owncloud",
"token_count": 71
} | 569 |
Enhancement: Show sharing information in details sidebar
We've added sharing information like from whom, when and where
a file was shared to the detail view in the right sidebar.
https://github.com/owncloud/web/issues/5735
https://github.com/owncloud/web/pull/5730 | owncloud/web/changelog/4.2.0_2021-09-14/enhancement-show-sharing-details-sidebar/0 | {
"file_path": "owncloud/web/changelog/4.2.0_2021-09-14/enhancement-show-sharing-details-sidebar",
"repo_id": "owncloud",
"token_count": 72
} | 570 |
Bugfix: Unnecessary redirects on personal page
Navigating to all files could lead to loading resources twice, first resources from root (/) and second the resources from the homeFolder (options.homeFolder).
We've fixed this by detecting those cases and only load resources for the homeFolder.
https://github.com/ownclo... | owncloud/web/changelog/4.4.0_2021-10-26/bugfix-unnecessary-redirects-personal-home-folder/0 | {
"file_path": "owncloud/web/changelog/4.4.0_2021-10-26/bugfix-unnecessary-redirects-personal-home-folder",
"repo_id": "owncloud",
"token_count": 112
} | 571 |
Enhancement: Update ODS to v11.2.2
We updated the ownCloud Design System to version 11.2.2. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
- Bugfix - Limit select event in OcTableFiles: https://github.com/owncloud/owncloud-design-system/pull/1753
- Bugfix - Add word-break ru... | owncloud/web/changelog/4.5.0_2021-11-16/enhancement-update-ods/0 | {
"file_path": "owncloud/web/changelog/4.5.0_2021-11-16/enhancement-update-ods",
"repo_id": "owncloud",
"token_count": 505
} | 572 |
Bugfix: Order extensions and default
Ensure the default extensions are displayed first.
Ensure that extensions can be set as default or not.
https://github.com/owncloud/web/pull/5985 | owncloud/web/changelog/4.7.0_2021-12-16/bugfix-order-extensions/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-order-extensions",
"repo_id": "owncloud",
"token_count": 48
} | 573 |
Bugfix: Application config not available to application
We fixed a bug in providing config to external apps like draw-io.
https://github.com/owncloud/web/issues/6296
https://github.com/owncloud/web/pull/6298
| owncloud/web/changelog/5.0.0_2022-02-14/bugfix-application-config/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/bugfix-application-config",
"repo_id": "owncloud",
"token_count": 60
} | 574 |
Enhancement: Redirect to IDP when opening apps from bookmark
We've expanded the check for authentication requirements to the referrer of the current URL. As a result an app that doesn't necessarily require authentication can still require authentication based on the file context it was opened in. This is especially im... | owncloud/web/changelog/5.0.0_2022-02-14/enhancement-context-route-auth-redirect/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-context-route-auth-redirect",
"repo_id": "owncloud",
"token_count": 140
} | 575 |
Enhancement: Implement spaces list
We added a new route that lists all available spaces of type "project".
https://github.com/owncloud/web/pull/6199
https://github.com/owncloud/web/pull/6399
https://github.com/owncloud/web/issues/6104
| owncloud/web/changelog/5.0.0_2022-02-14/enhancement-spaces-list/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-spaces-list",
"repo_id": "owncloud",
"token_count": 74
} | 576 |
Enhancement: Redesign create and upload buttons
We have separated the "Create new file/folder" and "Upload" actions above the files list into two separate buttons,
also using the new resource type icons for more consistency.
https://github.com/owncloud/web/issues/6279
https://github.com/owncloud/web/pull/6358
https:/... | owncloud/web/changelog/5.2.0_2022-03-03/enhancement-redesign-create-upload-buttons/0 | {
"file_path": "owncloud/web/changelog/5.2.0_2022-03-03/enhancement-redesign-create-upload-buttons",
"repo_id": "owncloud",
"token_count": 100
} | 577 |
Bugfix: Resolve private links
Private links didn't resolve correctly anymore because the internal file path handling was changed in our api client (owncloud-sdk). We've adjusted it accordingly so that private links now resolve correctly again.
https://github.com/owncloud/web/pull/5654
| owncloud/web/changelog/5.3.0_2022-03-23/bugfix-resolve-private-link/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-resolve-private-link",
"repo_id": "owncloud",
"token_count": 67
} | 578 |
Enhancement: Polish ViewOptions
We've added an hover effect for ViewOptions buttons
https://github.com/owncloud/web/issues/6492
https://github.com/owncloud/web/pull/6591 | owncloud/web/changelog/5.3.0_2022-03-23/enhancement-polish-viewoptions/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-polish-viewoptions",
"repo_id": "owncloud",
"token_count": 52
} | 579 |
Bugfix: Accessible breadcrumb itemcount
Our breadcrumbs announce the amount of resources inside a folder. Due to a bug the calculated number wasn't announced correctly, which we have resolved.
https://github.com/owncloud/web/pull/6690
https://github.com/owncloud/web/issues/6022
| owncloud/web/changelog/5.4.0_2022-04-11/bugfix-accessible-breadcrumb-itemcount/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/bugfix-accessible-breadcrumb-itemcount",
"repo_id": "owncloud",
"token_count": 76
} | 580 |
Enhancement: Provide dependencies to applications
We reduced the bundle size of externally built applications and
the risk of clashing library instances by passing certain dependencies
into applications (namely `@vue/composition-api`, `vuex` and `luxon`).
https://github.com/owncloud/web/pull/6746
https://github.com/... | owncloud/web/changelog/5.4.0_2022-04-11/enhancement-provide-dependencies-to-applications/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-provide-dependencies-to-applications",
"repo_id": "owncloud",
"token_count": 93
} | 581 |
Bugfix: Breadcrumb auto focus
We've fixed a bug where the auto focus couldn't be set on the current breadcrumb item when navigating.
https://github.com/owncloud/web/pull/6846
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-breadcrumb-focus/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-breadcrumb-focus",
"repo_id": "owncloud",
"token_count": 51
} | 582 |
Bugfix: Resetting store on logout
When logging out, only some parts of vuex store were reset to default. This caused bugs by switching to another account that has some other/missing settings. For example, if the account has no quota, the quota of the previously logged in account was shown. We have fixed this by resett... | owncloud/web/changelog/5.5.0_2022-06-20/bugfix-resetting-store-on-logout/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-resetting-store-on-logout",
"repo_id": "owncloud",
"token_count": 133
} | 583 |
Bugfix: Drag and drop upload when a file is selected
We've fixed a bug where uploading via drag and drop wouldn't work if one or more files were selected.
https://github.com/owncloud/web/pull/7036
https://github.com/owncloud/web/issues/7006
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-upload-drop-file-selection/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-upload-drop-file-selection",
"repo_id": "owncloud",
"token_count": 70
} | 584 |
Enhancement: Design polishing
We've fixed the following issues to enhance UI/UX:
- wording for new space button
- wording for invite space member submit button
https://github.com/owncloud/web/pull/6781
https://github.com/owncloud/web/issues/6555 | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-design-polishing/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-design-polishing",
"repo_id": "owncloud",
"token_count": 70
} | 585 |
Enhancement: Redesign link sharing
We have redesigned the public link list in the right sidebar. Links now can be edited in-line and have a similiar look-and-feel to people and group shares.
Additionally, creating new links now is less cumbersome and the default name, while not configurable from the backend anymore, i... | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-redesign-link-sharing/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-redesign-link-sharing",
"repo_id": "owncloud",
"token_count": 157
} | 586 |
Enhancement: Upload progress & overlay improvements
* Remove fetching of newly uploaded files and folders to improve performance
* Redesign the upload overlay
* Show uploading files in the upload overlay
* Immediately show the upload overlay when uploading folders to tell the user that the upload is starting
* Only sh... | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-upload-improvements/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-upload-improvements",
"repo_id": "owncloud",
"token_count": 252
} | 587 |
Bugfix: Dragging a file causes no selection
We've fixed a bug that caused no selection when dragging a file.
https://github.com/owncloud/web/pull/7473
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-drag-drop-no-selection/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-drag-drop-no-selection",
"repo_id": "owncloud",
"token_count": 44
} | 588 |
Bugfix: Load only supported thumbnails (configurable)
We've fixed a bug where web was trying to load thumbnails for files that are not supported.
Due to configurable values, we avoid unnecessary requests.
https://github.com/owncloud/web/pull/7474
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-load-only-supported-thumbnails/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-load-only-supported-thumbnails",
"repo_id": "owncloud",
"token_count": 64
} | 589 |
Bugfix: Quicklinks not shown
We've fixed a bug where existing quicklinks were not shown when the user had no rights to create them.
https://github.com/owncloud/web/pull/7424
https://github.com/owncloud/web/issues/7406
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-quicklinks-not-shown/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-quicklinks-not-shown",
"repo_id": "owncloud",
"token_count": 65
} | 590 |
Bugfix: Missing quick actions in spaces file list
We've fixed a bug where the quick actions 'Add people' and 'Copy quicklink' were missing in the spaces file list.
https://github.com/owncloud/web/pull/7349
https://github.com/owncloud/web/issues/7339
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-spaces-missing-quick-actions/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-spaces-missing-quick-actions",
"repo_id": "owncloud",
"token_count": 73
} | 591 |
Enhancement: Loading context blocks application bootstrap
The bootstrap architecture has been improved to ensure that the respective context (user or public link)
is fully resolved before applications can finalize their boot process and switch over to rendering their content.
This means that application developers can... | owncloud/web/changelog/5.7.0_2022-09-09/enhancement-blocking-application-bootstrap/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-blocking-application-bootstrap",
"repo_id": "owncloud",
"token_count": 124
} | 592 |
Enhancement: Remove clickOutside directive
We've removed the clickOutside directive because it isn't used anymore
https://github.com/owncloud/web/pull/7584
https://github.com/owncloud/web/issues/7572
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-remove-clickoutside-directive/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-remove-clickoutside-directive",
"repo_id": "owncloud",
"token_count": 57
} | 593 |
Enhancement: User management app saved dialog
We've replaced the pop up message when the user gets saved by a message which will be shown next to the save button.
https://github.com/owncloud/web/pull/7375
https://github.com/owncloud/web/pull/7377
https://github.com/owncloud/web/issues/7351
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-user-management-app-saved-dialog/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-user-management-app-saved-dialog",
"repo_id": "owncloud",
"token_count": 86
} | 594 |
Bugfix: Folder conflict dialog
* Fixed "Keep both" and "Skip" options in Firefox
* Fixed "Keep both" and "Skip" options when uploading via the "Upload"-menu
* Fixed broken "Upload"-menu after skipping all files (= no files uploaded)
* Fixed issues when uploading a folder into another folder which has or starts with th... | owncloud/web/changelog/6.0.0_2022-11-29/bugfix-folder-conflict/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-folder-conflict",
"repo_id": "owncloud",
"token_count": 111
} | 595 |
Bugfix: Resolve upload existing folder
We've added a conflict dialog which handles name clashes when uploading files and folders.
https://github.com/owncloud/web/pull/7504
https://github.com/owncloud/web/issues/6996 | owncloud/web/changelog/6.0.0_2022-11-29/bugfix-resolve-upload-existing-folder/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-resolve-upload-existing-folder",
"repo_id": "owncloud",
"token_count": 59
} | 596 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.