net-im/nextcloud-talk: Add Video Conferencing app
This commit is contained in:
parent
48f2a850cf
commit
6cd712d2e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531871
4 changed files with 455 additions and 0 deletions
38
net-im/nextcloud-talk/Makefile
Normal file
38
net-im/nextcloud-talk/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Created by: Bernard Spil <brnrd@freebsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= talk
|
||||
PORTVERSION= 8.0.7
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${DISTNAME:C/-.*//}/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= nextcloud-
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
DISTNAME= spreed-${PORTVERSION}
|
||||
DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/spreed
|
||||
|
||||
MAINTAINER= brnrd@FreeBSD.org
|
||||
COMMENT= Calendar app for Nextcloud
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=18:www/nextcloud@${PHP_FLAVOR}
|
||||
|
||||
USES= php:flavors
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
NEXTCLOUD_USERNAME?= ${WWWOWN}
|
||||
NEXTCLOUD_GROUPNAME?= ${WWWGRP}
|
||||
|
||||
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
|
||||
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
|
||||
|
||||
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/nextcloud-talk/distinfo
Normal file
3
net-im/nextcloud-talk/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587060708
|
||||
SHA256 (nextcloud/spreed-8.0.7/spreed-8.0.7.tar.gz) = 92ac27b04586bf35e7aaf19b8aaa1915cfee2c7c3c12fe0dde3509c365dad30e
|
||||
SIZE (nextcloud/spreed-8.0.7/spreed-8.0.7.tar.gz) = 10261189
|
11
net-im/nextcloud-talk/pkg-descr
Normal file
11
net-im/nextcloud-talk/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
The Calendar app is a user interface for Nextcloud's CalDAV server. Easily
|
||||
sync events from various devices with your Nextcloud and edit them online.
|
||||
|
||||
* Integration with other Nextcloud apps! Currently Contacts - more to come.
|
||||
* WebCal Support! Want to see your favorite team’s matchdays in your
|
||||
calendar? No problem!
|
||||
* Attendees! Invite people to your events.
|
||||
* We're not reinventing the wheel! Based on the great davclient.js,
|
||||
ical.js and fullcalendar libraries.
|
||||
|
||||
WWW: https://apps.nextcloud.com/apps/calendar
|
403
net-im/nextcloud-talk/pkg-plist
Normal file
403
net-im/nextcloud-talk/pkg-plist
Normal file
|
@ -0,0 +1,403 @@
|
|||
%%WWWDIR%%/CHANGELOG.md
|
||||
%%WWWDIR%%/COPYING
|
||||
%%WWWDIR%%/appinfo/app.php
|
||||
%%WWWDIR%%/appinfo/info.xml
|
||||
%%WWWDIR%%/appinfo/routes.php
|
||||
%%WWWDIR%%/appinfo/signature.json
|
||||
%%WWWDIR%%/babel.config.js
|
||||
%%WWWDIR%%/css/At.scss
|
||||
%%WWWDIR%%/css/icons.scss
|
||||
%%WWWDIR%%/css/merged-files.scss
|
||||
%%WWWDIR%%/css/merged-public-share.scss
|
||||
%%WWWDIR%%/css/merged-share-auth.scss
|
||||
%%WWWDIR%%/css/merged.scss
|
||||
%%WWWDIR%%/css/publicshare.scss
|
||||
%%WWWDIR%%/css/publicshareauth.scss
|
||||
%%WWWDIR%%/css/settings-admin.scss
|
||||
%%WWWDIR%%/img/app-dark.png
|
||||
%%WWWDIR%%/img/app-dark.svg
|
||||
%%WWWDIR%%/img/app.svg
|
||||
%%WWWDIR%%/img/bell-outline.svg
|
||||
%%WWWDIR%%/img/changelog.svg
|
||||
%%WWWDIR%%/img/clip-add-file.svg
|
||||
%%WWWDIR%%/img/emoji-smile.svg
|
||||
%%WWWDIR%%/img/favicon-mask.svg
|
||||
%%WWWDIR%%/img/favicon-touch.png
|
||||
%%WWWDIR%%/img/favicon-touch.svg
|
||||
%%WWWDIR%%/img/favicon.ico
|
||||
%%WWWDIR%%/img/favicon.png
|
||||
%%WWWDIR%%/img/favicon.svg
|
||||
%%WWWDIR%%/img/lobby.svg
|
||||
%%WWWDIR%%/img/menu-people.svg
|
||||
%%WWWDIR%%/img/no-password.svg
|
||||
%%WWWDIR%%/img/reply.svg
|
||||
%%WWWDIR%%/img/share-window.svg
|
||||
%%WWWDIR%%/js/admin/allowed-groups.js
|
||||
%%WWWDIR%%/js/admin/allowed-groups.js.map
|
||||
%%WWWDIR%%/js/admin/commands.js
|
||||
%%WWWDIR%%/js/admin/commands.js.map
|
||||
%%WWWDIR%%/js/admin/general-settings.js
|
||||
%%WWWDIR%%/js/admin/general-settings.js.map
|
||||
%%WWWDIR%%/js/admin/signaling-server.js
|
||||
%%WWWDIR%%/js/admin/signaling-server.js.map
|
||||
%%WWWDIR%%/js/admin/stun-server.js
|
||||
%%WWWDIR%%/js/admin/stun-server.js.map
|
||||
%%WWWDIR%%/js/admin/turn-server.js
|
||||
%%WWWDIR%%/js/admin/turn-server.js.map
|
||||
%%WWWDIR%%/js/collections.js
|
||||
%%WWWDIR%%/js/collections.js.map
|
||||
%%WWWDIR%%/js/flow.js
|
||||
%%WWWDIR%%/js/flow.js.map
|
||||
%%WWWDIR%%/js/talk-files-sidebar-loader.js
|
||||
%%WWWDIR%%/js/talk-files-sidebar-loader.js.map
|
||||
%%WWWDIR%%/js/talk-files-sidebar.js
|
||||
%%WWWDIR%%/js/talk-files-sidebar.js.map
|
||||
%%WWWDIR%%/js/talk-public-share-auth-sidebar.js
|
||||
%%WWWDIR%%/js/talk-public-share-auth-sidebar.js.map
|
||||
%%WWWDIR%%/js/talk-public-share-sidebar.js
|
||||
%%WWWDIR%%/js/talk-public-share-sidebar.js.map
|
||||
%%WWWDIR%%/js/talk.js
|
||||
%%WWWDIR%%/js/talk.js.map
|
||||
%%WWWDIR%%/l10n/.gitkeep
|
||||
%%WWWDIR%%/l10n/af.js
|
||||
%%WWWDIR%%/l10n/af.json
|
||||
%%WWWDIR%%/l10n/ar.js
|
||||
%%WWWDIR%%/l10n/ar.json
|
||||
%%WWWDIR%%/l10n/ast.js
|
||||
%%WWWDIR%%/l10n/ast.json
|
||||
%%WWWDIR%%/l10n/az.js
|
||||
%%WWWDIR%%/l10n/az.json
|
||||
%%WWWDIR%%/l10n/bg.js
|
||||
%%WWWDIR%%/l10n/bg.json
|
||||
%%WWWDIR%%/l10n/bn_BD.js
|
||||
%%WWWDIR%%/l10n/bn_BD.json
|
||||
%%WWWDIR%%/l10n/bs.js
|
||||
%%WWWDIR%%/l10n/bs.json
|
||||
%%WWWDIR%%/l10n/ca.js
|
||||
%%WWWDIR%%/l10n/ca.json
|
||||
%%WWWDIR%%/l10n/cs.js
|
||||
%%WWWDIR%%/l10n/cs.json
|
||||
%%WWWDIR%%/l10n/cy_GB.js
|
||||
%%WWWDIR%%/l10n/cy_GB.json
|
||||
%%WWWDIR%%/l10n/da.js
|
||||
%%WWWDIR%%/l10n/da.json
|
||||
%%WWWDIR%%/l10n/de.js
|
||||
%%WWWDIR%%/l10n/de.json
|
||||
%%WWWDIR%%/l10n/de_DE.js
|
||||
%%WWWDIR%%/l10n/de_DE.json
|
||||
%%WWWDIR%%/l10n/el.js
|
||||
%%WWWDIR%%/l10n/el.json
|
||||
%%WWWDIR%%/l10n/en_GB.js
|
||||
%%WWWDIR%%/l10n/en_GB.json
|
||||
%%WWWDIR%%/l10n/eo.js
|
||||
%%WWWDIR%%/l10n/eo.json
|
||||
%%WWWDIR%%/l10n/es.js
|
||||
%%WWWDIR%%/l10n/es.json
|
||||
%%WWWDIR%%/l10n/es_419.js
|
||||
%%WWWDIR%%/l10n/es_419.json
|
||||
%%WWWDIR%%/l10n/es_AR.js
|
||||
%%WWWDIR%%/l10n/es_AR.json
|
||||
%%WWWDIR%%/l10n/es_CL.js
|
||||
%%WWWDIR%%/l10n/es_CL.json
|
||||
%%WWWDIR%%/l10n/es_CO.js
|
||||
%%WWWDIR%%/l10n/es_CO.json
|
||||
%%WWWDIR%%/l10n/es_CR.js
|
||||
%%WWWDIR%%/l10n/es_CR.json
|
||||
%%WWWDIR%%/l10n/es_DO.js
|
||||
%%WWWDIR%%/l10n/es_DO.json
|
||||
%%WWWDIR%%/l10n/es_EC.js
|
||||
%%WWWDIR%%/l10n/es_EC.json
|
||||
%%WWWDIR%%/l10n/es_GT.js
|
||||
%%WWWDIR%%/l10n/es_GT.json
|
||||
%%WWWDIR%%/l10n/es_HN.js
|
||||
%%WWWDIR%%/l10n/es_HN.json
|
||||
%%WWWDIR%%/l10n/es_MX.js
|
||||
%%WWWDIR%%/l10n/es_MX.json
|
||||
%%WWWDIR%%/l10n/es_NI.js
|
||||
%%WWWDIR%%/l10n/es_NI.json
|
||||
%%WWWDIR%%/l10n/es_PA.js
|
||||
%%WWWDIR%%/l10n/es_PA.json
|
||||
%%WWWDIR%%/l10n/es_PE.js
|
||||
%%WWWDIR%%/l10n/es_PE.json
|
||||
%%WWWDIR%%/l10n/es_PR.js
|
||||
%%WWWDIR%%/l10n/es_PR.json
|
||||
%%WWWDIR%%/l10n/es_PY.js
|
||||
%%WWWDIR%%/l10n/es_PY.json
|
||||
%%WWWDIR%%/l10n/es_SV.js
|
||||
%%WWWDIR%%/l10n/es_SV.json
|
||||
%%WWWDIR%%/l10n/es_UY.js
|
||||
%%WWWDIR%%/l10n/es_UY.json
|
||||
%%WWWDIR%%/l10n/et_EE.js
|
||||
%%WWWDIR%%/l10n/et_EE.json
|
||||
%%WWWDIR%%/l10n/eu.js
|
||||
%%WWWDIR%%/l10n/eu.json
|
||||
%%WWWDIR%%/l10n/fa.js
|
||||
%%WWWDIR%%/l10n/fa.json
|
||||
%%WWWDIR%%/l10n/fi.js
|
||||
%%WWWDIR%%/l10n/fi.json
|
||||
%%WWWDIR%%/l10n/fr.js
|
||||
%%WWWDIR%%/l10n/fr.json
|
||||
%%WWWDIR%%/l10n/gl.js
|
||||
%%WWWDIR%%/l10n/gl.json
|
||||
%%WWWDIR%%/l10n/he.js
|
||||
%%WWWDIR%%/l10n/he.json
|
||||
%%WWWDIR%%/l10n/hr.js
|
||||
%%WWWDIR%%/l10n/hr.json
|
||||
%%WWWDIR%%/l10n/hu.js
|
||||
%%WWWDIR%%/l10n/hu.json
|
||||
%%WWWDIR%%/l10n/hy.js
|
||||
%%WWWDIR%%/l10n/hy.json
|
||||
%%WWWDIR%%/l10n/ia.js
|
||||
%%WWWDIR%%/l10n/ia.json
|
||||
%%WWWDIR%%/l10n/id.js
|
||||
%%WWWDIR%%/l10n/id.json
|
||||
%%WWWDIR%%/l10n/is.js
|
||||
%%WWWDIR%%/l10n/is.json
|
||||
%%WWWDIR%%/l10n/it.js
|
||||
%%WWWDIR%%/l10n/it.json
|
||||
%%WWWDIR%%/l10n/ja.js
|
||||
%%WWWDIR%%/l10n/ja.json
|
||||
%%WWWDIR%%/l10n/ka_GE.js
|
||||
%%WWWDIR%%/l10n/ka_GE.json
|
||||
%%WWWDIR%%/l10n/km.js
|
||||
%%WWWDIR%%/l10n/km.json
|
||||
%%WWWDIR%%/l10n/kn.js
|
||||
%%WWWDIR%%/l10n/kn.json
|
||||
%%WWWDIR%%/l10n/ko.js
|
||||
%%WWWDIR%%/l10n/ko.json
|
||||
%%WWWDIR%%/l10n/lb.js
|
||||
%%WWWDIR%%/l10n/lb.json
|
||||
%%WWWDIR%%/l10n/lt_LT.js
|
||||
%%WWWDIR%%/l10n/lt_LT.json
|
||||
%%WWWDIR%%/l10n/lv.js
|
||||
%%WWWDIR%%/l10n/lv.json
|
||||
%%WWWDIR%%/l10n/mk.js
|
||||
%%WWWDIR%%/l10n/mk.json
|
||||
%%WWWDIR%%/l10n/mn.js
|
||||
%%WWWDIR%%/l10n/mn.json
|
||||
%%WWWDIR%%/l10n/ms_MY.js
|
||||
%%WWWDIR%%/l10n/ms_MY.json
|
||||
%%WWWDIR%%/l10n/nb.js
|
||||
%%WWWDIR%%/l10n/nb.json
|
||||
%%WWWDIR%%/l10n/nl.js
|
||||
%%WWWDIR%%/l10n/nl.json
|
||||
%%WWWDIR%%/l10n/nn_NO.js
|
||||
%%WWWDIR%%/l10n/nn_NO.json
|
||||
%%WWWDIR%%/l10n/oc.js
|
||||
%%WWWDIR%%/l10n/oc.json
|
||||
%%WWWDIR%%/l10n/pl.js
|
||||
%%WWWDIR%%/l10n/pl.json
|
||||
%%WWWDIR%%/l10n/ps.js
|
||||
%%WWWDIR%%/l10n/ps.json
|
||||
%%WWWDIR%%/l10n/pt_BR.js
|
||||
%%WWWDIR%%/l10n/pt_BR.json
|
||||
%%WWWDIR%%/l10n/pt_PT.js
|
||||
%%WWWDIR%%/l10n/pt_PT.json
|
||||
%%WWWDIR%%/l10n/ro.js
|
||||
%%WWWDIR%%/l10n/ro.json
|
||||
%%WWWDIR%%/l10n/ru.js
|
||||
%%WWWDIR%%/l10n/ru.json
|
||||
%%WWWDIR%%/l10n/si_LK.js
|
||||
%%WWWDIR%%/l10n/si_LK.json
|
||||
%%WWWDIR%%/l10n/sk.js
|
||||
%%WWWDIR%%/l10n/sk.json
|
||||
%%WWWDIR%%/l10n/sl.js
|
||||
%%WWWDIR%%/l10n/sl.json
|
||||
%%WWWDIR%%/l10n/sq.js
|
||||
%%WWWDIR%%/l10n/sq.json
|
||||
%%WWWDIR%%/l10n/sr.js
|
||||
%%WWWDIR%%/l10n/sr.json
|
||||
%%WWWDIR%%/l10n/sr@latin.js
|
||||
%%WWWDIR%%/l10n/sr@latin.json
|
||||
%%WWWDIR%%/l10n/sv.js
|
||||
%%WWWDIR%%/l10n/sv.json
|
||||
%%WWWDIR%%/l10n/ta_LK.js
|
||||
%%WWWDIR%%/l10n/ta_LK.json
|
||||
%%WWWDIR%%/l10n/th.js
|
||||
%%WWWDIR%%/l10n/th.json
|
||||
%%WWWDIR%%/l10n/tr.js
|
||||
%%WWWDIR%%/l10n/tr.json
|
||||
%%WWWDIR%%/l10n/ug.js
|
||||
%%WWWDIR%%/l10n/ug.json
|
||||
%%WWWDIR%%/l10n/uk.js
|
||||
%%WWWDIR%%/l10n/uk.json
|
||||
%%WWWDIR%%/l10n/uz.js
|
||||
%%WWWDIR%%/l10n/uz.json
|
||||
%%WWWDIR%%/l10n/vi.js
|
||||
%%WWWDIR%%/l10n/vi.json
|
||||
%%WWWDIR%%/l10n/zh_CN.js
|
||||
%%WWWDIR%%/l10n/zh_CN.json
|
||||
%%WWWDIR%%/l10n/zh_HK.js
|
||||
%%WWWDIR%%/l10n/zh_HK.json
|
||||
%%WWWDIR%%/l10n/zh_TW.js
|
||||
%%WWWDIR%%/l10n/zh_TW.json
|
||||
%%WWWDIR%%/lib/Activity/Listener.php
|
||||
%%WWWDIR%%/lib/Activity/Provider/Base.php
|
||||
%%WWWDIR%%/lib/Activity/Provider/Call.php
|
||||
%%WWWDIR%%/lib/Activity/Provider/Invitation.php
|
||||
%%WWWDIR%%/lib/Activity/Setting.php
|
||||
%%WWWDIR%%/lib/AppInfo/Application.php
|
||||
%%WWWDIR%%/lib/BackgroundJob/ExpireSignalingMessage.php
|
||||
%%WWWDIR%%/lib/BackgroundJob/RemoveEmptyRooms.php
|
||||
%%WWWDIR%%/lib/Capabilities.php
|
||||
%%WWWDIR%%/lib/Chat/AutoComplete/SearchPlugin.php
|
||||
%%WWWDIR%%/lib/Chat/AutoComplete/Sorter.php
|
||||
%%WWWDIR%%/lib/Chat/Changelog/Listener.php
|
||||
%%WWWDIR%%/lib/Chat/Changelog/Manager.php
|
||||
%%WWWDIR%%/lib/Chat/ChatManager.php
|
||||
%%WWWDIR%%/lib/Chat/Command/Executor.php
|
||||
%%WWWDIR%%/lib/Chat/Command/Listener.php
|
||||
%%WWWDIR%%/lib/Chat/Command/ShellExecutor.php
|
||||
%%WWWDIR%%/lib/Chat/CommentsManager.php
|
||||
%%WWWDIR%%/lib/Chat/MessageParser.php
|
||||
%%WWWDIR%%/lib/Chat/Notifier.php
|
||||
%%WWWDIR%%/lib/Chat/Parser/Changelog.php
|
||||
%%WWWDIR%%/lib/Chat/Parser/Command.php
|
||||
%%WWWDIR%%/lib/Chat/Parser/Listener.php
|
||||
%%WWWDIR%%/lib/Chat/Parser/SystemMessage.php
|
||||
%%WWWDIR%%/lib/Chat/Parser/UserMention.php
|
||||
%%WWWDIR%%/lib/Chat/SystemMessage/Listener.php
|
||||
%%WWWDIR%%/lib/Collaboration/Collaborators/RoomPlugin.php
|
||||
%%WWWDIR%%/lib/Collaboration/Resources/ConversationProvider.php
|
||||
%%WWWDIR%%/lib/Collaboration/Resources/Listener.php
|
||||
%%WWWDIR%%/lib/Command/Command/Add.php
|
||||
%%WWWDIR%%/lib/Command/Command/AddSamples.php
|
||||
%%WWWDIR%%/lib/Command/Command/Delete.php
|
||||
%%WWWDIR%%/lib/Command/Command/ListCommand.php
|
||||
%%WWWDIR%%/lib/Command/Command/TRenderCommand.php
|
||||
%%WWWDIR%%/lib/Command/Command/Update.php
|
||||
%%WWWDIR%%/lib/Command/Signaling/Add.php
|
||||
%%WWWDIR%%/lib/Command/Signaling/Delete.php
|
||||
%%WWWDIR%%/lib/Command/Signaling/ListCommand.php
|
||||
%%WWWDIR%%/lib/Command/Stun/Add.php
|
||||
%%WWWDIR%%/lib/Command/Stun/Delete.php
|
||||
%%WWWDIR%%/lib/Command/Stun/ListCommand.php
|
||||
%%WWWDIR%%/lib/Command/Turn/Add.php
|
||||
%%WWWDIR%%/lib/Command/Turn/Delete.php
|
||||
%%WWWDIR%%/lib/Command/Turn/ListCommand.php
|
||||
%%WWWDIR%%/lib/Config.php
|
||||
%%WWWDIR%%/lib/ContactsMenu/Providers/CallProvider.php
|
||||
%%WWWDIR%%/lib/Controller/AEnvironmentAwareController.php
|
||||
%%WWWDIR%%/lib/Controller/CallController.php
|
||||
%%WWWDIR%%/lib/Controller/ChatController.php
|
||||
%%WWWDIR%%/lib/Controller/CommandController.php
|
||||
%%WWWDIR%%/lib/Controller/FilesIntegrationController.php
|
||||
%%WWWDIR%%/lib/Controller/GuestController.php
|
||||
%%WWWDIR%%/lib/Controller/PageController.php
|
||||
%%WWWDIR%%/lib/Controller/PublicShareAuthController.php
|
||||
%%WWWDIR%%/lib/Controller/RoomController.php
|
||||
%%WWWDIR%%/lib/Controller/SignalingController.php
|
||||
%%WWWDIR%%/lib/Controller/WebinarController.php
|
||||
%%WWWDIR%%/lib/Events/AddEmailEvent.php
|
||||
%%WWWDIR%%/lib/Events/AddParticipantsEvent.php
|
||||
%%WWWDIR%%/lib/Events/ChatEvent.php
|
||||
%%WWWDIR%%/lib/Events/ChatMessageEvent.php
|
||||
%%WWWDIR%%/lib/Events/ChatParticipantEvent.php
|
||||
%%WWWDIR%%/lib/Events/CommandEvent.php
|
||||
%%WWWDIR%%/lib/Events/CreateRoomTokenEvent.php
|
||||
%%WWWDIR%%/lib/Events/JoinRoomGuestEvent.php
|
||||
%%WWWDIR%%/lib/Events/JoinRoomUserEvent.php
|
||||
%%WWWDIR%%/lib/Events/ModifyLobbyEvent.php
|
||||
%%WWWDIR%%/lib/Events/ModifyParticipantEvent.php
|
||||
%%WWWDIR%%/lib/Events/ModifyRoomEvent.php
|
||||
%%WWWDIR%%/lib/Events/ParticipantEvent.php
|
||||
%%WWWDIR%%/lib/Events/RemoveParticipantEvent.php
|
||||
%%WWWDIR%%/lib/Events/RemoveUserEvent.php
|
||||
%%WWWDIR%%/lib/Events/RoomEvent.php
|
||||
%%WWWDIR%%/lib/Events/SignalingEvent.php
|
||||
%%WWWDIR%%/lib/Events/SignalingRoomPropertiesEvent.php
|
||||
%%WWWDIR%%/lib/Events/UserEvent.php
|
||||
%%WWWDIR%%/lib/Events/VerifyRoomPasswordEvent.php
|
||||
%%WWWDIR%%/lib/Exceptions/ForbiddenException.php
|
||||
%%WWWDIR%%/lib/Exceptions/InvalidPasswordException.php
|
||||
%%WWWDIR%%/lib/Exceptions/ParticipantNotFoundException.php
|
||||
%%WWWDIR%%/lib/Exceptions/RoomNotFoundException.php
|
||||
%%WWWDIR%%/lib/Exceptions/UnauthorizedException.php
|
||||
%%WWWDIR%%/lib/Files/Listener.php
|
||||
%%WWWDIR%%/lib/Files/TemplateLoader.php
|
||||
%%WWWDIR%%/lib/Files/Util.php
|
||||
%%WWWDIR%%/lib/Flow/Operation.php
|
||||
%%WWWDIR%%/lib/GuestManager.php
|
||||
%%WWWDIR%%/lib/Listener.php
|
||||
%%WWWDIR%%/lib/Listener/CSPListener.php
|
||||
%%WWWDIR%%/lib/Listener/FeaturePolicyListener.php
|
||||
%%WWWDIR%%/lib/Listener/RestrictStartingCalls.php
|
||||
%%WWWDIR%%/lib/Manager.php
|
||||
%%WWWDIR%%/lib/Middleware/CanUseTalkMiddleware.php
|
||||
%%WWWDIR%%/lib/Middleware/Exceptions/CanNotUseTalkException.php
|
||||
%%WWWDIR%%/lib/Middleware/Exceptions/LobbyException.php
|
||||
%%WWWDIR%%/lib/Middleware/Exceptions/NotAModeratorException.php
|
||||
%%WWWDIR%%/lib/Middleware/Exceptions/ReadOnlyException.php
|
||||
%%WWWDIR%%/lib/Middleware/InjectionMiddleware.php
|
||||
%%WWWDIR%%/lib/Migration/ClearResourceAccessCache.php
|
||||
%%WWWDIR%%/lib/Migration/CreateHelpCommand.php
|
||||
%%WWWDIR%%/lib/Migration/FixNamespaceInDatabaseTables.php
|
||||
%%WWWDIR%%/lib/Migration/Version2000Date20170707093535.php
|
||||
%%WWWDIR%%/lib/Migration/Version2000Date20171026140256.php
|
||||
%%WWWDIR%%/lib/Migration/Version2000Date20171026140257.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20170707115443.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20170913104501.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20170921145301.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20170929092606.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20171009132424.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20171026134605.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20171026141336.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20171031102049.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20180103144447.php
|
||||
%%WWWDIR%%/lib/Migration/Version2001Date20180103150836.php
|
||||
%%WWWDIR%%/lib/Migration/Version3002Date20180319104030.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180707222130.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180718112436.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180718133519.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180720162342.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180722152733.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180722152849.php
|
||||
%%WWWDIR%%/lib/Migration/Version3003Date20180730080327.php
|
||||
%%WWWDIR%%/lib/Migration/Version4099Date20181001123058.php
|
||||
%%WWWDIR%%/lib/Migration/Version5099Date20190121102337.php
|
||||
%%WWWDIR%%/lib/Migration/Version5099Date20190319134820.php
|
||||
%%WWWDIR%%/lib/Migration/Version6099Date20190627172429.php
|
||||
%%WWWDIR%%/lib/Migration/Version7000Date20190717141457.php
|
||||
%%WWWDIR%%/lib/Migration/Version7000Date20190724121136.php
|
||||
%%WWWDIR%%/lib/Migration/Version7000Date20190724121137.php
|
||||
%%WWWDIR%%/lib/Migration/Version8000Date20200331144101.php
|
||||
%%WWWDIR%%/lib/Migration/Version8000Date20200402124456.php
|
||||
%%WWWDIR%%/lib/Model/Command.php
|
||||
%%WWWDIR%%/lib/Model/CommandMapper.php
|
||||
%%WWWDIR%%/lib/Model/Message.php
|
||||
%%WWWDIR%%/lib/Notification/Listener.php
|
||||
%%WWWDIR%%/lib/Notification/Notifier.php
|
||||
%%WWWDIR%%/lib/Participant.php
|
||||
%%WWWDIR%%/lib/PublicShare/TemplateLoader.php
|
||||
%%WWWDIR%%/lib/PublicShareAuth/Listener.php
|
||||
%%WWWDIR%%/lib/PublicShareAuth/TemplateLoader.php
|
||||
%%WWWDIR%%/lib/Room.php
|
||||
%%WWWDIR%%/lib/Service/CommandService.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/AllowedGroups.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/Commands.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/GeneralSettings.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/Section.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/SignalingServer.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/StunServer.php
|
||||
%%WWWDIR%%/lib/Settings/Admin/TurnServer.php
|
||||
%%WWWDIR%%/lib/Settings/Personal.php
|
||||
%%WWWDIR%%/lib/Share/Helper/DeletedShareAPIController.php
|
||||
%%WWWDIR%%/lib/Share/Helper/ShareAPIController.php
|
||||
%%WWWDIR%%/lib/Share/RoomShareProvider.php
|
||||
%%WWWDIR%%/lib/Signaling/BackendNotifier.php
|
||||
%%WWWDIR%%/lib/Signaling/Listener.php
|
||||
%%WWWDIR%%/lib/Signaling/Messages.php
|
||||
%%WWWDIR%%/lib/TalkSession.php
|
||||
%%WWWDIR%%/lib/Webinary.php
|
||||
%%WWWDIR%%/sample-commands/calc.sh
|
||||
%%WWWDIR%%/sample-commands/hackernews.php
|
||||
%%WWWDIR%%/sample-commands/wikipedia.php
|
||||
%%WWWDIR%%/templates/authenticate.php
|
||||
%%WWWDIR%%/templates/index.php
|
||||
%%WWWDIR%%/templates/settings/admin/allowed-groups.php
|
||||
%%WWWDIR%%/templates/settings/admin/commands.php
|
||||
%%WWWDIR%%/templates/settings/admin/general-settings.php
|
||||
%%WWWDIR%%/templates/settings/admin/signaling-server.php
|
||||
%%WWWDIR%%/templates/settings/admin/stun-server.php
|
||||
%%WWWDIR%%/templates/settings/admin/turn-server.php
|
||||
%%WWWDIR%%/templates/settings/personal/clients.php
|
Loading…
Reference in a new issue