hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
vor 9 Jahren
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
vor 9 Jahren
Konstantyn Pahsura
28f719b58a
dropdown styles fixes
vor 9 Jahren
paweldomas
e349cc59ad
style(translation): adds comment about lang auto detection
vor 9 Jahren
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
vor 9 Jahren
Ilya Daynatovich
209272f940
Add detect translation freeze in interface config
vor 9 Jahren
Ilya Daynatovich
138ed6a487
Fixed interface
vor 9 Jahren
Ilya Daynatovich
d84d0b65ca
Adjust alignment of remote video menu
vor 9 Jahren
damencho
9764fe52de
Removed not needed setting of the quality to 0.
We now just hide the icon with values and show the interrupted one. Calling this one was causing troubles like flickering and stats popover not able to hide, once shown. On hover we are calling updateView which ends to this call which destroy and create the popover, which maybe is leading to this problems.
vor 9 Jahren
damencho
e3edef2999
Renames videocontainer overlay to hoverOverlay.
vor 9 Jahren
damencho
328ff54423
Fixes undefined error and shared video.
vor 9 Jahren
damencho
2807346bdf
Makes decision what to show in avatar consistent (in updateView).
vor 9 Jahren
damencho
fec8f4e005
Fixes an issue with mixing visibility functions for elements.
In small video we use UIUtil.setVisibility, so we should not use jquery show/hide for the same element.
vor 9 Jahren
damencho
3ae299cf2b
Fixes comments.
vor 9 Jahren
paweldomas
739e2bd35a
fix(Recording): broken stop recording dialog
vor 9 Jahren
damencho
7acda03024
Adds an overlay to dim videos when showing displayname.
vor 9 Jahren
damencho
5cead57723
Reverts hover over small video to show display name.
vor 9 Jahren
Ilya Daynatovich
1e24be6dd4
Fix editing the name
vor 9 Jahren
Ilya Daynatovich
8d80e13e31
Fix connection indicator bars
vor 9 Jahren
Ilya Daynatovich
69b79b7687
Fix icon styles
vor 9 Jahren
Ilya Daynatovich
698b3caeb8
fix styles in connection indicators
vor 9 Jahren
Ilya Daynatovich
323684c5fe
fix conflicts after rebase
vor 9 Jahren
yanas
a17a98991c
Ongoing work on video thumbnail layout
vor 9 Jahren
yanas
3fe43abdea
Move the display name to the center
vor 9 Jahren
hristoterezov
09c8e14465
feat(Mute_Participant): Implement warning dialog for muting remote participant
vor 9 Jahren
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
vor 9 Jahren
hristoterezov
8762aae111
fix(SmallVideo): Add translateElement call removed by previous commit
vor 9 Jahren
paweldomas
3c6d464b32
feat(PageReload): make the reload interval random, between 10-30 sec
vor 9 Jahren
damencho
b2a1c9881e
Fixes comments from review.
Adds a safe check, i18n is expecting undefined not null. Fix a method name and translation to be at placeholder.
vor 9 Jahren
Maxim Voloshin
86f1d287d7
Fix comments
vor 9 Jahren
Maxim Voloshin
6820ec8d23
Show and hide indicators using pure js
vor 9 Jahren
Maxim Voloshin
1c218191b0
Apply tooltip for indicator once
vor 9 Jahren
Ilya Daynatovich
99d50ade11
Change main toolbar animation; optimize mousemove handler
vor 9 Jahren
damencho
563ea1244c
Updates openMessageDialog to get only key and options.
vor 9 Jahren
paweldomas
a615649933
fix(PageReloadOverlay): changes text and adjusts style
vor 9 Jahren
paweldomas
3c0c823a37
ref(Overlay): introduce base class
vor 9 Jahren
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
vor 9 Jahren
paweldomas
8c426e8bb7
fix(ToolbarToggle): restore call overlay to the timeout check
vor 9 Jahren
paweldomas
5bc727804f
fix(PageReloadOverlay): do not log message every second
vor 9 Jahren
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.
vor 9 Jahren
paweldomas
d342f93547
fix(Invite): remove unused 'updateInviteUrl'
vor 9 Jahren
paweldomas
ecfc56461e
fix(ToolbarToggler): remove Yoda condition
Is not very readable and is not used across the project
vor 9 Jahren
hristoterezov
3022754f19
fix(feedback): Fixes the logic for the thank you dialog
vor 9 Jahren
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.
vor 9 Jahren
paweldomas
210605d8f3
fix(MessageHandler): suppress the notifications on top of the overlay
vor 9 Jahren
paweldomas
52344ff741
fix(ToolbarToggler): restore 'force' arg in timeout logic
vor 9 Jahren
paweldomas
687b0cad8e
fix(ToolbarToggler): remove call overlay from the timeout check
Remove check for the call overlay being visible in postponing
the toolbar being hidden, as we don't want to have it displayed at all
when the overlay is there.
vor 9 Jahren
paweldomas
2a5b4dde31
feat: implement PageReloadOverlay
vor 9 Jahren
paweldomas
c473178dfe
fix(UserMediaPermissionsGuidanceOverlay): broken display
vor 9 Jahren
paweldomas
229a3b4418
fix(conference): disconnect on VIDEOBRIDGE_NOT_AVAILABLE error
Will disconnect on ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE.
Show the same message when either JVB is not available or Jicofo
disconnects.
vor 9 Jahren