Skip to content

Commit 5c49a54

Browse files
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent ae4a6e8 commit 5c49a54

File tree

258 files changed

+707
-4853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+707
-4853
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# https://editorconfig.org
22

3+
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
4+
# SPDX-License-Identifier: AGPL-3.0-or-later
5+
36
root = true
47

58
[*]

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
13
/dist/* binary
24
/package-lock.json merge=binary
35
/core/css/*.css* binary

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-FileCopyrightText: 2016 ownCloud, Inc.
3+
# SPDX-License-Identifier: AGPL-3.0-only
14
[submodule "3rdparty"]
25
path = 3rdparty
36
url = https://github.com/nextcloud/3rdparty.git

.reuse/dep5

+28-4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Files: tests/data/block-aligned-plus-one.txt tests/data/block-aligned.txt tests/
1111
Copyright: 2015 ownCloud, Inc.
1212
License: AGPL-3.0-only
1313

14+
Files: .tx/config
15+
Copyright: 2011-2012 ownCloud, Inc., 2017-2023 Nextcloud GmbH and Nextcloud contributors
16+
License: AGPL-3.0-only
17+
18+
Files: .htaccess
19+
Copyright: 2011-2016 ownCloud, Inc., 2016-2024 Nextcloud GmbH and Nextcloud contributors
20+
License: AGPL-3.0-only
21+
22+
Files: .jshintrc
23+
Copyright: 2014 ownCloud, Inc., 2017 Nextcloud GmbH and Nextcloud contributors
24+
License: AGPL-3.0-only
25+
26+
Files: .mailmap
27+
Copyright: 2015-2016 ownCloud, Inc., 2016-2021 Nextcloud GmbH and Nextcloud contributors
28+
License: AGPL-3.0-only
29+
1430
Files: tests/data/integritycheck/htaccessUnmodified/.htaccess tests/data/integritycheck/htaccessUnmodified/subfolder/.htaccess tests/data/integritycheck/htaccessWithInvalidModifiedContent/.htaccess tests/data/integritycheck/htaccessWithValidModifiedContent/subfolder/.htaccess
1531
Copyright: 2016 ownCloud, Inc.
1632
License: AGPL-3.0-only
@@ -23,11 +39,11 @@ Files: tests/data/lorem.txt
2339
Copyright: 2012 ownCloud, Inc.
2440
License: AGPL-3.0-only
2541

26-
Files: tests/data/testavatar.png tests/data/testimage.gif tests/data/testimage.jpg tests/data/testimage.png
42+
Files: robots.txt tests/data/testavatar.png tests/data/testimage.gif tests/data/testimage.jpg tests/data/testimage.png
2743
Copyright: 2013 ownCloud, Inc.
2844
License: AGPL-3.0-only
2945

30-
Files: tests/data/lorem-big.txt tests/data/strängé*filename*(duplicate*#2).txt tests/data/strõngÚ*filename*(duplicate*#2).txt
46+
Files: .tag tests/data/lorem-big.txt tests/data/strängé*filename*(duplicate*#2).txt tests/data/strõngÚ*filename*(duplicate*#2).txt
3147
Copyright: 2014 ownCloud, Inc.
3248
License: AGPL-3.0-only
3349

@@ -67,6 +83,10 @@ Files: build/psalm-baseline-ocp.xml build/psalm-baseline.xml build/stubs/xsl.php
6783
Copyright: 2020 Nextcloud GmbH and Nextcloud contributors
6884
License: AGPL-3.0-or-later
6985

86+
Files: cypress/tsconfig.json
87+
Copyright: 2022 Nextcloud GmbH and Nextcloud contributors
88+
License: AGPL-3.0-or-later
89+
7090
Files: build/stubs/pcntl.php build/stubs/zip.php
7191
Copyright: 2022 JetBrains
7292
License: Apache-2.0
@@ -83,15 +103,15 @@ Files: core/js/merged-template-prepend.json tests/data/certificates/goodCertific
83103
Copyright: 2017 Nextcloud GmbH and Nextcloud contributors
84104
License: AGPL-3.0-or-later
85105

86-
Files: core/src/systemtags/templates/result.handlebars core/src/systemtags/templates/result_form.handlebars core/src/systemtags/templates/selection.handlebars tests/data/testimage.heic
106+
Files: core/src/systemtags/templates/result.handlebars core/src/systemtags/templates/result_form.handlebars core/src/systemtags/templates/selection.handlebars tests/data/testimage.heic package.json package-lock.json
87107
Copyright: 2018 Nextcloud GmbH and Nextcloud contributors
88108
License: AGPL-3.0-or-later
89109

90110
Files: core/src/jquery/contactsmenu/jquery_entry.handlebars tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js tests/data/integritycheck/mimetypeListModified/core/signature.json tests/data/guest_avatar_einstein_32.png tests/data/guest_avatar_einstein_32.svg tests/data/test.pdf
91111
Copyright: 2019 Nextcloud GmbH and Nextcloud contributors
92112
License: AGPL-3.0-or-later
93113

94-
Files: tests/data/testimage-badheader.jpg
114+
Files: .npmignore tests/data/testimage-badheader.jpg
95115
Copyright: 2021 Nextcloud GmbH and Nextcloud contributors
96116
License: AGPL-3.0-or-later
97117

@@ -138,3 +158,7 @@ License: LicenseRef-AppleAppStoreBadge
138158
Files: core/img/fdroid.svg
139159
Copyright: 2016 Andrew Nayenko <relan@airpost.net>
140160
License: CC-BY-SA-3.0 OR GPL-3.0-or-later
161+
162+
Files: cypress/fixtures/image.jpg
163+
Copyright: 2019 Tom Gainor <https://unsplash.com/@its_tgain> <https://unsplash.com/photos/mountain-cliff-under-starry-night-KidY3t8O4PE>
164+
License: LicenseRef-Unsplash

.user.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
2+
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
3+
; SPDX-License-Identifier: AGPL-3.0-only
14
mbstring.func_overload=0
25
always_populate_raw_post_data=-1
36
default_charset='UTF-8'

AUTHORS

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Aaron Ball <nullspoon@oper.io>
1010
- Aaron Wood <aaronjwood@gmail.com>
1111
- Abijeet <abijeetpatro@gmail.com>
12+
- Adam Blakey <adam@blakey.family>
1213
- Adam Williamson <awilliam@redhat.com>
1314
- Administrator "Administrator@WINDOWS-2012"
1415
- Adrian Brzezinski <adrian.brzezinski@eo.pl>
@@ -121,7 +122,7 @@
121122
- David <37280718+yeyulantu@users.noreply.github.com>
122123
- David Prévot <taffit@debian.org>
123124
- David Toledo <dtoledo@solidgear.es>
124-
- Denis MosolovDenis Mosolov <denismosolov@gmail.com>
125+
- Denis Mosolov <denismosolov@gmail.com>
125126
- Derek <derek.kelly27@gmail.com>
126127
- Dominik Schmidt <dev@dominik-schmidt.de>
127128
- Donquixote <marjunebatac@gmail.com>
@@ -206,6 +207,7 @@
206207
- Johannes Leuker <j.leuker@hosting.de>
207208
- Johannes Merkel <mail@johannesgge.de>
208209
- Johannes Riedel <joeried@users.noreply.github.com>
210+
- Johannes Riedel <johannes@johannes-riedel.de>
209211
- Johannes Schlichenmaier <johannes@schlichenmaier.info>
210212
- Johannes Willnecker <johannes@willnecker.com>
211213
- John Molakvoæ <skjnldsv@protonmail.com>
@@ -228,13 +230,15 @@
228230
- Jörn Friedrich Dreyer <jfd@butonic.de>
229231
- KB7777 <k.burkowski@gmail.com>
230232
- Kamil Domanski <kdomanski@kdemail.net>
233+
- Kareem <yemkareems@gmail.com>
231234
- Karel Hink <info@karelhink.cz>
232235
- Kate Döen <kate.doeen@nextcloud.com>
233236
- Kawohl <john@owncloud.com>
234237
- Kenneth Newwood <kenneth@newwood.name>
235238
- Kevin Lanni <therealklanni@gmail.com>
236239
- Kevin Ndung'u <kevgathuku@gmail.com>
237240
- Kevin Niehage <k.niehage@syseleven.de>
241+
- Kim Brose <kim.brose@rwth-aachen.de>
238242
- Kirill Popov <kirill.s.popov@gmail.com>
239243
- Klaas Freitag <freitag@owncloud.com>
240244
- Knut Ahlers <knut@ahlers.me>
@@ -272,6 +276,7 @@
272276
- Marc Hefter <marchefter@march42.net>
273277
- Marcel Klehr <mklehr@gmx.net>
274278
- Marcel Müller <marcel-mueller@gmx.de>
279+
- Marcel Müller <marcel.mueller@nextcloud.com>
275280
- Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
276281
- Marco Ambrosini <marcoambrosini@pm.me>
277282
- Marco Ziech <marco@ziech.net>
@@ -500,6 +505,7 @@
500505
- William <william.hak57@gmail.com>
501506
- William Pain <pain.william@gmail.com>
502507
- Xheni Myrtaj <myrtajxheni@gmail.com>
508+
- Xheni Myrtaj <xheni@protonmail.com>
503509
- Xuanwo <xuanwo@yunify.com>
504510
- ZitronePlus <tobiasscharf92@gmail.com>
505511
- acsfer <12234510+acsfer@users.noreply.github.com>
@@ -565,6 +571,7 @@
565571
- medcloud <42641918+medcloud@users.noreply.github.com>
566572
- michaelletzgus <michaelletzgus@users.noreply.github.com>
567573
- michag86 <micha_g@arcor.de>
574+
- michag86 <michag86@arcor.de>
568575
- mmccarn <mmccarn-github@mmsionline.us>
569576
- nhirokinet <nhirokinet@nhiroki.net>
570577
- nik gaffney <nik@fo.am>

LICENSES/LicenseRef-Unsplash.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
License
2+
3+
Unsplash visuals are made to be used freely. Our license reflects that.
4+
5+
* All images can be downloaded and used for free
6+
* Commercial and non-commercial purposes
7+
* No permission needed (though attribution is appreciated!)
8+
9+
What is not permitted 👎
10+
11+
* Images cannot be sold without significant modification.
12+
* Compiling images from Unsplash to replicate a similar or competing service.
13+
14+
15+
Longform
16+
17+
Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license to download, copy, modify, distribute, perform, and use images from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. This license does not include the right to compile images from Unsplash to replicate a similar or competing service.

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
13
all: clean dev-setup build-js-production
24

35
# Dev env management

apps/admin_audit/appinfo/info.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0"?>
2+
<!--
3+
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
4+
- SPDX-FileCopyrightText: 2016 ownCloud, Inc.
5+
- SPDX-License-Identifier: AGPL-3.0-only
6+
-->
27
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
38
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
49
<id>admin_audit</id>

apps/admin_audit/lib/Actions/Action.php

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
7-
*
8-
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
9-
* @author Joas Schilling <coding@schilljs.com>
10-
* @author Lukas Reschke <lukas@statuscode.ch>
11-
* @author Roeland Jago Douma <roeland@famdouma.nl>
12-
*
13-
* @license GNU AGPL version 3 or any later version
14-
*
15-
* This program is free software: you can redistribute it and/or modify
16-
* it under the terms of the GNU Affero General Public License as
17-
* published by the Free Software Foundation, either version 3 of the
18-
* License, or (at your option) any later version.
19-
*
20-
* This program is distributed in the hope that it will be useful,
21-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
* GNU Affero General Public License for more details.
24-
*
25-
* You should have received a copy of the GNU Affero General Public License
26-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
27-
*
5+
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
287
*/
298
namespace OCA\AdminAudit\Actions;
309

apps/admin_audit/lib/Actions/AppManagement.php

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
7-
*
8-
* @author Joas Schilling <coding@schilljs.com>
9-
* @author Roeland Jago Douma <roeland@famdouma.nl>
10-
*
11-
* @license GNU AGPL version 3 or any later version
12-
*
13-
* This program is free software: you can redistribute it and/or modify
14-
* it under the terms of the GNU Affero General Public License as
15-
* published by the Free Software Foundation, either version 3 of the
16-
* License, or (at your option) any later version.
17-
*
18-
* This program is distributed in the hope that it will be useful,
19-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21-
* GNU Affero General Public License for more details.
22-
*
23-
* You should have received a copy of the GNU Affero General Public License
24-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
25-
*
5+
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
267
*/
278
namespace OCA\AdminAudit\Actions;
289

apps/admin_audit/lib/Actions/Auth.php

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
7-
*
8-
* @author Joas Schilling <coding@schilljs.com>
9-
* @author Lukas Reschke <lukas@statuscode.ch>
10-
* @author Roeland Jago Douma <roeland@famdouma.nl>
11-
*
12-
* @license GNU AGPL version 3 or any later version
13-
*
14-
* This program is free software: you can redistribute it and/or modify
15-
* it under the terms of the GNU Affero General Public License as
16-
* published by the Free Software Foundation, either version 3 of the
17-
* License, or (at your option) any later version.
18-
*
19-
* This program is distributed in the hope that it will be useful,
20-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
* GNU Affero General Public License for more details.
23-
*
24-
* You should have received a copy of the GNU Affero General Public License
25-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
26-
*
5+
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
277
*/
288
namespace OCA\AdminAudit\Actions;
299

apps/admin_audit/lib/Actions/Console.php

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
7-
*
8-
* @author Daniel Kesselberg <mail@danielkesselberg.de>
9-
* @author Joas Schilling <coding@schilljs.com>
10-
* @author Roeland Jago Douma <roeland@famdouma.nl>
11-
*
12-
* @license GNU AGPL version 3 or any later version
13-
*
14-
* This program is free software: you can redistribute it and/or modify
15-
* it under the terms of the GNU Affero General Public License as
16-
* published by the Free Software Foundation, either version 3 of the
17-
* License, or (at your option) any later version.
18-
*
19-
* This program is distributed in the hope that it will be useful,
20-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
* GNU Affero General Public License for more details.
23-
*
24-
* You should have received a copy of the GNU Affero General Public License
25-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
26-
*
5+
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
277
*/
288
namespace OCA\AdminAudit\Actions;
299

apps/admin_audit/lib/Actions/Files.php

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
7-
*
8-
* @author Joas Schilling <coding@schilljs.com>
9-
* @author Lukas Reschke <lukas@statuscode.ch>
10-
* @author Roeland Jago Douma <roeland@famdouma.nl>
11-
*
12-
* @license GNU AGPL version 3 or any later version
13-
*
14-
* This program is free software: you can redistribute it and/or modify
15-
* it under the terms of the GNU Affero General Public License as
16-
* published by the Free Software Foundation, either version 3 of the
17-
* License, or (at your option) any later version.
18-
*
19-
* This program is distributed in the hope that it will be useful,
20-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22-
* GNU Affero General Public License for more details.
23-
*
24-
* You should have received a copy of the GNU Affero General Public License
25-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
26-
*
5+
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
277
*/
288
namespace OCA\AdminAudit\Actions;
299

apps/admin_audit/lib/Actions/GroupManagement.php

+2-24
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
7-
*
8-
* @author Bjoern Schiessle <bjoern@schiessle.org>
9-
* @author Joas Schilling <coding@schilljs.com>
10-
* @author Lukas Reschke <lukas@statuscode.ch>
11-
* @author Roeland Jago Douma <roeland@famdouma.nl>
12-
* @author Roger Szabo <roger.szabo@web.de>
13-
*
14-
* @license GNU AGPL version 3 or any later version
15-
*
16-
* This program is free software: you can redistribute it and/or modify
17-
* it under the terms of the GNU Affero General Public License as
18-
* published by the Free Software Foundation, either version 3 of the
19-
* License, or (at your option) any later version.
20-
*
21-
* This program is distributed in the hope that it will be useful,
22-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24-
* GNU Affero General Public License for more details.
25-
*
26-
* You should have received a copy of the GNU Affero General Public License
27-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
28-
*
5+
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
297
*/
308
namespace OCA\AdminAudit\Actions;
319

0 commit comments

Comments
 (0)