Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-07-06 13:37:06 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-06 20:08:53 +0300
commitecb59d2de1e5cad00777d92c64a780a14d98168f (patch)
tree6ea7b4bf967c6d401619164a7d26254c1aba0b88 /js/editor-rich.js.LICENSE.txt
parent329b9b7e4b46b9a1bf2f0375f455f793cccf9551 (diff)
fix: use own workspace endpoint instead of PROPFIND properties
With a lot of subdirectories the depth=1 PROPFIND will take quite a long time. It has to look for workspace files in all the subdirectories. Stop overloading the PROPFIND and rely on our own workspace endpoint for that particular directory instead. Signed-off-by: Max <max@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'js/editor-rich.js.LICENSE.txt')
-rw-r--r--js/editor-rich.js.LICENSE.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/js/editor-rich.js.LICENSE.txt b/js/editor-rich.js.LICENSE.txt
index ae5ce9c9c..ae386fb79 100644
--- a/js/editor-rich.js.LICENSE.txt
+++ b/js/editor-rich.js.LICENSE.txt
@@ -1,23 +1 @@
-/*
- * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
- *
- * @author Julius Härtl <jus@bitgrid.net>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */