Skip to content

Commit ccc2b80

Browse files
authored
Merge pull request #796 from nextcloud/feat/noid/vue3-migration
feat: migrate to Vue 3
2 parents ee770db + 1b7005a commit ccc2b80

29 files changed

Lines changed: 2493 additions & 1757 deletions

File tree

js/bruteforcesettings-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/bruteforcesettings-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/bruteforcesettings-main.js.LICENSE.txt

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*!
2+
* vue-router v4.5.1
3+
* (c) 2025 Eduardo San Martin Morote
4+
* @license MIT
5+
*/
6+
17
/*!
28
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
39
* SPDX-License-Identifier: GPL-3.0-or-later
@@ -8,11 +14,21 @@
814
* SPDX-License-Identifier: GPL-3.0-or-later
915
*/
1016

17+
/*!
18+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
19+
* SPDX-License-Identifier: GPL-3.0-or-later
20+
*/
21+
1122
/*!
1223
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
1324
* SPDX-License-Identifier: GPL-3.0-or-later
1425
*/
1526

27+
/*!
28+
* SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
29+
* SPDX-License-Identifier: AGPL-3.0-or-later
30+
*/
31+
1632
/*!
1733
* The buffer module from node.js, for the browser.
1834
*
@@ -28,12 +44,6 @@
2844
* Copyright (C) 2018 Varun A P
2945
*/
3046

31-
/*!
32-
* Vue.js v2.7.16
33-
* (c) 2014-2023 Evan You
34-
* Released under the MIT License.
35-
*/
36-
3747
/*!
3848
* escape-html
3949
* Copyright(c) 2012-2013 TJ Holowaychuk
@@ -43,7 +53,7 @@
4353
*/
4454

4555
/*!
46-
* focus-trap 7.5.4
56+
* focus-trap 7.6.5
4757
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
4858
*/
4959

@@ -52,6 +62,8 @@
5262
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
5363
*/
5464

65+
/*! #__NO_SIDE_EFFECTS__ */
66+
5567
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
5668

5769
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
@@ -66,3 +78,21 @@
6678
* SPDX-FileCopyrightText: 2018 Roeland Jago Douma <[email protected]>
6779
* SPDX-License-Identifier: AGPL-3.0-or-later
6880
*/
81+
82+
/**
83+
* @vue/reactivity v3.5.20
84+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
85+
* @license MIT
86+
**/
87+
88+
/**
89+
* @vue/runtime-dom v3.5.20
90+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
91+
* @license MIT
92+
**/
93+
94+
/**
95+
* @vue/shared v3.5.20
96+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
97+
* @license MIT
98+
**/

js/bruteforcesettings-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.LICENSE.txt renamed to js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js.LICENSE.txt

File renamed without changes.

js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)