Skip to content

Commit 84bc103

Browse files
committed
fix: Usage of FilePicker
Also update the lib Signed-off-by: nextcloud-command <[email protected]> Signed-off-by: Louis Chemineau <[email protected]>
1 parent f08ca5a commit 84bc103

File tree

105 files changed

+2431
-3451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+2431
-3451
lines changed

js/photos-dashboard.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-dashboard.js.license

+74-50
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ SPDX-FileCopyrightText: Titus Wormer <[email protected]> (https://wooorm.com
2121
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
2222
SPDX-FileCopyrightText: Sindre Sorhus
2323
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
24+
SPDX-FileCopyrightText: Roeland Jago Douma
2425
SPDX-FileCopyrightText: Rob Cresswell <[email protected]>
2526
SPDX-FileCopyrightText: Raynos <[email protected]>
2627
SPDX-FileCopyrightText: Perry Mitchell <[email protected]>
2728
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch)
2829
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de)
2930
SPDX-FileCopyrightText: Olivier Scherrer <[email protected]>
31+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
3032
SPDX-FileCopyrightText: Nathan Rajlich <[email protected]> (http://n8.io/)
3133
SPDX-FileCopyrightText: Matt Zabriskie
3234
SPDX-FileCopyrightText: Mathias Bynens
@@ -38,28 +40,35 @@ SPDX-FileCopyrightText: José F. Romaniello <[email protected]> (http://jos
3840
SPDX-FileCopyrightText: Jordan Harband <[email protected]>
3941
SPDX-FileCopyrightText: Jordan Harband
4042
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
41-
SPDX-FileCopyrightText: John Molakvoæ <[email protected]>
4243
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
4344
SPDX-FileCopyrightText: Jeff Sagal <[email protected]>
4445
SPDX-FileCopyrightText: James Halliday
4546
SPDX-FileCopyrightText: Iskren Ivov Chernev <[email protected]> (https://github.com/ichernev)
4647
SPDX-FileCopyrightText: Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)
4748
SPDX-FileCopyrightText: Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)
49+
SPDX-FileCopyrightText: Hiroki Osame
50+
SPDX-FileCopyrightText: Guillaume Chau <[email protected]>
4851
SPDX-FileCopyrightText: GitHub Inc.
4952
SPDX-FileCopyrightText: Feross Aboukhadijeh
53+
SPDX-FileCopyrightText: Evan You
5054
SPDX-FileCopyrightText: Eugene Sharygin <[email protected]>
5155
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
5256
SPDX-FileCopyrightText: Dylan Piercey <[email protected]>
5357
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
5458
SPDX-FileCopyrightText: Denis Pushkarev
59+
SPDX-FileCopyrightText: David Clark
60+
SPDX-FileCopyrightText: Christoph Wurst <[email protected]>
5561
SPDX-FileCopyrightText: Christoph Wurst
5662
SPDX-FileCopyrightText: Borys Serebrov
5763
SPDX-FileCopyrightText: Arnout Kazemier
5864
SPDX-FileCopyrightText: Antoni Andre <[email protected]>
65+
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
5966
SPDX-FileCopyrightText: Andris Reinman
6067
SPDX-FileCopyrightText: Andrea Giammarchi
6168
SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
6269
SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
70+
SPDX-FileCopyrightText: Alkemics
71+
SPDX-FileCopyrightText: @nextcloud/dialogs developers
6372

6473

6574
This file is generated from multiple sources. Included packages:
@@ -76,25 +85,34 @@ This file is generated from multiple sources. Included packages:
7685
- version: 0.2.0
7786
- license: BSD-2-Clause
7887
- @nextcloud/auth
79-
- version: 2.3.0
80-
- license: GPL-3.0-or-later
81-
- @nextcloud/router
82-
- version: 2.2.1
88+
- version: 2.4.0
8389
- license: GPL-3.0-or-later
8490
- axios
85-
- version: 1.6.7
91+
- version: 1.7.9
8692
- license: MIT
93+
- @nextcloud/axios
94+
- version: 2.5.1
95+
- license: GPL-3.0-or-later
8796
- @nextcloud/browser-storage
8897
- version: 0.4.0
8998
- license: GPL-3.0-or-later
99+
- @nextcloud/capabilities
100+
- version: 1.2.0
101+
- license: GPL-3.0-or-later
102+
- @nextcloud/dialogs
103+
- version: 6.1.1
104+
- license: AGPL-3.0-or-later
90105
- semver
91106
- version: 7.6.2
92107
- license: ISC
93108
- @nextcloud/event-bus
94109
- version: 3.3.1
95110
- license: GPL-3.0-or-later
96-
- @nextcloud/router
97-
- version: 2.2.1
111+
- @nextcloud/files
112+
- version: 3.10.1
113+
- license: AGPL-3.0-or-later
114+
- @nextcloud/initial-state
115+
- version: 2.2.0
98116
- license: GPL-3.0-or-later
99117
- @nextcloud/router
100118
- version: 2.2.1
@@ -109,13 +127,25 @@ This file is generated from multiple sources. Included packages:
109127
- version: 1.2.1
110128
- license: GPL-3.0-or-later
111129
- @nextcloud/paths
112-
- version: 2.1.0
130+
- version: 2.2.1
131+
- license: GPL-3.0-or-later
132+
- @nextcloud/router
133+
- version: 3.0.1
113134
- license: GPL-3.0-or-later
114135
- @nextcloud/vue-select
115-
- version: 3.25.0
136+
- version: 3.25.1
137+
- license: MIT
138+
- @nextcloud/l10n
139+
- version: 3.1.0
140+
- license: GPL-3.0-or-later
141+
- @vueuse/core
142+
- version: 11.3.0
143+
- license: MIT
144+
- @vueuse/shared
145+
- version: 11.3.0
116146
- license: MIT
117147
- debounce
118-
- version: 2.1.0
148+
- version: 2.2.0
119149
- license: MIT
120150
- is-plain-obj
121151
- version: 4.1.0
@@ -201,29 +231,20 @@ This file is generated from multiple sources. Included packages:
201231
- unist-builder
202232
- version: 4.0.0
203233
- license: MIT
204-
- unist-util-is
205-
- version: 6.0.0
206-
- license: MIT
207234
- unist-util-position
208235
- version: 5.0.0
209236
- license: MIT
210237
- unist-util-stringify-position
211238
- version: 4.0.0
212239
- license: MIT
213-
- unist-util-visit-parents
214-
- version: 6.0.1
215-
- license: MIT
216-
- unist-util-visit
217-
- version: 5.0.0
218-
- license: MIT
219240
- vfile-message
220241
- version: 4.0.2
221242
- license: MIT
222243
- vfile
223244
- version: 6.0.1
224245
- license: MIT
225246
- @nextcloud/vue
226-
- version: 8.13.0
247+
- version: 8.22.0
227248
- license: AGPL-3.0-or-later
228249
- @ungap/structured-clone
229250
- version: 1.2.0
@@ -261,6 +282,9 @@ This file is generated from multiple sources. Included packages:
261282
- call-bound
262283
- version: 1.0.3
263284
- license: MIT
285+
- cancelable-promise
286+
- version: 4.3.1
287+
- license: MIT
264288
- ccount
265289
- version: 2.0.1
266290
- license: MIT
@@ -315,6 +339,12 @@ This file is generated from multiple sources. Included packages:
315339
- fast-xml-parser
316340
- version: 4.4.1
317341
- license: MIT
342+
- floating-vue
343+
- version: 1.0.0-beta.19
344+
- license: MIT
345+
- focus-trap
346+
- version: 7.5.2
347+
- license: MIT
318348
- for-each
319349
- version: 0.3.3
320350
- license: MIT
@@ -402,12 +432,6 @@ This file is generated from multiple sources. Included packages:
402432
- escape-string-regexp
403433
- version: 5.0.0
404434
- license: MIT
405-
- unist-util-is
406-
- version: 6.0.0
407-
- license: MIT
408-
- unist-util-visit-parents
409-
- version: 6.0.1
410-
- license: MIT
411435
- mdast-util-find-and-replace
412436
- version: 3.0.1
413437
- license: MIT
@@ -438,9 +462,6 @@ This file is generated from multiple sources. Included packages:
438462
- mdast-util-newline-to-break
439463
- version: 2.0.0
440464
- license: MIT
441-
- unist-util-is
442-
- version: 6.0.0
443-
- license: MIT
444465
- mdast-util-phrasing
445466
- version: 4.0.0
446467
- license: MIT
@@ -453,15 +474,6 @@ This file is generated from multiple sources. Included packages:
453474
- micromark-util-decode-string
454475
- version: 2.0.0
455476
- license: MIT
456-
- unist-util-is
457-
- version: 6.0.0
458-
- license: MIT
459-
- unist-util-visit-parents
460-
- version: 6.0.1
461-
- license: MIT
462-
- unist-util-visit
463-
- version: 5.0.0
464-
- license: MIT
465477
- mdast-util-to-markdown
466478
- version: 2.1.0
467479
- license: MIT
@@ -597,15 +609,6 @@ This file is generated from multiple sources. Included packages:
597609
- querystringify
598610
- version: 2.2.0
599611
- license: MIT
600-
- unist-util-is
601-
- version: 6.0.0
602-
- license: MIT
603-
- unist-util-visit-parents
604-
- version: 6.0.1
605-
- license: MIT
606-
- unist-util-visit
607-
- version: 5.0.0
608-
- license: MIT
609612
- rehype-external-links
610613
- version: 3.0.0
611614
- license: MIT
@@ -651,6 +654,9 @@ This file is generated from multiple sources. Included packages:
651654
- style-to-object
652655
- version: 0.4.1
653656
- license: MIT
657+
- tabbable
658+
- version: 6.2.0
659+
- license: MIT
654660
- toastify-js
655661
- version: 1.12.0
656662
- license: MIT
@@ -660,6 +666,15 @@ This file is generated from multiple sources. Included packages:
660666
- trough
661667
- version: 2.1.0
662668
- license: MIT
669+
- unist-util-is
670+
- version: 6.0.0
671+
- license: MIT
672+
- unist-util-visit-parents
673+
- version: 6.0.1
674+
- license: MIT
675+
- unist-util-visit
676+
- version: 5.0.0
677+
- license: MIT
663678
- url-join
664679
- version: 4.0.1
665680
- license: MIT
@@ -675,9 +690,18 @@ This file is generated from multiple sources. Included packages:
675690
- vue-color
676691
- version: 2.8.1
677692
- license: MIT
693+
- vue-frag
694+
- version: 1.4.3
695+
- license: MIT
678696
- vue-material-design-icons
679697
- version: 5.2.0
680698
- license: MIT
699+
- vue-router
700+
- version: 3.6.5
701+
- license: MIT
702+
- vue
703+
- version: 2.7.16
704+
- license: MIT
681705
- web-namespaces
682706
- version: 2.0.1
683707
- license: MIT
@@ -699,6 +723,6 @@ This file is generated from multiple sources. Included packages:
699723
- zwitch
700724
- version: 2.0.4
701725
- license: MIT
702-
- photos
703-
- version: 4.0.0
726+
- nextcloud
727+
- version: 1.0.0
704728
- license: AGPL-3.0-or-later

js/photos-dashboard.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/photos-main.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)