Skip to content

Commit

Permalink
switch index to ocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasKaminsky committed Dec 12, 2024
1 parent 2641e9c commit 52d0440
Show file tree
Hide file tree
Showing 9 changed files with 204,875 additions and 18 deletions.
6 changes: 4 additions & 2 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
'routes' => [
['name' => 'settings#getSettings', 'url' => '/settings', 'verb' => 'GET'],
['name' => 'settings#setSetting', 'url' => '/settings/{key}', 'verb' => 'PUT'],
['name' => 'recommendation#index', 'url' => '/api/recommendations', 'verb' => 'GET'],
['name' => 'recommendation#always', 'url' => '/api/recommendations/always', 'verb' => 'GET'],
],
'ocs' => [
['name' => 'recommendation#always', 'url' => '/api/v1/recommendations/always', 'verb' => 'GET'],
['name' => 'recommendation#index', 'url' => '/api/v1/recommendations', 'verb' => 'GET'],
],
];
56,721 changes: 56,719 additions & 2 deletions js/recommendations-dashboard.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions js/recommendations-dashboard.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@ SPDX-License-Identifier: ISC
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: AGPL-3.0
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-FileCopyrightText: ndelvalle <nicolas.delvalle@gmail.com>
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: core-js developers
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: The Babel Team (https://babel.dev/team)
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
SPDX-FileCopyrightText: SoapBox Innovations (@SoapBoxHQ)
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Roeland Jago Douma
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Julius Härtl <jus@bitgrid.net>
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
SPDX-FileCopyrightText: Guillaume Chau
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Federico Zivolo <federico.zivolo@gmail.com>
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
Expand All @@ -32,21 +38,39 @@ SPDX-FileCopyrightText: Andris Reinman


This file is generated from multiple sources. Included packages:
- @babel/runtime
- version: 7.24.0
- license: MIT
- @nextcloud/auth
- version: 2.4.0
- license: GPL-3.0-or-later
- axios
- version: 1.7.4
- license: MIT
- @nextcloud/axios
- version: 2.5.1
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.4.0
- license: GPL-3.0-or-later
- @nextcloud/capabilities
- version: 1.2.0
- license: GPL-3.0-or-later
- @nextcloud/event-bus
- version: 3.3.1
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- license: GPL-3.0-or-later
- @nextcloud/auth
- version: 1.3.0
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -77,6 +101,9 @@ This file is generated from multiple sources. Included packages:
- regenerator-runtime
- version: 0.13.11
- license: MIT
- @nextcloud/vue-dashboard
- version: 2.0.1
- license: AGPL-3.0
- @nextcloud/vue
- version: 8.19.0
- license: AGPL-3.0-or-later
Expand Down Expand Up @@ -125,6 +152,9 @@ This file is generated from multiple sources. Included packages:
- node-gettext
- version: 3.0.0
- license: MIT
- popper.js
- version: 1.16.1
- license: MIT
- process
- version: 0.11.10
- license: MIT
Expand All @@ -143,12 +173,21 @@ This file is generated from multiple sources. Included packages:
- v-tooltip
- version: 2.1.3
- license: MIT
- vue-loader
- version: 15.11.1
- license: MIT
- vue-material-design-icons
- version: 5.3.0
- license: MIT
- vue-resize
- version: 1.0.1
- license: MIT
- vue
- version: 2.7.16
- license: MIT
- vuex
- version: 3.6.2
- license: MIT
- webpack
- version: 5.95.0
- license: MIT
Expand Down
2 changes: 1 addition & 1 deletion js/recommendations-dashboard.js.map

Large diffs are not rendered by default.

147,928 changes: 147,926 additions & 2 deletions js/recommendations-main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 52d0440

Please sign in to comment.