text stringlengths 1 2.83M | id stringlengths 16 152 | metadata dict | __index_level_0__ int64 0 949 |
|---|---|---|---|
import App from '../../../base'
import PDFJS from './pdfJsLoader'
const EXTERNAL_LINK_TARGET = '_blank'
const REL_NOOPENER = 'noreferrer noopener'
App.factory('pdfAnnotations', function () {
class pdfAnnotations {
constructor(options) {
this.annotationsLayerDiv = options.annotations
this.viewport = o... | overleaf/web/frontend/js/ide/pdfng/directives/pdfAnnotations.js/0 | {
"file_path": "overleaf/web/frontend/js/ide/pdfng/directives/pdfAnnotations.js",
"repo_id": "overleaf",
"token_count": 781
} | 524 |
/* 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:
* DS101: Remove unnecessary use of Array.from
* DS102: Remove unnecessary code created because of ... | overleaf/web/frontend/js/ide/review-panel/controllers/ReviewPanelController.js/0 | {
"file_path": "overleaf/web/frontend/js/ide/review-panel/controllers/ReviewPanelController.js",
"repo_id": "overleaf",
"token_count": 17687
} | 525 |
/* 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/settings/controllers/ProjectNameController.js/0 | {
"file_path": "overleaf/web/frontend/js/ide/settings/controllers/ProjectNameController.js",
"repo_id": "overleaf",
"token_count": 957
} | 526 |
import App from '../base'
import { startFreeTrial, upgradePlan, paywallPrompt } from './account-upgrade'
App.controller('FreeTrialModalController', function ($scope) {
$scope.buttonClass = 'btn-primary'
$scope.startFreeTrial = (source, version) =>
startFreeTrial(source, version, $scope)
$scope.paywallPrompt ... | overleaf/web/frontend/js/main/account-upgrade-angular.js/0 | {
"file_path": "overleaf/web/frontend/js/main/account-upgrade-angular.js",
"repo_id": "overleaf",
"token_count": 166
} | 527 |
import App from '../../../base'
export default App.controller(
'UserOauthController',
function ($http, $scope, $q) {
const _reset = function () {
$scope.ui = {
hasError: false,
errorMessage: '',
}
$scope.providers = window.oauthProviders
$scope.thirdPartyIds = window.thi... | overleaf/web/frontend/js/main/oauth/controllers/UserOauthController.js/0 | {
"file_path": "overleaf/web/frontend/js/main/oauth/controllers/UserOauthController.js",
"repo_id": "overleaf",
"token_count": 713
} | 528 |
import App from '../base'
App.controller(
'TokenAccessPageController',
($scope, $http, $location, localStorage) => {
window.S = $scope
$scope.mode = 'accessAttempt' // 'accessAttempt' | 'v1Import'
$scope.v1ImportData = null
$scope.accessInFlight = false
$scope.accessSuccess = false
$scope.... | overleaf/web/frontend/js/main/token-access.js/0 | {
"file_path": "overleaf/web/frontend/js/main/token-access.js",
"repo_id": "overleaf",
"token_count": 1038
} | 529 |
import { useCallback, useState } from 'react'
import { Button, OverlayTrigger, Tooltip } from 'react-bootstrap'
import PropTypes from 'prop-types'
import { Trans, useTranslation } from 'react-i18next'
import Icon from './icon'
export default function CopyLink({ link, tooltipId }) {
const { t } = useTranslation()
... | overleaf/web/frontend/js/shared/components/copy-link.js/0 | {
"file_path": "overleaf/web/frontend/js/shared/components/copy-link.js",
"repo_id": "overleaf",
"token_count": 528
} | 530 |
import { useEffect, useState } from 'react'
let titleIsFlashing = false
let originalTitle
let flashIntervalHandle
function flashTitle(message) {
if (document.hasFocus() || titleIsFlashing) {
return
}
function swapTitle() {
if (window.document.title === originalTitle) {
window.document.title = mes... | overleaf/web/frontend/js/shared/hooks/use-browser-window.js/0 | {
"file_path": "overleaf/web/frontend/js/shared/hooks/use-browser-window.js",
"repo_id": "overleaf",
"token_count": 496
} | 531 |
// Fine Uploader 5.15.4 - MIT licensed. http://fineuploader.com
(function(global) {
var qq = function(element) {
"use strict";
return {
hide: function() {
element.style.display = "none";
return this;
},
attach: function(type, fn) {
... | overleaf/web/frontend/js/vendor/libs/fineuploader-5.15.4.js/0 | {
"file_path": "overleaf/web/frontend/js/vendor/libs/fineuploader-5.15.4.js",
"repo_id": "overleaf",
"token_count": 188341
} | 532 |
export const rootFolderBase = [
{
_id: '5e74f1a7ce17ae0041dfd054',
name: 'rootFolder',
folders: [
{
_id: '5f638e58b652df0026c5c8f5',
name: 'a folder',
folders: [
{
_id: '5f956f62700e19000177daa0',
name: 'sub folder',
folders: [],
... | overleaf/web/frontend/stories/fixtures/file-tree-base.js/0 | {
"file_path": "overleaf/web/frontend/stories/fixtures/file-tree-base.js",
"repo_id": "overleaf",
"token_count": 690
} | 533 |
import PreviewLogsPane from '../js/features/preview/components/preview-logs-pane'
import { EditorProvider } from '../js/shared/context/editor-context'
import { UserProvider } from '../js/shared/context/user-context'
import useFetchMock from './hooks/use-fetch-mock'
import { IdeProvider } from '../js/shared/context/ide-... | overleaf/web/frontend/stories/preview-logs-pane.stories.js/0 | {
"file_path": "overleaf/web/frontend/stories/preview-logs-pane.stories.js",
"repo_id": "overleaf",
"token_count": 794
} | 534 |
/*
v2
Blog Pages
*/
.blog {
img {
max-width: 100%;
}
.blog-list {
list-style: none;
margin: 0;
padding: 0;
.blog-post {
margin: 0 0 @margin-lg 0;
}
.card-header {
margin-bottom: @margin-sm;
padding: 0;
}
p {
margin-top: 12.5px;
}
}
.tags {
... | overleaf/web/frontend/stylesheets/app/blog-posts.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/blog-posts.less",
"repo_id": "overleaf",
"token_count": 475
} | 535 |
.outline-container {
width: 100%;
background-color: @file-tree-bg;
}
.outline-pane {
display: flex;
flex-flow: column;
height: 100%;
font-size: @font-size-small;
color: @file-tree-item-color;
}
.outline-pane-disabled {
opacity: 0.5;
}
.outline-header {
.toolbar-small-mixin;
.toolbar-alt-mixin;
... | overleaf/web/frontend/stylesheets/app/editor/outline.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/editor/outline.less",
"repo_id": "overleaf",
"token_count": 1435
} | 536 |
.project-invite-accept {
form {
padding-top: 15px;
}
margin-bottom: 30px;
}
.project-name-tooltip .tooltip-inner {
max-width: 80vw;
overflow: hidden;
text-overflow: ellipsis;
}
.project-invite-invalid {
.actions {
padding-top: 15px;
}
margin-bottom: 30px;
}
| overleaf/web/frontend/stylesheets/app/invite.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/invite.less",
"repo_id": "overleaf",
"token_count": 123
} | 537 |
.sprite-icon {
background-image: url('/img/sprite.png');
}
.sprite-icon-ko {
background-position: -0px -0px;
width: 24px;
height: 24px;
}
.sprite-icon-cn {
background-position: -0px -24px;
width: 24px;
height: 24px;
}
.sprite-icon-da {
background-position: -0px -48px;
width: 24px;
height: 24px;
}
.... | overleaf/web/frontend/stylesheets/app/sprites.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/app/sprites.less",
"repo_id": "overleaf",
"token_count": 788
} | 538 |
//
// Component animations
// --------------------------------------------------
// Heads up!
//
// We don't use the `.opacity()` mixin here since it causes a bug with text
// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.
.fade {
opacity: 0;
.transition(opacity 0.15s linear);
&.in {
... | overleaf/web/frontend/stylesheets/components/component-animations.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/component-animations.less",
"repo_id": "overleaf",
"token_count": 184
} | 539 |
//
// List groups
// --------------------------------------------------
// Base class
//
// Easily usable on <ul>, <ol>, or <div>.
.list-group {
// No need to set list-style: none; since .list-group-item is block level
margin-bottom: 20px;
padding-left: 0; // reset padding because ul and ol
}
// Individual lis... | overleaf/web/frontend/stylesheets/components/list-group.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/list-group.less",
"repo_id": "overleaf",
"token_count": 912
} | 540 |
//
// Tables
// --------------------------------------------------
table {
max-width: 100%;
background-color: @table-bg;
}
th {
text-align: left;
}
// Baseline styles
.table {
width: 100%;
margin-bottom: @line-height-computed;
// Cells
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {... | overleaf/web/frontend/stylesheets/components/tables.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/components/tables.less",
"repo_id": "overleaf",
"token_count": 1957
} | 541 |
//
// Responsive: Utility classes
// --------------------------------------------------
// IE10 in Windows (Phone) 8
//
// Support for responsive views via media queries is kind of borked in IE10, for
// Surface/desktop in split view and for Windows Phone 8. This particular fix
// must be accompanied by a snippet of J... | overleaf/web/frontend/stylesheets/core/responsive-utilities.less/0 | {
"file_path": "overleaf/web/frontend/stylesheets/core/responsive-utilities.less",
"repo_id": "overleaf",
"token_count": 712
} | 542 |
module.exports = {
input: [
'frontend/js/**/*.{js,jsx}',
'modules/**/*.{js,jsx}',
'!frontend/js/vendor/**',
],
output: './',
options: {
sort: true,
func: {
list: ['t'],
extensions: ['.js', '.jsx'],
},
trans: {
component: 'Trans',
i18nKey: 'i18nKey',
defa... | overleaf/web/i18next-scanner.config.js/0 | {
"file_path": "overleaf/web/i18next-scanner.config.js",
"repo_id": "overleaf",
"token_count": 272
} | 543 |
{
"error": "Błąd",
"projects": "Projekty",
"upload_project": "Wyślij projekt",
"all_projects": "Wszystkie projekty",
"your_projects": "Twoje projekty",
"shared_with_you": "Udostępnione dla Ciebie",
"deleted_projects": "Usunięte projekty",
"templates": "Szablony",
"new_folder": "Nowy folder",
"create... | overleaf/web/locales/pl.json/0 | {
"file_path": "overleaf/web/locales/pl.json",
"repo_id": "overleaf",
"token_count": 6616
} | 544 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['saas']
const indexes = [
{
key: {
pid: 1,
eid: 1,
},
name: 'pid_1_eid_1',
},
{
key: {
c: 1,
},
name: 'c_1',
expireAfterSeconds: 2592000,
},
]
exports.migrate = async cl... | overleaf/web/migrations/20190912145009_create_githubSyncEntityVersions_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145009_create_githubSyncEntityVersions_indexes.js",
"repo_id": "overleaf",
"token_count": 294
} | 545 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['saas']
const indexes = [
{
unique: true,
key: {
slug: 1,
},
name: 'slug_1',
},
]
exports.migrate = async client => {
const { db } = client
await Helpers.addIndexesToCollection(db.publishers, ... | overleaf/web/migrations/20190912145025_create_publishers_indexes.js/0 | {
"file_path": "overleaf/web/migrations/20190912145025_create_publishers_indexes.js",
"repo_id": "overleaf",
"token_count": 217
} | 546 |
const Helpers = require('./lib/helpers')
exports.tags = ['saas']
exports.migrate = async client => {
const { db } = client
await Helpers.dropCollection(db, 'projectImportFailures')
}
exports.rollback = async client => {
// can't really do anything here
}
| overleaf/web/migrations/20200522145727_dropProjectImportFailures.js/0 | {
"file_path": "overleaf/web/migrations/20200522145727_dropProjectImportFailures.js",
"repo_id": "overleaf",
"token_count": 87
} | 547 |
/* eslint-disable no-unused-vars */
const Helpers = require('./lib/helpers')
exports.tags = ['server-ce', 'server-pro', 'saas']
exports.migrate = async client => {
const { db } = client
// await Helpers.addIndexesToCollection(db.wombats, [{ name: 1 }])
}
exports.rollback = async client => {
const { db } = cli... | overleaf/web/migrations/lib/template.js/0 | {
"file_path": "overleaf/web/migrations/lib/template.js",
"repo_id": "overleaf",
"token_count": 146
} | 548 |
const minimist = require('minimist')
const { db, waitForDb } = require('../../../app/src/infrastructure/mongodb')
const UserRegistrationHandler = require('../../../app/src/Features/User/UserRegistrationHandler')
async function main() {
await waitForDb()
const argv = minimist(process.argv.slice(2), {
string: [... | overleaf/web/modules/server-ce-scripts/scripts/create-user.js/0 | {
"file_path": "overleaf/web/modules/server-ce-scripts/scripts/create-user.js",
"repo_id": "overleaf",
"token_count": 597
} | 549 |
const { waitForDb } = require('../app/src/infrastructure/mongodb')
const ProjectDetailsHandler = require('../app/src/Features/Project/ProjectDetailsHandler')
const projectId = process.argv[2]
if (!/^(?=[a-f\d]{24}$)(\d+[a-f]|[a-f]+\d)/.test(projectId)) {
console.error('Usage: node clear_project_tokens.js projectId')... | overleaf/web/scripts/clear_project_tokens.js/0 | {
"file_path": "overleaf/web/scripts/clear_project_tokens.js",
"repo_id": "overleaf",
"token_count": 304
} | 550 |
/*
* Creates the HTML for the institution in the institution table on /for/universities
*/
const name = process.argv[2]
const href = process.argv[3]
const image = process.argv[4]
function create() {
if (!name) {
return console.log('Error: Institution name is required')
}
const eventLabel = name.replace(/ ... | overleaf/web/scripts/inst_table.js/0 | {
"file_path": "overleaf/web/scripts/inst_table.js",
"repo_id": "overleaf",
"token_count": 463
} | 551 |
const { waitForDb } = require('../app/src/infrastructure/mongodb')
const ProjectEntityUpdateHandler = require('../app/src/Features/Project/ProjectEntityUpdateHandler')
const ProjectEntityHandler = require('../app/src/Features/Project/ProjectEntityHandler')
const DocstoreManager = require('../app/src/Features/Docstore/D... | overleaf/web/scripts/restore_soft_deleted_docs.js/0 | {
"file_path": "overleaf/web/scripts/restore_soft_deleted_docs.js",
"repo_id": "overleaf",
"token_count": 813
} | 552 |
\documentclass[12pt]{article}
\usepackage[greek,english]{babel}
\usepackage[utf8x]{inputenc}
\begin{document}
\title{Untitled}
\selectlanguage{greek}
Η γρήγορη καστανή αλεπού πήδηξε χαλαρά πάνω από το σκυλί.
\end{document}
| overleaf/web/test/acceptance/files/charsets/test-greek-utf8x.tex/0 | {
"file_path": "overleaf/web/test/acceptance/files/charsets/test-greek-utf8x.tex",
"repo_id": "overleaf",
"token_count": 142
} | 553 |
const { exec } = require('child_process')
const { promisify } = require('util')
const { expect } = require('chai')
const logger = require('logger-sharelatex')
const { db, ObjectId } = require('../../../app/src/infrastructure/mongodb')
const User = require('./helpers/User').promises
async function getDeletedDocs(projec... | overleaf/web/test/acceptance/src/BackFillDocNameForDeletedDocsTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/BackFillDocNameForDeletedDocsTests.js",
"repo_id": "overleaf",
"token_count": 1584
} | 554 |
const { expect } = require('chai')
const RateLimiter = require('../../../app/src/infrastructure/RateLimiter')
const UserHelper = require('./helpers/UserHelper')
describe('PasswordUpdate', function () {
let email, password, response, user, userHelper
afterEach(async function () {
await RateLimiter.promises.clea... | overleaf/web/test/acceptance/src/PasswordUpdateTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/PasswordUpdateTests.js",
"repo_id": "overleaf",
"token_count": 1997
} | 555 |
const User = require('./helpers/User')
const async = require('async')
const { expect } = require('chai')
const _ = require('lodash')
const request = require('./helpers/request')
const expectErrorResponse = require('./helpers/expectErrorResponse')
const _initUser = (user, callback) => {
async.series([cb => user.logi... | overleaf/web/test/acceptance/src/TagsTests.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/TagsTests.js",
"repo_id": "overleaf",
"token_count": 6183
} | 556 |
const { expect } = require('chai')
const AuthenticationManager = require('../../../../app/src/Features/Authentication/AuthenticationManager')
const Settings = require('@overleaf/settings')
const UserCreator = require('../../../../app/src/Features/User/UserCreator')
const UserGetter = require('../../../../app/src/Featur... | overleaf/web/test/acceptance/src/helpers/UserHelper.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/helpers/UserHelper.js",
"repo_id": "overleaf",
"token_count": 4171
} | 557 |
const AbstractMockApi = require('./AbstractMockApi')
class MockSpellingApi extends AbstractMockApi {
reset() {
this.words = {}
}
applyRoutes() {
this.app.get('/user/:userId', (req, res) => {
const { userId } = req.params
const words = this.words[userId] || []
res.json(words)
})
... | overleaf/web/test/acceptance/src/mocks/MockSpellingApi.js/0 | {
"file_path": "overleaf/web/test/acceptance/src/mocks/MockSpellingApi.js",
"repo_id": "overleaf",
"token_count": 612
} | 558 |
import sinon from 'sinon'
export const contextProps = {
projectId: 'test-project',
hasWritePermissions: true,
userHasFeature: () => true,
refProviders: { mendeley: false, zotero: false },
reindexReferences: () => {
console.log('reindex references')
},
setRefProviderEnabled: provider => {
console.... | overleaf/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js/0 | {
"file_path": "overleaf/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js",
"repo_id": "overleaf",
"token_count": 235
} | 559 |
import { expect } from 'chai'
import iconTypeFromName from '../../../../../frontend/js/features/file-tree/util/icon-type-from-name'
describe('iconTypeFromName', function () {
it('returns correct icon type', function () {
expect(iconTypeFromName('main.tex')).to.equal('file')
expect(iconTypeFromName('main.png... | overleaf/web/test/frontend/features/file-tree/util/icon-type-from-name.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/file-tree/util/icon-type-from-name.test.js",
"repo_id": "overleaf",
"token_count": 263
} | 560 |
import { screen, render, fireEvent } from '@testing-library/react'
import PreviewPane from '../../../../../frontend/js/features/preview/components/preview-pane'
const { expect } = require('chai')
describe('<PreviewPane />', function () {
const sampleError1 = {
content: 'error 1 content',
file: 'main.tex',
... | overleaf/web/test/frontend/features/preview/components/preview-pane.test.js/0 | {
"file_path": "overleaf/web/test/frontend/features/preview/components/preview-pane.test.js",
"repo_id": "overleaf",
"token_count": 3916
} | 561 |
import { expect } from 'chai'
import { getHueForUserId } from '../../../../frontend/js/shared/utils/colors'
describe('colors', function () {
const currentUser = '5bf7dab7a18b0b7a1cf6738c'
describe('getHueForUserId', function () {
it('returns the OWN_HUE for the current user', function () {
expect(getHu... | overleaf/web/test/frontend/shared/utils/colors.test.js/0 | {
"file_path": "overleaf/web/test/frontend/shared/utils/colors.test.js",
"repo_id": "overleaf",
"token_count": 452
} | 562 |
async function processWithTimeout({ work, timeout, message }) {
let workDeadLine
function checkInResults() {
clearTimeout(workDeadLine)
}
await Promise.race([
new Promise((resolve, reject) => {
workDeadLine = setTimeout(() => {
reject(new Error(message))
}, timeout)
}),
work.... | overleaf/web/test/smoke/src/support/timeoutHelper.js/0 | {
"file_path": "overleaf/web/test/smoke/src/support/timeoutHelper.js",
"repo_id": "overleaf",
"token_count": 144
} | 563 |
const { promisify } = require('util')
const SandboxedModule = require('sandboxed-module')
const path = require('path')
const sinon = require('sinon')
const { expect } = require('chai')
const Errors = require('../../../../app/src/Features/Errors/Errors')
const { Project } = require('../helpers/models/Project')
const { O... | overleaf/web/test/unit/src/Collaborators/CollaboratorsHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Collaborators/CollaboratorsHandlerTests.js",
"repo_id": "overleaf",
"token_count": 7540
} | 564 |
/* 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/Documents/DocumentControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Documents/DocumentControllerTests.js",
"repo_id": "overleaf",
"token_count": 3895
} | 565 |
const { assert, expect } = require('chai')
const sinon = require('sinon')
const SandboxedModule = require('sandboxed-module')
const Errors = require('../../../../app/src/Features/Errors/Errors')
const OError = require('@overleaf/o-error')
const MODULE_PATH = '../../../../app/src/Features/FileStore/FileStoreHandler.js'... | overleaf/web/test/unit/src/FileStore/FileStoreHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/FileStore/FileStoreHandlerTests.js",
"repo_id": "overleaf",
"token_count": 7077
} | 566 |
/* 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/test/unit/src/Metadata/MetaControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Metadata/MetaControllerTests.js",
"repo_id": "overleaf",
"token_count": 3783
} | 567 |
const { expect } = require('chai')
const sinon = require('sinon')
const SandboxedModule = require('sandboxed-module')
const { ObjectId } = require('mongodb')
const MODULE_PATH = '../../../../app/src/Features/Project/ProjectDuplicator.js'
describe('ProjectDuplicator', function () {
beforeEach(function () {
this.... | overleaf/web/test/unit/src/Project/ProjectDuplicatorTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Project/ProjectDuplicatorTests.js",
"repo_id": "overleaf",
"token_count": 5097
} | 568 |
const SandboxedModule = require('sandboxed-module')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/Referal/ReferalController.js'
)
describe('Referal controller', function () {
beforeEach(function () {
this.controller = SandboxedModule.require(modulePath, {})
})
})
| overleaf/web/test/unit/src/Referal/ReferalControllerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Referal/ReferalControllerTests.js",
"repo_id": "overleaf",
"token_count": 101
} | 569 |
const SandboxedModule = require('sandboxed-module')
const { expect } = require('chai')
const modulePath = '../../../../app/src/Features/Subscription/PlansLocator'
const plans = [
{
planCode: 'first',
name: '1st',
price: 800,
features: {},
featureDescription: {},
},
{
planCode: 'second',
... | overleaf/web/test/unit/src/Subscription/PlansLocatorTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Subscription/PlansLocatorTests.js",
"repo_id": "overleaf",
"token_count": 481
} | 570 |
const SandboxedModule = require('sandboxed-module')
const { expect } = require('chai')
const sinon = require('sinon')
const { Tag } = require('../helpers/models/Tag')
const { ObjectId } = require('mongodb')
const modulePath = require('path').join(
__dirname,
'../../../../app/src/Features/Tags/TagsHandler.js'
)
des... | overleaf/web/test/unit/src/Tags/TagsHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/Tags/TagsHandlerTests.js",
"repo_id": "overleaf",
"token_count": 3628
} | 571 |
const sinon = require('sinon')
const { expect } = require('chai')
const { ObjectId } = require('mongodb')
const SandboxedModule = require('sandboxed-module')
const { User } = require('../helpers/models/User')
const MODULE_PATH = '../../../../app/src/Features/User/UserAuditLogHandler'
describe('UserAuditLogHandler', f... | overleaf/web/test/unit/src/User/UserAuditLogHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/User/UserAuditLogHandlerTests.js",
"repo_id": "overleaf",
"token_count": 1818
} | 572 |
/* 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/UserMembership/UserMembershipHandlerTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/UserMembership/UserMembershipHandlerTests.js",
"repo_id": "overleaf",
"token_count": 3898
} | 573 |
/* eslint-disable
max-len,
no-return-assign,
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate... | overleaf/web/test/unit/src/infrastructure/CsrfTests.js/0 | {
"file_path": "overleaf/web/test/unit/src/infrastructure/CsrfTests.js",
"repo_id": "overleaf",
"token_count": 3076
} | 574 |
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const merge = require('webpack-merge')
const base = require('./webpack.config')
module.exports = merge(base, {
mode: 'development',
plugins: [new MiniCssExtractPlugin()],
// Karma configures entry & output for us, so disable these
entry: null,
... | overleaf/web/webpack.config.test.js/0 | {
"file_path": "overleaf/web/webpack.config.test.js",
"repo_id": "overleaf",
"token_count": 108
} | 575 |
Bugfix: Fix file type icons for uppercase file extensions
https://github.com/owncloud/web/pull/3670
| owncloud/web/changelog/0.11.0_2020-06-26/file-type-icons-for-uppercase-file-extensions/0 | {
"file_path": "owncloud/web/changelog/0.11.0_2020-06-26/file-type-icons-for-uppercase-file-extensions",
"repo_id": "owncloud",
"token_count": 31
} | 576 |
Enhancement: Update owncloud-sdk to 1.0.0-663
We've updated the owncloud-sdk to version 1.0.0-663.
This version stops rejecting sharing promises if the passed shareID is not an integer.
https://github.com/owncloud/web/pull/3690 | owncloud/web/changelog/0.11.1_2020-06-29/sdk-update/0 | {
"file_path": "owncloud/web/changelog/0.11.1_2020-06-29/sdk-update",
"repo_id": "owncloud",
"token_count": 73
} | 577 |
Change: Use pre-signed URLs in media viewer
We've started using pre-signed URLs if supported in media viewer to display images instead of fetching them.
https://github.com/owncloud/web/pull/3803
https://github.com/owncloud/web/pull/3844
| owncloud/web/changelog/0.14.0_2020-08-17/media-viewer-presigned-urls/0 | {
"file_path": "owncloud/web/changelog/0.14.0_2020-08-17/media-viewer-presigned-urls",
"repo_id": "owncloud",
"token_count": 68
} | 578 |
Bugfix: Adjust behavior of public link password field
The UX of the public link password field has been improved.
The field is focussed automatically and the enter key submits the password.
Also, in case of wrong password, an error message is now displayed.
https://github.com/owncloud/web/pull/4077
https://github.com... | owncloud/web/changelog/0.17.0_2020-09-25/fix-public-link-password-field/0 | {
"file_path": "owncloud/web/changelog/0.17.0_2020-09-25/fix-public-link-password-field",
"repo_id": "owncloud",
"token_count": 89
} | 579 |
Enhancement: Auto-close alerts
We've added a property which enables alerts to be automatically closed.
When enabling the auto-close, it will get assigned timeout of 5 seconds.
Default timeout can be overwritten inside of the `autoClose` object.
https://github.com/owncloud/web/pull/4236 | owncloud/web/changelog/0.22.0_2020-10-26/autoclose-alerts/0 | {
"file_path": "owncloud/web/changelog/0.22.0_2020-10-26/autoclose-alerts",
"repo_id": "owncloud",
"token_count": 73
} | 580 |
Enhancement: Update ODS to 2.0.0
We've updated the ownCloud design system to version 2.0.0.
https://github.com/owncloud/owncloud-design-system/releases/tag/v2.0.0
https://github.com/owncloud/web/pull/4373 | owncloud/web/changelog/0.26.0_2020-11-23/update-ods/0 | {
"file_path": "owncloud/web/changelog/0.26.0_2020-11-23/update-ods",
"repo_id": "owncloud",
"token_count": 76
} | 581 |
Enhancement: Add owner and resharer in collaborators list
The top of the collaborators list now display new entries for the resource owner and the resharer when applicable,
and also visible when viewing a child resource of a shared folder (indirect share).
https://github.com/owncloud/web/issues/2898
https://github.co... | owncloud/web/changelog/0.3.0_2020-01-31/2898/0 | {
"file_path": "owncloud/web/changelog/0.3.0_2020-01-31/2898",
"repo_id": "owncloud",
"token_count": 103
} | 582 |
Enhancement: Added ability to click file list columns for sorting
The sorting mode of the file list can now be changed by clicking on the column headers.
https://github.com/owncloud/web/issues/1854
| owncloud/web/changelog/0.5.0_2020-03-02/1854/0 | {
"file_path": "owncloud/web/changelog/0.5.0_2020-03-02/1854",
"repo_id": "owncloud",
"token_count": 51
} | 583 |
Change: New sort order for collaborators and public links
We've changed the sort order for collaborators and public links.
Collaborators are now sorted by: collaborator type, is collaborator direct, display name and creation date.
Public links are now sorted by: is public link direct, display name and creation date.
... | owncloud/web/changelog/0.6.0_2020-03-16/3136/0 | {
"file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3136",
"repo_id": "owncloud",
"token_count": 83
} | 584 |
Bugfix: Set a higher timeout for requirejs
In slow networks requirejs requests can timeout. The timeout is now set to a higher value (200 secs)
https://github.com/owncloud/web/pull/3293
| owncloud/web/changelog/0.8.0_2020-04-14/3293/0 | {
"file_path": "owncloud/web/changelog/0.8.0_2020-04-14/3293",
"repo_id": "owncloud",
"token_count": 51
} | 585 |
Bugfix: Enable route checks for file actions
The checks on which route an extension is enabled were not active (and inverted). We fixed this so that editors only appear on configured routes now.
https://github.com/owncloud/ocis/issues/986
https://github.com/owncloud/web/pull/4436
| owncloud/web/changelog/1.0.0_2020-12-16/fix-file-action-route-checks/0 | {
"file_path": "owncloud/web/changelog/1.0.0_2020-12-16/fix-file-action-route-checks",
"repo_id": "owncloud",
"token_count": 74
} | 586 |
Bugfix: Fix showing white page with no message if the config could not be parsed
When the config file could not be parsed because of some mistake in the JSON, an empty page without any error message would be shown to the user. We've fixed that behavior and showing now an error page and details of the error in the cons... | owncloud/web/changelog/2.0.1_2021-02-18/invalidConfig/0 | {
"file_path": "owncloud/web/changelog/2.0.1_2021-02-18/invalidConfig",
"repo_id": "owncloud",
"token_count": 103
} | 587 |
Enhancement: Align headline hierarchy
Streamlined headline tags so that pages have a h1 tag and the headline hierarchy is adhered.
https://github.com/owncloud/web/issues/5003
https://github.com/owncloud/web/pull/5004
https://github.com/owncloud/web/pull/5005
| owncloud/web/changelog/3.1.0_2021-05-12/enhancement-h-tags/0 | {
"file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-h-tags",
"repo_id": "owncloud",
"token_count": 80
} | 588 |
Bugfix: Add docs link & fix translations on error page
The MissingConfigPage had a translated paragraph that didn't work because
of an presumably unallowed `<br/>` tag inside the text.
Also, the link to the GitHub repo was replace with a link to the web docs and public rocket chat.
https://github.com/owncloud/web/p... | owncloud/web/changelog/3.3.0_2021-06-23/bugfix-improve-error-screen/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-improve-error-screen",
"repo_id": "owncloud",
"token_count": 86
} | 589 |
Enhancement: Add pagination
We've added pagination to all files lists. Current limit for displayed resources is 100.
https://github.com/owncloud/web/pull/5224
https://github.com/owncloud/web/pull/5309
| owncloud/web/changelog/3.3.0_2021-06-23/enhancement-add-pagination/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-add-pagination",
"repo_id": "owncloud",
"token_count": 61
} | 590 |
Enhancement: OcTooltip
We've changed the tooltip implementation to use oc-tooltip directive from ODS instead of uikit's.
https://github.com/owncloud/web/pull/5055
https://github.com/owncloud/web/issues/4654
https://github.com/owncloud/web/issues/2623
https://github.com/owncloud/web/issues/4597
https://github.com/ownc... | owncloud/web/changelog/3.3.0_2021-06-23/enhancement-oc-tooltip/0 | {
"file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-oc-tooltip",
"repo_id": "owncloud",
"token_count": 148
} | 591 |
Enhancement: Add view options
We've added view options above the files lists so that the user can customise them.
Currently, it is possible to toggle visibility of hidden files.
Changes in view options are persisted in local storage.
https://github.com/owncloud/web/pull/5408
https://github.com/owncloud/web/pull/5450
| owncloud/web/changelog/3.4.0_2021-07-09/enhancement-add-view-options/0 | {
"file_path": "owncloud/web/changelog/3.4.0_2021-07-09/enhancement-add-view-options",
"repo_id": "owncloud",
"token_count": 85
} | 592 |
Enhancement: Dropdown actions in FilesTable
Users can now access quick actions in a dropdown by clicking on
the three-dots button or right-clicking on rows in the files table.
We've also bumped the ownCloud Design System to version 8.3.0
https://github.com/owncloud/owncloud-design-system/releases/tag/v8.3.0
https://... | owncloud/web/changelog/4.0.0_2021-08-04/enhancement-filestable-dropdown-actions/0 | {
"file_path": "owncloud/web/changelog/4.0.0_2021-08-04/enhancement-filestable-dropdown-actions",
"repo_id": "owncloud",
"token_count": 156
} | 593 |
Enhancement: Update ODS to 9.2.0
We updated the ownCloud Design System to version 9.2.0.
https://github.com/owncloud/web/pull/5689
https://github.com/owncloud/owncloud-design-system/releases/tag/v9.0.0
https://github.com/owncloud/owncloud-design-system/releases/tag/v9.0.1
https://github.com/owncloud/owncloud-design-s... | owncloud/web/changelog/4.1.0_2021-08-20/enhancement-update-ods/0 | {
"file_path": "owncloud/web/changelog/4.1.0_2021-08-20/enhancement-update-ods",
"repo_id": "owncloud",
"token_count": 160
} | 594 |
Enhancement: Refactor runtime boot process
We have updated the way applications are being loaded in
the web runtime. It does now feature a dedicated boot process,
providing hooks that other applications can take advantage of.
https://github.com/owncloud/web/pull/5752
https://github.com/owncloud/web/issues/2891 (tbd... | owncloud/web/changelog/4.3.0_2021-10-07/enhancement-runtime-boot-process/0 | {
"file_path": "owncloud/web/changelog/4.3.0_2021-10-07/enhancement-runtime-boot-process",
"repo_id": "owncloud",
"token_count": 192
} | 595 |
Enhancement: Accentuate new files
We've added a visual highlighting of newly created (or uploaded) resources in the OcFilesTable.
https://github.com/owncloud/web/pull/6020
| owncloud/web/changelog/4.5.0_2021-11-16/enhancement-accentuate-new-files/0 | {
"file_path": "owncloud/web/changelog/4.5.0_2021-11-16/enhancement-accentuate-new-files",
"repo_id": "owncloud",
"token_count": 50
} | 596 |
Bugfix: Show extension image
Allow extensions to set an image as its logo, instead of an icon.
If `img` is set, it will take precedence over `icon`.
https://github.com/owncloud/web/pull/5985
| owncloud/web/changelog/4.7.0_2021-12-16/bugfix-extension-img/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/bugfix-extension-img",
"repo_id": "owncloud",
"token_count": 57
} | 597 |
Enhancement: Update ODS to v12.0.0-alpha1
We updated the ownCloud Design System to version 12.0.0-alpha1. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
- Change - Remove oc-table-files from ods: https://github.com/owncloud/owncloud-design-system/pull/1817
- Change - Remove ... | owncloud/web/changelog/4.7.0_2021-12-16/enhancement-update-ods/0 | {
"file_path": "owncloud/web/changelog/4.7.0_2021-12-16/enhancement-update-ods",
"repo_id": "owncloud",
"token_count": 177
} | 598 |
Change: Enforce extensions to always display the ui-header
We've enforced the ui to always render the header for third party extensions.
From now on extensions are not able to disable the header anymore.
https://github.com/owncloud/web/pull/6401
| owncloud/web/changelog/5.0.0_2022-02-14/change-enforce-ui-header/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/change-enforce-ui-header",
"repo_id": "owncloud",
"token_count": 63
} | 599 |
Enhancement: Persist chosen sorting options
We now persist the chosen sorting options per view into the local storage of the browser. This means, that when e.g. the `All files` page is sorted by last modification date and the `Share with others` page is sorted by share receivers, the web UI remembers those choices for... | owncloud/web/changelog/5.0.0_2022-02-14/enhancement-persisted-sorting/0 | {
"file_path": "owncloud/web/changelog/5.0.0_2022-02-14/enhancement-persisted-sorting",
"repo_id": "owncloud",
"token_count": 116
} | 600 |
Bugfix: Load capabilities for password protected public links
We've enabled capability loading for password protected public links.
https://github.com/owncloud/web/pull/6471
https://github.com/owncloud/web/issues/5863
| owncloud/web/changelog/5.2.0_2022-03-03/bugfix-password-protected-public-link-capabilities/0 | {
"file_path": "owncloud/web/changelog/5.2.0_2022-03-03/bugfix-password-protected-public-link-capabilities",
"repo_id": "owncloud",
"token_count": 57
} | 601 |
Bugfix: Pressing enter in forms
We fixed behavior when pressing enter in forms. For instance when adding or editing public links
pressing enter in the name or password input fields, instead of saving the link it opened the datepicker.
https://github.com/owncloud/web/pull/6548
https://github.com/owncloud/owncloud-des... | owncloud/web/changelog/5.3.0_2022-03-23/bugfix-enter-in-forms/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/bugfix-enter-in-forms",
"repo_id": "owncloud",
"token_count": 89
} | 602 |
Enhancement: Design improvements
We've fixed various design glitches and improved the overall look-and-feel of the UI.
https://github.com/owncloud/web/issues/6492
https://github.com/owncloud/web/issues/6555
https://github.com/owncloud/web/pulls/6584
| owncloud/web/changelog/5.3.0_2022-03-23/enhancement-design-improvements/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-design-improvements",
"repo_id": "owncloud",
"token_count": 78
} | 603 |
Enhancement: Implement people sharing for spaces
Spaces can now be shared with other people. This change specifically includes:
* listing all members who have access to a space (possible for all space members)
* adding members to a space and giving them dedicated roles (possible for managers only)
* editing the role ... | owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-people-sharing/0 | {
"file_path": "owncloud/web/changelog/5.3.0_2022-03-23/enhancement-spaces-people-sharing",
"repo_id": "owncloud",
"token_count": 143
} | 604 |
Enhancement: Editor role for single file public links
Allow creating a public link with editor role for a single file. Only available in oCIS.
https://github.com/owncloud/web/pull/6618
| owncloud/web/changelog/5.4.0_2022-04-11/enhancement-editor-role/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-editor-role",
"repo_id": "owncloud",
"token_count": 51
} | 605 |
Enhancement: Spaces overview topbar layout
We've adjusted the topbar layout of the spaces overview to match the other pages.
https://github.com/owncloud/web/pull/6642
https://github.com/owncloud/web/issues/6641
| owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-overview-topbar/0 | {
"file_path": "owncloud/web/changelog/5.4.0_2022-04-11/enhancement-spaces-overview-topbar",
"repo_id": "owncloud",
"token_count": 62
} | 606 |
Bugfix: Edit public links with expiration
We've fixed an issue with public links with expiration date that were failing in update requests.
https://github.com/owncloud/web/issues/6858
https://github.com/owncloud/web/pull/6867
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-public-link-edit/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-public-link-edit",
"repo_id": "owncloud",
"token_count": 62
} | 607 |
Bugfix: Space image not shown if file name contains blanks
https://github.com/owncloud/web/pull/6881
https://github.com/owncloud/web/issues/6874
| owncloud/web/changelog/5.5.0_2022-06-20/bugfix-space-image-not-shown-if-name-contains-blanks/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/bugfix-space-image-not-shown-if-name-contains-blanks",
"repo_id": "owncloud",
"token_count": 47
} | 608 |
Enhancement: Add show file extension toggle switch in file list settings
We've added a toggle switch to the file list settings to turn off and on displaying file extension.
If this setting is turned off, the file extension won't be shown anymore in:
* The name column displayed in the files list
* The right sidebar
* ... | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-show-file-extension-switch/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-add-show-file-extension-switch",
"repo_id": "owncloud",
"token_count": 117
} | 609 |
Enhancement: Load language from user object if given
We've added the possibility to load the user's language from the use object if given,
this allows us to take the configured language if oC10 is running as backend.
https://github.com/owncloud/web/pull/7023
https://github.com/owncloud/web/issues/6243
| owncloud/web/changelog/5.5.0_2022-06-20/enhancement-load-language-from-user-if-given/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-load-language-from-user-if-given",
"repo_id": "owncloud",
"token_count": 83
} | 610 |
Enhancement: Show default action at the first place in context menu
We've added the sorting of actions in the way that default file handler shows first in the context menu
https://github.com/owncloud/web/issues/6971
https://github.com/owncloud/web/pull/6954 | owncloud/web/changelog/5.5.0_2022-06-20/enhancement-sort-default-action-first-context-menu/0 | {
"file_path": "owncloud/web/changelog/5.5.0_2022-06-20/enhancement-sort-default-action-first-context-menu",
"repo_id": "owncloud",
"token_count": 69
} | 611 |
Bugfix: Add Droparea again
We've added the visual droparea again to indicate drag and drop upload
https://github.com/owncloud/web/issues/7080
https://github.com/owncloud/web/pull/7251 | owncloud/web/changelog/5.7.0_2022-09-09/bugfix-add-droparea-again/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-add-droparea-again",
"repo_id": "owncloud",
"token_count": 56
} | 612 |
Bugfix: Fix right sidebar content on small screens
We've fixed the right sidebar content on small screens because some screen sizes caused the content to flow out of the screen. Things that have been done to achieve this:
* Selection info has been removed.
* Labels of the batch actions will hide on screens <1280px if... | owncloud/web/changelog/5.7.0_2022-09-09/bugfix-fix-right-sidebar-on-small-screens/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-fix-right-sidebar-on-small-screens",
"repo_id": "owncloud",
"token_count": 110
} | 613 |
Bugfix: Open file on shared space resource not possible
We've fixed a bug where opening a file of a shared space resource for example in the pdf viewer app 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-open-file-on-shared-space-resource-not-possible/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-open-file-on-shared-space-resource-not-possible",
"repo_id": "owncloud",
"token_count": 72
} | 614 |
Bugfix: Shared with others page apps not working with oc10 as backend
We've fixed a bug where apps like preview, pdf-viewer or text-editor weren't working while browsing
the shared with others page with oc10 as backend.
https://github.com/owncloud/web/pull/7228
https://github.com/owncloud/web/issues/7049
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-shared-with-others-page-apps-not-working-oc10/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-shared-with-others-page-apps-not-working-oc10",
"repo_id": "owncloud",
"token_count": 88
} | 615 |
Bugfix: Upload overlay progress bar spacing
We've fixed spacing issues with the upload overlay progress bar.
https://github.com/owncloud/web/pull/7297
| owncloud/web/changelog/5.7.0_2022-09-09/bugfix-upload-overlay-progress-bar-spacing/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/bugfix-upload-overlay-progress-bar-spacing",
"repo_id": "owncloud",
"token_count": 40
} | 616 |
Enhancement: Re-sharing for ocis
We've enhanced web to be able to re-share resources when using an ownCloud infinite scale backend. It now works for project and personal spaces as well as the sharing jail.
Besides that we also send roles, space-ref and path as separate values to the sharing api which simplifies the us... | owncloud/web/changelog/5.7.0_2022-09-09/enhancement-ocis-resharing/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-ocis-resharing",
"repo_id": "owncloud",
"token_count": 239
} | 617 |
Enhancement: Improve performance of share indicators
We've improved the performance of share indicators when loading resource tables as well as when adding or removing shares.
https://github.com/owncloud/web/issues/7038
https://github.com/owncloud/web/pull/7188
| owncloud/web/changelog/5.7.0_2022-09-09/enhancement-share-indicators-performance/0 | {
"file_path": "owncloud/web/changelog/5.7.0_2022-09-09/enhancement-share-indicators-performance",
"repo_id": "owncloud",
"token_count": 66
} | 618 |
Bugfix: Disappearing quicklink in sidebar
We've fixed a bug where existing quicklinks would disappear when performing the "Create quicklink"-action.
https://github.com/owncloud/web/pull/7740
https://github.com/owncloud/web/issues/7736
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disappearing-quicklink-in-sidebar/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-disappearing-quicklink-in-sidebar",
"repo_id": "owncloud",
"token_count": 66
} | 619 |
Bugfix: Add origin check to Draw.io events
Origin checks have been added to all Draw.io events due to security reasons.
https://github.com/owncloud/web/pull/7941
https://github.com/owncloud/web/issues/7933
| owncloud/web/changelog/6.0.0_2022-11-29/bugfix-origin-event-check/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-origin-event-check",
"repo_id": "owncloud",
"token_count": 63
} | 620 |
Bugfix: Try to obtain refresh token before the error case
We've added a fallback strategy to try to revive the refresh token one more last time.
This is for the rare case where the application is running in the background and the browsers throttles the token refresh mechanism.
https://github.com/owncloud/web/pull/775... | owncloud/web/changelog/6.0.0_2022-11-29/bugfix-silent-refresh-token-renewal/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/bugfix-silent-refresh-token-renewal",
"repo_id": "owncloud",
"token_count": 76
} | 621 |
Enhancement: Batch actions for two or more items only
Batch actions are now only being displayed if two or more items are selected.
https://github.com/owncloud/web/pull/7904
| owncloud/web/changelog/6.0.0_2022-11-29/enhancement-batch-actions-display/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-batch-actions-display",
"repo_id": "owncloud",
"token_count": 49
} | 622 |
Enhancement: Improve search experience
We've improved the overall search experience with following points:
* increase search typing debounce to 500ms
* send search requests only once on reloads
* update search preview results on activation
https://github.com/owncloud/web/pull/7821
| owncloud/web/changelog/6.0.0_2022-11-29/enhancement-search/0 | {
"file_path": "owncloud/web/changelog/6.0.0_2022-11-29/enhancement-search",
"repo_id": "owncloud",
"token_count": 66
} | 623 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.