Lyubo Marinov
1da49d86a1
Speed webpack up
преди 8 години
hristoterezov
c8c44d62ed
fix: some exports to make it work with webpack 2
преди 8 години
hristoterezov
4d329b510f
ref: module.exports -> export for the ES6 modules
преди 8 години
Lyubo Marinov
320e67baa1
Fix the initialization of the (external) API
The counterpart of the external API in the Jitsi Meet Web app uses the
search URL param jwt to heuristically detect that the Web app is very
likely embedded (as an iframe) and, consequently, needs to forcefully
enable itself. It was looking at whether there was a JSON Web Token
(JWT) but that logic got broken when the JWT support was rewritten
because the check started happening before the search URL param jwt was
parsed.
преди 8 години
hristoterezov
0dff35c0db
feat(transport): Implement transport module
The transport module will be handling all external app
communication.
преди 8 години
Saúl Ibarra Corretgé
673dc6e873
build: drop dependency on babel-pollyfill
It's no longer needed for building since Node >= 6 already has the minimum
required ES6 syntax. In addition, drop it from app.js since we use Webpack with
the Babel loader to transpile ES5 to ES6.
преди 8 години
hristoterezov
84be7fd739
fix(remotecontrol): import of remote control
преди 8 години
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
преди 8 години
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
преди 8 години
Lyubomir Marinov
2f01746c55
Remove duplication, simplify, comply with coding style
преди 8 години
Ilya Daynatovich
3190bfa058
Move redundant code from app.js
преди 8 години
Ilya Daynatovich
c570b80d7b
moved app initialization to react app
преди 8 години
hristoterezov
41f0069a22
fix(caps): remove strophe-caps dependancy
преди 8 години
Ilya Daynatovich
83dd56d34c
Move roomname generator to React
преди 8 години
Illia Daynatovich
4584d89c43
Rewrite with ES6
преди 8 години
Lyubomir Marinov
bdc67201e2
Fix disabled Welcome page broken with the introduction of React
The React-based rewrite looks whether there's a room name (in the
window's location) in order to choose between WelcomePage and
Conference. But app.js expects Conference to be rendered before it
builds a room name if WelcomePage is disabled and there's no room name.
A quick and dirty workaround is to render Conference within WelcomePage
so that the rendered result closely resembles index.html before the
React-based rewrite.
преди 8 години
paweldomas
3475ad4674
ref(LogCollector): adapts to caching in LogCollector
преди 8 години
paweldomas
7c8ca45d9a
ref(LogCollector): extract JitsiMeetLogStorage
преди 8 години
Ilya Daynatovich
c3428e8213
Split React components out of index.html
преди 8 години
paweldomas
94bd6bc330
feat(logging_config): add "disableLogCollector" option
преди 8 години
paweldomas
36bcc6831b
feat: use LogCollector to capture JS console logs
преди 8 години
paweldomas
76c89845a8
feat: add logging config
преди 8 години
paweldomas
b58f1cdd16
use logger instead of console
преди 8 години
Emil Ivov
05e9dfca92
Fixes casing of the tokendata command.
преди 8 години
hristoterezov
e731f6c3f3
feat(translation): ES6 support
преди 8 години
paweldomas
8f8b1385fa
ref(ConferenceUrl): converts to class and binds instance to global APP
Converts ConferenceUrl to a class and binds an instance to the global
APP variable, as requested by HTerezov.
преди 8 години
paweldomas
f7bfe8d8bf
feat: introduce ConferenceUrl module
We need to make sure that on the page reload all original parameters
used to load the conference are preserved. New modules helps to manage
different types of conference URLs like the one used for invites and
the one for reloading the page.
преди 8 години
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
преди 8 години
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
преди 8 години
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
преди 8 години
yanas
96bbf0419c
Adds tooltips
преди 8 години
damencho
5ab6c551df
Disables storing display name and email when using overlay ring.
преди 8 години
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
преди 9 години
hristoterezov
8deb003ef6
JWT client support
преди 9 години
Aaron van Meerten
c2eede2bb5
Only push to history with present page URL plus room name
Use location.href instead of location.pathname to make the URL absolute
преди 9 години
yanas
968521ef7c
Revert "Removes unnecessary history.pushState if the welcome page is disabled and the user enter the base URL"
This reverts commit 3d5af92c7a .
преди 9 години
hristoterezov
3d5af92c7a
Removes unnecessary history.pushState if the welcome page is disabled and the user enter the base URL
преди 9 години
hristoterezov
6e34e33b0d
Fixes unhandled error from history.pushState
преди 9 години
hristoterezov
c3338d3bf2
Implements custom context menu to flip the local video
преди 9 години
hristoterezov
655b7019d1
Renames performanceTimes to ConnectionTimes
преди 9 години
hristoterezov
8d77088f6d
Stores measured times and exposes them
преди 9 години
hristoterezov
bf9c4ea444
Implements server side connection establishment
преди 9 години
isymchych
79d5bf6cfa
move screensharing into single function, properly handle mute/unmute
преди 9 години
damencho
4228537390
Fixes autoEnableDesktopSharing option.
преди 9 години
isymchych
d19789005e
use statistics module from the library
преди 9 години
isymchych
666dfb9b63
do not use xmpp module in API module
преди 9 години
isymchych
0262917aa6
implementation of "start muted"
преди 9 години
yanas
bbb144f1bd
Fixes issue with conference starting before the UI is ready + enableWelcomePage config support.
преди 9 години
hristoterezov
29a85b797a
Fixes audio / video mutes
преди 9 години
damencho
1702105b06
Adds utility methods used by torture.
преди 9 години