Skip to content

Commit 5dff3cd

Browse files
committed
compile assets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 14053db commit 5dff3cd

9 files changed

+46
-27
lines changed

js/app_api-adminSettings.js

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/app_api-adminSettings.js.license

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ SPDX-License-Identifier: BSD-3-Clause
55
SPDX-License-Identifier: BSD-2-Clause
66
SPDX-License-Identifier: AGPL-3.0-or-later
77
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
8-
SPDX-License-Identifier: ( AGPL-3.0-or-later)
98
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
109
SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
1110
SPDX-FileCopyrightText: inline-style-parser developers
11+
SPDX-FileCopyrightText: inherits developers
1212
SPDX-FileCopyrightText: escape-html developers
1313
SPDX-FileCopyrightText: debounce developers
1414
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
@@ -27,10 +27,10 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2727
SPDX-FileCopyrightText: Matt Zabriskie
2828
SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
2929
SPDX-FileCopyrightText: Mapbox
30+
SPDX-FileCopyrightText: Joyent
3031
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
3132
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3233
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
33-
SPDX-FileCopyrightText: James Halliday
3434
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
3535
SPDX-FileCopyrightText: Hypercontext
3636
SPDX-FileCopyrightText: Hiroki Osame
@@ -48,7 +48,6 @@ SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
4848
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
4949
SPDX-FileCopyrightText: Andris Reinman
5050
SPDX-FileCopyrightText: Andrea Giammarchi
51-
SPDX-FileCopyrightText: Alexander Piskun <bigcat88@icloud.com>
5251
SPDX-FileCopyrightText: @nextcloud/dialogs developers
5352

5453

@@ -332,9 +331,6 @@ This file is generated from multiple sources. Included packages:
332331
- node-gettext
333332
- version: 3.0.0
334333
- license: MIT
335-
- path-browserify
336-
- version: 1.0.1
337-
- license: MIT
338334
- process
339335
- version: 0.11.10
340336
- license: MIT
@@ -434,6 +430,15 @@ This file is generated from multiple sources. Included packages:
434430
- zwitch
435431
- version: 2.0.4
436432
- license: MIT
437-
- app_api
433+
- inherits
434+
- version: 2.0.3
435+
- license: ISC
436+
- util
437+
- version: 0.10.4
438+
- license: MIT
439+
- path
440+
- version: 0.12.7
441+
- license: MIT
442+
- nextcloud
438443
- version: 1.0.0
439-
- license: ( AGPL-3.0-or-later)
444+
- license: AGPL-3.0-or-later

js/app_api-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/app_api-filesplugin.js

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/app_api-filesplugin.js.license

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ SPDX-License-Identifier: MIT
22
SPDX-License-Identifier: ISC
33
SPDX-License-Identifier: GPL-3.0-or-later
44
SPDX-License-Identifier: BSD-3-Clause
5+
SPDX-License-Identifier: AGPL-3.0-or-later
56
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
6-
SPDX-License-Identifier: ( AGPL-3.0-or-later)
7+
SPDX-FileCopyrightText: inherits developers
78
SPDX-FileCopyrightText: escape-html developers
89
SPDX-FileCopyrightText: Tobias Koppers @sokra
910
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
1011
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
1112
SPDX-FileCopyrightText: Roeland Jago Douma
13+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1214
SPDX-FileCopyrightText: Matt Zabriskie
13-
SPDX-FileCopyrightText: James Halliday
15+
SPDX-FileCopyrightText: Joyent
1416
SPDX-FileCopyrightText: GitHub Inc.
1517
SPDX-FileCopyrightText: Feross Aboukhadijeh
1618
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
1719
SPDX-FileCopyrightText: Christoph Wurst
1820
SPDX-FileCopyrightText: Alkemics
19-
SPDX-FileCopyrightText: Alexander Piskun <bigcat88@icloud.com>
2021

2122

2223
This file is generated from multiple sources. Included packages:
@@ -56,15 +57,21 @@ This file is generated from multiple sources. Included packages:
5657
- ieee754
5758
- version: 1.2.1
5859
- license: BSD-3-Clause
59-
- path-browserify
60-
- version: 1.0.1
61-
- license: MIT
6260
- process
6361
- version: 0.11.10
6462
- license: MIT
6563
- webpack
6664
- version: 5.94.0
6765
- license: MIT
68-
- app_api
66+
- inherits
67+
- version: 2.0.3
68+
- license: ISC
69+
- util
70+
- version: 0.10.4
71+
- license: MIT
72+
- path
73+
- version: 0.12.7
74+
- license: MIT
75+
- nextcloud
6976
- version: 1.0.0
70-
- license: ( AGPL-3.0-or-later)
77+
- license: AGPL-3.0-or-later

js/app_api-filesplugin.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/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.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/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.license

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
88
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
99
SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
1010
SPDX-FileCopyrightText: inline-style-parser developers
11+
SPDX-FileCopyrightText: inherits developers
1112
SPDX-FileCopyrightText: escape-html developers
1213
SPDX-FileCopyrightText: debounce developers
1314
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
@@ -25,10 +26,10 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2526
SPDX-FileCopyrightText: Matt Zabriskie
2627
SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
2728
SPDX-FileCopyrightText: Mapbox
29+
SPDX-FileCopyrightText: Joyent
2830
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
2931
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3032
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
31-
SPDX-FileCopyrightText: James Halliday
3233
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
3334
SPDX-FileCopyrightText: Hypercontext
3435
SPDX-FileCopyrightText: Hiroki Osame
@@ -343,9 +344,6 @@ This file is generated from multiple sources. Included packages:
343344
- node-gettext
344345
- version: 3.0.0
345346
- license: MIT
346-
- path-browserify
347-
- version: 1.0.1
348-
- license: MIT
349347
- process
350348
- version: 0.11.10
351349
- license: MIT
@@ -439,3 +437,12 @@ This file is generated from multiple sources. Included packages:
439437
- zwitch
440438
- version: 2.0.4
441439
- license: MIT
440+
- inherits
441+
- version: 2.0.3
442+
- license: ISC
443+
- util
444+
- version: 0.10.4
445+
- license: MIT
446+
- path
447+
- version: 0.12.7
448+
- license: MIT

js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.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.

0 commit comments

Comments
 (0)