Skip to content

Commit c4f78c5

Browse files
authored
Merge pull request #60790 from nextcloud/fix/noid/stable31-comments-dist-rebuild
[stable31] fix(stable31): rebuild dist and fix Cypress unsupported-browser redirect
2 parents fa468fd + faa005f commit c4f78c5

440 files changed

Lines changed: 2488 additions & 6319 deletions

File tree

Some content is hidden

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

cypress/dockerNode.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ export const configureNextcloud = async function() {
137137
await runExec(container, ['php', 'occ', 'config:system:set', 'force_locale', '--value', 'en_US'], true)
138138
await runExec(container, ['php', 'occ', 'config:system:set', 'enforce_theme', '--value', 'light'], true)
139139

140+
// Disable the unsupported-browser redirect so Cypress (Chrome 118 / Electron 27)
141+
// does not hit the "Your browser is not supported" page on every visit.
142+
await runExec(container, ['php', 'occ', 'config:system:set', 'no_unsupported_browser_warning', '--value', 'true', '--type', 'boolean'], true)
143+
140144
// Speed up test and make them less flaky. If a cron execution is needed, it can be triggered manually.
141145
await runExec(container, ['php', 'occ', 'background:cron'], true)
142146

dist/1252-1252.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.

dist/1252-1252.js.license

Lines changed: 21 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,15 @@ SPDX-License-Identifier: GPL-3.0-or-later
44
SPDX-License-Identifier: BSD-3-Clause
55
SPDX-License-Identifier: AGPL-3.0-or-later
66
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
7-
SPDX-FileCopyrightText: webfansplz
87
SPDX-FileCopyrightText: string_decoder developers
9-
SPDX-FileCopyrightText: perfect-debounce developers
10-
SPDX-FileCopyrightText: hookable developers
118
SPDX-FileCopyrightText: escape-html developers
129
SPDX-FileCopyrightText: debounce developers
13-
SPDX-FileCopyrightText: atomiks
1410
SPDX-FileCopyrightText: Varun A P
1511
SPDX-FileCopyrightText: Tobias Koppers @sokra
1612
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1713
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
1814
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
1915
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
20-
SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
2116
SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
2217
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
2318
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
@@ -30,100 +25,65 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
3025
SPDX-FileCopyrightText: Evan You
3126
SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
3227
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
33-
SPDX-FileCopyrightText: Eduardo San Martin Morote
3428
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
3529
SPDX-FileCopyrightText: David Clark
3630
SPDX-FileCopyrightText: Christoph Wurst
3731
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
38-
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
3932
SPDX-FileCopyrightText: Alkemics
4033
SPDX-FileCopyrightText: @nextcloud/dialogs developers
4134

4235

4336
This file is generated from multiple sources. Included packages:
44-
- @floating-ui/core
45-
- version: 1.7.5
46-
- license: MIT
47-
- @floating-ui/utils
48-
- version: 0.2.11
49-
- license: MIT
5037
- @nextcloud/auth
51-
- version: 2.6.0
38+
- version: 2.5.3
5239
- license: GPL-3.0-or-later
5340
- @nextcloud/axios
5441
- version: 2.5.2
5542
- license: GPL-3.0-or-later
5643
- @nextcloud/browser-storage
5744
- version: 0.5.0
5845
- license: GPL-3.0-or-later
46+
- @nextcloud/initial-state
47+
- version: 3.0.0
48+
- license: GPL-3.0-or-later
5949
- @nextcloud/capabilities
6050
- version: 1.2.1
6151
- license: GPL-3.0-or-later
62-
- @nextcloud/paths
63-
- version: 3.0.0
64-
- license: GPL-3.0-or-later
65-
- @nextcloud/vue
66-
- version: 9.5.0
67-
- license: AGPL-3.0-or-later
68-
- @vue/devtools-shared
69-
- version: 8.0.6
70-
- license: MIT
71-
- @vueuse/core
72-
- version: 14.2.1
73-
- license: MIT
74-
- @vueuse/shared
75-
- version: 14.2.1
76-
- license: MIT
77-
- focus-trap
78-
- version: 8.0.0
79-
- license: MIT
80-
- perfect-debounce
81-
- version: 2.1.0
82-
- license: MIT
83-
- @vue/devtools-api
84-
- version: 8.0.6
85-
- license: MIT
86-
- @vue/devtools-kit
87-
- version: 8.0.6
88-
- license: MIT
89-
- vue-router
90-
- version: 5.0.2
91-
- license: MIT
9252
- @nextcloud/dialogs
93-
- version: 7.3.0
53+
- version: 6.4.2
9454
- license: AGPL-3.0-or-later
9555
- semver
96-
- version: 7.7.2
56+
- version: 7.7.3
9757
- license: ISC
9858
- @nextcloud/event-bus
9959
- version: 3.3.3
10060
- license: GPL-3.0-or-later
101-
- @nextcloud/paths
102-
- version: 3.0.0
103-
- license: GPL-3.0-or-later
10461
- @nextcloud/files
10562
- version: 3.12.2
10663
- license: AGPL-3.0-or-later
10764
- @nextcloud/initial-state
108-
- version: 3.0.0
65+
- version: 2.2.0
10966
- license: GPL-3.0-or-later
11067
- @nextcloud/l10n
11168
- version: 3.4.1
11269
- license: GPL-3.0-or-later
11370
- @nextcloud/logger
11471
- version: 3.0.3
11572
- license: GPL-3.0-or-later
73+
- @nextcloud/paths
74+
- version: 3.0.0
75+
- license: GPL-3.0-or-later
11676
- @nextcloud/router
11777
- version: 3.1.0
11878
- license: GPL-3.0-or-later
119-
- @nextcloud/sharing
120-
- version: 0.4.0
121-
- license: GPL-3.0-or-later
12279
- @nextcloud/initial-state
123-
- version: 2.2.0
80+
- version: 3.0.0
81+
- license: GPL-3.0-or-later
82+
- @nextcloud/sharing
83+
- version: 0.3.0
12484
- license: GPL-3.0-or-later
12585
- @nextcloud/vue
126-
- version: 8.38.0
86+
- version: 8.36.0
12787
- license: AGPL-3.0-or-later
12888
- @vueuse/components
12989
- version: 11.3.0
@@ -140,9 +100,6 @@ This file is generated from multiple sources. Included packages:
140100
- base64-js
141101
- version: 1.5.1
142102
- license: MIT
143-
- birpc
144-
- version: 2.9.0
145-
- license: MIT
146103
- buffer
147104
- version: 5.7.1
148105
- license: MIT
@@ -156,13 +113,13 @@ This file is generated from multiple sources. Included packages:
156113
- version: 0.0.2
157114
- license: BSD-3-Clause
158115
- css-loader
159-
- version: 7.1.2
116+
- version: 7.1.3
160117
- license: MIT
161118
- debounce
162119
- version: 2.2.0
163120
- license: MIT
164121
- dompurify
165-
- version: 3.4.2
122+
- version: 3.3.1
166123
- license: (MPL-2.0 OR Apache-2.0)
167124
- escape-html
168125
- version: 1.0.3
@@ -173,9 +130,6 @@ This file is generated from multiple sources. Included packages:
173130
- focus-trap
174131
- version: 7.8.0
175132
- license: MIT
176-
- hookable
177-
- version: 5.5.3
178-
- license: MIT
179133
- ieee754
180134
- version: 1.2.1
181135
- license: BSD-3-Clause
@@ -219,7 +173,10 @@ This file is generated from multiple sources. Included packages:
219173
- version: 6.0.0
220174
- license: MIT
221175
- unist-util-visit-parents
222-
- version: 6.0.2
176+
- version: 6.0.1
177+
- license: MIT
178+
- unist-util-visit
179+
- version: 5.1.0
223180
- license: MIT
224181
- vue-loader
225182
- version: 15.11.1
@@ -230,9 +187,6 @@ This file is generated from multiple sources. Included packages:
230187
- vue
231188
- version: 2.7.16
232189
- license: MIT
233-
- webdav
234-
- version: 5.10.0
235-
- license: MIT
236190
- nextcloud
237191
- version: 1.0.0
238192
- license: AGPL-3.0-or-later

dist/1252-1252.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.

dist/1252-1252.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1252-1252.js.license

dist/1580-1580.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/1580-1580.js.license

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)