virtuacoplenny
24ee8eb16a
electron: add desktop picker
#1411
пре 8 година
Lyubo Marinov
57065bb274
Update NPM dependencies/packages
пре 8 година
Saúl Ibarra Corretgé
08531ee675
Merge pull request #1443 from ibc/master
edge: Add userMedia.edgeGrantPermissions in lang/main.json
пре 8 година
Iñaki Baz Castillo
e7140ffec7
edge: Add userMedia.edgeGrantPermissions in lang/main.json
пре 8 година
damencho
c58c4b7938
Commit from translate.jitsi.org by user damencho.: 306 of 318 strings translated (0 fuzzy).
пре 8 година
Lyubo Marinov
4e276471e5
Comply w/ coding style: consistency
пре 8 година
Saúl Ibarra Corretgé
c5eac63da1
[RN] Move all mobile only features to a subdirectory
пре 8 година
Saúl Ibarra Corretgé
866c6d0cf9
Merge pull request #1378 from saghul/doc-api-params
doc: improve docs on external API constructor parameters
пре 8 година
Lyubo Marinov
165294bfb1
Comply w/ coding style
пре 8 година
Saúl Ibarra Corretgé
2d5f0479bd
[RN] Disable remote video while in the background
Set the video channel "last N" property to 0, thus making the client not receive
any remote video.
пре 8 година
yanas
e8068cf5ac
Merge pull request #1393 from jitsi/filmstrip_overlays
Filmstrip overlays
пре 8 година
yanas
d0171cf386
Merge pull request #1435 from jitsi/fix-settings-translation
Fixes settings panel translation.
пре 8 година
hristoterezov
3ae99ea0b9
feat(overlays): for filmstrip only mode
пре 8 година
damencho
4e9450f200
Fixes settings panel translation.
Strings are not translated when opening the settings side panel. It was that we were creating settings panel html after i18n library had loaded and had translated the rest of the html.
The element selecting the current language was also not translated, which end up with no selection in the UI for the current language.
пре 8 година
Saúl Ibarra Corretgé
dc2c49f4a9
doc: improve docs on external API constructor parameters
пре 8 година
hristoterezov
c461e8b63c
ref(overlays): Replace the abstract class for overlays with overlay frame component
In this case makes more sense to have overlay frame included in every overlay instead
of abstract class that implements the overlay frame and have to be extended by every
overlay. In addition, mapStateToProps isn't working well with inheritance.
пре 8 година
Saúl Ibarra Corretgé
f47bc1163b
Merge pull request #1432 from jitsi/speaker-stats-analytics-event
Sends analytics event every time speaker stats is open.
пре 8 година
Дамян Минков
851be2d76e
Merge pull request #1385 from saghul/make-update-deps
build: remove no longer needed Makefile rule
пре 8 година
damencho
63034e6cba
Sends analytics event everytime speaker stats is open.
пре 8 година
Lyubo Marinov
84b9c5f5fd
Coding style
пре 8 година
Saúl Ibarra Corretgé
43c8fc6847
[RN] Fix mirroring video views on platforms with native support
пре 8 година
Saúl Ibarra Corretgé
bc60bd23b2
build: remove no longer needed Makefile rule
- we now use pinned dependencies, so there is no need to run npm update
- AFAICT the node-sass workaround is no longer needed
пре 8 година
damencho
e29120a9c1
Changes lastN event params to leaving and entering endpoint IDs.
Uses leavingIDs to more efficiently iterate over remote videos.
пре 8 година
damencho
d383230532
Removes unused code.
пре 8 година
bbaldino
9a46896600
Merge pull request #1402 from jitsi/p2p_ver2
P2P ver2
пре 8 година
paweldomas
fba086134d
add default STUN servers to config.js
пре 8 година
paweldomas
2973364c02
feat(stats - show more): local p2p transport indication
Will show (direct) next to the UPD or TCP transport type if we're
running on P2P connection.
пре 8 година
paweldomas
542bb7caed
doc: add FIXME
пре 8 година
paweldomas
fb47b6ae21
feat: add test P2P methods
пре 8 година
hristoterezov
aeb301c8d5
feat(iframe_api): Add jwt token parameter
пре 8 година
yanas
704e14f008
Handle last n in the client (#1389)
* Handle last n in the client
* fix(LargeVideoManager.js): Fixes check for low bandwidth. Needs more work
* fix(LargeVideoManager.js): Fixes the Shared Video test.
* fix(LargeVideoManager): Fix shared video view and remove last n checks.
* fix(LargeVideoManager): Fixes jsdoc comment
* fix(RemoteVideo): Fix connection status check
* fix(LargeVideoManager,RemoteVideo): Syntax errors
пре 8 година
Lyubo Marinov
d1050d6b02
Update NPM dependencies/packages
пре 8 година
Aaron van Meerten
afc96808e8
added support of static directory in debian install and Makefile for source package
пре 8 година
Aaron van Meerten
dc2bae4ae1
Merge pull request #1420 from jitsi/static-content-folder
Moves all static content/files in a new folder.
пре 8 година
damencho
1d7da21e48
Moves all static content/files in a new folder.
Also clears debian package from including *.js files from source roote folder, files which were not used.
пре 8 година
Ilya Daynatovich
affd965d5d
Remove an unnecessary file
пре 8 година
Leonard Kim
989161159d
Modal dialog for displaying dominant speaker times
пре 8 година
Ilya Daynatovich
59a74153dc
Toolbar notice as React Component
пре 8 година
yanas
6690c269ef
Merge pull request #1413 from jitsi/fix-missing-translation
Fixes wrong i18n key for somebody.
пре 8 година
George Politis
b7fd10b905
Merge pull request #1412 from jitsi/framerate-update
Updates framerate using local statistics.
пре 8 година
damencho
08e1cf1b7e
Fixes wrong i18n key for somebody.
пре 8 година
damencho
54d891afa7
Updates framerate using local statistics.
пре 8 година
Aaron van Meerten
ae41782cd4
Merge pull request #1410 from jitsi/letsencrypt-script
Adds a script which install certificates from let's encrypt.
пре 8 година
damencho
8591fe00b6
Adds a script which install certificates from let's encrypt.
The script looks for nginx, apache2 or jetty configuration and edits the first one found. Nginx and apache2 will be reloaded, while jvb will be stopped, configured and started again.
пре 8 година
Saúl Ibarra Corretgé
92f58cb3c1
doc: add information about how to contribute
Inspired by the document at jitsi/jitsi.
пре 8 година
Saúl Ibarra Corretgé
4ad98ca505
doc: fix typo
пре 8 година
yanas
b9374bde6b
Merge pull request #1383 from jitsi/fix-wrong-pass-on-auth
Fix incorrect password dialog message when using authentication.
пре 8 година
pierreozoux
1ff29384b3
Add a network schemas
This is to help understanding how things are wired.
пре 8 година
Saúl Ibarra Corretgé
4fc714ff10
lang: don't use " " for the default policy text
Firefox (at least) renders it verbatim.
пре 8 година
damencho
51f0c8a388
Adds base dialog implementation.
пре 8 година