hristoterezov
8745efb81f
Merge pull request #1158 from jitsi/log_collector
Log collector
8 yıl önce
yanas
e56f1a9ded
Merge pull request #1167 from jitsi/fix_anonymous_domain
Fix the UI when anonymous domain auth is in use
8 yıl önce
Lyubomir Marinov
52fbb8f02c
[RN] Fix React.PropTypes warning
8 yıl önce
Lyubomir Marinov
a1639b67a5
[RN] Don't display background colors underneath text on WelcomePage
8 yıl önce
paweldomas
3475ad4674
ref(LogCollector): adapts to caching in LogCollector
8 yıl önce
damencho
685d117a91
Fixes custom cert and key files for apache config.
8 yıl önce
damencho
e51f791ab0
Configures to use apache when this is the available web server.
8 yıl önce
yanas
0f2ba1cefe
refactor(UIUtils): merges show and hide functions and cleans visibility setting
8 yıl önce
Lyubomir Marinov
1f457dfca5
Hyperlinks to legalese such as Privacy Policy and Terms of Service
8 yıl önce
Paweł Domas
841050953f
Merge pull request #1172 from bgrozev/enable-tab-sharing
feat: Enables by default tab sharing for chrome.
8 yıl önce
Дамян Минков
c6296821c0
Merge pull request #1164 from gerfigna/patch-1
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.
8 yıl önce
paweldomas
7c8ca45d9a
ref(LogCollector): extract JitsiMeetLogStorage
8 yıl önce
Boris Grozev
142f6e4518
feat: Enables by default tab sharing for chrome.
8 yıl önce
Lyubomir Marinov
f72e7ffbc2
Fix ESLint errors
8 yıl önce
Lyubomir Marinov
111b6e1c27
React Native 0.38.0, React 15.4.1
8 yıl önce
Дамян Минков
4add2d0590
Merge pull request #1168 from jitsi/exclude_build_dir
Add 'build' dir to jshintignore
8 yıl önce
Дамян Минков
cb0f7417b6
Merge pull request #1166 from jitsi/fix-reload-overlay-layout
fix(PageReloadOverlay):Basic layout fix
8 yıl önce
paweldomas
06eb7c6109
fix(jshintignore): exclude 'build' dir
8 yıl önce
damencho
4d0701cfda
Fixes build. Wrong changelog file.
8 yıl önce
Дамян Минков
86bce1e5f6
Merge pull request #1152 from jitsi/deb-update
Updates debian packaging.
8 yıl önce
damencho
8da0d3a1f1
Removes dependencies to other components.
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.
8 yıl önce
hristoterezov
f32438b219
Merge pull request #1161 from jitsi/pinning-local-not-signal-unpin
Sending unpin after clicking local video and unpinning remote.
8 yıl önce
paweldomas
0238a10a4b
fix(MessageHandler): hide the close button when 'persistent'
8 yıl önce
paweldomas
6669a96fd8
fix(Toolbar.js): hide recording and SIP buttons from the start
8 yıl önce
paweldomas
09406bfbfc
fix(Toolbar): move login buttons to Profile
Authentication buttons no longer belong to the Toolbar.
8 yıl önce
paweldomas
51da40e90c
ref(UIUtil): add showOrHideElement
8 yıl önce
paweldomas
52847bd28d
fix(conference): crash with anonymous domain config
8 yıl önce
yanas
835d3c6a25
fix(PageReloadOverlay):Basic layout fix
8 yıl önce
Germán Figna
00e6e98a61
Update api.md
8 yıl önce
Lyubomir Marinov
6d90adcdf6
Fix make failure caused by npm link
8 yıl önce
Ilya Daynatovich
06d2fb0aca
Optimize React in production
8 yıl önce
Ilya Daynatovich
c3428e8213
Split React components out of index.html
8 yıl önce
hristoterezov
57b0736ebb
Merge pull request #1160 from jitsi/fix-unpinning-local-dominant-speaker
Fixes unpinning local user which is dominant speaker.
8 yıl önce
damencho
6211566c0c
Sending unpin after clicking local video and unpinning remote.
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.
8 yıl önce
Ilya Daynatovich
48bb427f71
The Makefile file format requires tab characters
8 yıl önce
hristoterezov
56f15356c7
Merge pull request #1159 from jitsi/non-focusable-close-toastr
Makes close button non-focusable.
8 yıl önce
damencho
8e6fd0ca95
Fixes unpinning local user which is dominant speaker.
It was not switching and staying on local video on unpinning, after change the last shown video will be used to switch to it.
8 yıl önce
damencho
b5dfc2a520
Makes close button non-focusable.
Prevents the close button to take focus while user clicks tab in the page, which will privent the toast to be closed.
8 yıl önce
Дамян Минков
4900fe020d
Merge pull request #1156 from BeatC/fix-popover
Fix popover
8 yıl önce
paweldomas
94bd6bc330
feat(logging_config): add "disableLogCollector" option
8 yıl önce
paweldomas
36bcc6831b
feat: use LogCollector to capture JS console logs
8 yıl önce
paweldomas
76c89845a8
feat: add logging config
8 yıl önce
paweldomas
b58f1cdd16
use logger instead of console
8 yıl önce
Ilya Daynatovich
141c64cd00
Add new variable
8 yıl önce
Ilya Daynatovich
51b802da84
fix problem with popover
8 yıl önce
yanas
71c27f308c
Merge pull request #1155 from jitsi/removes-click-listeners
Removes click handlers when popup is hidden.
8 yıl önce
damencho
75b9adf01b
Updates comments.
8 yıl önce
damencho
a079914603
Removes click handlers when popup is hidden.
8 yıl önce
yanas
4d3ca4a85a
Merge pull request #1148 from jitsi/analytics
feat(Analytics): Multiple analytics handlers support
8 yıl önce
Lyubomir Marinov
afa1d5423c
Merge branch 'prepare-for-react-1'
8 yıl önce