Lyubomir Marinov
2f01746c55
Remove duplication, simplify, comply with coding style
il y a 9 ans
Ilya Daynatovich
3190bfa058
Move redundant code from app.js
il y a 9 ans
Ilya Daynatovich
c570b80d7b
moved app initialization to react app
il y a 9 ans
hristoterezov
41f0069a22
fix(caps): remove strophe-caps dependancy
il y a 9 ans
Ilya Daynatovich
83dd56d34c
Move roomname generator to React
il y a 9 ans
Illia Daynatovich
4584d89c43
Rewrite with ES6
il y a 9 ans
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.
il y a 9 ans
paweldomas
3475ad4674
ref(LogCollector): adapts to caching in LogCollector
il y a 9 ans
paweldomas
7c8ca45d9a
ref(LogCollector): extract JitsiMeetLogStorage
il y a 9 ans
Ilya Daynatovich
c3428e8213
Split React components out of index.html
il y a 9 ans
paweldomas
94bd6bc330
feat(logging_config): add "disableLogCollector" option
il y a 9 ans
paweldomas
36bcc6831b
feat: use LogCollector to capture JS console logs
il y a 9 ans
paweldomas
76c89845a8
feat: add logging config
il y a 9 ans
paweldomas
b58f1cdd16
use logger instead of console
il y a 9 ans
Emil Ivov
05e9dfca92
Fixes casing of the tokendata command.
il y a 9 ans
hristoterezov
e731f6c3f3
feat(translation): ES6 support
il y a 9 ans
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.
il y a 9 ans
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.
il y a 9 ans
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
il y a 9 ans
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
il y a 9 ans
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
il y a 9 ans
yanas
96bbf0419c
Adds tooltips
il y a 9 ans
damencho
5ab6c551df
Disables storing display name and email when using overlay ring.
il y a 9 ans
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
il y a 9 ans
hristoterezov
8deb003ef6
JWT client support
il y a 9 ans
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
il y a 9 ans
yanas
968521ef7c
Revert "Removes unnecessary history.pushState if the welcome page is disabled and the user enter the base URL"
This reverts commit 3d5af92c7a .
il y a 9 ans
hristoterezov
3d5af92c7a
Removes unnecessary history.pushState if the welcome page is disabled and the user enter the base URL
il y a 9 ans
hristoterezov
6e34e33b0d
Fixes unhandled error from history.pushState
il y a 9 ans
hristoterezov
c3338d3bf2
Implements custom context menu to flip the local video
il y a 9 ans
hristoterezov
655b7019d1
Renames performanceTimes to ConnectionTimes
il y a 9 ans
hristoterezov
8d77088f6d
Stores measured times and exposes them
il y a 9 ans
hristoterezov
bf9c4ea444
Implements server side connection establishment
il y a 9 ans
isymchych
79d5bf6cfa
move screensharing into single function, properly handle mute/unmute
il y a 10 ans
damencho
4228537390
Fixes autoEnableDesktopSharing option.
il y a 10 ans
isymchych
d19789005e
use statistics module from the library
il y a 10 ans
isymchych
666dfb9b63
do not use xmpp module in API module
il y a 10 ans
isymchych
0262917aa6
implementation of "start muted"
il y a 10 ans
yanas
bbb144f1bd
Fixes issue with conference starting before the UI is ready + enableWelcomePage config support.
il y a 10 ans
hristoterezov
29a85b797a
Fixes audio / video mutes
il y a 10 ans
damencho
1702105b06
Adds utility methods used by torture.
il y a 10 ans
hristoterezov
a56d462dae
Fixes the format of the data in connection quality module
il y a 10 ans
hristoterezov
95b23f994c
Fixes issues with unloading the page
il y a 10 ans
hristoterezov
3168c86f77
Fixes mute participant functionality
il y a 10 ans
hristoterezov
c8c6a6d583
Implements recording
il y a 10 ans
isymchych
335cc6ca6f
cleanup desktopsharing events
il y a 10 ans
isymchych
6ee6b6e9e5
fixes after rebase
il y a 10 ans
isymchych
a10f9437f1
Integration of statistics module
il y a 10 ans
isymchych
0fd0f5b633
refactoring of Etherpad and Prezi
il y a 10 ans
hristoterezov
e494c3028d
Adds SIP calls support
il y a 10 ans