Browse Source
chore: Add SPDX header
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>pull/45499/head
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
258 changed files with 707 additions and 4853 deletions
-
3.editorconfig
-
2.gitattributes
-
3.gitmodules
-
32.reuse/dep5
-
3.user.ini
-
9AUTHORS
-
17LICENSES/LicenseRef-Unsplash.txt
-
2Makefile
-
5apps/admin_audit/appinfo/info.xml
-
25apps/admin_audit/lib/Actions/Action.php
-
23apps/admin_audit/lib/Actions/AppManagement.php
-
24apps/admin_audit/lib/Actions/Auth.php
-
24apps/admin_audit/lib/Actions/Console.php
-
24apps/admin_audit/lib/Actions/Files.php
-
26apps/admin_audit/lib/Actions/GroupManagement.php
-
23apps/admin_audit/lib/Actions/Security.php
-
27apps/admin_audit/lib/Actions/Sharing.php
-
24apps/admin_audit/lib/Actions/Trashbin.php
-
28apps/admin_audit/lib/Actions/UserManagement.php
-
24apps/admin_audit/lib/Actions/Versions.php
-
30apps/admin_audit/lib/AppInfo/Application.php
-
23apps/admin_audit/lib/AuditLogger.php
-
24apps/admin_audit/lib/BackgroundJobs/Rotate.php
-
23apps/admin_audit/lib/IAuditLogger.php
-
22apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
-
23apps/admin_audit/tests/Actions/SecurityTest.php
-
2autotest-checkers.sh
-
9autotest-external.sh
-
14autotest.sh
-
23core/Command/App/Disable.php
-
24core/Command/App/Enable.php
-
21core/Command/App/GetPath.php
-
26core/Command/App/Install.php
-
25core/Command/App/ListApps.php
-
25core/Command/App/Remove.php
-
26core/Command/App/Update.php
-
21core/Command/Background/Delete.php
-
21core/Command/Background/Job.php
-
20core/Command/Background/JobBase.php
-
21core/Command/Background/JobWorker.php
-
21core/Command/Background/ListCommand.php
-
26core/Command/Base.php
-
22core/Command/Broadcast/Test.php
-
25core/Command/Check.php
-
21core/Command/Config/App/Base.php
-
22core/Command/Config/App/DeleteConfig.php
-
22core/Command/Config/App/GetConfig.php
-
22core/Command/Config/App/SetConfig.php
-
24core/Command/Config/Import.php
-
23core/Command/Config/ListConfigs.php
-
21core/Command/Config/System/Base.php
-
24core/Command/Config/System/DeleteConfig.php
-
23core/Command/Config/System/GetConfig.php
-
25core/Command/Config/System/SetConfig.php
-
22core/Command/Db/AddMissingColumns.php
-
29core/Command/Db/AddMissingIndices.php
-
22core/Command/Db/AddMissingPrimaryKeys.php
-
30core/Command/Db/ConvertFilecacheBigInt.php
-
23core/Command/Db/ConvertMysqlToMB4.php
-
33core/Command/Db/ConvertType.php
-
23core/Command/Db/Migrations/ExecuteCommand.php
-
24core/Command/Db/Migrations/GenerateCommand.php
-
23core/Command/Db/Migrations/MigrateCommand.php
-
24core/Command/Db/Migrations/StatusCommand.php
-
26core/Command/Encryption/ChangeKeyStorageRoot.php
-
31core/Command/Encryption/DecryptAll.php
-
22core/Command/Encryption/Disable.php
-
23core/Command/Encryption/Enable.php
-
26core/Command/Encryption/EncryptAll.php
-
24core/Command/Encryption/ListModules.php
-
21core/Command/Encryption/MigrateKeyStorage.php
-
24core/Command/Encryption/SetDefaultModule.php
-
24core/Command/Encryption/ShowKeyStorageRoot.php
-
22core/Command/Encryption/Status.php
-
21core/Command/FilesMetadata/Get.php
-
23core/Command/Group/Add.php
-
22core/Command/Group/AddUser.php
-
22core/Command/Group/Delete.php
-
21core/Command/Group/Info.php
-
23core/Command/Group/ListCommand.php
-
22core/Command/Group/RemoveUser.php
-
19core/Command/Info/FileUtils.php
-
19core/Command/Info/Space.php
-
28core/Command/Integrity/CheckApp.php
-
26core/Command/Integrity/CheckCore.php
-
25core/Command/Integrity/SignApp.php
-
25core/Command/Integrity/SignCore.php
-
23core/Command/InterruptedException.php
-
24core/Command/L10n/CreateJs.php
-
26core/Command/Log/File.php
-
27core/Command/Log/Manage.php
-
23core/Command/Maintenance/DataFingerprint.php
-
30core/Command/Maintenance/Install.php
-
23core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
-
25core/Command/Maintenance/Mimetype/UpdateDB.php
-
25core/Command/Maintenance/Mimetype/UpdateJS.php
-
26core/Command/Maintenance/Mode.php
-
29core/Command/Maintenance/Repair.php
-
21core/Command/Maintenance/RepairShareOwnership.php
-
24core/Command/Maintenance/UpdateHtaccess.php
@ -1,3 +1,5 @@ |
|||
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-License-Identifier: AGPL-3.0-or-later |
|||
/dist/* binary |
|||
/package-lock.json merge=binary |
|||
/core/css/*.css* binary |
|||
|
|||
@ -1,3 +1,6 @@ |
|||
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-FileCopyrightText: 2016 ownCloud, Inc. |
|||
# SPDX-License-Identifier: AGPL-3.0-only |
|||
[submodule "3rdparty"] |
|||
path = 3rdparty |
|||
url = https://github.com/nextcloud/3rdparty.git |
|||
@ -1,3 +1,6 @@ |
|||
; SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors |
|||
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc. |
|||
; SPDX-License-Identifier: AGPL-3.0-only |
|||
mbstring.func_overload=0 |
|||
always_populate_raw_post_data=-1 |
|||
default_charset='UTF-8' |
|||
|
|||
@ -0,0 +1,17 @@ |
|||
License |
|||
|
|||
Unsplash visuals are made to be used freely. Our license reflects that. |
|||
|
|||
* All images can be downloaded and used for free |
|||
* Commercial and non-commercial purposes |
|||
* No permission needed (though attribution is appreciated!) |
|||
|
|||
What is not permitted 👎 |
|||
|
|||
* Images cannot be sold without significant modification. |
|||
* Compiling images from Unsplash to replicate a similar or competing service. |
|||
|
|||
|
|||
Longform |
|||
|
|||
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. |
|||
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue