yanas
79c52e1a77
Merge pull request #1061 from BeatC/button-shifted
Button shifted
il y a 8 ans
hristoterezov
221f6d1d68
Merge pull request #1056 from jitsi/translations-update
Translations update
il y a 8 ans
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
il y a 8 ans
hristoterezov
d2ccd20c78
Merge branch 'm-voloshin-FIX-frozen-tooltips'
il y a 8 ans
hristoterezov
8762aae111
fix(SmallVideo): Add translateElement call removed by previous commit
il y a 8 ans
hristoterezov
05fcaa2554
Merge branch 'FIX-frozen-tooltips' of git://github.com/m-voloshin/jitsi-meet into m-voloshin-FIX-frozen-tooltips
il y a 8 ans
paweldomas
3c6d464b32
feat(PageReload): make the reload interval random, between 10-30 sec
il y a 8 ans
paweldomas
c95c46edac
feat(conference): reload the page when XMPP connection is dropped
il y a 8 ans
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.
il y a 8 ans
Lyubomir Marinov
9f10a059ef
React Native 0.36.0, React 15.3.2
il y a 8 ans
Maxim Voloshin
86f1d287d7
Fix comments
il y a 8 ans
Maxim Voloshin
6820ec8d23
Show and hide indicators using pure js
il y a 8 ans
Lyubomir Marinov
4997ae79e3
Fix toolbar's mute buttons when starting muted
The toolbar's mute buttons depict respective features/base/media states.
However, (un)muting is practically carried out by features/base/tracks.
When the mobile app enters a conference configured to invite the joining
participant to mute themselves, the tracks would be muted but the
toolbar's mute buttons would not reflect that.
il y a 8 ans
Maxim Voloshin
c76fa50aa5
New tooltip for contact list
il y a 8 ans
Maxim Voloshin
1c218191b0
Apply tooltip for indicator once
il y a 8 ans
Ilya Daynatovich
84d71d558e
fix invite dialog design
il y a 8 ans
Ilya Daynatovich
659c84d696
fix margin
il y a 8 ans
Ilya Daynatovich
99d50ade11
Change main toolbar animation; optimize mousemove handler
il y a 8 ans
Дамян Минков
f271eb4610
Merge pull request #980 from kkrisstoff/task/add-error-page
error layout added
il y a 8 ans
damencho
076f7a82de
Updates translation readme.
il y a 8 ans
damencho
547f96c0c1
Merge branch 'master' into translations-update
il y a 8 ans
damencho
8a789aa608
Fixes some translations.
il y a 8 ans
yanas
8fd23771f4
Merge pull request #1058 from kkrisstoff/select2-background-changes
dropdown color changes
il y a 8 ans
Konstantyn Pahsura
15bc3b9ad4
dropdown color changes
il y a 8 ans
yanas
3196ffd941
Merge pull request #1042 from m-voloshin/FEATURE-hd-label-relocation
Relocate "HD" label
il y a 8 ans
Kostiantyn Pashura
84d2b79b4f
404 error page added
il y a 8 ans
bgrozev
a4e1f939cd
Merge pull request #1057 from jitsi/fix_connection_problem_z_idx
Reduce the z index of the connection problems message
il y a 8 ans
damencho
563ea1244c
Updates openMessageDialog to get only key and options.
il y a 8 ans
hristoterezov
3dca6f2354
Merge pull request #1008 from jitsi/page_reload_overlay
Page reload overlay
il y a 8 ans
paweldomas
bf5a1d1f8e
fix(videolayout css): reduce conn problem msg z-index
For small window sizes and many video thumbnails the message may go on
top of the thumbnails.
il y a 8 ans
paweldomas
a615649933
fix(PageReloadOverlay): changes text and adjusts style
il y a 8 ans
paweldomas
3c0c823a37
ref(Overlay): introduce base class
il y a 8 ans
damencho
efed4bf13c
Merge branch 'master' into translations-update
il y a 8 ans
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.
il y a 8 ans
paweldomas
98de4c90b5
fix(RingOverlay): puts the "ring overlay" back below the toolbars
il y a 8 ans
paweldomas
8c426e8bb7
fix(ToolbarToggle): restore call overlay to the timeout check
il y a 8 ans
paweldomas
5bc727804f
fix(PageReloadOverlay): do not log message every second
il y a 8 ans
yanas
32bfebc924
Merge pull request #1033 from BeatC/add-jsdoc
Add JSDoc and rename method
il y a 8 ans
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.
il y a 8 ans
paweldomas
d342f93547
fix(Invite): remove unused 'updateInviteUrl'
il y a 8 ans
paweldomas
ecfc56461e
fix(ToolbarToggler): remove Yoda condition
Is not very readable and is not used across the project
il y a 8 ans
Maxim Voloshin
d09a8b1896
Adjusted styles for "Live Streaming" indicator.
il y a 8 ans
Maxim Voloshin
88be44b472
Relocated "HD" label
il y a 8 ans
Дамян Минков
4b82bc0e33
Merge pull request #1049 from jitsi/fix_thank_you_dialog
fix(feedback): Fixes the logic for the thank you dialog
il y a 8 ans
hristoterezov
3022754f19
fix(feedback): Fixes the logic for the thank you dialog
il y a 8 ans
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.
il y a 8 ans
paweldomas
210605d8f3
fix(MessageHandler): suppress the notifications on top of the overlay
il y a 8 ans
paweldomas
52344ff741
fix(ToolbarToggler): restore 'force' arg in timeout logic
il y a 8 ans
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.
il y a 8 ans
paweldomas
0053c4df49
feat(PageReloadOverlay): log the reload event
il y a 8 ans