-
Notifications
You must be signed in to change notification settings - Fork 36
Add SPDX header #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add SPDX header #787
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
180f71c
docs: Add SPDX header
AndyScherzinger 0e189ac
ci: Add reuse check
AndyScherzinger 286655f
docs: Add reuse badge
AndyScherzinger 0f74a66
chore(assets): Recompile assets
nextcloud-command a2704ae
style: fix indentation
AndyScherzinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
/js/*.js binary | ||
/js/*.js.map binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors | ||
SPDX-License-Identifier: AGPL-3.0-or-later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors | ||
SPDX-License-Identifier: AGPL-3.0-or-later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
blank_issues_enabled: false | ||
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
contact_links: | ||
- name: ❓ Question | ||
- name: 🚨 Report a security or privacy issue | ||
url: https://hackerone.com/nextcloud | ||
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. | ||
- name: ❓ Community Support and Help | ||
url: https://help.nextcloud.com/ | ||
about: I have a question … | ||
about: Configuration, webserver/proxy or performance issues and other questions | ||
- name: 💼 Nextcloud Enterprise | ||
url: https://portal.nextcloud.com/ | ||
about: If you are a Nextcloud Enterprise customer, or need Professional support, so it can be resolved directly by our dedicated engineers more quickly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This workflow is provided via the organization template repository | ||
# | ||
# https://github.com/nextcloud/.github | ||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization | ||
|
||
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: REUSE Compliance Check | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
reuse-compliance-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
|
||
- name: REUSE Compliance Check | ||
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
js/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- | ||
~ SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
~ SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
# Authors | ||
|
||
- Abo Khalid <[email protected]> | ||
- Allan Nordhøy <[email protected]> | ||
- Andy Scherzinger <[email protected]> | ||
- Arthur Schiwon <[email protected]> | ||
- Benjamin Gaussorgues <[email protected]> | ||
- Björn Schießle <[email protected]> | ||
- Carl Schwan <[email protected]> | ||
- Christoph Wurst <[email protected]> | ||
- Côme Chilliet <[email protected]> | ||
- Daniel Kesselberg <[email protected]> | ||
- Ferdinand Thiessen <[email protected]> | ||
- Florian Voit <[email protected]> | ||
- Georg Ehrke <[email protected]> | ||
- Joas Schilling <[email protected]> | ||
- John Molakvoæ <[email protected]> | ||
- Jos Poortvliet <[email protected]> | ||
- Josh Richards <[email protected]> | ||
- Julius Härtl <[email protected]> | ||
- Louis Chemineau <[email protected]> | ||
- Lukas Reschke <[email protected]> | ||
- Marco Baggio <[email protected]> | ||
- Markus <[email protected]> | ||
- Matthieu Gallien <[email protected]> | ||
- Maxence Lange <[email protected]> | ||
- Morris Jobke <[email protected]> | ||
- Mostafa Ahangarha <[email protected]> | ||
- Pytal <[email protected]> | ||
- rakekniven <[email protected]> | ||
- Roeland Jago Douma <[email protected]> | ||
- skjnldsv <[email protected]> | ||
- Tobias Kaminsky <[email protected]> | ||
- Valdnet <[email protected]> | ||
- Vincent Petry <[email protected]> | ||
- Walt <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<!-- | ||
- SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors | ||
- SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
## Release 1.11.0-beta.1 | ||
|
||
- Compatibility with NC 25 | ||
- Large performance improvement in the dav plugins | ||
- Allow user to delete their own keys from the settings | ||
- Allow admin to limit who (list of groups) can use the app | ||
- Make user agents allowed to interact with e2ee configurable by admin | ||
- Updated translations | ||
- Updated translations |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all *-when-unrelated.yml files are invalid and should be removed.
We fixed the normal actions in the meantime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me, while I would leave that to @artonge and @Altahrim
But good to know, I seen them quite often when adding SPDX headers to repos