From 1ccbf67da231c37801c1406b10000144125aec35 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Apr 2024 11:06:26 +0200 Subject: chore: Run SPDX convertor Signed-off-by: Joas Schilling --- AUTHORS.md | 42 ++++++++++++++++++++++ appinfo/routes.php | 21 ++--------- appinfo/routes/routesAvatarController.php | 21 ++--------- appinfo/routes/routesBotController.php | 21 ++--------- appinfo/routes/routesBreakoutRoomController.php | 21 ++--------- appinfo/routes/routesCallController.php | 21 ++--------- appinfo/routes/routesCertificateController.php | 21 ++--------- appinfo/routes/routesChatController.php | 21 ++--------- appinfo/routes/routesFederationController.php | 21 ++--------- .../routes/routesFilesIntegrationController.php | 21 ++--------- appinfo/routes/routesGuestController.php | 21 ++--------- .../routesHostedSignalingServerController.php | 21 ++--------- appinfo/routes/routesMatterbridgeController.php | 21 ++--------- .../routesMatterbridgeSettingsController.php | 21 ++--------- appinfo/routes/routesPageController.php | 21 ++--------- appinfo/routes/routesPollController.php | 21 ++--------- appinfo/routes/routesPublicShareAuthController.php | 21 ++--------- appinfo/routes/routesReactionController.php | 21 ++--------- appinfo/routes/routesRecordingController.php | 21 ++--------- appinfo/routes/routesRoomController.php | 21 ++--------- appinfo/routes/routesSettingsController.php | 21 ++--------- appinfo/routes/routesSignalingController.php | 21 ++--------- appinfo/routes/routesTempAvatarController.php | 21 ++--------- docs/Talkbuchet.js | 20 ++--------- jest.config.js | 23 ++---------- jest.global.setup.js | 22 ++---------- lib/Activity/Listener.php | 21 ++--------- lib/Activity/Provider/Base.php | 19 ++-------- lib/Activity/Provider/Call.php | 19 ++-------- lib/Activity/Provider/Invitation.php | 19 ++-------- lib/Activity/Setting.php | 19 ++-------- lib/AppInfo/Application.php | 24 ++----------- lib/BackgroundJob/CheckCertificates.php | 21 ++--------- lib/BackgroundJob/CheckHostedSignalingServer.php | 21 ++--------- lib/BackgroundJob/CheckMatterbridges.php | 19 ++-------- lib/BackgroundJob/CheckReferenceIdColumn.php | 19 ++-------- lib/BackgroundJob/ExpireChatMessages.php | 21 ++--------- lib/BackgroundJob/ExpireSignalingMessage.php | 19 ++-------- lib/BackgroundJob/Reminder.php | 23 ++---------- lib/BackgroundJob/RemoveEmptyRooms.php | 19 ++-------- lib/BackgroundJob/ResetAssignedSignalingServer.php | 19 ++-------- lib/BackgroundJob/RetryNotificationsJob.php | 21 ++--------- lib/CachePrefix.php | 23 ++---------- lib/Capabilities.php | 22 ++---------- lib/Chat/AutoComplete/SearchPlugin.php | 19 ++-------- lib/Chat/AutoComplete/Sorter.php | 19 ++-------- lib/Chat/Changelog/Listener.php | 21 ++--------- lib/Chat/Changelog/Manager.php | 19 ++-------- lib/Chat/ChatManager.php | 20 ++--------- lib/Chat/CommentsManager.php | 19 ++-------- lib/Chat/Listener.php | 21 ++--------- lib/Chat/MessageParser.php | 20 ++--------- lib/Chat/Notifier.php | 20 ++--------- lib/Chat/Parser/Changelog.php | 21 ++--------- lib/Chat/Parser/Command.php | 21 ++--------- lib/Chat/Parser/ReactionParser.php | 24 ++----------- lib/Chat/Parser/SystemMessage.php | 19 ++-------- lib/Chat/Parser/UserMention.php | 23 ++---------- lib/Chat/ReactionManager.php | 21 ++--------- lib/Chat/SystemMessage/Listener.php | 21 ++--------- lib/Collaboration/Collaborators/Listener.php | 22 ++---------- lib/Collaboration/Collaborators/RoomPlugin.php | 20 ++--------- .../Reference/ReferenceInvalidationListener.php | 21 ++--------- .../Reference/TalkReferenceProvider.php | 20 ++--------- .../Resources/ConversationProvider.php | 19 ++-------- lib/Collaboration/Resources/Listener.php | 19 ++-------- lib/Command/Bot/Install.php | 21 ++--------- lib/Command/Bot/ListBots.php | 21 ++--------- lib/Command/Bot/Remove.php | 21 ++--------- lib/Command/Bot/Setup.php | 21 ++--------- lib/Command/Bot/State.php | 21 ++--------- lib/Command/Bot/Uninstall.php | 21 ++--------- lib/Command/Developer/UpdateDocs.php | 19 ++-------- lib/Command/Monitor/Calls.php | 19 ++-------- lib/Command/Monitor/HasActiveCalls.php | 19 ++-------- lib/Command/Monitor/Room.php | 19 ++-------- lib/Command/Recording/Consent.php | 21 ++--------- lib/Command/Room/Add.php | 21 ++--------- lib/Command/Room/Create.php | 21 ++--------- lib/Command/Room/Delete.php | 21 ++--------- lib/Command/Room/Demote.php | 21 ++--------- lib/Command/Room/Promote.php | 21 ++--------- lib/Command/Room/Remove.php | 21 ++--------- lib/Command/Room/TRoomCommand.php | 21 ++--------- lib/Command/Room/Update.php | 21 ++--------- lib/Command/Signaling/Add.php | 21 ++--------- lib/Command/Signaling/Delete.php | 21 ++--------- lib/Command/Signaling/ListCommand.php | 21 ++--------- lib/Command/Stun/Add.php | 21 ++--------- lib/Command/Stun/Delete.php | 21 ++--------- lib/Command/Stun/ListCommand.php | 21 ++--------- lib/Command/Turn/Add.php | 21 ++--------- lib/Command/Turn/Delete.php | 21 ++--------- lib/Command/Turn/ListCommand.php | 21 ++--------- lib/Command/User/Remove.php | 21 ++--------- lib/Command/User/TransferOwnership.php | 21 ++--------- lib/Config.php | 19 ++-------- lib/ContactsMenu/Providers/CallProvider.php | 21 ++--------- lib/Controller/AEnvironmentAwareController.php | 23 ++---------- lib/Controller/AvatarController.php | 22 ++---------- lib/Controller/BotController.php | 21 ++--------- lib/Controller/BreakoutRoomController.php | 22 ++---------- lib/Controller/CallController.php | 24 ++----------- lib/Controller/CertificateController.php | 21 ++--------- lib/Controller/ChatController.php | 22 ++---------- lib/Controller/FederationController.php | 25 ++----------- lib/Controller/FilesIntegrationController.php | 22 ++---------- lib/Controller/GuestController.php | 22 ++---------- lib/Controller/HostedSignalingServerController.php | 22 ++---------- lib/Controller/MatterbridgeController.php | 22 ++---------- lib/Controller/MatterbridgeSettingsController.php | 22 ++---------- lib/Controller/PageController.php | 22 ++---------- lib/Controller/PollController.php | 22 ++---------- lib/Controller/PublicShareAuthController.php | 22 ++---------- lib/Controller/ReactionController.php | 22 ++---------- lib/Controller/RecordingController.php | 22 ++---------- lib/Controller/RoomController.php | 24 ++----------- lib/Controller/SettingsController.php | 22 ++---------- lib/Controller/SignalingController.php | 22 ++---------- lib/Controller/TempAvatarController.php | 22 ++---------- lib/Dashboard/TalkWidget.php | 22 ++---------- lib/DataObjects/AccountId.php | 21 ++--------- lib/DataObjects/RegisterAccountData.php | 21 ++--------- lib/Deck/DeckPluginLoader.php | 19 ++-------- lib/Events/AAttendeeRemovedEvent.php | 19 ++-------- lib/Events/ABeforeJoinedRoomEvent.php | 19 ++-------- lib/Events/ACallEndedForEveryoneEvent.php | 19 ++-------- lib/Events/ALobbyModifiedEvent.php | 19 ++-------- lib/Events/AMessageSentEvent.php | 19 ++-------- lib/Events/AParticipantModifiedEvent.php | 19 ++-------- lib/Events/ARoomEvent.php | 19 ++-------- lib/Events/ARoomModifiedEvent.php | 19 ++-------- lib/Events/ASessionLeftRoomEvent.php | 19 ++-------- lib/Events/ASystemMessageSentEvent.php | 19 ++-------- lib/Events/AttendeeRemovedEvent.php | 19 ++-------- lib/Events/AttendeesAddedEvent.php | 19 ++-------- lib/Events/AttendeesEvent.php | 19 ++-------- lib/Events/AttendeesRemovedEvent.php | 19 ++-------- lib/Events/BeforeAttendeeRemovedEvent.php | 19 ++-------- lib/Events/BeforeAttendeesAddedEvent.php | 19 ++-------- lib/Events/BeforeCallEndedForEveryoneEvent.php | 19 ++-------- lib/Events/BeforeChatMessageSentEvent.php | 19 ++-------- lib/Events/BeforeDuplicateShareSentEvent.php | 21 ++--------- lib/Events/BeforeEmailInvitationSentEvent.php | 19 ++-------- lib/Events/BeforeFederatedUserJoinedRoomEvent.php | 19 ++-------- lib/Events/BeforeGuestJoinedRoomEvent.php | 19 ++-------- lib/Events/BeforeGuestsCleanedUpEvent.php | 19 ++-------- lib/Events/BeforeLobbyModifiedEvent.php | 19 ++-------- lib/Events/BeforeParticipantModifiedEvent.php | 19 ++-------- lib/Events/BeforeRoomDeletedEvent.php | 21 ++--------- lib/Events/BeforeRoomModifiedEvent.php | 19 ++-------- lib/Events/BeforeRoomsFetchEvent.php | 21 ++--------- lib/Events/BeforeSessionLeftRoomEvent.php | 19 ++-------- lib/Events/BeforeSignalingResponseSentEvent.php | 19 ++-------- .../BeforeSignalingRoomPropertiesSentEvent.php | 19 ++-------- lib/Events/BeforeSystemMessageSentEvent.php | 19 ++-------- lib/Events/BeforeTurnServersGetEvent.php | 19 ++-------- lib/Events/BeforeUserJoinedRoomEvent.php | 19 ++-------- lib/Events/BotInstallEvent.php | 21 ++--------- lib/Events/BotUninstallEvent.php | 21 ++--------- lib/Events/CallEndedForEveryoneEvent.php | 19 ++-------- lib/Events/CallNotificationSendEvent.php | 19 ++-------- lib/Events/ChatMessageSentEvent.php | 19 ++-------- lib/Events/EmailInvitationSentEvent.php | 19 ++-------- lib/Events/FederatedUserJoinedRoomEvent.php | 19 ++-------- lib/Events/GuestJoinedRoomEvent.php | 19 ++-------- lib/Events/GuestsCleanedUpEvent.php | 19 ++-------- lib/Events/LobbyModifiedEvent.php | 19 ++-------- lib/Events/MessageParseEvent.php | 19 ++-------- lib/Events/ParticipantModifiedEvent.php | 19 ++-------- lib/Events/RoomCreatedEvent.php | 19 ++-------- lib/Events/RoomDeletedEvent.php | 21 ++--------- lib/Events/RoomModifiedEvent.php | 19 ++-------- lib/Events/RoomPasswordVerifyEvent.php | 19 ++-------- lib/Events/SessionLeftRoomEvent.php | 19 ++-------- lib/Events/SystemMessageSentEvent.php | 19 ++-------- lib/Events/SystemMessagesMultipleSentEvent.php | 19 ++-------- lib/Events/UserJoinedRoomEvent.php | 19 ++-------- lib/Exceptions/CannotReachRemoteException.php | 19 ++-------- lib/Exceptions/DialOutFailedException.php | 21 ++--------- lib/Exceptions/ForbiddenException.php | 19 ++-------- .../HostedSignalingServerAPIException.php | 21 ++--------- .../HostedSignalingServerInputException.php | 21 ++--------- lib/Exceptions/ImpossibleToKillException.php | 19 ++-------- lib/Exceptions/InvalidPasswordException.php | 19 ++-------- lib/Exceptions/MessagingNotAllowedException.php | 21 ++--------- lib/Exceptions/ParticipantNotFoundException.php | 19 ++-------- lib/Exceptions/PermissionsException.php | 19 ++-------- lib/Exceptions/ReactionAlreadyExistsException.php | 21 ++--------- lib/Exceptions/ReactionNotSupportedException.php | 21 ++--------- lib/Exceptions/ReactionOutOfContextException.php | 21 ++--------- lib/Exceptions/RecordingNotFoundException.php | 19 ++-------- lib/Exceptions/RemoteClientException.php | 21 ++--------- lib/Exceptions/RoomHasNoModeratorException.php | 19 ++-------- lib/Exceptions/RoomNotFoundException.php | 19 ++-------- lib/Exceptions/UnauthorizedException.php | 19 ++-------- lib/Exceptions/WrongPermissionsException.php | 19 ++-------- lib/Federation/Authenticator.php | 21 ++--------- lib/Federation/BackendNotifier.php | 21 ++--------- lib/Federation/CloudFederationProviderTalk.php | 21 ++--------- lib/Federation/FederationManager.php | 24 ++----------- .../Proxy/TalkV1/Controller/AvatarController.php | 21 ++--------- .../Proxy/TalkV1/Controller/ChatController.php | 21 ++--------- .../Proxy/TalkV1/Controller/PollController.php | 21 ++--------- .../Proxy/TalkV1/Controller/ReactionController.php | 21 ++--------- .../Proxy/TalkV1/Controller/RoomController.php | 21 ++--------- .../Listener/ResourceTypeRegisterListener.php | 23 ++---------- .../TalkV1/Notifier/BeforeRoomDeletedListener.php | 21 ++--------- .../TalkV1/Notifier/CancelRetryOCMListener.php | 19 ++-------- .../Proxy/TalkV1/Notifier/MessageSentListener.php | 19 ++-------- .../Proxy/TalkV1/Notifier/RoomModifiedListener.php | 19 ++-------- lib/Federation/Proxy/TalkV1/ProxyRequest.php | 21 ++--------- lib/Federation/Proxy/TalkV1/UserConverter.php | 21 ++--------- lib/Federation/RestrictionValidator.php | 21 ++--------- lib/Files/Listener.php | 20 ++--------- lib/Files/TemplateLoader.php | 20 ++--------- lib/Files/Util.php | 20 ++--------- lib/Flow/Operation.php | 21 ++--------- lib/Flow/RegisterOperationsListener.php | 19 ++-------- lib/GuestManager.php | 19 ++-------- lib/Listener/AMembershipListener.php | 19 ++-------- lib/Listener/BeforeUserLoggedOutListener.php | 19 ++-------- lib/Listener/BotListener.php | 21 ++--------- lib/Listener/CSPListener.php | 21 ++--------- lib/Listener/CircleDeletedListener.php | 19 ++-------- lib/Listener/CircleMembershipListener.php | 19 ++-------- lib/Listener/DisplayNameListener.php | 19 ++-------- lib/Listener/FeaturePolicyListener.php | 21 ++--------- lib/Listener/GroupDeletedListener.php | 19 ++-------- lib/Listener/GroupMembershipListener.php | 19 ++-------- lib/Listener/NoteToSelfListener.php | 19 ++-------- lib/Listener/RestrictStartingCalls.php | 21 ++--------- lib/Listener/UserDeletedListener.php | 19 ++-------- lib/Manager.php | 19 ++-------- lib/Maps/MapsPluginLoader.php | 19 ++-------- lib/MatterbridgeManager.php | 21 ++--------- ...llowWithoutParticipantWhenPendingInvitation.php | 20 ++--------- lib/Middleware/Attribute/FederationSupported.php | 20 ++--------- .../Attribute/RequireAuthenticatedParticipant.php | 20 ++--------- lib/Middleware/Attribute/RequireCallEnabled.php | 20 ++--------- .../RequireLoggedInModeratorParticipant.php | 20 ++--------- .../Attribute/RequireLoggedInParticipant.php | 20 ++--------- .../Attribute/RequireModeratorOrNoLobby.php | 20 ++--------- .../Attribute/RequireModeratorParticipant.php | 20 ++--------- lib/Middleware/Attribute/RequireParticipant.php | 20 ++--------- ...eParticipantOrLoggedInAndListedConversation.php | 20 ++--------- lib/Middleware/Attribute/RequirePermission.php | 20 ++--------- .../Attribute/RequireReadWriteConversation.php | 20 ++--------- lib/Middleware/Attribute/RequireRoom.php | 20 ++--------- lib/Middleware/CanUseTalkMiddleware.php | 19 ++-------- .../Exceptions/CanNotUseTalkException.php | 19 ++-------- .../FederationUnsupportedFeatureException.php | 21 ++--------- lib/Middleware/Exceptions/LobbyException.php | 19 ++-------- .../Exceptions/NotAModeratorException.php | 19 ++-------- lib/Middleware/Exceptions/ReadOnlyException.php | 19 ++-------- .../UnsupportedClientVersionException.php | 21 ++--------- lib/Middleware/InjectionMiddleware.php | 19 ++-------- lib/Middleware/ParameterOutOfRangeMiddleware.php | 21 ++--------- lib/Migration/CacheUserDisplayNames.php | 19 ++-------- lib/Migration/ClearResourceAccessCache.php | 21 ++--------- lib/Migration/FixNamespaceInDatabaseTables.php | 19 ++-------- lib/Migration/Version10000Date20200819121721.php | 21 ++--------- lib/Migration/Version10000Date20201012144235.php | 21 ++--------- lib/Migration/Version10000Date20201015134000.php | 21 ++--------- lib/Migration/Version10000Date20201015143852.php | 21 ++--------- lib/Migration/Version10000Date20201015150000.php | 21 ++--------- lib/Migration/Version11000Date20200922161218.php | 21 ++--------- lib/Migration/Version11000Date20201011082810.php | 21 ++--------- lib/Migration/Version11000Date20201201102528.php | 19 ++-------- lib/Migration/Version11000Date20201204110210.php | 21 ++--------- lib/Migration/Version11000Date20201209142525.php | 21 ++--------- lib/Migration/Version11000Date20201209142526.php | 21 ++--------- lib/Migration/Version11001Date20210211111527.php | 21 ++--------- lib/Migration/Version11001Date20210212105406.php | 21 ++--------- lib/Migration/Version12000Date20210217134030.php | 21 ++--------- lib/Migration/Version12000Date20210401124139.php | 21 ++--------- lib/Migration/Version12000Date20210528100404.php | 21 ++--------- lib/Migration/Version13000Date20210625232111.php | 21 ++--------- lib/Migration/Version13000Date20210901164235.php | 21 ++--------- lib/Migration/Version13000Date20210921142733.php | 21 ++--------- lib/Migration/Version13000Date20211007192733.php | 21 ++--------- lib/Migration/Version14000Date20211203132513.php | 21 ++--------- lib/Migration/Version14000Date20220217115327.php | 21 ++--------- lib/Migration/Version14000Date20220328153054.php | 21 ++--------- lib/Migration/Version14000Date20220330141647.php | 21 ++--------- lib/Migration/Version15000Date20220427183026.php | 21 ++--------- lib/Migration/Version15000Date20220503121308.php | 21 ++--------- lib/Migration/Version15000Date20220506005058.php | 21 ++--------- lib/Migration/Version16000Date20221110151714.php | 21 ++--------- lib/Migration/Version16000Date20221116163301.php | 21 ++--------- lib/Migration/Version16000Date20221208013745.php | 21 ++--------- lib/Migration/Version16000Date20230502145340.php | 20 ++--------- lib/Migration/Version18000Date20230504205823.php | 21 ++--------- lib/Migration/Version18000Date20230808120823.php | 21 ++--------- lib/Migration/Version18000Date20230821112014.php | 21 ++--------- lib/Migration/Version18000Date20230824123939.php | 21 ++--------- lib/Migration/Version18000Date20230920182747.php | 21 ++--------- lib/Migration/Version18000Date20230928131717.php | 21 ++--------- lib/Migration/Version18000Date20231005091416.php | 21 ++--------- lib/Migration/Version18000Date20231018065816.php | 21 ++--------- lib/Migration/Version18000Date20231024141626.php | 21 ++--------- lib/Migration/Version18000Date20231024141627.php | 21 ++--------- lib/Migration/Version19000Date20240212155937.php | 21 ++--------- lib/Migration/Version19000Date20240214095011.php | 21 ++--------- lib/Migration/Version19000Date20240227084313.php | 21 ++--------- lib/Migration/Version19000Date20240305115243.php | 21 ++--------- lib/Migration/Version19000Date20240312105627.php | 21 ++--------- lib/Migration/Version19000Date20240313134926.php | 21 ++--------- lib/Migration/Version19000Date20240416104656.php | 21 ++--------- lib/Migration/Version2000Date20170707093535.php | 21 ++--------- lib/Migration/Version2000Date20171026140256.php | 21 ++--------- lib/Migration/Version2000Date20171026140257.php | 21 ++--------- lib/Migration/Version2001Date20170707115443.php | 21 ++--------- lib/Migration/Version2001Date20170913104501.php | 21 ++--------- lib/Migration/Version2001Date20170921145301.php | 21 ++--------- lib/Migration/Version2001Date20170929092606.php | 21 ++--------- lib/Migration/Version2001Date20171009132424.php | 21 ++--------- lib/Migration/Version2001Date20171026134605.php | 21 ++--------- lib/Migration/Version2001Date20171026141336.php | 21 ++--------- lib/Migration/Version2001Date20171031102049.php | 21 ++--------- lib/Migration/Version2001Date20180103144447.php | 21 ++--------- lib/Migration/Version2001Date20180103150836.php | 21 ++--------- lib/Migration/Version3002Date20180319104030.php | 21 ++--------- lib/Migration/Version3003Date20180707222130.php | 21 ++--------- lib/Migration/Version3003Date20180718112436.php | 21 ++--------- lib/Migration/Version3003Date20180718133519.php | 19 ++-------- lib/Migration/Version3003Date20180720162342.php | 20 ++--------- lib/Migration/Version3003Date20180722152733.php | 21 ++--------- lib/Migration/Version3003Date20180722152849.php | 21 ++--------- lib/Migration/Version3003Date20180730080327.php | 21 ++--------- lib/Migration/Version4099Date20181001123058.php | 19 ++-------- lib/Migration/Version5099Date20190121102337.php | 19 ++-------- lib/Migration/Version5099Date20190319134820.php | 19 ++-------- lib/Migration/Version6099Date20190627172429.php | 19 ++-------- lib/Migration/Version7000Date20190717141457.php | 19 ++-------- lib/Migration/Version7000Date20190724121136.php | 21 ++--------- lib/Migration/Version7000Date20190724121137.php | 21 ++--------- lib/Migration/Version8000Date20200331144101.php | 21 ++--------- lib/Migration/Version8000Date20200402124456.php | 21 ++--------- lib/Migration/Version8000Date20200407073807.php | 21 ++--------- lib/Migration/Version8000Date20200407115318.php | 21 ++--------- lib/Model/Attachment.php | 19 ++-------- lib/Model/AttachmentMapper.php | 19 ++-------- lib/Model/Attendee.php | 19 ++-------- lib/Model/AttendeeMapper.php | 19 ++-------- lib/Model/Bot.php | 21 ++--------- lib/Model/BotConversation.php | 19 ++-------- lib/Model/BotConversationMapper.php | 19 ++-------- lib/Model/BotServer.php | 19 ++-------- lib/Model/BotServerMapper.php | 19 ++-------- lib/Model/BreakoutRoom.php | 21 ++--------- lib/Model/Consent.php | 21 ++--------- lib/Model/ConsentMapper.php | 21 ++--------- lib/Model/Invitation.php | 23 ++---------- lib/Model/InvitationMapper.php | 21 ++--------- lib/Model/Message.php | 21 ++--------- lib/Model/Poll.php | 21 ++--------- lib/Model/PollMapper.php | 21 ++--------- lib/Model/ProxyCacheMessage.php | 21 ++--------- lib/Model/ProxyCacheMessageMapper.php | 21 ++--------- lib/Model/Reminder.php | 21 ++--------- lib/Model/ReminderMapper.php | 21 ++--------- lib/Model/RetryNotification.php | 21 ++--------- lib/Model/RetryNotificationMapper.php | 21 ++--------- lib/Model/SelectHelper.php | 19 ++-------- lib/Model/Session.php | 19 ++-------- lib/Model/SessionMapper.php | 19 ++-------- lib/Model/Vote.php | 22 ++---------- lib/Model/VoteMapper.php | 21 ++--------- lib/Notification/FederationChatNotifier.php | 21 ++--------- lib/Notification/Listener.php | 21 ++--------- lib/Notification/Notifier.php | 19 ++-------- lib/OCP/Conversation.php | 21 ++--------- lib/OCP/TalkBackend.php | 21 ++--------- lib/Participant.php | 21 ++--------- lib/Profile/TalkAction.php | 21 ++--------- lib/PublicShare/TemplateLoader.php | 20 ++--------- lib/PublicShareAuth/Listener.php | 24 ++----------- lib/PublicShareAuth/TemplateLoader.php | 20 ++--------- lib/Recording/BackendNotifier.php | 21 ++--------- lib/Recording/Listener.php | 21 ++--------- lib/ResponseDefinitions.php | 21 ++--------- lib/Room.php | 23 ++---------- lib/Search/ConversationSearch.php | 21 ++--------- lib/Search/CurrentMessageSearch.php | 19 ++-------- lib/Search/MessageSearch.php | 19 ++-------- lib/Search/UnifiedSearchCSSLoader.php | 19 ++-------- lib/Search/UnifiedSearchFilterPlugin.php | 22 ++---------- lib/Service/AttachmentService.php | 21 ++--------- lib/Service/AvatarService.php | 21 ++--------- lib/Service/BotService.php | 19 ++-------- lib/Service/BreakoutRoomService.php | 21 ++--------- lib/Service/CertificateService.php | 21 ++--------- lib/Service/ChecksumVerificationService.php | 22 ++---------- lib/Service/ConsentService.php | 21 ++--------- lib/Service/HostedSignalingServerService.php | 21 ++--------- lib/Service/MembershipService.php | 19 ++-------- lib/Service/NoteToSelfService.php | 19 ++-------- lib/Service/ParticipantService.php | 19 ++-------- lib/Service/PollService.php | 21 ++--------- lib/Service/ProxyCacheMessageService.php | 21 ++--------- lib/Service/RecordingService.php | 23 ++---------- lib/Service/ReminderService.php | 21 ++--------- lib/Service/RoomFormatter.php | 22 ++---------- lib/Service/RoomService.php | 19 ++-------- lib/Service/SIPDialOutService.php | 21 ++--------- lib/Service/SessionService.php | 19 ++-------- lib/Settings/Admin/AdminSettings.php | 19 ++-------- lib/Settings/Admin/Section.php | 19 ++-------- lib/Settings/Personal.php | 21 ++--------- lib/Share/Helper/DeletedShareAPIController.php | 20 ++--------- lib/Share/Helper/FilesMetadataCache.php | 21 ++--------- lib/Share/Helper/ShareAPIController.php | 20 ++--------- lib/Share/Listener.php | 21 ++--------- lib/Share/RoomShareProvider.php | 24 ++----------- lib/Signaling/BackendNotifier.php | 21 ++--------- lib/Signaling/Listener.php | 19 ++-------- lib/Signaling/Manager.php | 19 ++-------- lib/Signaling/Messages.php | 19 ++-------- lib/Signaling/Responses/DialOut.php | 21 ++--------- lib/Signaling/Responses/DialOutError.php | 21 ++--------- lib/Signaling/Responses/Response.php | 21 ++--------- lib/Status/Listener.php | 24 ++----------- lib/TInitialState.php | 19 ++-------- lib/TalkSession.php | 19 ++-------- lib/Team/TalkTeamResourceProvider.php | 20 ++--------- lib/Webinary.php | 19 ++-------- src/FilesSidebarCallViewApp.vue | 23 ++---------- src/FilesSidebarTabApp.vue | 20 ++--------- src/PublicShareAuthRequestPasswordButton.vue | 21 ++--------- src/PublicShareAuthSidebar.vue | 23 ++---------- src/PublicShareSidebar.vue | 23 ++---------- src/PublicShareSidebarTrigger.vue | 21 ++--------- src/Recording.vue | 18 ++-------- src/__mocks__/svg.js | 21 ++--------- src/assets/markdown.scss | 20 ++--------- src/assets/variables.scss | 21 ++--------- src/collections.js | 21 ++--------- src/components/AdminSettings/AllowedGroups.vue | 23 ++---------- src/components/AdminSettings/BotsSettings.vue | 23 ++---------- src/components/AdminSettings/Federation.vue | 23 ++---------- src/components/AdminSettings/GeneralSettings.vue | 23 ++---------- .../AdminSettings/HostedSignalingServer.vue | 23 ++---------- .../AdminSettings/MatterbridgeIntegration.vue | 23 ++---------- src/components/AdminSettings/RecordingServer.vue | 25 +++---------- src/components/AdminSettings/RecordingServers.vue | 25 +++---------- src/components/AdminSettings/SIPBridge.vue | 23 ++---------- src/components/AdminSettings/SignalingServer.vue | 23 ++---------- src/components/AdminSettings/SignalingServers.vue | 23 ++---------- src/components/AdminSettings/StunServer.vue | 23 ++---------- src/components/AdminSettings/StunServers.vue | 23 ++---------- src/components/AdminSettings/TurnServer.vue | 23 ++---------- src/components/AdminSettings/TurnServers.vue | 23 ++---------- .../AdminSettings/WebServerSetupChecks.vue | 21 ++--------- src/components/AvatarWrapper/AvatarWrapper.vue | 21 ++--------- .../BreakoutRoomsEditor/BreakoutRoomsEditor.vue | 20 ++--------- .../BreakoutRoomsParticipantsEditor.vue | 20 ++--------- .../BreakoutRoomsEditor/SelectableParticipant.vue | 20 ++--------- .../BreakoutRoomsEditor/SendMessageDialog.vue | 20 ++--------- src/components/CallView/CallView.vue | 21 ++--------- src/components/CallView/Grid/Grid.vue | 20 ++--------- src/components/CallView/shared/EmptyCallView.vue | 21 ++--------- .../CallView/shared/LocalAudioControlButton.vue | 20 ++--------- src/components/CallView/shared/LocalVideo.vue | 23 ++---------- .../CallView/shared/LocalVideoControlButton.vue | 20 ++--------- .../CallView/shared/PresenterOverlay.vue | 20 ++--------- src/components/CallView/shared/ReactionToaster.vue | 20 ++--------- src/components/CallView/shared/Screen.vue | 21 ++--------- src/components/CallView/shared/VideoBackground.vue | 20 ++--------- src/components/CallView/shared/VideoBottomBar.vue | 21 ++--------- src/components/CallView/shared/VideoVue.spec.js | 20 ++--------- src/components/CallView/shared/VideoVue.vue | 21 ++--------- .../CallView/shared/ViewerOverlayCallView.vue | 20 ++--------- src/components/ChatView.vue | 21 ++--------- src/components/ConversationIcon.vue | 20 ++--------- src/components/ConversationSettings/BasicInfo.vue | 20 ++--------- .../ConversationSettings/BotsSettings.vue | 20 ++--------- .../ConversationSettings/BreakoutRoomsSettings.vue | 20 ++--------- .../ConversationAvatarEditor.vue | 22 ++---------- .../ConversationPermissionsSettings.vue | 20 ++--------- .../ConversationSettingsDialog.vue | 20 ++--------- src/components/ConversationSettings/DangerZone.vue | 20 ++--------- .../ConversationSettings/ExpirationSettings.vue | 20 ++--------- .../ConversationSettings/LinkShareSettings.vue | 20 ++--------- .../ConversationSettings/ListableSettings.vue | 20 ++--------- .../ConversationSettings/LobbySettings.vue | 20 ++--------- .../ConversationSettings/LockingSettings.vue | 20 ++--------- .../Matterbridge/BridgePart.vue | 20 ++--------- .../Matterbridge/MatterbridgeSettings.vue | 20 ++--------- .../ConversationSettings/NotificationsSettings.vue | 20 ++--------- .../RecordingConsentSettings.vue | 20 ++--------- .../ConversationSettings/SipSettings.vue | 20 ++--------- src/components/GuestWelcomeWindow.vue | 23 ++---------- .../CallPhoneDialog/CallPhoneDialog.vue | 20 ++--------- .../LeftSidebar/ConversationsList/Conversation.vue | 20 ++--------- .../ConversationsList/ConversationSearchResult.vue | 21 ++--------- .../ConversationsList/ConversationsListVirtual.vue | 22 ++---------- .../ConversationsSearchListVirtual.vue | 23 ++---------- src/components/LeftSidebar/InvitationHandler.vue | 20 ++--------- src/components/LeftSidebar/LeftSidebar.vue | 20 ++--------- .../OpenConversationsList.vue | 19 ++-------- src/components/LoadingComponent.vue | 20 ++--------- src/components/LobbyScreen.vue | 21 ++--------- .../MediaSettings/MediaDevicesSelector.vue | 21 ++--------- .../MediaSettings/MediaDevicesSpeakerTest.vue | 23 ++---------- src/components/MediaSettings/MediaSettings.vue | 20 ++--------- .../MediaSettings/VideoBackgroundEditor.vue | 20 ++--------- .../MessagesList/MessagesGroup/Message/Message.vue | 20 ++--------- .../MessageButtonsBar/MessageButtonsBar.vue | 20 ++--------- .../Message/MessageButtonsBar/MessageForwarder.vue | 20 ++--------- .../MessageButtonsBar/MessageTranslateDialog.vue | 21 ++--------- .../Message/MessagePart/AudioPlayer.vue | 20 ++--------- .../MessagesGroup/Message/MessagePart/Contact.vue | 20 ++--------- .../MessagesGroup/Message/MessagePart/DeckCard.vue | 20 ++--------- .../Message/MessagePart/DefaultParameter.vue | 20 ++--------- .../Message/MessagePart/FilePreview.vue | 24 ++----------- .../MessagesGroup/Message/MessagePart/Location.vue | 20 ++--------- .../MessagesGroup/Message/MessagePart/Mention.vue | 20 ++--------- .../Message/MessagePart/MessageBody.vue | 21 ++--------- .../MessagesGroup/Message/MessagePart/Poll.vue | 21 ++--------- .../Message/MessagePart/Reactions.vue | 21 ++--------- .../Message/MessagePart/ReactionsList.vue | 20 ++--------- .../MessagesList/MessagesGroup/MessagesGroup.vue | 20 ++--------- .../MessagesGroup/MessagesSystemGroup.vue | 20 ++--------- src/components/MessagesList/MessagesList.vue | 22 ++---------- .../NewConversationContactsPage.vue | 20 ++--------- .../NewConversationDialog.vue | 20 ++--------- .../NewConversationSetupPage.vue | 21 ++--------- src/components/NewMessage/NewMessage.vue | 22 ++---------- .../NewMessage/NewMessageAbsenceInfo.vue | 20 ++--------- .../NewMessage/NewMessageAttachments.vue | 24 ++----------- .../NewMessage/NewMessageAudioRecorder.vue | 20 ++--------- .../NewMessage/NewMessageNewFileDialog.vue | 24 ++----------- src/components/NewMessage/NewMessagePollEditor.vue | 24 ++----------- .../NewMessage/NewMessageTemplatePreview.vue | 23 ++---------- .../NewMessage/NewMessageTypingIndicator.vue | 20 ++--------- .../NewMessage/NewMessageUploadEditor.vue | 20 ++--------- .../PermissionsEditor/PermissionsEditor.vue | 20 ++--------- src/components/PollViewer/PollViewer.vue | 21 ++--------- src/components/PollViewer/PollVotersDetails.vue | 22 ++---------- src/components/Quote.vue | 20 ++--------- .../BreakoutRooms/BreakoutRoomItem.vue | 21 ++--------- .../BreakoutRooms/BreakoutRoomsTab.vue | 20 ++--------- src/components/RightSidebar/LobbyStatus.vue | 20 ++--------- .../RightSidebar/Participants/Participant.vue | 20 ++--------- .../Participants/ParticipantPermissionsEditor.vue | 20 ++--------- .../RightSidebar/Participants/ParticipantsList.vue | 20 ++--------- .../Participants/ParticipantsListVirtual.vue | 22 ++---------- .../Participants/ParticipantsSearchResults.vue | 20 ++--------- .../RightSidebar/Participants/ParticipantsTab.vue | 20 ++--------- src/components/RightSidebar/RightSidebar.vue | 21 ++--------- .../RightSidebar/SharedItems/SharedItems.vue | 20 ++--------- .../SharedItems/SharedItemsBrowser.vue | 20 ++--------- .../RightSidebar/SharedItems/SharedItemsTab.vue | 20 ++--------- src/components/RightSidebar/SipSettings.vue | 20 ++--------- src/components/RoomSelector.vue | 23 ++---------- src/components/SelectPhoneNumber.vue | 20 ++--------- src/components/SetGuestUsername.vue | 20 ++--------- .../SettingsDialog/MediaDevicesPreview.vue | 21 ++--------- src/components/SettingsDialog/SettingsDialog.vue | 20 ++--------- src/components/TopBar/CallButton.vue | 20 ++--------- src/components/TopBar/CallTime.vue | 19 ++-------- src/components/TopBar/ReactionMenu.vue | 20 ++--------- src/components/TopBar/TopBar.vue | 20 ++--------- src/components/TopBar/TopBarMediaControls.vue | 21 ++--------- src/components/TopBar/TopBarMenu.vue | 20 ++--------- src/components/UIShared/ContactSelectionBubble.vue | 20 ++--------- src/components/UIShared/DialpadPanel.vue | 20 ++--------- src/components/UIShared/EditableTextField.vue | 20 ++--------- src/components/UIShared/Hint.vue | 20 ++--------- src/components/UIShared/LoadingPlaceholder.vue | 21 ++--------- src/components/UIShared/SearchBox.vue | 20 ++--------- src/components/UIShared/TransitionWrapper.vue | 20 ++--------- src/components/UIShared/VolumeIndicator.vue | 21 ++--------- src/composables/useActiveSession.js | 20 ++--------- src/composables/useArrowNavigation.js | 22 ++---------- src/composables/useCombinedSystemMessage.js | 22 ++---------- src/composables/useConversationInfo.js | 23 ++---------- src/composables/useDevices.js | 22 ++---------- src/composables/useGetParticipants.js | 22 ++---------- src/composables/useHashCheck.js | 22 ++---------- src/composables/useIsInCall.js | 22 +++--------- src/composables/useSessionIssueHandler.js | 22 ++---------- src/composables/useSortParticipants.js | 22 +++--------- src/composables/useStore.js | 20 ++--------- src/composables/useViewer.js | 20 ++--------- src/constants.js | 19 ++-------- src/deck.js | 23 ++---------- src/env.d.ts | 22 ++---------- src/flow.js | 21 ++--------- src/init.js | 21 ++--------- src/main.js | 25 ++----------- src/mainAdminSettings.js | 21 ++--------- src/mainFilesSidebar.js | 25 ++----------- src/mainFilesSidebarLoader.js | 21 ++--------- src/mainPublicShareAuthSidebar.js | 19 ++-------- src/mainPublicShareSidebar.js | 19 ++-------- src/mainRecording.js | 27 ++------------ src/maps.js | 23 ++---------- src/regionCodes.js | 19 ++-------- src/router/router.js | 21 ++--------- src/search.js | 23 ++---------- src/services/BrowserStorage.js | 19 ++-------- src/services/DavClient.js | 21 ++--------- src/services/EventBus.js | 21 ++--------- src/services/SessionStorage.js | 19 ++-------- src/services/avatarService.ts | 21 ++--------- src/services/botsService.ts | 21 ++--------- src/services/breakoutRoomsService.ts | 21 ++--------- src/services/callsService.js | 21 ++--------- src/services/certificateService.js | 21 ++--------- src/services/conversationsService.js | 21 ++--------- src/services/federationService.ts | 21 ++--------- src/services/filesIntegrationServices.js | 21 ++--------- src/services/filesSharingServices.js | 21 ++--------- src/services/matterbridgeService.js | 21 ++--------- src/services/mediaDevicePreferences.ts | 21 ++--------- src/services/mentionsService.js | 20 ++--------- src/services/messagesService.ts | 21 ++--------- src/services/participantsService.js | 21 ++--------- src/services/pollService.js | 21 ++--------- src/services/publicShareAuthService.js | 20 ++--------- src/services/reactionsService.ts | 22 ++---------- src/services/recordingService.js | 21 ++--------- src/services/remindersService.js | 21 ++--------- src/services/settingsService.js | 21 ++--------- src/services/sharedItemsService.js | 21 ++--------- src/services/signalingService.js | 19 ++-------- src/services/talkBroadcastChannel.js | 22 ++---------- src/services/translationService.js | 21 ++--------- src/store/actorStore.js | 21 ++--------- src/store/audioRecorderStore.js | 21 ++--------- src/store/callViewStore.js | 22 ++---------- src/store/conversationsStore.js | 21 ++--------- src/store/fileUploadStore.js | 21 ++--------- src/store/index.js | 21 ++--------- src/store/messagesStore.js | 21 ++--------- src/store/participantsStore.js | 21 ++--------- src/store/pollStore.js | 21 ++--------- src/store/sidebarStore.js | 21 ++--------- src/store/soundsStore.js | 21 ++--------- src/store/storeConfig.js | 21 ++--------- src/store/tokenStore.js | 21 ++--------- src/store/uiModeStore.js | 21 ++--------- src/store/windowVisibilityStore.js | 21 ++--------- src/stores/bots.ts | 21 ++--------- src/stores/breakoutRooms.ts | 22 ++---------- src/stores/chatExtras.js | 22 ++---------- src/stores/federation.ts | 21 ++--------- src/stores/guestName.js | 22 ++---------- src/stores/integrations.js | 22 ++---------- src/stores/reactions.js | 22 ++---------- src/stores/settings.js | 21 ++--------- src/stores/sharedItems.js | 22 ++---------- src/stores/talkHash.js | 22 ++---------- src/test-helpers.js | 23 ++---------- src/test-setup.js | 23 ++---------- src/utils/EmitterMixin.js | 20 ++--------- src/utils/SignalingParticipantList.js | 20 ++--------- src/utils/SignalingParticipantList.spec.js | 20 ++--------- src/utils/SignalingTypingHandler.js | 20 ++--------- src/utils/SignalingTypingHandler.spec.js | 20 ++--------- src/utils/browserCheck.js | 22 ++---------- src/utils/cancelableRequest.js | 23 ++---------- src/utils/conversation.js | 21 ++--------- src/utils/fileUpload.js | 21 ++--------- src/utils/handleUrl.ts | 22 ++---------- src/utils/isDarkTheme.js | 22 ++---------- .../JitsiStreamBackgroundEffect.spec.js | 20 ++--------- src/utils/media/pipeline/BlackVideoEnforcer.js | 20 ++--------- .../media/pipeline/BlackVideoEnforcer.spec.js | 20 ++--------- src/utils/media/pipeline/MediaDevicesSource.js | 20 ++--------- .../media/pipeline/MediaDevicesSource.spec.js | 20 ++--------- src/utils/media/pipeline/SpeakingMonitor.js | 20 ++--------- src/utils/media/pipeline/TrackConstrainer.js | 20 ++--------- src/utils/media/pipeline/TrackEnabler.js | 20 ++--------- src/utils/media/pipeline/TrackEnabler.spec.js | 20 ++--------- src/utils/media/pipeline/TrackSink.js | 20 ++--------- src/utils/media/pipeline/TrackSinkMixin.js | 20 ++--------- src/utils/media/pipeline/TrackSinkSource.js | 20 ++--------- src/utils/media/pipeline/TrackSource.js | 20 ++--------- src/utils/media/pipeline/TrackSourceMixin.js | 20 ++--------- src/utils/media/pipeline/TrackToStream.js | 20 ++--------- src/utils/media/pipeline/TrackToStream.spec.js | 20 ++--------- src/utils/media/pipeline/VirtualBackground.js | 22 ++---------- src/utils/media/pipeline/VirtualBackground.spec.js | 20 ++--------- src/utils/readableNumber.ts | 19 ++-------- src/utils/requestTabLeadership.js | 22 ++---------- src/utils/signaling.js | 33 ++--------------- src/utils/sounds.js | 19 ++-------- src/utils/textParse.ts | 22 ++---------- src/utils/userStatus.js | 21 ++--------- src/utils/webrtc/MediaDevicesManager.js | 20 ++--------- src/utils/webrtc/RemoteVideoBlocker.js | 20 ++--------- src/utils/webrtc/RemoteVideoBlocker.spec.js | 20 ++--------- src/utils/webrtc/SentVideoQualityThrottler.js | 20 ++--------- src/utils/webrtc/SpeakingStatusHandler.js | 22 ++---------- src/utils/webrtc/SpeakingWhileMutedWarner.js | 20 ++--------- src/utils/webrtc/VideoConstrainer.js | 20 ++--------- src/utils/webrtc/analyzers/AverageStatValue.js | 20 ++--------- .../webrtc/analyzers/AverageStatValue.spec.js | 4 +++ src/utils/webrtc/analyzers/CallAnalyzer.js | 20 ++--------- src/utils/webrtc/analyzers/ParticipantAnalyzer.js | 20 ++--------- .../webrtc/analyzers/PeerConnectionAnalyzer.js | 20 ++--------- src/utils/webrtc/index.js | 20 ++--------- .../webrtc/models/CallParticipantCollection.js | 20 ++--------- src/utils/webrtc/models/CallParticipantModel.js | 20 ++--------- .../webrtc/models/LocalCallParticipantModel.js | 20 ++--------- src/utils/webrtc/models/LocalMediaModel.js | 20 ++--------- src/utils/webrtc/shims/MediaStream.js | 20 ++--------- src/utils/webrtc/shims/MediaStreamTrack.js | 20 ++--------- src/utils/webrtc/webrtc.js | 33 ++--------------- src/views/AdminSettings.vue | 23 ++---------- src/views/FilesSidebarCallView.js | 20 ++--------- src/views/FilesSidebarChatView.vue | 20 ++--------- templates/settings/personal/clients.php | 21 ++--------- .../features/bootstrap/CommandLineTrait.php | 23 ++---------- .../features/bootstrap/FeatureContext.php | 20 ++--------- .../features/bootstrap/FederationContext.php | 27 ++------------ .../features/bootstrap/RecordingTrait.php | 19 ++-------- .../features/bootstrap/SharingContext.php | 20 ++--------- tests/integration/mocks/FakeRecordingServer.php | 19 ++-------- tests/integration/mocks/FakeSignalingServer.php | 19 ++-------- tests/integration/spreedcheats/appinfo/routes.php | 21 ++--------- .../spreedcheats/lib/AppInfo/Application.php | 19 ++-------- .../spreedcheats/lib/Controller/ApiController.php | 21 ++--------- .../spreedcheats/lib/PreferenceListener.php | 19 ++-------- .../LoremIpsumSpeechToTextProvider.php | 21 ++--------- .../Translation/LoremIpsumTranslationProvider.php | 21 ++--------- tests/php/Activity/Provider/BaseTest.php | 19 ++-------- tests/php/Activity/Provider/InvitationTest.php | 19 ++-------- tests/php/Activity/SettingTest.php | 19 ++-------- .../CheckHostedSignalingServerTest.php | 21 ++--------- tests/php/BackgroundJob/RemoveEmptyRoomsTest.php | 21 ++--------- tests/php/CapabilitiesTest.php | 21 ++--------- tests/php/Chat/AutoComplete/SearchPluginTest.php | 19 ++-------- tests/php/Chat/AutoComplete/SorterTest.php | 19 ++-------- tests/php/Chat/ChatManagerTest.php | 20 ++--------- tests/php/Chat/NotifierTest.php | 20 ++--------- tests/php/Chat/Parser/SystemMessageTest.php | 19 ++-------- tests/php/Chat/Parser/UserMentionTest.php | 20 ++--------- tests/php/Chat/SystemMessage/ListenerTest.php | 19 ++-------- .../Collaboration/Collaborators/RoomPluginTest.php | 20 ++--------- .../Reference/TalkReferenceProviderTest.php | 19 ++-------- .../Resources/ConversationProviderTest.php | 19 ++-------- tests/php/Command/Signaling/AddTest.php | 21 ++--------- tests/php/Command/Signaling/DeleteTest.php | 21 ++--------- tests/php/Command/Signaling/ListCommandTest.php | 21 ++--------- tests/php/Command/Stun/AddTest.php | 21 ++--------- tests/php/Command/Stun/DeleteTest.php | 21 ++--------- tests/php/Command/Stun/ListCommandTest.php | 21 ++--------- tests/php/Command/Turn/AddTest.php | 21 ++--------- tests/php/Command/Turn/DeleteTest.php | 21 ++--------- tests/php/Command/Turn/ListCommandTest.php | 21 ++--------- tests/php/ConfigTest.php | 19 ++-------- tests/php/Controller/ChatControllerTest.php | 20 ++--------- tests/php/Controller/SignalingControllerTest.php | 20 ++--------- tests/php/EventDocumentationTest.php | 21 ++--------- tests/php/Federation/FederationTest.php | 18 ++-------- tests/php/Listener/RestrictStartingCallsTest.php | 21 ++--------- tests/php/Mocks/GetTurnServerListener.php | 19 ++-------- tests/php/Model/AttendeeMapperTest.php | 19 ++-------- tests/php/Notification/NotifierTest.php | 19 ++-------- tests/php/Recording/BackendNotifierTest.php | 22 ++---------- tests/php/Service/AvatarServiceTest.php | 21 ++--------- tests/php/Service/BreakoutRoomServiceTest.php | 21 ++--------- tests/php/Service/CertificateServiceTest.php | 21 ++--------- .../Service/ChecksumVerificationServiceTest.php | 21 ++--------- tests/php/Service/ParticipantServiceTest.php | 19 ++-------- tests/php/Service/ProxyCacheMessageServiceTest.php | 21 ++--------- tests/php/Service/RecordingServiceTest.php | 23 ++---------- tests/php/Service/RoomServiceTest.php | 19 ++-------- tests/php/Service/SIPDialOutServiceTest.php | 19 ++-------- tests/php/Settings/Admin/AdminSettingsTest.php | 19 ++-------- tests/php/Settings/Admin/SectionTest.php | 19 ++-------- tests/php/Signaling/ListenerTest.php | 20 ++--------- tests/php/TalkSessionTest.php | 21 ++--------- tests/php/bootstrap.php | 19 ++-------- webpack.common.config.js | 22 ++---------- 779 files changed, 1687 insertions(+), 14384 deletions(-) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 000000000..a9cd8b267 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,42 @@ + +# Authors + +- Arthur Schiwon +- Bjoern Schiessle +- Carl Schwan +- Christoph Wurst +- Christopher Ng +- Daniel Calviño Sánchez +- Daniel Rudolf +- Denis Mosolov +- Dorra Jaouad +- Elmer Miroslav Mosher Golovin +- Fon E. Noel NFEBE +- Gary Kim +- Grigorii K. Shartsev +- Immanuel Pasanec +- Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ +- Ivan Sein +- Joachim Bauch +- Joas Schilling +- John Molakvoæ +- Julien Veyssier +- Julius Härtl +- Kate Döen +- Lukas Reschke +- Maksim Sukharev +- Marcel Müller +- Marco Ambrosini +- Mario Danic +- Morris Jobke +- Richard Steinmetz +- Robin Appelman +- Roeland Jago Douma +- Sergio Bertolín +- Thomas Müller +- Vincent Petry +- Vitor Mattos +- ownCloud, Inc. diff --git a/appinfo/routes.php b/appinfo/routes.php index 3713ff1b2..66e72865d 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Lukas Reschke - * - * @author Lukas Reschke - * - * @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: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/appinfo/routes/routesAvatarController.php b/appinfo/routes/routesAvatarController.php index 35e76a6f7..ac67c6af0 100644 --- a/appinfo/routes/routesAvatarController.php +++ b/appinfo/routes/routesAvatarController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022, Vitor Mattos - * - * @author Vitor Mattos - * - * @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 */ $requirements = [ diff --git a/appinfo/routes/routesBotController.php b/appinfo/routes/routesBotController.php index d0623a1b5..22c2931f4 100644 --- a/appinfo/routes/routesBotController.php +++ b/appinfo/routes/routesBotController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023, Joas Schilling - * - * @author Joas Schilling - * - * @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 */ $requirements = [ diff --git a/appinfo/routes/routesBreakoutRoomController.php b/appinfo/routes/routesBreakoutRoomController.php index bed72d0ae..94bc9ffff 100644 --- a/appinfo/routes/routesBreakoutRoomController.php +++ b/appinfo/routes/routesBreakoutRoomController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022 Joas Schilling - * - * @author Joas Schilling - * - * @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 */ $requirements = [ diff --git a/appinfo/routes/routesCallController.php b/appinfo/routes/routesCallController.php index 07f7c781c..dcb08da77 100644 --- a/appinfo/routes/routesCallController.php +++ b/appinfo/routes/routesCallController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Lukas Reschke - * - * @author Lukas Reschke - * - * @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: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ $requirements = [ diff --git a/appinfo/routes/routesCertificateController.php b/appinfo/routes/routesCertificateController.php index 41ecbbc5e..0f67d186a 100644 --- a/appinfo/routes/routesCertificateController.php +++ b/appinfo/routes/routesCertificateController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Marcel Müller - * - * @author Marcel Müller - * - * @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 */ $requirements = [ diff --git a/appinfo/routes/routesChatController.php b/appinfo/routes/routesChatController.php index 503133d98..d6933d1ca 100644 --- a/appinfo/routes/routesChatController.php +++ b/appinfo/routes/routesChatController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Lukas Reschke - * - * @author Lukas Reschke - * - * @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: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ $requirements = [ diff --git a/appinfo/routes/routesFederationController.php b/appinfo/routes/routesFederationController.php index a76f0bcd2..967e60317 100644 --- a/appinfo/routes/routesFederationController.php +++ b/appinfo/routes/routesFederationController.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Lukas Reschke - * - * @author Lukas Reschke - * - * @licen