- Dec 01, 2016
-
-
Lyubomir Marinov authored
-
Дамян Минков authored
Fix disabled Welcome page broken with the introduction of React
-
Lyubomir Marinov authored
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.
-
Lyubomir Marinov authored
-
- Nov 30, 2016
-
-
Дамян Минков authored
Log more details on page reload
-
paweldomas authored
-
hristoterezov authored
Log collector
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
paweldomas authored
-
- Nov 29, 2016
-
-
yanas authored
-
Lyubomir Marinov authored
-
Paweł Domas authored
feat: Enables by default tab sharing for chrome.
-
Дамян Минков authored
Update api.md. There is still work to be done, cause handling parameters in executeCommand is not currently correct and needs fixing. But for now displayname is the only command that requires a parameter.
-
paweldomas authored
-
Boris Grozev authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Nov 28, 2016
-
-
Дамян Минков authored
Add 'build' dir to jshintignore
-
Дамян Минков authored
fix(PageReloadOverlay):Basic layout fix
-
paweldomas authored
-
Дамян Минков authored
Updates debian packaging.
-
damencho authored
Now the web app can be installed separately from jicofo and jitsi-videobridge, or can be installed on machine running nginx or apache. Currently only nginx will be configured and apache config is left to user. Later we can add and the apache config. Renames jitsi-meet to jitsi-meet-web (just the web content) and jitsi-meet-web-config (configuring jetty, nginx or apache). A new jitsi-meet package will be introduced, a meta package depending on jicofo, jvb and the current packages.
-
hristoterezov authored
Sending unpin after clicking local video and unpinning remote.
-
paweldomas authored
-
paweldomas authored
-
paweldomas authored
Authentication buttons no longer belong to the Toolbar.
-
paweldomas authored
-
paweldomas authored
-
yanas authored
-
- Nov 24, 2016
-
-
Germán Figna authored
-
Lyubomir Marinov authored
-
Ilya Daynatovich authored
-
Ilya Daynatovich authored
-
- Nov 23, 2016
-
-
hristoterezov authored
Fixes unpinning local user which is dominant speaker.
-
damencho authored
If we: - pin a remote and click it, unpin is signalled. - pin a remote and the click another remote, the new one is pinned and signalled. - pin a remote and then click local. UI pins local, but unpinning remote is not signaled, fix addressed with this commit. - pin/unpin local, nothing is signalled.
-