From bcb7052900719a78595f271353a2d9a5012f451e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Apr 2024 09:37:27 +0200 Subject: chore: Add copyrights in some files Signed-off-by: Joas Schilling --- .editorconfig | 2 ++ .eslintignore | 2 ++ .eslintrc.js | 4 ++++ .gitattributes | 2 ++ .php-cs-fixer.dist.php | 4 ++++ .readthedocs.yaml | 2 ++ .stylelintignore | 5 ++++- CHANGELOG.md | 4 ++++ LICENSES/LicenseRef-Nasa.txt | 1 + Makefile | 3 +++ README.md | 4 ++++ appinfo/info.xml | 4 ++++ babel.config.js | 4 ++++ composer/autoload.php | 4 ++++ css/icons.css | 4 ++++ css/publicshare.css | 5 +++++ css/publicshareauth.css | 5 +++++ css/unified-search.css | 4 ++++ docs/HPB-P2P.png.license | 2 ++ docs/HPB-log-simplifier.sh | 18 ++-------------- docs/Talkbuchet-cli.py | 18 ++-------------- docs/Talkbuchet-run.sh | 18 ++-------------- docs/botscreenshots/call-summary.png.license | 2 ++ docs/botscreenshots/currency-convertor.png.license | 2 ++ docs/botscreenshots/stable-diffusion.png.license | 2 ++ docs/botscreenshots/welcome-bot.png.license | 2 ++ docs/call-in-action.jpg.license | 2 ++ docs/call-in-action.png.license | 2 ++ docs/chat.png.license | 2 ++ docs/file-darg-and-drop.png.license | 2 ++ docs/screensharing.png.license | 2 ++ docs/screenshotplaceholders/placeholder-0.jpeg | Bin 693130 -> 55252 bytes docs/screenshotplaceholders/placeholder-3.jpeg | Bin 480170 -> 37683 bytes docs/screenshotplaceholders/placeholder-6.jpeg | Bin 560811 -> 114845 bytes docs/screenshotplaceholders/placeholder-8.jpeg | Bin 529489 -> 71347 bytes docs/video-verfication.png.license | 2 ++ img/COPYING | 15 ------------- img/backgrounds/COPYING | 24 --------------------- img/bridge-bot.png | Bin 2534 -> 995 bytes img/bridge-services/discord.svg | 2 +- img/bridge-services/irc.svg | 2 +- img/bridge-services/matrix.svg | 11 ++++++++-- img/bridge-services/msteams.svg | 9 +------- img/bridge-services/rocketchat.svg | 7 +++++- img/bridge-services/slack.svg | 11 +--------- img/bridge-services/xmpp.svg | 3 +-- img/bridge-services/zulip.svg | 7 ++++-- img/clip-add-file.svg | 1 - img/menu-people.svg | 2 +- img/no-password.svg | 2 +- img/share-window.svg | 1 - mkdocs.yml | 3 +++ src/App.vue | 20 ++--------------- src/__mocks__/router.js | 4 ++++ src/__mocks__/tabbable.js | 4 ++++ src/__mocks__/webdav.js | 4 ++++ .../missingMaterialDesignIcons/MenuPeople.vue | 5 +++++ src/components/AvatarWrapper/AvatarWrapper.spec.js | 4 ++++ .../CallView/shared/VideoBottomBar.spec.js | 4 ++++ src/components/EmptyView.vue | 5 +++++ .../ConversationsList/Conversation.spec.js | 4 ++++ src/components/LeftSidebar/LeftSidebar.spec.js | 4 ++++ .../MessagesGroup/Message/Message.spec.js | 4 ++++ .../MessageButtonsBar/MessageButtonsBar.spec.js | 4 ++++ .../Message/MessagePart/FilePreview.spec.js | 4 ++++ .../Message/MessagePart/Reactions.spec.js | 4 ++++ .../MessagesGroup/MessagesGroup.spec.js | 4 ++++ src/components/MessagesList/MessagesList.spec.js | 4 ++++ .../BreakoutRooms/BreakoutRoomsActions.vue | 5 +++++ .../RightSidebar/Participants/Participant.spec.js | 4 ++++ .../ParticipantPermissionsEditor.spec.js | 4 ++++ .../SharedItems/sharedItemsConstants.js | 4 ++++ src/components/RoomSelector.spec.js | 4 ++++ .../__tests__/mediaDevicePreferences.spec.js | 4 ++++ src/services/__tests__/messagesService.spec.js | 4 ++++ src/services/conversationsService.spec.js | 4 ++++ src/services/filesSharingServices.spec.js | 4 ++++ src/store/actorStore.spec.js | 4 ++++ src/store/callViewStore.spec.js | 4 ++++ src/store/conversationsStore.spec.js | 4 ++++ src/store/fileUploadStore.spec.js | 4 ++++ src/store/messagesStore.spec.js | 4 ++++ src/store/participantsStore.spec.js | 4 ++++ src/store/sidebarStore.spec.js | 4 ++++ src/stores/__tests__/bots.spec.js | 4 ++++ src/stores/__tests__/chatExtras.spec.js | 4 ++++ src/stores/__tests__/federation.spec.js | 4 ++++ src/stores/__tests__/guestName.spec.js | 4 ++++ src/stores/__tests__/integrations.spec.js | 4 ++++ src/stores/__tests__/reactions.spec.js | 4 ++++ src/stores/__tests__/settings.spec.js | 4 ++++ src/stores/__tests__/sharedItems.spec.js | 4 ++++ src/stores/__tests__/talkHash.spec.js | 4 ++++ src/types/index.ts | 4 ++++ src/types/vendor/@nextcloud/vue.d.ts | 4 ++++ src/types/vendor/crypto-js.d.ts | 4 ++++ src/types/vendor/vue-material-design-icons.d.ts | 4 ++++ src/utils/__tests__/fileUpload.spec.js | 4 ++++ src/utils/__tests__/formattedTime.spec.js | 4 ++++ src/utils/__tests__/getItemTypeFromMessage.spec.js | 4 ++++ src/utils/__tests__/handleUrl.spec.js | 4 ++++ src/utils/__tests__/readableNumber.spec.js | 4 ++++ src/utils/__tests__/textParse.spec.js | 4 ++++ src/utils/clipboard.js | 4 ++++ src/utils/formattedTime.ts | 4 ++++ src/utils/getItemTypeFromMessage.ts | 4 ++++ .../JitsiStreamBackgroundEffect.js | 4 ++++ .../JitsiStreamBackgroundEffect.worker.js | 4 ++++ .../effects/virtual-background/TimerWorker.js | 4 ++++ .../media/effects/virtual-background/index.js | 4 ++++ .../vendor/tflite/tflite-simd.js | 5 ++++- .../virtual-background/vendor/tflite/tflite.js | 5 ++++- src/utils/webrtc/simplewebrtc/getscreenmedia.js | 5 +++++ src/utils/webrtc/simplewebrtc/localmedia.js | 5 +++++ src/utils/webrtc/simplewebrtc/peer.js | 5 +++++ src/utils/webrtc/simplewebrtc/simplewebrtc.js | 5 +++++ src/utils/webrtc/simplewebrtc/webrtc.js | 5 +++++ src/views/FlowPostToConversation.vue | 5 +++++ src/views/MainView.vue | 5 +++++ src/views/NotFoundView.vue | 5 +++++ src/views/SessionConflictView.vue | 5 +++++ src/views/WelcomeView.vue | 5 +++++ stylelint.config.js | 4 ++++ templates/authenticate.php | 7 ++++++ templates/index.php | 4 ++++ templates/recording.php | 4 ++++ templates/settings/admin-settings.php | 7 ++++++ tests/integration/config/behat.yml | 3 +++ tests/integration/features/scaling/README.md | 4 ++++ tests/integration/run-docker.sh | 19 ++-------------- tests/integration/run.sh | 3 +++ tests/integration/spreedcheats/appinfo/info.xml | 4 ++++ .../stubs/GuzzleHttp_Exception_ClientException.php | 4 ++++ .../GuzzleHttp_Exception_ConnectException.php | 4 ++++ .../stubs/GuzzleHttp_Exception_ServerException.php | 4 ++++ tests/stubs/oc_comments_comment.php | 5 ++++- tests/stubs/oc_comments_manager.php | 5 ++++- tests/stubs/oc_core_command_base.php | 5 ++++- tests/stubs/oc_hooks_emitter.php | 5 ++++- tests/stubs/oc_http_client_response.php | 5 ++++- tests/stubs/oca_circles.php | 5 ++++- tests/stubs/oca_federation_trustedservers.php | 5 ++++- tests/stubs/oca_files_events.php | 5 ++++- webpack.config.js | 4 ++++ 144 files changed, 501 insertions(+), 164 deletions(-) create mode 100644 LICENSES/LicenseRef-Nasa.txt create mode 100644 docs/HPB-P2P.png.license create mode 100644 docs/botscreenshots/call-summary.png.license create mode 100644 docs/botscreenshots/currency-convertor.png.license create mode 100644 docs/botscreenshots/stable-diffusion.png.license create mode 100644 docs/botscreenshots/welcome-bot.png.license create mode 100644 docs/call-in-action.jpg.license create mode 100644 docs/call-in-action.png.license create mode 100644 docs/chat.png.license create mode 100644 docs/file-darg-and-drop.png.license create mode 100644 docs/screensharing.png.license create mode 100644 docs/video-verfication.png.license delete mode 100644 img/COPYING delete mode 100644 img/backgrounds/COPYING mode change 100644 => 100755 img/bridge-services/discord.svg delete mode 100644 img/clip-add-file.svg delete mode 100644 img/share-window.svg diff --git a/.editorconfig b/.editorconfig index c4484e457..753a0ac6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 # https://editorconfig.org root = true diff --git a/.eslintignore b/.eslintignore index 1e26c9025..006a2fa4d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 /js/* /src/utils/media/effects/virtual-background/vendor/* /tests/* diff --git a/.eslintrc.js b/.eslintrc.js index fc548f0c1..6c23b72ee 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ module.exports = { extends: [ '@nextcloud', diff --git a/.gitattributes b/.gitattributes index 3ce6f238f..e9e386c31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 /js/*.js binary /js/*.js.map binary diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 67bcaf346..3411df208 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. diff --git a/LICENSES/LicenseRef-Nasa.txt b/LICENSES/LicenseRef-Nasa.txt new file mode 100644 index 000000000..fcf41e08d --- /dev/null +++ b/LICENSES/LicenseRef-Nasa.txt @@ -0,0 +1 @@ +The picture https://images.nasa.gov/details/iss036e005944 is licensed under https://www.nasa.gov/multimedia/guidelines/index.html diff --git a/Makefile b/Makefile index d9a0a1b75..1c3da838b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + # Makefile for building the project app_name=spreed diff --git a/README.md b/README.md index 11ac307b0..e8768a196 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + # Nextcloud Talk **A video & audio conferencing app for Nextcloud** diff --git a/appinfo/info.xml b/appinfo/info.xml index 74817d5e2..dd5894a1c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,4 +1,8 @@ + spreed diff --git a/babel.config.js b/babel.config.js index 8be4fc38b..6f249242a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ const babelConfig = require('@nextcloud/babel-config') module.exports = babelConfig diff --git a/composer/autoload.php b/composer/autoload.php index a075e1e88..b1c7bd340 100644 --- a/composer/autoload.php +++ b/composer/autoload.php @@ -1,5 +1,9 @@ -# -# @license GNU AGPL version 3 or any later version -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later ########################################### # High-performance backend log simplifier # diff --git a/docs/Talkbuchet-cli.py b/docs/Talkbuchet-cli.py index ad830ed26..843df28d1 100644 --- a/docs/Talkbuchet-cli.py +++ b/docs/Talkbuchet-cli.py @@ -1,20 +1,6 @@ # -# @copyright Copyright (c) 2022, Daniel Calviño Sánchez (danxuliu@gmail.com) -# -# @license GNU AGPL version 3 or any later version -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later # """ diff --git a/docs/Talkbuchet-run.sh b/docs/Talkbuchet-run.sh index c8198538d..3769118fe 100755 --- a/docs/Talkbuchet-run.sh +++ b/docs/Talkbuchet-run.sh @@ -1,21 +1,7 @@ #!/usr/bin/env bash -# @copyright Copyright (c) 2022, Daniel Calviño Sánchez (danxuliu@gmail.com) -# -# @license GNU AGPL version 3 or any later version -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later # Helper script to run Talkbuchet, the helper tool for load/stress testing of # Nextcloud Talk. diff --git a/docs/botscreenshots/call-summary.png.license b/docs/botscreenshots/call-summary.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/botscreenshots/call-summary.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/botscreenshots/currency-convertor.png.license b/docs/botscreenshots/currency-convertor.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/botscreenshots/currency-convertor.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/botscreenshots/stable-diffusion.png.license b/docs/botscreenshots/stable-diffusion.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/botscreenshots/stable-diffusion.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/botscreenshots/welcome-bot.png.license b/docs/botscreenshots/welcome-bot.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/botscreenshots/welcome-bot.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/call-in-action.jpg.license b/docs/call-in-action.jpg.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/call-in-action.jpg.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/call-in-action.png.license b/docs/call-in-action.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/call-in-action.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/chat.png.license b/docs/chat.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/chat.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/file-darg-and-drop.png.license b/docs/file-darg-and-drop.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/file-darg-and-drop.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/screensharing.png.license b/docs/screensharing.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/screensharing.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/docs/screenshotplaceholders/placeholder-0.jpeg b/docs/screenshotplaceholders/placeholder-0.jpeg index a0499dc4e..000606c5f 100644 Binary files a/docs/screenshotplaceholders/placeholder-0.jpeg and b/docs/screenshotplaceholders/placeholder-0.jpeg differ diff --git a/docs/screenshotplaceholders/placeholder-3.jpeg b/docs/screenshotplaceholders/placeholder-3.jpeg index 3af445876..502d41c9c 100644 Binary files a/docs/screenshotplaceholders/placeholder-3.jpeg and b/docs/screenshotplaceholders/placeholder-3.jpeg differ diff --git a/docs/screenshotplaceholders/placeholder-6.jpeg b/docs/screenshotplaceholders/placeholder-6.jpeg index ec1913984..bbbb123b0 100644 Binary files a/docs/screenshotplaceholders/placeholder-6.jpeg and b/docs/screenshotplaceholders/placeholder-6.jpeg differ diff --git a/docs/screenshotplaceholders/placeholder-8.jpeg b/docs/screenshotplaceholders/placeholder-8.jpeg index 4a50de2cc..43488d2fa 100644 Binary files a/docs/screenshotplaceholders/placeholder-8.jpeg and b/docs/screenshotplaceholders/placeholder-8.jpeg differ diff --git a/docs/video-verfication.png.license b/docs/video-verfication.png.license new file mode 100644 index 000000000..a6272dd93 --- /dev/null +++ b/docs/video-verfication.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: CC0-1.0 diff --git a/img/COPYING b/img/COPYING deleted file mode 100644 index 3342a3be6..000000000 --- a/img/COPYING +++ /dev/null @@ -1,15 +0,0 @@ -## join_call.ogg -@author Marco Ambrosini (marcoambrosini@icloud.com) -@license CC0-1.0 - -## leave_call.ogg -@author Marco Ambrosini (marcoambrosini@icloud.com) -@license CC0-1.0 - -## join_call.flac -@author Marco Ambrosini (marcoambrosini@icloud.com) -@license CC0-1.0 - -## leave_call.flac -@author Marco Ambrosini (marcoambrosini@icloud.com) -@license CC0-1.0 \ No newline at end of file diff --git a/img/backgrounds/COPYING b/img/backgrounds/COPYING deleted file mode 100644 index 32a142ffe..000000000 --- a/img/backgrounds/COPYING +++ /dev/null @@ -1,24 +0,0 @@ -The following pictures contained in this folder - -https://stocksnap.io/photo/house-interior-ZZ1IHRDEML -https://stocksnap.io/photo/interior-design-BY59S6FSEP -https://stocksnap.io/photo/abstract-background-RKQU798YK0 - -are licensed under CC0 1.0 Universal (CC0 1.0) -Public Domain Dedication. More information -at https://creativecommons.org/publicdomain/zero/1.0/ - ---- -The following pictures contained in this folder -https://commons.wikimedia.org/wiki/File:Wooden_footbridge_in_Shinjuku_Gyoen_National_Garden,_Tokyo,_Japan,_a_sunny_day_with_blue_sky.jpg -https://commons.wikimedia.org/wiki/File:Long_Room_Interior,_Trinity_College_Dublin,_Ireland_-_Diliff.jpg -https://commons.wikimedia.org/wiki/File:La_Fenice_Opera_House_from_the_stage.jpg -https://stocksnap.io/photo/beach-summer-0M1SPKYTR4 - -are licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. More information at https://creativecommons.org/licenses/by-sa/4.0/deed.en - ---- -The following picture contained in this folder -https://images.nasa.gov/details/iss036e005944 - -is licensed under https://www.nasa.gov/multimedia/guidelines/index.html \ No newline at end of file diff --git a/img/bridge-bot.png b/img/bridge-bot.png index 7d0e54b45..99ab81e48 100644 Binary files a/img/bridge-bot.png and b/img/bridge-bot.png differ diff --git a/img/bridge-services/discord.svg b/img/bridge-services/discord.svg old mode 100644 new mode 100755 index 80ad913b5..6ed3af2e1 --- a/img/bridge-services/discord.svg +++ b/img/bridge-services/discord.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/img/bridge-services/irc.svg b/img/bridge-services/irc.svg index a181b1e33..79321362f 100644 --- a/img/bridge-services/irc.svg +++ b/img/bridge-services/irc.svg @@ -1 +1 @@ - + diff --git a/img/bridge-services/matrix.svg b/img/bridge-services/matrix.svg index 1c529e183..f2106b2da 100644 --- a/img/bridge-services/matrix.svg +++ b/img/bridge-services/matrix.svg @@ -1,2 +1,9 @@ - - + + + Matrix (protocol) logo + + + + + + diff --git a/img/bridge-services/msteams.svg b/img/bridge-services/msteams.svg index 313ed0cbd..454a6a8dc 100644 --- a/img/bridge-services/msteams.svg +++ b/img/bridge-services/msteams.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/img/bridge-services/rocketchat.svg b/img/bridge-services/rocketchat.svg index 118bff69a..85ff1edb7 100644 --- a/img/bridge-services/rocketchat.svg +++ b/img/bridge-services/rocketchat.svg @@ -1 +1,6 @@ - + + + + + + diff --git a/img/bridge-services/slack.svg b/img/bridge-services/slack.svg index a07d8eb36..83226f46f 100644 --- a/img/bridge-services/slack.svg +++ b/img/bridge-services/slack.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/img/bridge-services/xmpp.svg b/img/bridge-services/xmpp.svg index 2bfed781c..065b68742 100644 --- a/img/bridge-services/xmpp.svg +++ b/img/bridge-services/xmpp.svg @@ -1,2 +1 @@ - - + \ No newline at end of file diff --git a/img/bridge-services/zulip.svg b/img/bridge-services/zulip.svg index b6bee9f15..4067be1c0 100644 --- a/img/bridge-services/zulip.svg +++ b/img/bridge-services/zulip.svg @@ -1,2 +1,5 @@ - - + + + + + diff --git a/img/clip-add-file.svg b/img/clip-add-file.svg deleted file mode 100644 index d1b13a1d1..000000000 --- a/img/clip-add-file.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/img/menu-people.svg b/img/menu-people.svg index 2b59f50e4..903e627c7 100644 --- a/img/menu-people.svg +++ b/img/menu-people.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/img/no-password.svg b/img/no-password.svg index 5e1b6782e..b2a348c4a 100644 --- a/img/no-password.svg +++ b/img/no-password.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/img/share-window.svg b/img/share-window.svg deleted file mode 100644 index 77daab8db..000000000 --- a/img/share-window.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/mkdocs.yml b/mkdocs.yml index fdde99a1d..f91ccb03c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + site_name: Nextcloud Talk API documentation theme: diff --git a/src/App.vue b/src/App.vue index 155c79e8a..2e78711cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,6 @@