Skip to content

Commit 589d074

Browse files
committed
chore: 4.6.1
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent d21ee3d commit 589d074

12 files changed

+25
-22
lines changed

CHANGELOG.md

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

8+
## 4.6.1
9+
### Fixed
10+
- Signing in as an authenticated user through the endpoint for unauthenticated users is no longer possible
11+
812
## 4.6.0
913
### Changed
1014
- Updated dependencies

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>4.6.0</version>
14+
<version>4.6.1</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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de)
1818
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1919
SPDX-FileCopyrightText: Matt Zabriskie
2020
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
21-
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
2221
SPDX-FileCopyrightText: Jeff Sagal <[email protected]>
2322
SPDX-FileCopyrightText: James Halliday
2423
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
@@ -179,6 +178,6 @@ This file is generated from multiple sources. Included packages:
179178
- webpack
180179
- version: 5.94.0
181180
- license: MIT
182-
- terms_of_service
183-
- version: 4.6.0
181+
- nextcloud
182+
- version: 1.0.0
184183
- 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
@@ -7,9 +7,9 @@ SPDX-FileCopyrightText: escape-html developers
77
SPDX-FileCopyrightText: Tobias Koppers @sokra
88
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
99
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
10+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1011
SPDX-FileCopyrightText: Matt Zabriskie
1112
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
12-
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1313
SPDX-FileCopyrightText: GitHub Inc.
1414
SPDX-FileCopyrightText: Feross Aboukhadijeh
1515
SPDX-FileCopyrightText: Christoph Wurst
@@ -52,6 +52,6 @@ This file is generated from multiple sources. Included packages:
5252
- webpack
5353
- version: 5.94.0
5454
- license: MIT
55-
- terms_of_service
56-
- version: 4.6.0
55+
- nextcloud
56+
- version: 1.0.0
5757
- 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
@@ -7,9 +7,9 @@ SPDX-FileCopyrightText: escape-html developers
77
SPDX-FileCopyrightText: Tobias Koppers @sokra
88
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
99
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
10+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1011
SPDX-FileCopyrightText: Matt Zabriskie
1112
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
12-
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1313
SPDX-FileCopyrightText: GitHub Inc.
1414
SPDX-FileCopyrightText: Feross Aboukhadijeh
1515
SPDX-FileCopyrightText: Christoph Wurst
@@ -56,6 +56,6 @@ This file is generated from multiple sources. Included packages:
5656
- webpack
5757
- version: 5.94.0
5858
- license: MIT
59-
- terms_of_service
60-
- version: 4.6.0
59+
- nextcloud
60+
- version: 1.0.0
6161
- 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
@@ -7,9 +7,9 @@ SPDX-FileCopyrightText: escape-html developers
77
SPDX-FileCopyrightText: Tobias Koppers @sokra
88
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
99
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
10+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1011
SPDX-FileCopyrightText: Matt Zabriskie
1112
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
12-
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
1313
SPDX-FileCopyrightText: GitHub Inc.
1414
SPDX-FileCopyrightText: Feross Aboukhadijeh
1515
SPDX-FileCopyrightText: Christoph Wurst
@@ -52,6 +52,6 @@ This file is generated from multiple sources. Included packages:
5252
- webpack
5353
- version: 5.94.0
5454
- license: MIT
55-
- terms_of_service
56-
- version: 4.6.0
55+
- nextcloud
56+
- version: 1.0.0
5757
- 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.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)