text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
const AuthenticationController = require('../Authentication/AuthenticationController') const TemplatesController = require('./TemplatesController') const TemplatesMiddleware = require('./TemplatesMiddleware') const RateLimiterMiddleware = require('../Security/RateLimiterMiddleware') const AnalyticsRegistrationSourceMid...
overleaf/web/app/src/Features/Templates/TemplatesRouter.js/0
{ "file_path": "overleaf/web/app/src/Features/Templates/TemplatesRouter.js", "repo_id": "overleaf", "token_count": 339 }
489
const AuthorizationMiddleware = require('../Authorization/AuthorizationMiddleware') const AuthenticationController = require('../Authentication/AuthenticationController') const ProjectUploadController = require('./ProjectUploadController') const RateLimiterMiddleware = require('../Security/RateLimiterMiddleware') const...
overleaf/web/app/src/Features/Uploads/UploadsRouter.js/0
{ "file_path": "overleaf/web/app/src/Features/Uploads/UploadsRouter.js", "repo_id": "overleaf", "token_count": 573 }
490
const { User } = require('../../models/User') const UserCreator = require('./UserCreator') const UserGetter = require('./UserGetter') const AuthenticationManager = require('../Authentication/AuthenticationManager') const NewsletterManager = require('../Newsletter/NewsletterManager') const async = require('async') const...
overleaf/web/app/src/Features/User/UserRegistrationHandler.js/0
{ "file_path": "overleaf/web/app/src/Features/User/UserRegistrationHandler.js", "repo_id": "overleaf", "token_count": 2060 }
491
/* 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/app/src/infrastructure/Csrf.js/0
{ "file_path": "overleaf/web/app/src/infrastructure/Csrf.js", "repo_id": "overleaf", "token_count": 1130 }
492
const settings = require('@overleaf/settings') const Metrics = require('@overleaf/metrics') const RedisWrapper = require('./RedisWrapper') const rclient = RedisWrapper.client('ratelimiter') const { RedisRateLimiter } = require('rolling-rate-limiter') const { callbackify } = require('util') async function addCount(opts...
overleaf/web/app/src/infrastructure/RateLimiter.js/0
{ "file_path": "overleaf/web/app/src/infrastructure/RateLimiter.js", "repo_id": "overleaf", "token_count": 414 }
493
const mongoose = require('../infrastructure/Mongoose') const { Schema } = mongoose const DocSchema = new Schema({ name: { type: String, default: 'new doc' }, }) exports.Doc = mongoose.model('Doc', DocSchema) exports.DocSchema = DocSchema
overleaf/web/app/src/models/Doc.js/0
{ "file_path": "overleaf/web/app/src/models/Doc.js", "repo_id": "overleaf", "token_count": 87 }
494
const mongoose = require('../infrastructure/Mongoose') const { Schema } = mongoose const SystemMessageSchema = new Schema({ content: { type: String, default: '' }, }) exports.SystemMessage = mongoose.model('SystemMessage', SystemMessageSchema)
overleaf/web/app/src/models/SystemMessage.js/0
{ "file_path": "overleaf/web/app/src/models/SystemMessage.js", "repo_id": "overleaf", "token_count": 76 }
495
mixin linkAdvisors(linkText, linkClass, track) //- To Do: verify path - var gaCategory = track && track.category ? track.category : 'All' - var gaAction = track && track.action ? track.action : null - var gaLabel = track && track.label ? track.label : null - var mb = track && track.mb ? 'true' : null - var mbSegm...
overleaf/web/app/views/_mixins/links.pug/0
{ "file_path": "overleaf/web/app/views/_mixins/links.pug", "repo_id": "overleaf", "token_count": 1717 }
496
doctype html html(lang="en") - metadata = metadata || {} block vars head if (metadata && metadata.title) title= metadata.title if metadata && metadata.viewport meta(name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes") link(rel="icon", href="/favicon.ico") if buildCssP...
overleaf/web/app/views/layout/layout-no-js.pug/0
{ "file_path": "overleaf/web/app/views/layout/layout-no-js.pug", "repo_id": "overleaf", "token_count": 140 }
497
aside.change-list( ng-if="history.isV2" ng-controller="HistoryV2ListController" ) history-entries-list( ng-if="!history.showOnlyLabels && !history.error" entries="history.updates" range-selection-enabled="history.viewMode === HistoryViewModes.COMPARE" selected-history-version="history.selection.range.toV" ...
overleaf/web/app/views/project/editor/history/entriesListV2.pug/0
{ "file_path": "overleaf/web/app/views/project/editor/history/entriesListV2.pug", "repo_id": "overleaf", "token_count": 4635 }
498
td.project-list-table-name-cell .project-list-table-name-container input.project-list-table-select-item( select-individual, type="checkbox", ng-model="project.selected" stop-propagation="click" aria-label=translate('select_project') + " '{{ project.name }}'" ) span.project-list-table-name a.pro...
overleaf/web/app/views/project/list/item.pug/0
{ "file_path": "overleaf/web/app/views/project/list/item.pug", "repo_id": "overleaf", "token_count": 1804 }
499
div(ng-controller="GroupMembershipController") each groupSubscription in memberGroupSubscriptions if (user._id+'' != groupSubscription.admin_id._id+'') div p | You are a member of | +teamName(groupSubscription) if (groupSubscription.teamNotice && groupSubscription.teamNotice != '') p ...
overleaf/web/app/views/subscriptions/dashboard/_group_memberships.pug/0
{ "file_path": "overleaf/web/app/views/subscriptions/dashboard/_group_memberships.pug", "repo_id": "overleaf", "token_count": 440 }
500
if (typeof(suggestedLanguageSubdomainConfig) != "undefined") span(ng-controller="TranslationsPopupController", ng-cloak) .translations-message(ng-hide="hidei18nNotification") a(href=suggestedLanguageSubdomainConfig.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName: translate(suggestedLanguageSu...
overleaf/web/app/views/translations/translation_message.pug/0
{ "file_path": "overleaf/web/app/views/translations/translation_message.pug", "repo_id": "overleaf", "token_count": 207 }
501
extends ../layout block append meta meta(name="ol-users", data-type="json", content=users) meta(name="ol-paths", data-type="json", content=paths) meta(name="ol-groupSize", data-type="json", content=groupSize) block content main.content.content-alt#main-content .container .row .col-md-10.col-md-offset-1 ...
overleaf/web/app/views/user_membership/index.pug/0
{ "file_path": "overleaf/web/app/views/user_membership/index.pug", "repo_id": "overleaf", "token_count": 2259 }
502
// 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/suggestions.md */ import App from '../base' ...
overleaf/web/frontend/js/directives/expandableTextArea.js/0
{ "file_path": "overleaf/web/frontend/js/directives/expandableTextArea.js", "repo_id": "overleaf", "token_count": 328 }
503
import PropTypes from 'prop-types' import moment from 'moment' import Message from './message' const FIVE_MINUTES = 5 * 60 * 1000 function formatTimestamp(date) { if (!date) { return 'N/A' } else { return `${moment(date).format('h:mm a')} ${moment(date).calendar()}` } } function MessageList({ messages,...
overleaf/web/frontend/js/features/chat/components/message-list.js/0
{ "file_path": "overleaf/web/frontend/js/features/chat/components/message-list.js", "repo_id": "overleaf", "token_count": 793 }
504
import PropTypes from 'prop-types' import { OverlayTrigger, Tooltip } from 'react-bootstrap' import classNames from 'classnames' import Icon from '../../../shared/components/icon' function PdfToggleButton({ onClick, pdfViewIsOpen }) { const classes = classNames( 'btn', 'btn-full-height', 'btn-full-height...
overleaf/web/frontend/js/features/editor-navigation-toolbar/components/pdf-toggle-button.js/0
{ "file_path": "overleaf/web/frontend/js/features/editor-navigation-toolbar/components/pdf-toggle-button.js", "repo_id": "overleaf", "token_count": 391 }
505
import { ControlLabel, FormControl, FormGroup } from 'react-bootstrap' import { useCallback, useEffect, useState } from 'react' import { useTranslation } from 'react-i18next' import FileTreeCreateNameInput from '../file-tree-create-name-input' import { useFileTreeActionable } from '../../../contexts/file-tree-actionabl...
overleaf/web/frontend/js/features/file-tree/components/file-tree-create/modes/file-tree-import-from-url.js/0
{ "file_path": "overleaf/web/frontend/js/features/file-tree/components/file-tree-create/modes/file-tree-import-from-url.js", "repo_id": "overleaf", "token_count": 830 }
506
import { Button, Modal } from 'react-bootstrap' import { useTranslation } from 'react-i18next' import AccessibleModal from '../../../../shared/components/accessible-modal' import { useFileTreeActionable } from '../../contexts/file-tree-actionable' function FileTreeModalDelete() { const { t } = useTranslation() ...
overleaf/web/frontend/js/features/file-tree/components/modals/file-tree-modal-delete.js/0
{ "file_path": "overleaf/web/frontend/js/features/file-tree/components/modals/file-tree-modal-delete.js", "repo_id": "overleaf", "token_count": 762 }
507
// The collator used to sort files docs and folders in the tree. // Uses English as base language for consistency. // Options used: // numeric: true so 10 comes after 2 // sensitivity: 'variant' so case and accent are not equal // caseFirst: 'upper' so upper-case letters come first export const fileCollator = new Intl....
overleaf/web/frontend/js/features/file-tree/util/file-collator.js/0
{ "file_path": "overleaf/web/frontend/js/features/file-tree/util/file-collator.js", "repo_id": "overleaf", "token_count": 112 }
508
import React, { useState, useEffect } from 'react' import PropTypes from 'prop-types' import classNames from 'classnames' import { useTranslation } from 'react-i18next' import OutlineRoot from './outline-root' import Icon from '../../../shared/components/icon' import localStorage from '../../../infrastructure/local-st...
overleaf/web/frontend/js/features/outline/components/outline-pane.js/0
{ "file_path": "overleaf/web/frontend/js/features/outline/components/outline-pane.js", "repo_id": "overleaf", "token_count": 1013 }
509
import { useState } from 'react' import { Trans, useTranslation } from 'react-i18next' import { Button } from 'react-bootstrap' import PropTypes from 'prop-types' import { useUserContext } from '../../../shared/context/user-context' import Icon from '../../../shared/components/icon' import { upgradePlan } from '../.....
overleaf/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.js/0
{ "file_path": "overleaf/web/frontend/js/features/share-project-modal/components/add-collaborators-upgrade.js", "repo_id": "overleaf", "token_count": 1216 }
510
import { useEffect, useState } from 'react' import { getJSON } from '../../../infrastructure/fetch-json' import useAbortController from '../../../shared/hooks/use-abort-controller' const contactCollator = new Intl.Collator('en') const alphabetical = (a, b) => contactCollator.compare(a.name, b.name) || contactColl...
overleaf/web/frontend/js/features/share-project-modal/hooks/use-user-contacts.js/0
{ "file_path": "overleaf/web/frontend/js/features/share-project-modal/hooks/use-user-contacts.js", "repo_id": "overleaf", "token_count": 459 }
511
import { Row, Col, Modal, Grid, Alert, Button } from 'react-bootstrap' import PropTypes from 'prop-types' import { useTranslation } from 'react-i18next' import Icon from '../../../shared/components/icon' import AccessibleModal from '../../../shared/components/accessible-modal' export default function WordCountModalCon...
overleaf/web/frontend/js/features/word-count-modal/components/word-count-modal-content.js/0
{ "file_path": "overleaf/web/frontend/js/features/word-count-modal/components/word-count-modal-content.js", "repo_id": "overleaf", "token_count": 1424 }
512
/* eslint-disable camelcase, max-len, no-return-assign, */ // TODO: This file was created by bulk-decaffeinate. // Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * DS207: Consider shorter variations of null chec...
overleaf/web/frontend/js/ide/cobranding/CobrandingDataService.js/0
{ "file_path": "overleaf/web/frontend/js/ide/cobranding/CobrandingDataService.js", "repo_id": "overleaf", "token_count": 624 }
513
import _ from 'lodash' import CommandManager from './CommandManager' import EnvironmentManager from './EnvironmentManager' import PackageManager from './PackageManager' import Helpers from './Helpers' import 'ace/ace' import 'ace/ext-language_tools' const { Range } = ace.require('ace/range') const aceSnippetManager = a...
overleaf/web/frontend/js/ide/editor/directives/aceEditor/auto-complete/AutoCompleteManager.js/0
{ "file_path": "overleaf/web/frontend/js/ide/editor/directives/aceEditor/auto-complete/AutoCompleteManager.js", "repo_id": "overleaf", "token_count": 8252 }
514
import 'ace/ace' const BuiltInUndoManager = ace.require('ace/undomanager').UndoManager class UndoManager { constructor(editor) { this.editor = editor this.onChangeSession = this.onChangeSession.bind(this) this.onChange = this.onChange.bind(this) } onChangeSession(session) { session.setUndoManag...
overleaf/web/frontend/js/ide/editor/directives/aceEditor/undo/UndoManager.js/0
{ "file_path": "overleaf/web/frontend/js/ide/editor/directives/aceEditor/undo/UndoManager.js", "repo_id": "overleaf", "token_count": 281 }
515
/* 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/history/components/historyFileEntity.js/0
{ "file_path": "overleaf/web/frontend/js/ide/history/components/historyFileEntity.js", "repo_id": "overleaf", "token_count": 1280 }
516
/* eslint-disable max-len, */ // TODO: This file was created by bulk-decaffeinate. // Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions...
overleaf/web/frontend/js/ide/hotkeys/BackspaceHighjack.js/0
{ "file_path": "overleaf/web/frontend/js/ide/hotkeys/BackspaceHighjack.js", "repo_id": "overleaf", "token_count": 210 }
517
/* eslint-disable max-len, new-cap, no-return-assign, */ // 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 implicit returns * DS...
overleaf/web/frontend/js/ide/pdfng/directives/pdfPage.js/0
{ "file_path": "overleaf/web/frontend/js/ide/pdfng/directives/pdfPage.js", "repo_id": "overleaf", "token_count": 2419 }
518
import '../../features/word-count-modal/controllers/word-count-modal-controller'
overleaf/web/frontend/js/ide/wordcount/index.js/0
{ "file_path": "overleaf/web/frontend/js/ide/wordcount/index.js", "repo_id": "overleaf", "token_count": 26 }
519
import _ from 'lodash' /* eslint-disable max-len, no-return-assign, no-useless-escape, */ import App from '../../../base' import getMeta from '../../../utils/meta' export default App.controller( 'UserAffiliationsController', function ($scope, $rootScope, UserAffiliationsDataService, $q, $window) { ...
overleaf/web/frontend/js/main/affiliations/controllers/UserAffiliationsController.js/0
{ "file_path": "overleaf/web/frontend/js/main/affiliations/controllers/UserAffiliationsController.js", "repo_id": "overleaf", "token_count": 4589 }
520
import App from '../../base' export default App.controller( 'LeftHandMenuPromoController', function ($scope, UserAffiliationsDataService, eventTracking) { $scope.hasProjects = window.data.projects.length > 0 $scope.userHasNoSubscription = window.userHasNoSubscription $scope.upgradeSubscription = funct...
overleaf/web/frontend/js/main/project-list/left-hand-menu-promo-controller.js/0
{ "file_path": "overleaf/web/frontend/js/main/project-list/left-hand-menu-promo-controller.js", "repo_id": "overleaf", "token_count": 294 }
521
angular.module('localStorage', []).value('localStorage', localStorage) /* localStorage can throw browser exceptions, for example if it is full We don't use localStorage for anything critical, on in that case just fail gracefully. */ function localStorage(...args) { try { return $.localStorage(...args) } ...
overleaf/web/frontend/js/modules/localStorage.js/0
{ "file_path": "overleaf/web/frontend/js/modules/localStorage.js", "repo_id": "overleaf", "token_count": 126 }
522
import { useCallback, useEffect } from 'react' import { useTranslation } from 'react-i18next' import { Button } from 'react-bootstrap' import PropTypes from 'prop-types' import * as eventTracking from '../../infrastructure/event-tracking' export default function StartFreeTrialButton({ buttonStyle = 'info', childre...
overleaf/web/frontend/js/shared/components/start-free-trial-button.js/0
{ "file_path": "overleaf/web/frontend/js/shared/components/start-free-trial-button.js", "repo_id": "overleaf", "token_count": 569 }
523
import { useEffect, useRef } from 'react' export default function useIsMounted() { const isMounted = useRef(true) useEffect(() => { return () => { isMounted.current = false } }, [isMounted]) return isMounted }
overleaf/web/frontend/js/shared/hooks/use-is-mounted.js/0
{ "file_path": "overleaf/web/frontend/js/shared/hooks/use-is-mounted.js", "repo_id": "overleaf", "token_count": 86 }
524
// Generated by CoffeeScript 1.10.0 define(function() { var HBOX_WARNING_REGEX, LATEX_WARNING_REGEX, LINES_REGEX, LOG_WRAP_LIMIT, LatexParser, LogText, PACKAGE_REGEX, PACKAGE_WARNING_REGEX, state; LOG_WRAP_LIMIT = 79; LATEX_WARNING_REGEX = /^LaTeX Warning: (.*)$/; HBOX_WARNING_REGEX = /^(Over|Under)full \\(v|h)...
overleaf/web/frontend/js/vendor/libs/latex-log-parser.js/0
{ "file_path": "overleaf/web/frontend/js/vendor/libs/latex-log-parser.js", "repo_id": "overleaf", "token_count": 4679 }
525
import HotkeysModal from '../js/features/hotkeys-modal/components/hotkeys-modal' export const ReviewEnabled = args => { return <HotkeysModal {...args} /> } export const ReviewDisabled = args => { return <HotkeysModal {...args} trackChangesVisible={false} /> } export const MacModifier = args => { return <Hotkey...
overleaf/web/frontend/stories/hotkeys-modal.stories.js/0
{ "file_path": "overleaf/web/frontend/stories/hotkeys-modal.stories.js", "repo_id": "overleaf", "token_count": 209 }
526
import PropTypes from 'prop-types' import useExpandCollapse from '../js/shared/hooks/use-expand-collapse' function TestUI({ children, expandableProps, toggleProps }) { return ( <> <div {...expandableProps}>{children}</div> <button {...toggleProps}>Expand/collapse</button> </> ) } function Vert...
overleaf/web/frontend/stories/use-expand-collapse.stories.js/0
{ "file_path": "overleaf/web/frontend/stories/use-expand-collapse.stories.js", "repo_id": "overleaf", "token_count": 1096 }
527
.contact-us-modal { textarea { height: 120px; } } .contact-suggestions { margin: 0 -20px 10px; padding: 10px 0; color: @gray-dark; background-color: @gray-lightest; border-top: solid 1px @gray-lighter; border-bottom: solid 1px @gray-lighter; font-size: 0.9rem; } .contact-suggestion-label { mar...
overleaf/web/frontend/stylesheets/app/contact-us.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/contact-us.less", "repo_id": "overleaf", "token_count": 441 }
528
@rp-base-font-size: 12px; @rp-small-font-size: 10px; @rp-icon-large-size: 18px; @rp-bg-blue: #dadfed; @rp-bg-dim-blue: #fafafa; @rp-highlight-blue: #8a96b5; @rp-border-grey: #d9d9d9; @rp-green: #2c8e30; @rp-green-on-dark: rgba(37, 107, 41, 0.5); @rp-red: #c5060b; @rp-yellow: #f3b111; @rp-yellow-on-dark: rgba(194, 93...
overleaf/web/frontend/stylesheets/app/editor/review-panel.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/editor/review-panel.less", "repo_id": "overleaf", "token_count": 9946 }
529
// Styles for Chat panel in Overleaf v2 .chat .message-wrapper .message .message-content a { color: inherit; text-decoration: underline; }
overleaf/web/frontend/stylesheets/app/ol-chat.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/ol-chat.less", "repo_id": "overleaf", "token_count": 45 }
530
.translations-message { .system-message; text-align: center; img { vertical-align: text-bottom; margin-bottom: -1px; } .close { color: #fff; opacity: 1; text-shadow: none; } a { color: #fff; &:hover, &:focus { color: #fff; } } }
overleaf/web/frontend/stylesheets/app/translations.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/app/translations.less", "repo_id": "overleaf", "token_count": 138 }
531
.expand-collapse-container { overflow: hidden; transition: height 0.15s ease-in-out, width 0.15s ease-in-out; }
overleaf/web/frontend/stylesheets/components/expand-collapse.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/expand-collapse.less", "repo_id": "overleaf", "token_count": 44 }
532
// // Navbars // -------------------------------------------------- // Wrapper and base class // // Provide a static navbar from which we expand to create full-width, fixed, and // other navbar variations. .navbar { position: relative; min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a ....
overleaf/web/frontend/stylesheets/components/navbar.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/navbar.less", "repo_id": "overleaf", "token_count": 6024 }
533
// // Thumbnails // -------------------------------------------------- // Mixin and adjust the regular image class .thumbnail { display: block; padding: @thumbnail-padding; margin-bottom: @line-height-computed; line-height: @line-height-base; background-color: @thumbnail-bg; border: 1px solid @thumbnail-bo...
overleaf/web/frontend/stylesheets/components/thumbnails.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/components/thumbnails.less", "repo_id": "overleaf", "token_count": 268 }
534
// // Variables // -------------------------------------------------- @gray-darker: #252525; @gray-dark: #505050; @gray: #7a7a7a; @gray-light: #a4a4a4; @gray-lighter: #cfcfcf; @gray-lightest: #f0f0f0; @white: #ffffff; // Styleguide colors @ol-blue-gray-0: #f4f5f8; @ol-blue-gray-1: #e4e8ee; @ol-blue-gray-2: #9da7b7; @...
overleaf/web/frontend/stylesheets/core/variables.less/0
{ "file_path": "overleaf/web/frontend/stylesheets/core/variables.less", "repo_id": "overleaf", "token_count": 12222 }
535
{ "unlink_github_repository": "Odlinkovat Github repozitář", "unlinking": "Odlinkovávám", "github_no_master_branch_error": "Tento repozitář nemůže být importován, protože nemá master branch. Prosím zajistěte, aby projekt měl master branch.", "confirmation_token_invalid": "Omlováme se, ale Váš potvrzovací kód je...
overleaf/web/locales/cs.json/0
{ "file_path": "overleaf/web/locales/cs.json", "repo_id": "overleaf", "token_count": 16271 }
536
{ "to_modify_your_subscription_go_to": "Aboneliğinizi değiştirmek için:", "manage_subscription": "Abonelik", "activate_account": "Hesap etkinleştir", "yes_please": "Evet Lütfen!", "nearly_activated": "__appName__ isimli hesabınızı etkinleştirmenize bir adım kaldı!", "please_set_a_password": "Lütfen bir şifr...
overleaf/web/locales/tr.json/0
{ "file_path": "overleaf/web/locales/tr.json", "repo_id": "overleaf", "token_count": 17479 }
537
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['server-ce', 'server-pro', 'saas'] const indexes = [ { key: { room_id: 1, timestamp: -1, }, name: 'room_id_1_timestamp_-1', }, ] exports.migrate = async client => { const { db } = client awa...
overleaf/web/migrations/20190912145013_create_messages_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145013_create_messages_indexes.js", "repo_id": "overleaf", "token_count": 236 }
538
/* eslint-disable no-unused-vars */ const Helpers = require('./lib/helpers') exports.tags = ['server-ce', 'server-pro', 'saas'] const indexes = [ { key: { user_id: 1, }, name: 'user_id_1', }, { unique: true, key: { user_id: 1, name: 1, }, name: 'user_id_1_name_1', ...
overleaf/web/migrations/20190912145029_create_tags_indexes.js/0
{ "file_path": "overleaf/web/migrations/20190912145029_create_tags_indexes.js", "repo_id": "overleaf", "token_count": 283 }
539
const Helpers = require('./lib/helpers') exports.tags = ['server-ce', 'server-pro', 'saas'] const index = { key: { _id: 1, lastOpened: 1, active: 1 }, name: '_id_1_lastOpened_1_active_1', partialFilterExpression: { active: true, }, } exports.migrate = async client => { const { db } = client await Hel...
overleaf/web/migrations/20201106094956_active-projects-index-with-id.js/0
{ "file_path": "overleaf/web/migrations/20201106094956_active-projects-index-with-id.js", "repo_id": "overleaf", "token_count": 184 }
540
/* global io */ /* 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 * DS207: Consider shorter variations of null ch...
overleaf/web/modules/launchpad/frontend/js/main/controllers/LaunchpadController.js/0
{ "file_path": "overleaf/web/modules/launchpad/frontend/js/main/controllers/LaunchpadController.js", "repo_id": "overleaf", "token_count": 2130 }
541
const { execSync } = require('child_process') const { expect } = require('chai') const { db } = require('../../../../../app/src/infrastructure/mongodb') const User = require('../../../../../test/acceptance/src/helpers/User').promises /** * @param {string} cmd * @return {string} */ function run(cmd) { // https://n...
overleaf/web/modules/server-ce-scripts/test/acceptance/src/ServerCEScriptsTests.js/0
{ "file_path": "overleaf/web/modules/server-ce-scripts/test/acceptance/src/ServerCEScriptsTests.js", "repo_id": "overleaf", "token_count": 1483 }
542
const readline = require('readline') const { waitForDb } = require('../app/src/infrastructure/mongodb') const ProjectEntityHandler = require('../app/src/Features/Project/ProjectEntityHandler') const ProjectGetter = require('../app/src/Features/Project/ProjectGetter') const Errors = require('../app/src/Features/Errors/E...
overleaf/web/scripts/count_files_in_projects.js/0
{ "file_path": "overleaf/web/scripts/count_files_in_projects.js", "repo_id": "overleaf", "token_count": 553 }
543
const { checkSanitizeOptions } = require('./checkSanitizeOptions') const { getAllPagesAndCache, scrapeAndCachePage } = require('./scrape') async function main() { const BASE_URL = process.argv.pop() if (!BASE_URL.startsWith('http')) { throw new Error( 'Usage: node scripts/learn/checkSanitize https://LEAR...
overleaf/web/scripts/learn/checkSanitize/index.js/0
{ "file_path": "overleaf/web/scripts/learn/checkSanitize/index.js", "repo_id": "overleaf", "token_count": 330 }
544
const { getNextBatch } = require('./helpers/batchedUpdate') const { db, waitForDb } = require('../app/src/infrastructure/mongodb') const MODEL_NAME = process.argv.pop() const Model = require(`../app/src/models/${MODEL_NAME}`)[MODEL_NAME] function processBatch(batch) { for (const doc of batch) { const error = ne...
overleaf/web/scripts/validate-data-of-model.js/0
{ "file_path": "overleaf/web/scripts/validate-data-of-model.js", "repo_id": "overleaf", "token_count": 401 }
545
/* eslint-disable node/handle-callback-err, 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...
overleaf/web/test/acceptance/src/CloseSiteTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/CloseSiteTests.js", "repo_id": "overleaf", "token_count": 751 }
546
const { expect } = require('chai') const Async = require('async') const User = require('./helpers/User') const settings = require('@overleaf/settings') const CollaboratorsEmailHandler = require('../../../app/src/Features/Collaborators/CollaboratorsEmailHandler') const Features = require('../../../app/src/infrastructure...
overleaf/web/test/acceptance/src/ProjectInviteTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/ProjectInviteTests.js", "repo_id": "overleaf", "token_count": 11769 }
547
const AuthenticationManager = require('../../../app/src/Features/Authentication/AuthenticationManager') const UserHelper = require('./helpers/UserHelper') const Features = require('../../../app/src/infrastructure/Features') const { expect } = require('chai') describe('UserHelper', function () { // Disable all tests ...
overleaf/web/test/acceptance/src/UserHelperTests.js/0
{ "file_path": "overleaf/web/test/acceptance/src/UserHelperTests.js", "repo_id": "overleaf", "token_count": 2380 }
548
// TODO: This file was created by bulk-decaffeinate. // Sanity-check the conversion and remove this comment. const BASE_URL = `http://${process.env.HTTP_TEST_HOST || 'localhost'}:3000` const request = require('request').defaults({ baseUrl: BASE_URL, followRedirect: false, }) module.exports = request module.export...
overleaf/web/test/acceptance/src/helpers/request.js/0
{ "file_path": "overleaf/web/test/acceptance/src/helpers/request.js", "repo_id": "overleaf", "token_count": 225 }
549
import { expect } from 'chai' import { fireEvent, screen, waitForElementToBeRemoved, } from '@testing-library/react' import fetchMock from 'fetch-mock' import ChatPane from '../../../../../frontend/js/features/chat/components/chat-pane' import { renderWithChatContext, cleanUpContext, } from '../../../helpers...
overleaf/web/test/frontend/features/chat/components/chat-pane.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/chat/components/chat-pane.test.js", "repo_id": "overleaf", "token_count": 973 }
550
import { expect } from 'chai' import { screen, fireEvent } from '@testing-library/react' import renderWithContext from '../helpers/render-with-context' import FileTreeFolderList from '../../../../../frontend/js/features/file-tree/components/file-tree-folder-list' describe('<FileTreeFolderList/>', function () { it('...
overleaf/web/test/frontend/features/file-tree/components/file-tree-folder-list.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/file-tree/components/file-tree-folder-list.test.js", "repo_id": "overleaf", "token_count": 2507 }
551
import { screen, waitForElementToBeRemoved, fireEvent, } from '@testing-library/react' import fetchMock from 'fetch-mock' import { renderWithEditorContext } from '../../../helpers/render-with-context' import FileView from '../../../../../frontend/js/features/file-view/components/file-view.js' describe('<FileVie...
overleaf/web/test/frontend/features/file-view/components/file-view.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/file-view/components/file-view.test.js", "repo_id": "overleaf", "token_count": 843 }
552
import { expect } from 'chai' import sinon from 'sinon' import { screen, render, fireEvent, waitFor } from '@testing-library/react' import SymbolPalette from '../../../../../frontend/js/features/symbol-palette/components/symbol-palette' describe('symbol palette', function () { let clock before(function () { c...
overleaf/web/test/frontend/features/symbol-palette/components/symbol-palette.test.js/0
{ "file_path": "overleaf/web/test/frontend/features/symbol-palette/components/symbol-palette.test.js", "repo_id": "overleaf", "token_count": 1105 }
553
/* global chai */ // Allow for mocking of Angular import 'angular' import 'angular-mocks' /** * Add chai assertion for comparing CodeMirror Pos objects. * A deep comparison will fail because CodeMirror inserts additional properties * that we want to ignore. */ chai.Assertion.addMethod('equalPos', function (expect...
overleaf/web/test/karma/import_tests.js/0
{ "file_path": "overleaf/web/test/karma/import_tests.js", "repo_id": "overleaf", "token_count": 479 }
554
const sinon = require('sinon') const { expect } = require('chai') const modulePath = '../../../../app/src/Features/Authentication/AuthenticationController.js' const SandboxedModule = require('sandboxed-module') const tk = require('timekeeper') const MockRequest = require('../helpers/MockRequest') const MockResponse =...
overleaf/web/test/unit/src/Authentication/AuthenticationControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Authentication/AuthenticationControllerTests.js", "repo_id": "overleaf", "token_count": 17584 }
555
/* 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/Compile/ClsiCookieManagerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Compile/ClsiCookieManagerTests.js", "repo_id": "overleaf", "token_count": 3904 }
556
/* 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/Editor/EditorControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Editor/EditorControllerTests.js", "repo_id": "overleaf", "token_count": 12596 }
557
const { expect } = require('chai') const SandboxedModule = require('sandboxed-module') const MODULE_PATH = require('path').join( __dirname, '../../../../app/src/Features/Helpers/SafeHTMLSubstitution.js' ) describe('SafeHTMLSubstitution', function () { let SafeHTMLSubstitution before(function () { SafeHTMLS...
overleaf/web/test/unit/src/HelperFiles/SafeHTMLSubstituteTests.js/0
{ "file_path": "overleaf/web/test/unit/src/HelperFiles/SafeHTMLSubstituteTests.js", "repo_id": "overleaf", "token_count": 2346 }
558
const SandboxedModule = require('sandboxed-module') const sinon = require('sinon') const modulePath = require('path').join( __dirname, '../../../../app/src/Features/Notifications/NotificationsController.js' ) describe('NotificationsController', function () { const userId = '123nd3ijdks' const notificationId = ...
overleaf/web/test/unit/src/Notifications/NotificationsControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Notifications/NotificationsControllerTests.js", "repo_id": "overleaf", "token_count": 772 }
559
const { expect } = require('chai') const sinon = require('sinon') const Errors = require('../../../../app/src/Features/Errors/Errors') const SandboxedModule = require('sandboxed-module') const { ObjectId } = require('mongodb') const MODULE_PATH = '../../../../app/src/Features/Project/ProjectEntityUpdateHandler' des...
overleaf/web/test/unit/src/Project/ProjectEntityUpdateHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Project/ProjectEntityUpdateHandlerTests.js", "repo_id": "overleaf", "token_count": 32865 }
560
/* eslint-disable node/handle-callback-err, max-len, mocha/no-identical-title, no-return-assign, no-unused-vars, */ // TODO: This file was created by bulk-decaffeinate. // Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of im...
overleaf/web/test/unit/src/References/ReferencesHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/References/ReferencesHandlerTests.js", "repo_id": "overleaf", "token_count": 7977 }
561
/* eslint-disable max-len, mocha/handle-done-callback, 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:...
overleaf/web/test/unit/src/Subscription/SubscriptionControllerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/Subscription/SubscriptionControllerTests.js", "repo_id": "overleaf", "token_count": 10868 }
562
const { expect } = require('chai') const sinon = require('sinon') const SandboxedModule = require('sandboxed-module') const { ObjectId } = require('mongodb') const { Project } = require('../helpers/models/Project') const MODULE_PATH = '../../../../app/src/Features/ThirdPartyDataStore/TpdsProjectFlusher' describe('T...
overleaf/web/test/unit/src/ThirdPartyDataStore/TpdsProjectFlusherTests.js/0
{ "file_path": "overleaf/web/test/unit/src/ThirdPartyDataStore/TpdsProjectFlusherTests.js", "repo_id": "overleaf", "token_count": 3511 }
563
/* eslint-disable max-len, no-return-assign, no-unused-vars, */ // TODO: This file was created by bulk-decaffeinate. // Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * Full docs: https://github.com/decaffeinate...
overleaf/web/test/unit/src/User/UserEmailsConfirmationHandlerTests.js/0
{ "file_path": "overleaf/web/test/unit/src/User/UserEmailsConfirmationHandlerTests.js", "repo_id": "overleaf", "token_count": 3378 }
564
const SandboxedModule = require('sandboxed-module') const mongoose = require('mongoose') /** * Imports a model as we would usually do with e.g. `require('models/User')` * an returns a model an schema, but without connecting to Mongo. This allows * us to use model classes in tests, and to use them with `sinon-mongoo...
overleaf/web/test/unit/src/helpers/MockModel.js/0
{ "file_path": "overleaf/web/test/unit/src/helpers/MockModel.js", "repo_id": "overleaf", "token_count": 431 }
565
/* 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/infrastructure/LockManager/getLockTests.js/0
{ "file_path": "overleaf/web/test/unit/src/infrastructure/LockManager/getLockTests.js", "repo_id": "overleaf", "token_count": 2475 }
566
# UI Test suite types FULL = 1 FEDERATED = 2 NOTIFICATIONS = 3 ALPINE_GIT = "alpine/git:latest" APACHE_TIKA = "apache/tika:2.8.0.0" KEYCLOAK = "quay.io/keycloak/keycloak:24.0.1" MINIO_MC = "minio/mc:RELEASE.2021-10-07T04-19-58Z" OC_CI_ALPINE = "owncloudci/alpine:latest" OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-build...
owncloud/web/.drone.star/0
{ "file_path": "owncloud/web/.drone.star", "repo_id": "owncloud", "token_count": 43108 }
567
module.exports = { presets: ['@ownclouders/babel-preset'] }
owncloud/web/babel.config.cjs/0
{ "file_path": "owncloud/web/babel.config.cjs", "repo_id": "owncloud", "token_count": 25 }
568
Change: Move status indicators under the resource name We've moved the sharing status indicators from an own column in the files list to a second row under the resource name. https://github.com/owncloud/web/pull/3617
owncloud/web/changelog/0.11.0_2020-06-26/move-indicators-under-resource/0
{ "file_path": "owncloud/web/changelog/0.11.0_2020-06-26/move-indicators-under-resource", "repo_id": "owncloud", "token_count": 53 }
569
Change: Don't fallback to appId in case the route of file action is not defined When opening a file in a editor or a viewer the path was falling back to an appId. This made it impossible to navigate via the file actions into an app which doesn't have duplicate appId in the route. We've stopped falling back to this val...
owncloud/web/changelog/0.12.0_2020-07-10/file-editors-path/0
{ "file_path": "owncloud/web/changelog/0.12.0_2020-07-10/file-editors-path", "repo_id": "owncloud", "token_count": 146 }
570
Change: Get rid of static "Shared with:" label We removed the static "Shared with:" text label in the indicator row of file items. From now on, if a file item has no indicators, it will fall back to the one-row layout (resource name vertically centered). https://github.com/owncloud/product/issues/123 https://github.c...
owncloud/web/changelog/0.14.0_2020-08-17/remove-shared-with/0
{ "file_path": "owncloud/web/changelog/0.14.0_2020-08-17/remove-shared-with", "repo_id": "owncloud", "token_count": 94 }
571
Change: Update ODS to 1.11.0 We updated owncloud design system (ODS) to 1.11.0. This brings some features and required some changes: - Buttons: - require to be placed in a grid or with uk-flex for side by side positioning, - don't have an icon property anymore, - have a slot so that content of the button c...
owncloud/web/changelog/0.17.0_2020-09-25/update-ods-1.11.0/0
{ "file_path": "owncloud/web/changelog/0.17.0_2020-09-25/update-ods-1.11.0", "repo_id": "owncloud", "token_count": 184 }
572
Change: App sidebar accordion instead of tabs We replaced the tabs in the right app-sidebar with an accordion. https://github.com/owncloud/web/pull/4249
owncloud/web/changelog/0.23.0_2020-10-30/sidebar-accordion/0
{ "file_path": "owncloud/web/changelog/0.23.0_2020-10-30/sidebar-accordion", "repo_id": "owncloud", "token_count": 45 }
573
Change: Configurable home path We introduced a config.json option `homeFolder` which let's you specify a default location when opening the `All files` view. Please refer to the documentation for details. https://github.com/owncloud/web/pull/4411 https://owncloud.github.io/clients/web/getting-started/
owncloud/web/changelog/0.28.0_2020-12-04/configurable-home-path/0
{ "file_path": "owncloud/web/changelog/0.28.0_2020-12-04/configurable-home-path", "repo_id": "owncloud", "token_count": 81 }
574
Change: Improve UI/UX of collaborator forms Applied several UI/UX improvements to the collaborator forms (adding and editing). - Showing avatars for selected collaborators on a new share and fixed styling/layouting of said collaborators in the list. - Added sensible margins on text about missing permissions for re-sha...
owncloud/web/changelog/0.4.0_2020-02-14/1186-1/0
{ "file_path": "owncloud/web/changelog/0.4.0_2020-02-14/1186-1", "repo_id": "owncloud", "token_count": 145 }
575
Bugfix: Responsive buttons layout in app bar when multiple files are selected We've fixed the responsive buttons layout in files app bar when multiple files are selected where bulk actions where overlapping and height of the buttons was increased. https://github.com/owncloud/web/issues/3011 https://github.com/ownclou...
owncloud/web/changelog/0.5.0_2020-03-02/3011/0
{ "file_path": "owncloud/web/changelog/0.5.0_2020-03-02/3011", "repo_id": "owncloud", "token_count": 79 }
576
Change: Align columns in file lists to the right We've aligned columns in all file lists to the right so it is easier for the user to compare them. https://github.com/owncloud/web/issues/3036 https://github.com/owncloud/web/pull/3163
owncloud/web/changelog/0.6.0_2020-03-16/3163/0
{ "file_path": "owncloud/web/changelog/0.6.0_2020-03-16/3163", "repo_id": "owncloud", "token_count": 69 }
577
Bugfix: Remove duplicate error display in input prompt Validation errors within the input prompt dialog were showing up twice. One of them is a leftover from the old version. We've fixed the dialog by removing the old validation error type. https://github.com/owncloud/web/pull/3342
owncloud/web/changelog/0.9.0_2020-04-27/3342/0
{ "file_path": "owncloud/web/changelog/0.9.0_2020-04-27/3342", "repo_id": "owncloud", "token_count": 68 }
578
Enhancement: Position of main dom node div#main is now positioned relative, this way child apps are able to orientate their containers absolute to it. https://github.com/owncloud/ocis/issues/1052 https://github.com/owncloud/web/pull/4489 https://github.com/owncloud/owncloud-design-system/pull/1002
owncloud/web/changelog/1.0.0_2020-12-16/main-position/0
{ "file_path": "owncloud/web/changelog/1.0.0_2020-12-16/main-position", "repo_id": "owncloud", "token_count": 90 }
579
Bugfix: NODE_ENV based on rollup mode The NODE_ENV was set to production by default, now we use development if rollup is started in watch mode so that the vue devtools can be used. https://github.com/owncloud/web/issues/4819 https://github.com/owncloud/web/pull/4820
owncloud/web/changelog/2.1.0_2021-03-24/bugfix-node-env/0
{ "file_path": "owncloud/web/changelog/2.1.0_2021-03-24/bugfix-node-env", "repo_id": "owncloud", "token_count": 85 }
580
Enhancement: Runtime theming It's now possible to specify a custom theme and have logos, brand slogan and colors changed to modify the appearance of your ownCloud web frontend. https://github.com/owncloud/web/pull/4822 https://github.com/owncloud/web/issues/2362
owncloud/web/changelog/3.0.0_2021-04-21/enhancement-runtime-theming/0
{ "file_path": "owncloud/web/changelog/3.0.0_2021-04-21/enhancement-runtime-theming", "repo_id": "owncloud", "token_count": 76 }
581
Enhancement: Show search button in search bar https://github.com/owncloud/web/pull/4985
owncloud/web/changelog/3.1.0_2021-05-12/enhancement-show-search-button/0
{ "file_path": "owncloud/web/changelog/3.1.0_2021-05-12/enhancement-show-search-button", "repo_id": "owncloud", "token_count": 28 }
582
Bugfix: Do not call Vuex create store multiple times We've moved the create Vuex store logic into the index file of Web runtime to prevent initialising the store multiple times. https://github.com/owncloud/web/pull/5254
owncloud/web/changelog/3.3.0_2021-06-23/bugfix-remove-vuex-circular-init/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/bugfix-remove-vuex-circular-init", "repo_id": "owncloud", "token_count": 58 }
583
Enhancement: Confirmation message when copying links We've added confirmation messages (toasts) when a private or public link is copied to the clipboard. https://github.com/owncloud/web/pull/5147
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-copy-link-toasts/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-copy-link-toasts", "repo_id": "owncloud", "token_count": 51 }
584
Enhancement: Ability to update file resource fields We've introduced the ability to update individual resource fields only instead of updating the whole resource at once. https://github.com/owncloud/web/pull/5311
owncloud/web/changelog/3.3.0_2021-06-23/enhancement-resource-field-update/0
{ "file_path": "owncloud/web/changelog/3.3.0_2021-06-23/enhancement-resource-field-update", "repo_id": "owncloud", "token_count": 51 }
585
Enhancement: Batch actions for accepting and declining shares We've added batch actions for accepting and declining multiple selected incoming shares at once. https://github.com/owncloud/web/issues/5204 https://github.com/owncloud/web/pull/5374 https://github.com/owncloud/web/issues/2513 https://github.com/owncloud/w...
owncloud/web/changelog/3.4.0_2021-07-09/enhancement-share-batch-actions/0
{ "file_path": "owncloud/web/changelog/3.4.0_2021-07-09/enhancement-share-batch-actions", "repo_id": "owncloud", "token_count": 112 }
586
Enhancement: Add filter & search to files app We've changed the existing searchbar to use the custom search service. It is now able to be used at the same time as a filter (on the frontend) and, if the backend is capable of search, as a search input. https://github.com/owncloud/web/pull/5415
owncloud/web/changelog/4.0.0_2021-08-04/enhancement-search-filter-files/0
{ "file_path": "owncloud/web/changelog/4.0.0_2021-08-04/enhancement-search-filter-files", "repo_id": "owncloud", "token_count": 83 }
587
Enhancement: Add missing tooltips We've added tooltips to the "view option dropdown" and "toggle sidebar" buttons. https://github.com/owncloud/web/issues/5723 https://github.com/owncloud/web/pull/5724
owncloud/web/changelog/4.2.0_2021-09-14/enhancement-more-tooltips/0
{ "file_path": "owncloud/web/changelog/4.2.0_2021-09-14/enhancement-more-tooltips", "repo_id": "owncloud", "token_count": 63 }
588