Browse Source
chore: Add SPDX header
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>pull/45592/head
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
310 changed files with 714 additions and 4734 deletions
-
2.devcontainer/Dockerfile.license
-
4.devcontainer/README.md
-
4.devcontainer/codespace.config.php
-
2.devcontainer/devcontainer.json.license
-
2.devcontainer/docker-compose.yml
-
5.devcontainer/entrypoint.sh
-
2.devcontainer/launch.json.license
-
5.devcontainer/postStart.sh
-
4.devcontainer/setup.sh
-
2.github/workflows/autocheckers.yml
-
2.github/workflows/block-outdated-3rdparty.yml
-
2.github/workflows/command-pull-3rdparty.yml
-
51.github/workflows/command-rebase.yml
-
2.github/workflows/files-external-ftp.yml
-
2.github/workflows/files-external-s3.yml
-
2.github/workflows/files-external-sftp.yml
-
2.github/workflows/files-external-smb-kerberos.yml
-
2.github/workflows/files-external-smb.yml
-
2.github/workflows/files-external-webdav.yml
-
2.github/workflows/files-external.yml
-
2.github/workflows/integration-s3-primary.yml
-
2.github/workflows/integration-sqlite.yml
-
2.github/workflows/object-storage-azure.yml
-
2.github/workflows/object-storage-s3.yml
-
2.github/workflows/object-storage-swift.yml
-
2.github/workflows/performance.yml
-
2.github/workflows/phpunit-32bits.yml
-
3.github/workflows/phpunit-memcached.yml
-
6.github/workflows/phpunit-nodb.yml
-
2.github/workflows/stale.yml
-
2.github/workflows/static-code-analysis.yml
-
2.github/workflows/update-cacert-bundle.yml
-
2.github/workflows/update-code-signing-crl.yml
-
2.github/workflows/update-psalm-baseline.yml
-
2.idea/codeStyleSettings.xml.license
-
9.reuse/dep5
-
5AUTHORS
-
4apps/cloud_federation_api/README.md
-
4apps/cloud_federation_api/appinfo/info.xml
-
2apps/cloud_federation_api/openapi.json.license
-
2apps/comments/img/comments-dark.svg
-
2apps/comments/img/comments.svg
-
2apps/comments/openapi.json.license
-
4apps/contactsinteraction/appinfo/info.xml
-
19apps/encryption/css/settings-admin.css
-
4apps/lookup_server_connector/appinfo/info.xml
-
24apps/lookup_server_connector/lib/AppInfo/Application.php
-
28apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
-
25apps/lookup_server_connector/lib/UpdateLookupServer.php
-
2apps/oauth2/.l10nignore
-
22apps/oauth2/appinfo/routes.php
-
20apps/oauth2/lib/BackgroundJob/CleanupExpiredAuthorizationCode.php
-
24apps/oauth2/lib/Controller/LoginRedirectorController.php
-
24apps/oauth2/lib/Controller/OauthApiController.php
-
26apps/oauth2/lib/Controller/SettingsController.php
-
22apps/oauth2/lib/Db/AccessToken.php
-
24apps/oauth2/lib/Db/AccessTokenMapper.php
-
21apps/oauth2/lib/Db/Client.php
-
23apps/oauth2/lib/Db/ClientMapper.php
-
22apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
-
22apps/oauth2/lib/Exceptions/ClientNotFoundException.php
-
22apps/oauth2/lib/Migration/SetTokenExpiration.php
-
21apps/oauth2/lib/Migration/Version010401Date20181207190718.php
-
21apps/oauth2/lib/Migration/Version010402Date20190107124745.php
-
21apps/oauth2/lib/Migration/Version011601Date20230522143227.php
-
21apps/oauth2/lib/Migration/Version011602Date20230613160650.php
-
21apps/oauth2/lib/Migration/Version011603Date20230620111039.php
-
22apps/oauth2/lib/Settings/Admin.php
-
2apps/oauth2/openapi.json.license
-
23apps/oauth2/src/App.vue
-
23apps/oauth2/src/components/OAuthItem.vue
-
23apps/oauth2/src/main.js
-
19apps/oauth2/templates/admin.php
-
24apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php
-
24apps/oauth2/tests/Controller/OauthApiControllerTest.php
-
25apps/oauth2/tests/Controller/SettingsControllerTest.php
-
22apps/oauth2/tests/Db/AccessTokenMapperTest.php
-
23apps/oauth2/tests/Db/ClientMapperTest.php
-
22apps/oauth2/tests/Settings/AdminTest.php
-
2apps/theming/.l10nignore
-
6apps/theming/README.md
-
4apps/theming/appinfo/info.xml
-
28apps/theming/appinfo/routes.php
-
2apps/theming/css/default.css
-
4apps/theming/js/theming.js
-
23apps/theming/lib/AppInfo/Application.php
-
26apps/theming/lib/Capabilities.php
-
21apps/theming/lib/Command/UpdateConfig.php
-
27apps/theming/lib/Controller/IconController.php
-
37apps/theming/lib/Controller/ThemingController.php
-
27apps/theming/lib/Controller/UserThemeController.php
-
20apps/theming/lib/ITheme.php
-
25apps/theming/lib/IconBuilder.php
-
33apps/theming/lib/ImageManager.php
-
21apps/theming/lib/Jobs/MigrateBackgroundImages.php
-
21apps/theming/lib/Listener/BeforePreferenceListener.php
-
21apps/theming/lib/Listener/BeforeTemplateRenderedListener.php
-
21apps/theming/lib/Migration/InitBackgroundImagesMigration.php
-
21apps/theming/lib/ResponseDefinitions.php
-
24apps/theming/lib/Service/BackgroundService.php
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -1,5 +1,8 @@ |
|||
#!/bin/bash |
|||
|
|||
# |
|||
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-License-Identifier: AGPL-3.0-or-later |
|||
# |
|||
sudo service apache2 start |
|||
|
|||
while sleep 1000; do :; done |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -1,5 +1,8 @@ |
|||
#!/bin/bash |
|||
|
|||
# |
|||
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-License-Identifier: AGPL-3.0-or-later |
|||
# |
|||
# Set git safe.directory |
|||
git config --global --add safe.directory /var/www/html |
|||
git config --global --add safe.directory /var/www/html/3rdparty |
@ -1,51 +0,0 @@ |
|||
# 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 |
|||
|
|||
name: Rebase command |
|||
|
|||
on: |
|||
issue_comment: |
|||
types: created |
|||
|
|||
permissions: |
|||
contents: read |
|||
|
|||
jobs: |
|||
rebase: |
|||
runs-on: ubuntu-latest |
|||
permissions: |
|||
contents: none |
|||
|
|||
# On pull requests and if the comment starts with `/rebase` |
|||
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase') |
|||
|
|||
steps: |
|||
- name: Add reaction on start |
|||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v3.0.1 |
|||
with: |
|||
token: ${{ secrets.COMMAND_BOT_PAT }} |
|||
repository: ${{ github.event.repository.full_name }} |
|||
comment-id: ${{ github.event.comment.id }} |
|||
reaction-type: "+1" |
|||
|
|||
- name: Checkout the latest code |
|||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.5.2 |
|||
with: |
|||
fetch-depth: 0 |
|||
token: ${{ secrets.COMMAND_BOT_PAT }} |
|||
|
|||
- name: Automatic Rebase |
|||
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691 # 1.8 |
|||
env: |
|||
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} |
|||
|
|||
- name: Add reaction on failure |
|||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v3.0.1 |
|||
if: failure() |
|||
with: |
|||
token: ${{ secrets.COMMAND_BOT_PAT }} |
|||
repository: ${{ github.event.repository.full_name }} |
|||
comment-id: ${{ github.event.comment.id }} |
|||
reaction-type: "-1" |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2014 ownCloud, Inc. |
|||
SPDX-License-Identifier: AGPL-3.0-only |
@ -1,2 +1,6 @@ |
|||
<!-- |
|||
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors |
|||
- SPDX-License-Identifier: AGPL-3.0-or-later |
|||
--> |
|||
# cloud_federation_api |
|||
The cloud federation API allows to share information like files, contacts, calendars, incoming calls, etc across Nextcloud instances |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -1 +1 @@ |
|||
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m6.667 4c-2.578 0-4.667 2.105-4.667 4.7v11.282c0 2.597 2.09 4.701 4.667 4.701 1.716 0.01 12.083 3e-3 17.057 0 1.115 0.842 1.807 1.748 3.057 3.206a0.93 0.93 0 0 0 0.561 0.103 0.969 0.969 0 0 0 0.445-0.187c0.302-0.223 0.466-0.603 0.427-0.988l-0.314-2.912a4.699 4.699 0 0 0 2.1-3.923v-11.281c0-2.596-2.09-4.701-4.667-4.701zm3.733 8.461c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21zm5.6 0c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21zm5.6 0c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21z" stroke-width=".5"/></svg> |
|||
<svg viewBox="0 0 32 32" width="32" height="32" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M2 22V4c0-.55.196-1.021.588-1.413A1.926 1.926 0 0 1 4 2h16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413v12a1.93 1.93 0 0 1-.587 1.413A1.93 1.93 0 0 1 20 18H6l-4 4Zm6-11a.969.969 0 0 0 .713-.288A.968.968 0 0 0 9 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 8 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 7 10c0 .283.096.521.288.712A.965.965 0 0 0 8 11Zm4 0a.969.969 0 0 0 .713-.288A.968.968 0 0 0 13 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 12 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 10c0 .283.096.521.288.712A.965.965 0 0 0 12 11Zm4 0a.969.969 0 0 0 .713-.288A.968.968 0 0 0 17 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 16 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 15 10c0 .283.096.521.288.712A.965.965 0 0 0 16 11Z" style="fill-rule:nonzero" transform="matrix(-1.4 0 0 1.4 32.8 -.8)"/></svg> |
@ -1 +1 @@ |
|||
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m6.667 4c-2.578 0-4.667 2.105-4.667 4.7v11.282c0 2.597 2.09 4.701 4.667 4.701 1.716 0.01 12.083 3e-3 17.057 0 1.115 0.842 1.807 1.748 3.057 3.206a0.93 0.93 0 0 0 0.561 0.103 0.969 0.969 0 0 0 0.445-0.187c0.302-0.223 0.466-0.603 0.427-0.988l-0.314-2.912a4.699 4.699 0 0 0 2.1-3.923v-11.281c0-2.596-2.09-4.701-4.667-4.701zm3.733 8.461c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21zm5.6 0c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21zm5.6 0c1.03 0 1.867 0.842 1.867 1.88 0 1.676-2.01 2.514-3.187 1.33-1.176-1.184-0.343-3.21 1.32-3.21z" fill="#fff" stroke-width=".5"/></svg> |
|||
<svg viewBox="0 0 32 32" width="32" height="32" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M2 22V4c0-.55.196-1.021.588-1.413A1.926 1.926 0 0 1 4 2h16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413v12a1.93 1.93 0 0 1-.587 1.413A1.93 1.93 0 0 1 20 18H6l-4 4Zm6-11a.969.969 0 0 0 .713-.288A.968.968 0 0 0 9 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 8 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 7 10c0 .283.096.521.288.712A.965.965 0 0 0 8 11Zm4 0a.969.969 0 0 0 .713-.288A.968.968 0 0 0 13 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 12 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 10c0 .283.096.521.288.712A.965.965 0 0 0 12 11Zm4 0a.969.969 0 0 0 .713-.288A.968.968 0 0 0 17 10a.968.968 0 0 0-.287-.712A.969.969 0 0 0 16 9a.965.965 0 0 0-.712.288A.965.965 0 0 0 15 10c0 .283.096.521.288.712A.965.965 0 0 0 16 11Z" style="fill:#fff;fill-rule:nonzero" transform="matrix(-1.4 0 0 1.4 32.8 -.8)"/></svg> |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -1,2 +1,4 @@ |
|||
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-License-Identifier: AGPL-3.0-or-later |
|||
# compiled vue templates |
|||
js/ |
@ -0,0 +1,2 @@ |
|||
SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors |
|||
SPDX-License-Identifier: AGPL-3.0-or-later |
@ -1 +1,3 @@ |
|||
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors |
|||
# SPDX-License-Identifier: AGPL-3.0-or-later |
|||
js/3rdparty/ |
@ -1 +1,5 @@ |
|||
/** |
|||
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors |
|||
* SPDX-License-Identifier: AGPL-3.0-or-later |
|||
*/ |
|||
OCA.Theming = OCP.InitialState.loadState('theming', 'data') |
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue