Skip to content

Commit cb2e07a

Browse files
Merge pull request #709 from nextcloud/chore/refactor
refactor: Migrate to nextcloud-vue v8 and dialogs v5
2 parents f975225 + c1933bf commit cb2e07a

21 files changed

+7503
-17133
lines changed

.eslintrc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
extends: [
3-
'@nextcloud'
3+
'@nextcloud',
44
],
55
globals: {
6-
appName: true
7-
}
8-
};
6+
appName: true,
7+
},
8+
}

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313

1414
- package-ecosystem: npm
1515
directory: "/"
16+
versioning-strategy: increase
1617
schedule:
1718
interval: weekly
1819
day: saturday
@@ -31,6 +32,7 @@ updates:
3132
time: "03:00"
3233
timezone: Europe/Paris
3334
target-branch: stable29
35+
versioning-strategy: increase
3436
labels:
3537
- "3. to review"
3638
- "dependencies"
@@ -47,6 +49,7 @@ updates:
4749
time: "03:00"
4850
timezone: Europe/Paris
4951
target-branch: stable28
52+
versioning-strategy: increase
5053
labels:
5154
- "3. to review"
5255
- "dependencies"

js/end_to_end_encryption-adminSettings.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/end_to_end_encryption-adminSettings.js.LICENSE.txt

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
* @license MIT
66
*/
77

8-
/*!
9-
* The buffer module from node.js, for the browser.
10-
*
11-
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
12-
* @license MIT
13-
*/
14-
158
/*!
169
* The buffer module from node.js, for the browser.
1710
*
@@ -28,8 +21,8 @@
2821
*/
2922

3023
/*!
31-
* Vue.js v2.7.14
32-
* (c) 2014-2022 Evan You
24+
* Vue.js v2.7.16
25+
* (c) 2014-2023 Evan You
3326
* Released under the MIT License.
3427
*/
3528

@@ -42,21 +35,15 @@
4235
*/
4336

4437
/*!
45-
* focus-trap 7.2.0
38+
* focus-trap 7.5.4
4639
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
4740
*/
4841

4942
/*!
50-
* tabbable 6.0.1
43+
* tabbable 6.2.0
5144
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
5245
*/
5346

54-
/*! @license DOMPurify 2.4.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.4/LICENSE */
55-
5647
/*! @license DOMPurify 3.1.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.1.6/LICENSE */
5748

58-
/*! For license information please see NcSettingsSection.js.LICENSE.txt */
59-
6049
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
61-
62-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

js/end_to_end_encryption-adminSettings.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/end_to_end_encryption-filedrop.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/end_to_end_encryption-filedrop.js.LICENSE.txt

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@
5757
*
5858
*/
5959

60-
/*!
61-
* The buffer module from node.js, for the browser.
62-
*
63-
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
64-
* @license MIT
65-
*/
66-
6760
/*!
6861
* The buffer module from node.js, for the browser.
6962
*
@@ -80,8 +73,8 @@
8073
*/
8174

8275
/*!
83-
* Vue.js v2.7.14
84-
* (c) 2014-2022 Evan You
76+
* Vue.js v2.7.16
77+
* (c) 2014-2023 Evan You
8578
* Released under the MIT License.
8679
*/
8780

@@ -93,6 +86,16 @@
9386
* MIT Licensed
9487
*/
9588

89+
/*!
90+
* focus-trap 7.5.4
91+
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
92+
*/
93+
94+
/*!
95+
* tabbable 6.2.0
96+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
97+
*/
98+
9699
/*! *****************************************************************************
97100
Copyright (C) Microsoft. All rights reserved.
98101
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -123,19 +126,30 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
123126
PERFORMANCE OF THIS SOFTWARE.
124127
***************************************************************************** */
125128

126-
/*! @license DOMPurify 2.4.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.4/LICENSE */
127-
128129
/*! @license DOMPurify 3.1.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.1.6/LICENSE */
129130

130-
/*! Hammer.JS - v2.0.7 - 2016-04-22
131-
* http://hammerjs.github.io/
132-
*
133-
* Copyright (c) 2016 Jorik Tangelder;
134-
* Licensed under the MIT license */
135-
136131
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
137132

138-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
133+
/**
134+
* @copyright 2022 Louis Chemineau <[email protected]>
135+
*
136+
* @author Louis Chemineau <[email protected]>
137+
*
138+
* @license AGPL-3.0-or-later
139+
*
140+
* This program is free software: you can redistribute it and/or modify
141+
* it under the terms of the GNU Affero General Public License as
142+
* published by the Free Software Foundation, either version 3 of the
143+
* License, or (at your option) any later version.
144+
*
145+
* This program is distributed in the hope that it will be useful,
146+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
147+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
148+
* GNU Affero General Public License for more details.
149+
*
150+
* You should have received a copy of the GNU Affero General Public License
151+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
152+
*/
139153

140154
/**
141155
* @copyright Copyright (c) 2022 Louis Chemineau <[email protected]>

js/end_to_end_encryption-filedrop.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/end_to_end_encryption-settings.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.
Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*!
2-
* The buffer module from node.js, for the browser.
3-
*
4-
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
5-
* @license MIT
6-
*/
7-
81
/*!
92
* The buffer module from node.js, for the browser.
103
*
@@ -21,8 +14,8 @@
2114
*/
2215

2316
/*!
24-
* Vue.js v2.7.14
25-
* (c) 2014-2022 Evan You
17+
* Vue.js v2.7.16
18+
* (c) 2014-2023 Evan You
2619
* Released under the MIT License.
2720
*/
2821

@@ -35,31 +28,36 @@
3528
*/
3629

3730
/*!
38-
* focus-trap 7.2.0
31+
* focus-trap 7.5.4
3932
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
4033
*/
4134

4235
/*!
43-
* tabbable 6.0.1
36+
* tabbable 6.2.0
4437
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4538
*/
4639

47-
/*! @license DOMPurify 2.4.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.4/LICENSE */
48-
4940
/*! @license DOMPurify 3.1.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.1.6/LICENSE */
5041

51-
/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
52-
53-
/*! For license information please see NcModal.js.LICENSE.txt */
54-
55-
/*! For license information please see NcSettingsSection.js.LICENSE.txt */
56-
57-
/*! Hammer.JS - v2.0.7 - 2016-04-22
58-
* http://hammerjs.github.io/
59-
*
60-
* Copyright (c) 2016 Jorik Tangelder;
61-
* Licensed under the MIT license */
62-
6342
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
6443

65-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
44+
/**
45+
* @copyright 2022 Louis Chemineau <[email protected]>
46+
*
47+
* @author Louis Chemineau <[email protected]>
48+
*
49+
* @license AGPL-3.0-or-later
50+
*
51+
* This program is free software: you can redistribute it and/or modify
52+
* it under the terms of the GNU Affero General Public License as
53+
* published by the Free Software Foundation, either version 3 of the
54+
* License, or (at your option) any later version.
55+
*
56+
* This program is distributed in the hope that it will be useful,
57+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
58+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
59+
* GNU Affero General Public License for more details.
60+
*
61+
* You should have received a copy of the GNU Affero General Public License
62+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
63+
*/

0 commit comments

Comments
 (0)