Skip to content

Commit f8d3a7b

Browse files
docs(reuse): Add SPDX header
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 593b46c commit f8d3a7b

File tree

96 files changed

+762
-1227
lines changed

Some content is hidden

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

96 files changed

+762
-1227
lines changed

Diff for: .eslintrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
module.exports = {
27
extends: [
38
'@nextcloud',

Diff for: .gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-FileCopyrightText: 2016 ownCloud, Inc.
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
14
docs export-ignore
25
.tx export-ignore
36
tests export-ignore

Diff for: .github/ISSUE_TEMPLATE/1_bug_report.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
name: 🐞 Bug report
3+
about: Help us to improve by reporting a bug
4+
labels: 0. Needs triage, bug
5+
---
6+
7+
<!--- Please keep this note for other contributors -->
8+
9+
### How to use GitHub
10+
11+
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
12+
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
13+
* Subscribe to receive notifications on status change and new comments.
14+
15+
---
16+
17+
### Steps to reproduce
18+
1.
19+
2.
20+
3.
21+
22+
### Expected behaviour
23+
Tell us what should happen
24+
25+
### Actual behaviour
26+
Tell us what happens instead, if possible also add a screenshot
27+
28+
### Server configuration
29+
30+
**Web server:** Apache/Nginx
31+
32+
**Database:** MySQL/Maria/SQLite/PostgreSQL
33+
34+
**PHP version:** 8.1/8.2/8.3
35+
36+
**Nextcloud version:** (see Nextcloud admin page)
37+
38+
<details>
39+
<summary>List of activated apps</summary>
40+
41+
```
42+
If you have access to your command line run e.g.:
43+
sudo -u www-data php occ app:list
44+
from within your Nextcloud installation folder
45+
```
46+
</details>
47+
48+
<details>
49+
<summary>Nextcloud configuration</summary>
50+
51+
```
52+
If you have access to your command line run e.g.:
53+
sudo -u www-data php occ config:list system
54+
from within your Nextcloud installation folder
55+
```
56+
</details>
57+
58+
### Browser
59+
60+
**Browser name:** Firefox/Chrome/Safari/…
61+
62+
**Browser version:** 124/125/…
63+
64+
**Operating system:** Windows/Ubuntu/Mac/…
65+
66+
<details>
67+
<summary>Browser log</summary>
68+
69+
```
70+
Insert your browser log here, this could for example include:
71+
a) The javascript console log
72+
b) The network log
73+
c) ...
74+
```
75+
76+
</details>

Diff for: .github/ISSUE_TEMPLATE/1_bug_report.md.license

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

Diff for: .github/ISSUE_TEMPLATE/2_feature_request.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: 🚀 Feature request
3+
about: Suggest an idea for this app
4+
labels: 0. Needs triage, enhancement
5+
---
6+
7+
<!--- Please keep this note for other contributors -->
8+
9+
### How to use GitHub
10+
11+
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
12+
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
13+
* Subscribe to receive notifications on status change and new comments.
14+
15+
---
16+
17+
## Feature request
18+
19+
**Which Nextcloud Version are you currently using:** (see administration page)
20+
21+
**Is your feature request related to a problem? Please describe.**
22+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
23+
24+
**Describe the solution you'd like**
25+
A clear and concise description of what you want to happen.
26+
27+
**Describe alternatives you've considered**
28+
A clear and concise description of any alternative solutions or features you've considered.
29+
30+
**Additional context**
31+
Add any other context or screenshots about the feature request here.

Diff for: .github/ISSUE_TEMPLATE/2_feature_request.md.license

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

Diff for: .github/ISSUE_TEMPLATE/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
contact_links:
4+
- name: 🚨 Report a security or privacy issue
5+
url: https://hackerone.com/nextcloud
6+
about: Report security and privacy related issues privately to the Nextcloud team, so we can coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime.
7+
- name: ❓ Community Support and Help
8+
url: https://help.nextcloud.com/
9+
about: Configuration, webserver/proxy or performance issues and other questions
10+
- name: 💼 Nextcloud Enterprise
11+
url: https://portal.nextcloud.com/
12+
about: If you are a Nextcloud Enterprise customer, or need Professional support, so it can be resolved directly by our dedicated engineers more quickly

Diff for: .github/contributing.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
15
## Submitting issues
26

37
If you have questions about how to install or use Nextcloud, please direct these to our [forum][forum]. We are also available on [IRC][irc].

Diff for: .github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
13
version: 2
24
updates:
35
- package-ecosystem: composer

Diff for: .github/issue_template.md

-86
This file was deleted.

Diff for: .gitignore

+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: 2015 ownCloud, Inc.
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
14
# just sane ignores
25
.*.sw[po]
36
*.bak

Diff for: .l10nignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
13
# compiled vue templates
24
js/

Diff for: .php-cs-fixer.dist.php

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
7+
* SPDX-License-Identifier: AGPL-3.0-or-later
8+
*/
9+
510
require_once './vendor/autoload.php';
611

712
use Nextcloud\CodingStandard\Config;

Diff for: .scrutinizer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2015-2026 ownCloud, Inc.
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
13
filter:
24
excluded_paths:
35
- 'js/jquery*'

Diff for: AUTHORS.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Authors
6+
7+
- Andy Scherzinger <[email protected]>
8+
- Côme Chilliet <[email protected]>
9+
- Georg Ehrke <[email protected]>
10+
- Hemanth Kumar Veeranki <[email protected]>
11+
- Jan-Christoph Borchardt <[email protected]>
12+
- janklostermann <[email protected]>
13+
- Joas Schilling <[email protected]>
14+
- John Molakvoæ <[email protected]>
15+
16+
- Jonas Sulzer <[email protected]>
17+
- Jos Poortvliet <[email protected]>
18+
- Julius Knorr <[email protected]>
19+
- Kyle Meadows <[email protected]>
20+
- Marco Ambrosini <[email protected]>
21+
- MARINA Adrian <[email protected]>
22+
- Marius Blüm <[email protected]>
23+
- Marvin Winkens <[email protected]>
24+
- Morris Jobke <[email protected]>
25+
- mwinkens <[email protected]>
26+
- rabella <[email protected]>
27+
- rakekniven <[email protected]>
28+
29+
- Roeland Jago Douma <[email protected]>
30+
- sahalsaad <[email protected]>
31+
- spoiledtechie <[email protected]>
32+
- Thomas Citharel <[email protected]>
33+
- Vincent Petry <[email protected]>

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
4+
- SPDX-License-Identifier: AGPL-3.0-or-later
5+
-->
16
# Changelog
27
All notable changes to this project will be documented in this file.
38

0 commit comments

Comments
 (0)