Browse Source
Fix license tag
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6113/head
Joas Schilling
4 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
83 changed files with
83 additions and
83 deletions
-
src/collections.js
-
src/constants.js
-
src/dashboard.js
-
src/deck.js
-
src/flow.js
-
src/init.js
-
src/main.js
-
src/mainAdminSettings.js
-
src/mainFilesSidebar.js
-
src/mainFilesSidebarLoader.js
-
src/mainPublicShareAuthSidebar.js
-
src/mainPublicShareSidebar.js
-
src/mixins/arrowNavigation.js
-
src/mixins/browserCheck.js
-
src/mixins/call.js
-
src/mixins/isInCall.js
-
src/mixins/isInLobby.js
-
src/mixins/participant.js
-
src/mixins/readableNumber.js
-
src/mixins/sessionIssueHandler.js
-
src/mixins/talkHashCheck.js
-
src/mixins/userStatus.js
-
src/mixins/video.js
-
src/mixins/vueAtReparenter.js
-
src/router/router.js
-
src/services/BrowserStorage.js
-
src/services/DavClient.js
-
src/services/EventBus.js
-
src/services/SessionStorage.js
-
src/services/callsService.js
-
src/services/conversationsService.js
-
src/services/filesIntegrationServices.js
-
src/services/filesSharingServices.js
-
src/services/matterbridgeService.js
-
src/services/mentionsService.js
-
src/services/messagesService.js
-
src/services/participantsService.js
-
src/services/publicShareAuthService.js
-
src/services/settingsService.js
-
src/services/signalingService.js
-
src/store/actorStore.js
-
src/store/audioRecorderStore.js
-
src/store/callViewStore.js
-
src/store/conversationsStore.js
-
src/store/fileUploadStore.js
-
src/store/guestNameStore.js
-
src/store/helper.js
-
src/store/index.js
-
src/store/messageActionsStore.js
-
src/store/messagesStore.js
-
src/store/newGroupConversationStore.js
-
src/store/participantsStore.js
-
src/store/quoteReplyStore.js
-
src/store/settingsStore.js
-
src/store/sidebarStore.js
-
src/store/soundsStore.js
-
src/store/storeConfig.js
-
src/store/talkHashStore.js
-
src/store/tokenStore.js
-
src/store/windowVisibilityStore.js
-
src/test-helpers.js
-
src/test-setup.js
-
src/utils/cancelableRequest.js
-
src/utils/fileUpload.js
-
src/utils/signaling.js
-
src/utils/sounds.js
-
src/utils/webrtc/MediaDevicesManager.js
-
src/utils/webrtc/SentVideoQualityThrottler.js
-
src/utils/webrtc/SpeakingWhileMutedWarner.js
-
src/utils/webrtc/VideoConstrainer.js
-
src/utils/webrtc/analyzers/AverageStatValue.js
-
src/utils/webrtc/analyzers/CallAnalyzer.js
-
src/utils/webrtc/analyzers/ParticipantAnalyzer.js
-
src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js
-
src/utils/webrtc/index.js
-
src/utils/webrtc/models/CallParticipantCollection.js
-
src/utils/webrtc/models/CallParticipantModel.js
-
src/utils/webrtc/models/LocalCallParticipantModel.js
-
src/utils/webrtc/models/LocalMediaModel.js
-
src/utils/webrtc/shims/MediaStream.js
-
src/utils/webrtc/shims/MediaStreamTrack.js
-
src/utils/webrtc/webrtc.js
-
src/views/FilesSidebarCallView.js
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Julius Härtl <jus@bitgrid.net> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Julius Härtl <jus@bitgrid.net> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Vincent Petry <vincent@nextcloud.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020 Vincent Petry <vincent@nextcloud.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author John Molakvoæ <skjnldsv@protonmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Julien Veyssier <eneiluj@posteo.net> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Julius Härtl <jus@bitgrid.net> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Julius Härtl <jus@bitgrid.net> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
* |
|
|
|
* @author John Molakvoæ <skjnldsv@protonmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* @author Marco Ambrosini <marcoambrosini@pm.me> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez (danxuliu@gmail.com) |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
* |
|
|
|
* @author Joas Schilling <coding@schilljs.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license GNU AGPL version 3 or later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* |
|
|
|
* @copyright Copyright (c) 2019, Daniel Calviño Sánchez <danxuliu@gmail.com> |
|
|
|
* |
|
|
|
* @license GNU AGPL version 3 or any later version |
|
|
|
* @license AGPL-3.0-or-later |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|