Skip to content

Commit 3b76d2d

Browse files
authored
Merge pull request #2164 from nextcloud/renovate/stable27-nextcloud
2 parents e92b08a + 23c54c3 commit 3b76d2d

18 files changed

+4386
-1609
lines changed
Loading
Loading
Loading
Loading

js/viewer-_0cc0-_aeb7.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(self.webpackChunkviewer=self.webpackChunkviewer||[]).push([["_0cc0-_aeb7"],{71408:()=>{},23646:()=>{}}]);

js/viewer-main.js

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

js/viewer-main.js.LICENSE.txt

+47-15
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
/*
2-
object-assign
3-
(c) Sindre Sorhus
4-
@license MIT
5-
*/
6-
71
/*!
82
* Determine if an object is a Buffer
93
*
104
* @author Feross Aboukhadijeh <https://feross.org>
115
* @license MIT
126
*/
137

14-
/*!
15-
* The buffer module from node.js, for the browser.
16-
*
17-
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
18-
* @license MIT
19-
*/
20-
218
/*!
229
* The buffer module from node.js, for the browser.
2310
*
@@ -48,12 +35,12 @@ object-assign
4835
*/
4936

5037
/*!
51-
* focus-trap 7.1.0
38+
* focus-trap 7.5.4
5239
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
5340
*/
5441

5542
/*!
56-
* tabbable 6.0.1
43+
* tabbable 6.2.0
5744
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
5845
*/
5946

@@ -187,6 +174,51 @@ object-assign
187174
*
188175
*/
189176

177+
/**
178+
* @copyright Copyright (c) 2023 Ferdinand Thiessen <[email protected]>
179+
*
180+
* @author Ferdinand Thiessen <[email protected]>
181+
*
182+
* @license AGPL-3.0-or-later
183+
*
184+
* This program is free software: you can redistribute it and/or modify
185+
* it under the terms of the GNU Affero General Public License as
186+
* published by the Free Software Foundation, either version 3 of the
187+
* License, or (at your option) any later version.
188+
*
189+
* This program is distributed in the hope that it will be useful,
190+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
191+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
192+
* GNU Affero General Public License for more details.
193+
*
194+
* You should have received a copy of the GNU Affero General Public License
195+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
196+
*
197+
*/
198+
199+
/**
200+
* @copyright Copyright (c) 2023 Ferdinand Thiessen <[email protected]>
201+
*
202+
* @author Ferdinand Thiessen <[email protected]>
203+
* @author John Molakvoæ <[email protected]>
204+
*
205+
* @license AGPL-3.0-or-later
206+
*
207+
* This program is free software: you can redistribute it and/or modify
208+
* it under the terms of the GNU Affero General Public License as
209+
* published by the Free Software Foundation, either version 3 of the
210+
* License, or (at your option) any later version.
211+
*
212+
* This program is distributed in the hope that it will be useful,
213+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
214+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
215+
* GNU Affero General Public License for more details.
216+
*
217+
* You should have received a copy of the GNU Affero General Public License
218+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
219+
*
220+
*/
221+
190222
/**
191223
* @license React
192224
* react-dom.production.min.js

js/viewer-main.js.map

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

js/viewer-node_modules_nextcloud_dialogs_dist_legacy_mjs.js

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

js/viewer-node_modules_nextcloud_dialogs_dist_legacy_mjs.js.map

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

js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_DialogBase-aNq6aLpb_mjs.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
/*!
2+
* Determine if an object is a Buffer
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*! For license information please see index.module.js.LICENSE.txt */
9+
10+
/**
11+
* @copyright Copyright (c) 2019 Georg Ehrke
12+
*
13+
* @author Georg Ehrke <[email protected]>
14+
*
15+
* @author Richard Steinmetz <[email protected]>
16+
*
17+
* @license AGPL-3.0-or-later
18+
*
19+
* This program is free software: you can redistribute it and/or modify
20+
* it under the terms of the GNU Affero General Public License as
21+
* published by the Free Software Foundation, either version 3 of the
22+
* License, or (at your option) any later version.
23+
*
24+
* This program is distributed in the hope that it will be useful,
25+
* but WITHOUT ANY WARRANTY without even the implied warranty of
26+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
* GNU Affero General Public License for more details.
28+
*
29+
* You should have received a copy of the GNU Affero General Public License
30+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
31+
*
32+
*/
33+
34+
/**
35+
* @copyright Copyright (c) 2019 Georg Ehrke
36+
*
37+
* @author Georg Ehrke <[email protected]>
38+
*
39+
* @license AGPL-3.0-or-later
40+
*
41+
* This program is free software: you can redistribute it and/or modify
42+
* it under the terms of the GNU Affero General Public License as
43+
* published by the Free Software Foundation, either version 3 of the
44+
* License, or (at your option) any later version.
45+
*
46+
* This program is distributed in the hope that it will be useful,
47+
* but WITHOUT ANY WARRANTY without even the implied warranty of
48+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49+
* GNU Affero General Public License for more details.
50+
*
51+
* You should have received a copy of the GNU Affero General Public License
52+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
53+
*
54+
*/
55+
56+
/**
57+
* @copyright Copyright (c) 2019 Georg Ehrke
58+
*
59+
* @author Georg Ehrke <[email protected]>
60+
* @author Richard Steinmetz <[email protected]>
61+
*
62+
* @license AGPL-3.0-or-later
63+
*
64+
* This program is free software: you can redistribute it and/or modify
65+
* it under the terms of the GNU Affero General Public License as
66+
* published by the Free Software Foundation, either version 3 of the
67+
* License, or (at your option) any later version.
68+
*
69+
* This program is distributed in the hope that it will be useful,
70+
* but WITHOUT ANY WARRANTY without even the implied warranty of
71+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
72+
* GNU Affero General Public License for more details.
73+
*
74+
* You should have received a copy of the GNU Affero General Public License
75+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
76+
*
77+
*/
78+
79+
/**
80+
* @copyright Copyright (c) 2020 Georg Ehrke
81+
*
82+
* @author Georg Ehrke <[email protected]>
83+
*
84+
* @license AGPL-3.0-or-later
85+
*
86+
* This program is free software: you can redistribute it and/or modify
87+
* it under the terms of the GNU Affero General Public License as
88+
* published by the Free Software Foundation, either version 3 of the
89+
* License, or (at your option) any later version.
90+
*
91+
* This program is distributed in the hope that it will be useful,
92+
* but WITHOUT ANY WARRANTY without even the implied warranty of
93+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
94+
* GNU Affero General Public License for more details.
95+
*
96+
* You should have received a copy of the GNU Affero General Public License
97+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
98+
*
99+
*/
100+
101+
/**
102+
* @copyright Copyright (c) 2021 Christoph Wurst
103+
*
104+
* @author Christoph Wurst <[email protected]>
105+
*
106+
* @license AGPL-3.0-or-later
107+
*
108+
* This program is free software: you can redistribute it and/or modify
109+
* it under the terms of the GNU Affero General Public License as
110+
* published by the Free Software Foundation, either version 3 of the
111+
* License, or (at your option) any later version.
112+
*
113+
* This program is distributed in the hope that it will be useful,
114+
* but WITHOUT ANY WARRANTY without even the implied warranty of
115+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
116+
* GNU Affero General Public License for more details.
117+
*
118+
* You should have received a copy of the GNU Affero General Public License
119+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
120+
*
121+
*/

js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_DialogBase-aNq6aLpb_mjs.js.map

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

js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-nJePvM3F_mjs.js

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

0 commit comments

Comments
 (0)