Ilya Daynatovich
257bb49c52
Add Require password dialog
9 years ago
bgrozev
38e44440d0
Merge pull request #1114 from jitsi/fix_page_reload_log
Log the page reload from one place
9 years ago
yanas
02495e3b31
Merge pull request #1116 from jitsi/edit-displayname-overlap
Adds a property to hide display name and disable update view.
9 years ago
bgrozev
3360c62392
Merge pull request #1117 from jitsi/directory-name-casing-fix
Fixes casing of the tokendata directory.
9 years ago
Emil Ivov
05e9dfca92
Fixes casing of the tokendata command.
9 years ago
damencho
510c650b7b
Adds a property to hide display name and disable update view.
Adds a property to hide display name and disable update view in SmallVideo. Localvideo hides displayName and disabled update view while users is editing its name and resumes normal behaviour when editing finishes.
9 years ago
Lyubomir Marinov
4d335e086b
Reduce the number of unnecessary Redux state changes
9 years ago
Lyubomir Marinov
3fa62c3757
Fix thumbnail reordering
Don't use Array.prototype.sort() because (1) it operates in place and,
thus, mutes the Redux state and (2) it is not necessarily stable and,
thus, unnecessarily shuffles the thumbnails.
9 years ago
paweldomas
d256bc317a
fix(log): log the page reload from one place
9 years ago
yanas
101c413a3c
Merge pull request #1110 from jitsi/filmstrip-button-editions
Filmstrip button editions
9 years ago
yanas
c3e0d7ff56
Fix conflicts.
9 years ago
Дамян Минков
826a7fd220
Merge pull request #1109 from jitsi/fix_toolbar_popups2
fix(toolbar): popups
9 years ago
Дамян Минков
e5607d0371
Merge pull request #1096 from kkrisstoff/task/video-thumbnail-menu-should-appear-on-hover
show/hide video thumbnail menu on hover
9 years ago
hristoterezov
b3b50fe346
fix(toolbar): popups
9 years ago
Ilya Daynatovich
8ba7a354e5
Remove duplicate event handler
9 years ago
Ilya Daynatovich
bbbd01b26c
Adjustments in filmstrip section
9 years ago
Konstantyn Pahsura
e7d089c815
Merge branch 'jit/master' into task/video-thumbnail-menu-should-appear-on-hover
9 years ago
Ilya Daynatovich
24169743e7
Clean up filmstrip styles
9 years ago
Ilya Daynatovich
02ae3b3053
Add wrapper
9 years ago
Ilya Daynatovich
69e4f49e74
Add bunch of JSDocs
9 years ago
Ilya Daynatovich
1328870a2b
fix bug with F shortcut
9 years ago
Ilya Daynatovich
51d48e18c6
Refactor filmstrip module
9 years ago
hristoterezov
4b1dfb9a33
Merge pull request #1095 from BeatC/shortcuts-reversed
Shortcuts reversed
9 years ago
Konstantyn Pahsura
9633919e32
css class for remote video specified
9 years ago
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
9 years ago
Ilya Daynatovich
30e717bd20
Rename classname; Refactor click on video method
9 years ago
Ilya Daynatovich
d703271c96
Fix bug with resizing when using shortcut for switching btw videos
9 years ago
Ilya Daynatovich
c6c701330a
Change order of remote videos when clicking on shortcut
9 years ago
yanas
f02f050e56
Merge pull request #1106 from jitsi/disabled-sidepanels-load
Disables loading side panels when they are disabled.
9 years ago
damencho
f6609524ea
Disables loading side panels when they are disabled.
Adds some safety checks for disabled contactlist.
9 years ago
Lyubomir Marinov
6eb767ba11
[React Native] Disable audio levels
The audio levels are gathered by lib-jitsi-meet via polling of
RTCPeerConnection.getStats() which is very slow on Android. Since the
mobile app makes no use of audio levels, it is easiest to disable them
for now in order to not penalize the app.
9 years ago
yanas
c4d0340956
Merge pull request #1034 from m-voloshin/FEATURE-hide-filmstrip
Filmstrip is extended with "Hide" button
9 years ago
hristoterezov
10f04575ed
Merge pull request #1060 from kkrisstoff/task/toolbar-side-panel
make side panels init from js
9 years ago
Дамян Минков
a9c984e7db
Merge pull request #1091 from BeatC/customer-agreement
Customer agreement
9 years ago
yanas
03fd87476a
Merge pull request #1104 from BeatC/adjust-notification-width
Adjusted notification width
9 years ago
Дамян Минков
317f0e736c
Merge pull request #1105 from jitsi/fix_frozen_msg
fix(LargeVideoManager): frozen displayname in a msg
9 years ago
Konstantyn Pahsura
9f280e320d
_.template removed
9 years ago
Konstantyn Pahsura
a1e098680d
make side panels init from js
9 years ago
paweldomas
ede4808ec4
fix(LargeVideoManager): frozen displayname in a msg
The "data-i18n-options" attribute value is stored in jQuery cache and
at the time when i18-next tries to access it to do the translation
it gets the old value from the cache and the message is not updated
correctly. Passing the "msgOptions" explicitly to "translateElement"
fixes the problem by avoiding jQuery cache.
9 years ago
yanas
e86294191a
Merge pull request #1098 from BeatC/toolbar-splitter-restyle
Restyled toolbar splitter
9 years ago
yanas
0bf372b8ab
Merge pull request #1103 from jitsi/esc-shortcuts-dialog
Esc closes shortcuts dialog
9 years ago
Ilya Daynatovich
ae7ad8b456
Adjusted notification width
9 years ago
Ilya Daynatovich
16c70fddba
Restyled toolbar splitter
9 years ago
Дамян Минков
e679509c56
Merge pull request #1094 from bgrozev/conn-quality
Conn quality
9 years ago
hristoterezov
f08e9afc19
Merge pull request #1069 from jitsi/update-i18next
Updates i18next and bundles default translations.
9 years ago
damencho
215d8b1355
Updates show/hide of shortcuts dialog.
Fixes not able to close it with esc button.
9 years ago
damencho
aaca510f8a
Updates jsdoc.
9 years ago
yanas
3ad1573130
Merge pull request #1100 from jitsi/close-page-update
Close page update
9 years ago
Дамян Минков
31d6a41759
Merge pull request #1099 from jitsi/fix_toolbar_popups
fix(toolbar): popups
9 years ago
hristoterezov
e731f6c3f3
feat(translation): ES6 support
9 years ago