paweldomas
8c426e8bb7
fix(ToolbarToggle): restore call overlay to the timeout check
9 years ago
paweldomas
5bc727804f
fix(PageReloadOverlay): do not log message every second
9 years ago
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.
9 years ago
paweldomas
d342f93547
fix(Invite): remove unused 'updateInviteUrl'
9 years ago
paweldomas
ecfc56461e
fix(ToolbarToggler): remove Yoda condition
Is not very readable and is not used across the project
9 years ago
hristoterezov
3022754f19
fix(feedback): Fixes the logic for the thank you dialog
9 years ago
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.
9 years ago
paweldomas
210605d8f3
fix(MessageHandler): suppress the notifications on top of the overlay
9 years ago
paweldomas
52344ff741
fix(ToolbarToggler): restore 'force' arg in timeout logic
9 years ago
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.
9 years ago
paweldomas
2a5b4dde31
feat: implement PageReloadOverlay
9 years ago
paweldomas
c473178dfe
fix(UserMediaPermissionsGuidanceOverlay): broken display
9 years ago
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.
9 years ago
Ilya Daynatovich
8f57179aa4
return default value
9 years ago
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
9 years ago
Ilya Daynatovich
70861465e1
Editions in jitsi popover styles
9 years ago
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
9 years ago
Kostiantyn Pashura
71475038ba
toolbar: authentication button changed
9 years ago
Lyubomir Marinov
242c1419fd
Format source code for (some) consistency
9 years ago
hristoterezov
58a07355fb
style(RingOverlay): Rename onAvatarDisplayed to onAvatarVisible
9 years ago
hristoterezov
4acfb033c8
style(LargeVideo): Rename LARGE_VIDEO_AVATAR_DISPLAYED event
9 years ago
Ilya Daynatovich
c09e10a584
updates in connection indicator styles
9 years ago
Kostiantyn Pashura
736b98869f
dropdown restyle
9 years ago
Kostiantyn Pashura
8118b4aea1
aui select and checkbox added
9 years ago
damencho
040f4a6618
Adds data-i18n attribute.
9 years ago
damencho
a9aa29d0ad
Adds data-i18n attribute to the feedback.
9 years ago
damencho
54cfbaaba0
Updates some translations for login dialog.
9 years ago
damencho
0455c26fb2
Uses titleKey to generate title string containing data-i18n attribute.
9 years ago
damencho
f0ac52614b
Removes title param from openTwoButtonDialog.
9 years ago
damencho
b5f0d30298
Removes not used parameter of openMessageDialog (title).
We pass key which is enough to obtain the title.
9 years ago
Ilya Daynatovich
26792625f2
BEMificated classes and add title
9 years ago
Ilya Daynatovich
83e7f23d0f
Update Connection indicator and popover js
9 years ago
Ilya Daynatovich
b7fccf5040
Update styles for popover
9 years ago
Ilya Daynatovich
cbc7fe5d98
Add JSDoc and rename method
9 years ago
Ilya Daynatovich
a4c3348630
Fix some visual bugs
9 years ago
coresh
6bd5d6e4d5
Fixes issue of method 'setTooltip'
Fixes issue of method 'setTooltip' in modules/UI/util/UIUtil.js: Excluded 'Uncaught TypeError':
```
UIUtil.js:134 Uncaught TypeError: Cannot read property 'setAttribute' of null
```
9 years ago
yanas
43906a4e30
Fix undefined check.
9 years ago
yanas
9641dbf373
Adds toolbar splitter button
9 years ago
Ilya Daynatovich
25aeb184af
fix display name required dialog
9 years ago
Ilya Daynatovich
d06aef511f
Fix shortcut dialog toggling
9 years ago
Ilya Daynatovich
d94b50f1e4
Add possibilty to set password via return key
9 years ago
yanas
338e1bac00
Initialise the invite dialog on user action
9 years ago
yanas
22a2d85ee2
Fixes cdn issue with remove password link.
9 years ago
yanas
26ff54366b
Moves full screen functions in UIUtil
9 years ago
damencho
9ed6e0e2f9
Adds an id to etherpad iframe.
9 years ago
damencho
bbe475cb4e
Fixes review comments.
Uses some ES6 syntax. Also removes inputHeight key for resolution as it makes no sence to have dictionary with one key. Removes some code duplication. Makes code consistent: method params for updateLocalStats and updateRemoteStats.
9 years ago
yanas
36fdb3127f
Removes unrelated comment.
9 years ago
yanas
7baa473e55
Fixes full screen event handling
9 years ago
Maxim Voloshin
4ae0d1b882
Clean up audio level after previous speaker
9 years ago
hristoterezov
84fd0531f6
fix(Avatar): Avatar to return the local avatar when jid is null
9 years ago