summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-26 16:01:48 +0200
committerGitHub <noreply@github.com>2024-04-26 16:01:48 +0200
commit0ace1fe5ca9e7c7e8a51bd91d8007d58deb2e096 (patch)
tree45ed9786b245ab2042c7dab9f71bb92460e9af35
parent6ef0278e3715301f36c9ff8a9e27de7297a98593 (diff)
parent539fce8686a1200c80bba3765e5648061434975a (diff)
Merge pull request #12207 from nextcloud/spdx-2
Spdx 2 - Script run, do not modify
-rw-r--r--AUTHORS.md42
-rw-r--r--appinfo/routes.php21
-rw-r--r--appinfo/routes/routesAvatarController.php21
-rw-r--r--appinfo/routes/routesBotController.php21
-rw-r--r--appinfo/routes/routesBreakoutRoomController.php21
-rw-r--r--appinfo/routes/routesCallController.php21
-rw-r--r--appinfo/routes/routesCertificateController.php21
-rw-r--r--appinfo/routes/routesChatController.php21
-rw-r--r--appinfo/routes/routesFederationController.php21
-rw-r--r--appinfo/routes/routesFilesIntegrationController.php21
-rw-r--r--appinfo/routes/routesGuestController.php21
-rw-r--r--appinfo/routes/routesHostedSignalingServerController.php21
-rw-r--r--appinfo/routes/routesMatterbridgeController.php21
-rw-r--r--appinfo/routes/routesMatterbridgeSettingsController.php21
-rw-r--r--appinfo/routes/routesPageController.php21
-rw-r--r--appinfo/routes/routesPollController.php21
-rw-r--r--appinfo/routes/routesPublicShareAuthController.php21
-rw-r--r--appinfo/routes/routesReactionController.php21
-rw-r--r--appinfo/routes/routesRecordingController.php21
-rw-r--r--appinfo/routes/routesRoomController.php21
-rw-r--r--appinfo/routes/routesSettingsController.php21
-rw-r--r--appinfo/routes/routesSignalingController.php21
-rw-r--r--appinfo/routes/routesTempAvatarController.php21
-rw-r--r--docs/Talkbuchet.js20
-rw-r--r--jest.config.js23
-rw-r--r--jest.global.setup.js22
-rw-r--r--lib/Activity/Listener.php21
-rw-r--r--lib/Activity/Provider/Base.php19
-rw-r--r--lib/Activity/Provider/Call.php19
-rw-r--r--lib/Activity/Provider/Invitation.php19
-rw-r--r--lib/Activity/Setting.php19
-rw-r--r--lib/AppInfo/Application.php24
-rw-r--r--lib/BackgroundJob/CheckCertificates.php21
-rw-r--r--lib/BackgroundJob/CheckHostedSignalingServer.php21
-rw-r--r--lib/BackgroundJob/CheckMatterbridges.php19
-rw-r--r--lib/BackgroundJob/CheckReferenceIdColumn.php19
-rw-r--r--lib/BackgroundJob/ExpireChatMessages.php21
-rw-r--r--lib/BackgroundJob/ExpireSignalingMessage.php19
-rw-r--r--lib/BackgroundJob/Reminder.php23
-rw-r--r--lib/BackgroundJob/RemoveEmptyRooms.php19
-rw-r--r--lib/BackgroundJob/ResetAssignedSignalingServer.php19
-rw-r--r--lib/BackgroundJob/RetryNotificationsJob.php21
-rw-r--r--lib/CachePrefix.php26
-rw-r--r--lib/Capabilities.php22
-rw-r--r--lib/Chat/AutoComplete/SearchPlugin.php19
-rw-r--r--lib/Chat/AutoComplete/Sorter.php19
-rw-r--r--lib/Chat/Changelog/Listener.php21
-rw-r--r--lib/Chat/Changelog/Manager.php19
-rw-r--r--lib/Chat/ChatManager.php20
-rw-r--r--lib/Chat/CommentsManager.php19
-rw-r--r--lib/Chat/Listener.php21
-rw-r--r--lib/Chat/MessageParser.php20
-rw-r--r--lib/Chat/Notifier.php20
-rw-r--r--lib/Chat/Parser/Changelog.php21
-rw-r--r--lib/Chat/Parser/Command.php21
-rw-r--r--lib/Chat/Parser/ReactionParser.php24
-rw-r--r--lib/Chat/Parser/SystemMessage.php19
-rw-r--r--lib/Chat/Parser/UserMention.php23
-rw-r--r--lib/Chat/ReactionManager.php21
-rw-r--r--lib/Chat/SystemMessage/Listener.php21
-rw-r--r--lib/Collaboration/Collaborators/Listener.php22
-rw-r--r--lib/Collaboration/Collaborators/RoomPlugin.php20
-rw-r--r--lib/Collaboration/Reference/ReferenceInvalidationListener.php21
-rw-r--r--lib/Collaboration/Reference/TalkReferenceProvider.php20
-rw-r--r--lib/Collaboration/Resources/ConversationProvider.php19
-rw-r--r--lib/Collaboration/Resources/Listener.php19
-rw-r--r--lib/Command/Bot/Install.php21
-rw-r--r--lib/Command/Bot/ListBots.php21
-rw-r--r--lib/Command/Bot/Remove.php21
-rw-r--r--lib/Command/Bot/Setup.php21
-rw-r--r--lib/Command/Bot/State.php21
-rw-r--r--lib/Command/Bot/Uninstall.php21
-rw-r--r--lib/Command/Developer/UpdateDocs.php19
-rw-r--r--lib/Command/Monitor/Calls.php19
-rw-r--r--lib/Command/Monitor/HasActiveCalls.php19
-rw-r--r--lib/Command/Monitor/Room.php19
-rw-r--r--lib/Command/Recording/Consent.php21
-rw-r--r--lib/Command/Room/Add.php21
-rw-r--r--lib/Command/Room/Create.php21
-rw-r--r--lib/Command/Room/Delete.php21
-rw-r--r--lib/Command/Room/Demote.php21
-rw-r--r--lib/Command/Room/Promote.php21