Skip to content

Commit e5035f8

Browse files
authored
Merge pull request #997 from nextcloud/feat/noid/move-to-ocs
feat(api): Move from index.php to ocs API
2 parents 4e213aa + 62eb71c commit e5035f8

22 files changed

+105
-89
lines changed

appinfo/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
*/
66

77
return [
8-
'resources' => [
8+
'ocs-resources' => [
99
'terms' => [
1010
'url' => '/terms'
1111
],
1212
],
13-
'routes' => [
13+
'ocs' => [
1414
[
1515
'name' => 'Terms#getAdminFormData',
1616
'url' => '/terms/admin',

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: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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
78
SPDX-FileCopyrightText: escape-html developers
89
SPDX-FileCopyrightText: atomiks
910
SPDX-FileCopyrightText: Varun A P
@@ -15,12 +16,12 @@ SPDX-FileCopyrightText: Roeland Jago Douma
1516
SPDX-FileCopyrightText: Rob Cresswell <[email protected]>
1617
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://paul.vorba.ch)
1718
SPDX-FileCopyrightText: Paul Vorbach <[email protected]> (http://vorb.de)
19+
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
1820
SPDX-FileCopyrightText: Matt Zabriskie
21+
SPDX-FileCopyrightText: Joyent
1922
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
2023
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <[email protected]>
21-
SPDX-FileCopyrightText: Joas Schilling <[email protected]>
2224
SPDX-FileCopyrightText: Jeff Sagal <[email protected]>
23-
SPDX-FileCopyrightText: James Halliday
2425
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
2526
SPDX-FileCopyrightText: Hypercontext
2627
SPDX-FileCopyrightText: Hiroki Osame
@@ -145,9 +146,6 @@ This file is generated from multiple sources. Included packages:
145146
- node-gettext
146147
- version: 3.0.0
147148
- license: MIT
148-
- path-browserify
149-
- version: 1.0.1
150-
- license: MIT
151149
- process
152150
- version: 0.11.10
153151
- license: MIT
@@ -187,6 +185,15 @@ This file is generated from multiple sources. Included packages:
187185
- webpack
188186
- version: 5.94.0
189187
- license: MIT
190-
- terms_of_service
191-
- version: 3.0.0-dev.0
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
192199
- 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

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-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
1112
SPDX-FileCopyrightText: Matt Zabriskie
1213
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1314
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-
- terms_of_service
69-
- version: 3.0.0-dev.0
68+
- nextcloud
69+
- version: 1.0.0
7070
- license: AGPL-3.0-or-later

js/terms_of_service-public.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-registration.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-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
1112
SPDX-FileCopyrightText: Matt Zabriskie
1213
SPDX-FileCopyrightText: John-David Dalton <[email protected]> (http://allyoucanleet.com/)
1314
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-
- terms_of_service
73-
- version: 3.0.0-dev.0
72+
- nextcloud
73+
- version: 1.0.0
7474
- license: AGPL-3.0-or-later

js/terms_of_service-registration.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)