Skip to content

Commit 5f2cf96

Browse files
authored
Merge pull request #999 from nextcloud/release/2.6.0
release 3.0.0
2 parents e5035f8 + 4b68fcd commit 5f2cf96

11 files changed

+33
-41
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 3.0.0
9+
### Added
10+
- Move from index.php to ocs API
11+
### Fixed
12+
- Strong types to storage wrapper
13+
814
## 2.5.0
915
### Added
1016
- Force the user to scroll text to accept the TOS

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[Requires users to accept the terms of service before accessing data.
1212
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
1313

14-
<version>3.0.0-dev.0</version>
14+
<version>3.0.0</version>
1515
<licence>agpl</licence>
1616
<author>Joas Schilling</author>
1717

js/terms_of_service-admin.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/terms_of_service-admin.js.license

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ 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: inherits developers
87
SPDX-FileCopyrightText: escape-html developers
98
SPDX-FileCopyrightText: atomiks
109
SPDX-FileCopyrightText: Varun A P
@@ -16,12 +15,12 @@ SPDX-FileCopyrightText: Roeland Jago Douma
1615
SPDX-FileCopyrightText: Rob Cresswell <[email protected]>
1716
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch)
1817
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de)
19-
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2018
SPDX-FileCopyrightText: Matt Zabriskie
21-
SPDX-FileCopyrightText: Joyent
2219
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
2320
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
21+
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
2422
SPDX-FileCopyrightText: Jeff Sagal <[email protected]>
23+
SPDX-FileCopyrightText: James Halliday
2524
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
2625
SPDX-FileCopyrightText: Hypercontext
2726
SPDX-FileCopyrightText: Hiroki Osame
@@ -146,6 +145,9 @@ This file is generated from multiple sources. Included packages:
146145
- node-gettext
147146
- version: 3.0.0
148147
- license: MIT
148+
- path-browserify
149+
- version: 1.0.1
150+
- license: MIT
149151
- process
150152
- version: 0.11.10
151153
- license: MIT
@@ -185,15 +187,6 @@ This file is generated from multiple sources. Included packages:
185187
- webpack
186188
- version: 5.94.0
187189
- license: MIT
188-
- inherits
189-
- version: 2.0.3
190-
- license: ISC
191-
- util
192-
- version: 0.10.4
193-
- license: MIT
194-
- path
195-
- version: 0.12.7
196-
- license: MIT
197-
- nextcloud
198-
- version: 1.0.0
190+
- terms_of_service
191+
- version: 3.0.0-dev.0
199192
- license: AGPL-3.0-or-later

js/terms_of_service-admin.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/terms_of_service-public.js.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ SPDX-FileCopyrightText: escape-html developers
88
SPDX-FileCopyrightText: Tobias Koppers @sokra
99
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
1010
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
11-
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1211
SPDX-FileCopyrightText: Matt Zabriskie
1312
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1413
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
14+
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1515
SPDX-FileCopyrightText: GitHub Inc.
1616
SPDX-FileCopyrightText: Feross Aboukhadijeh
1717
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
@@ -65,6 +65,6 @@ This file is generated from multiple sources. Included packages:
6565
- webpack
6666
- version: 5.94.0
6767
- license: MIT
68-
- nextcloud
69-
- version: 1.0.0
68+
- terms_of_service
69+
- version: 3.0.0-dev.0
7070
- license: AGPL-3.0-or-later

js/terms_of_service-registration.js.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ SPDX-FileCopyrightText: escape-html developers
88
SPDX-FileCopyrightText: Tobias Koppers @sokra
99
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
1010
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
11-
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1211
SPDX-FileCopyrightText: Matt Zabriskie
1312
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1413
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
14+
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1515
SPDX-FileCopyrightText: GitHub Inc.
1616
SPDX-FileCopyrightText: Feross Aboukhadijeh
1717
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
@@ -69,6 +69,6 @@ This file is generated from multiple sources. Included packages:
6969
- webpack
7070
- version: 5.94.0
7171
- license: MIT
72-
- nextcloud
73-
- version: 1.0.0
72+
- terms_of_service
73+
- version: 3.0.0-dev.0
7474
- license: AGPL-3.0-or-later

js/terms_of_service-user.js.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ SPDX-FileCopyrightText: escape-html developers
88
SPDX-FileCopyrightText: Tobias Koppers @sokra
99
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
1010
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
11-
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1211
SPDX-FileCopyrightText: Matt Zabriskie
1312
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1413
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
14+
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1515
SPDX-FileCopyrightText: GitHub Inc.
1616
SPDX-FileCopyrightText: Feross Aboukhadijeh
1717
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <[email protected]> (https://cure53.de/)
@@ -65,6 +65,6 @@ This file is generated from multiple sources. Included packages:
6565
- webpack
6666
- version: 5.94.0
6767
- license: MIT
68-
- nextcloud
69-
- version: 1.0.0
68+
- terms_of_service
69+
- version: 3.0.0-dev.0
7070
- license: AGPL-3.0-or-later

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
88
SPDX-FileCopyrightText: xiaokai <[email protected]>
99
SPDX-FileCopyrightText: rhysd <[email protected]>
1010
SPDX-FileCopyrightText: inline-style-parser developers
11-
SPDX-FileCopyrightText: inherits developers
1211
SPDX-FileCopyrightText: escape-html developers
1312
SPDX-FileCopyrightText: debounce developers
1413
SPDX-FileCopyrightText: atomiks
@@ -26,10 +25,10 @@ SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de)
2625
SPDX-FileCopyrightText: Matt Zabriskie
2726
SPDX-FileCopyrightText: Mark <[email protected]>
2827
SPDX-FileCopyrightText: Mapbox
29-
SPDX-FileCopyrightText: Joyent
3028
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
3129
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
3230
SPDX-FileCopyrightText: Jeff Sagal <[email protected]>
31+
SPDX-FileCopyrightText: James Halliday
3332
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
3433
SPDX-FileCopyrightText: Hypercontext
3534
SPDX-FileCopyrightText: Hiroki Osame
@@ -371,6 +370,9 @@ This file is generated from multiple sources. Included packages:
371370
- node-gettext
372371
- version: 3.0.0
373372
- license: MIT
373+
- path-browserify
374+
- version: 1.0.1
375+
- license: MIT
374376
- process
375377
- version: 0.11.10
376378
- license: MIT
@@ -452,12 +454,3 @@ This file is generated from multiple sources. Included packages:
452454
- zwitch
453455
- version: 2.0.4
454456
- license: MIT
455-
- inherits
456-
- version: 2.0.3
457-
- license: ISC
458-
- util
459-
- version: 0.10.4
460-
- license: MIT
461-
- path
462-
- version: 0.12.7
463-
- license: MIT

0 commit comments

Comments
 (0)