summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-04-26 11:06:26 +0200
committerJoas Schilling <coding@schilljs.com>2024-04-26 13:02:15 +0200
commit1ccbf67da231c37801c1406b10000144125aec35 (patch)
tree9415bd0f88b9b4269ccb614a57313435a1703f7d
parent6ef0278e3715301f36c9ff8a9e27de7297a98593 (diff)
chore: Run SPDX convertor
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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.php23
-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