Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/recommendations-dashboard.js

Large diffs are not rendered by default.

89 changes: 14 additions & 75 deletions js/recommendations-dashboard.js.license
Original file line number Diff line number Diff line change
@@ -1,79 +1,27 @@
SPDX-License-Identifier: MIT
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-FileCopyrightText: nextcloud developers
SPDX-FileCopyrightText: ndelvalle <nicolas.delvalle@gmail.com>
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: core-js developers
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
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: 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: GitHub Inc.
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Denis Pushkarev
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Ben Newman <bn@cs.stanford.edu>
SPDX-FileCopyrightText: Andris Reinman


This file is generated from multiple sources. Included packages:
- @nextcloud/capabilities
- version: 1.2.0
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
- license: GPL-3.0-or-later
- @nextcloud/auth
- version: 1.3.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 1.8.0
- license: GPL-3.0-or-later
- core-js
- version: 3.6.1
- license: MIT
- @nextcloud/browser-storage
- version: 0.1.1
- license: GPL-3.0-or-later
- @nextcloud/event-bus
- version: 1.3.0
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 1.6.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 1.2.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 3.10.2
- license: AGPL-3.0-or-later
- linkifyjs
- version: 2.1.9
- license: MIT
- regenerator-runtime
- version: 0.13.11
- license: MIT
- @nextcloud/vue
- version: 8.34.0
- license: AGPL-3.0-or-later
- axios
- version: 0.24.0
- license: MIT
- base64-js
- version: 1.5.1
- license: MIT
Expand All @@ -83,9 +31,6 @@ This file is generated from multiple sources. Included packages:
- charenc
- version: 0.0.2
- license: BSD-3-Clause
- core-js
- version: 3.37.0
- license: MIT
- crypt
- version: 0.0.2
- license: BSD-3-Clause
Expand All @@ -101,18 +46,9 @@ This file is generated from multiple sources. Included packages:
- is-buffer
- version: 1.1.6
- license: MIT
- lodash.get
- version: 4.4.2
- license: MIT
- lodash
- version: 4.17.21
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
- node-gettext
- version: 3.0.0
- license: MIT
- process
- version: 0.11.10
- license: MIT
Expand All @@ -125,21 +61,24 @@ This file is generated from multiple sources. Included packages:
- style-loader
- version: 4.0.0
- license: MIT
- v-click-outside
- version: 3.2.0
- unist-builder
- version: 4.0.0
- license: MIT
- v-tooltip
- version: 2.1.3
- unist-util-is
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.0.0
- license: MIT
- vue-material-design-icons
- version: 5.3.0
- license: MIT
- vue
- version: 2.7.16
- license: MIT
- webpack
- version: 5.95.0
- license: MIT
- nextcloud
- version: 1.0.0
- recommendations
- version: 4.0.0
- license: AGPL-3.0-or-later
2 changes: 1 addition & 1 deletion js/recommendations-dashboard.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/recommendations-main.js

Large diffs are not rendered by default.

39 changes: 24 additions & 15 deletions js/recommendations-main.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
SPDX-FileCopyrightText: string_decoder developers
SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
SPDX-FileCopyrightText: nextcloud developers
SPDX-FileCopyrightText: inline-style-parser developers
SPDX-FileCopyrightText: inherits developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
Expand All @@ -28,8 +27,8 @@ SPDX-FileCopyrightText: Max <max@nextcloud.com>
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
SPDX-FileCopyrightText: Mapbox
SPDX-FileCopyrightText: Joyent
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
SPDX-FileCopyrightText: James Halliday
SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
SPDX-FileCopyrightText: GitHub Inc.
Expand All @@ -44,6 +43,7 @@ SPDX-FileCopyrightText: Borys Serebrov
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: Andrea Giammarchi
SPDX-FileCopyrightText: Alkemics

Expand All @@ -65,7 +65,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.5.3
- license: GPL-3.0-or-later
- axios
- version: 1.12.2
- version: 1.13.2
- license: MIT
- @nextcloud/axios
- version: 2.5.2
Expand Down Expand Up @@ -100,12 +100,21 @@ This file is generated from multiple sources. Included packages:
- @ungap/structured-clone
- version: 1.2.0
- license: ISC
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/components
- version: 11.1.0
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/core
- version: 11.1.0
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/shared
- version: 11.1.0
- license: MIT
Expand Down Expand Up @@ -157,6 +166,12 @@ This file is generated from multiple sources. Included packages:
- extend
- version: 3.0.2
- license: MIT
- @floating-ui/core
- version: 0.3.1
- license: MIT
- @floating-ui/dom
- version: 0.1.10
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
Expand Down Expand Up @@ -265,6 +280,9 @@ This file is generated from multiple sources. Included packages:
- micromark
- version: 4.0.2
- license: MIT
- path-browserify
- version: 1.0.1
- license: MIT
- process
- version: 0.11.10
- license: MIT
Expand Down Expand Up @@ -367,15 +385,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.95.0
- license: MIT
- inherits
- version: 2.0.3
- license: ISC
- util
- version: 0.10.4
- license: MIT
- path
- version: 0.12.7
- license: MIT
- nextcloud
- version: 1.0.0
- recommendations
- version: 4.0.0
- license: AGPL-3.0-or-later
2 changes: 1 addition & 1 deletion js/recommendations-main.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
Expand All @@ -15,6 +16,7 @@ SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (http
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>


This file is generated from multiple sources. Included packages:
Expand All @@ -39,9 +41,15 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.34.0
- license: AGPL-3.0-or-later
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/core
- version: 11.1.0
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/shared
- version: 11.1.0
- license: MIT
Expand All @@ -54,6 +62,12 @@ This file is generated from multiple sources. Included packages:
- escape-html
- version: 1.0.3
- license: MIT
- @floating-ui/core
- version: 0.3.1
- license: MIT
- @floating-ui/dom
- version: 0.1.10
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
Expand All @@ -26,14 +27,15 @@ SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (http
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>


This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- license: GPL-3.0-or-later
- axios
- version: 1.12.2
- version: 1.13.2
- license: MIT
- @nextcloud/axios
- version: 2.5.2
Expand Down Expand Up @@ -65,12 +67,21 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.34.0
- license: AGPL-3.0-or-later
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/components
- version: 11.1.0
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/core
- version: 11.1.0
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- @vueuse/shared
- version: 11.1.0
- license: MIT
Expand All @@ -95,6 +106,12 @@ This file is generated from multiple sources. Included packages:
- escape-html
- version: 1.0.3
- license: MIT
- @floating-ui/core
- version: 0.3.1
- license: MIT
- @floating-ui/dom
- version: 0.1.10
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading