yanas
3bb877cc3a
Audio levels redesign.
8 年之前
Дамян Минков
4ec266ef11
Merge pull request #953 from jitsi/log_server
feat(log): Logs server field from jwt token
8 年之前
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
8 年之前
Paweł Domas
b4a191e27a
Merge pull request #946 from jitsi/fix-moderator-notifications
Fixes moderator notifications on moderator indicator disabled
8 年之前
paweldomas
dad3c57fad
fix(conference): react to local role change only when it changes
We initialise the UI for isModerator = false on startup, so we should
not react to the event unless it gets out of sync.
8 年之前
Lyubomir Marinov
8f4b94f732
Merge branch 'm-voloshin-tooltips-global-handler'
8 年之前
yanas
76f8ca2116
Merge pull request #947 from jitsi/not-allowed-error
Not allowed error
8 年之前
Paweł Domas
94e5cda02d
Merge pull request #951 from jitsi/prosody-tokens-case-insensitive-room
Prosody tokens case insensitive room name
8 年之前
yanas
066b4f16a0
Merge pull request #949 from m-voloshin/videospace-layout-fix
Removed initial animation of the video thumbnail
8 年之前
damencho
f3381b31ed
Updates tokens room name verification to be case insensitive.
Room names used inside prosody are all lower case, when verify with room name from token make sure we use the room name in lower case.
8 年之前
damencho
15f4288e4a
Fixes some jshint errors.
8 年之前
Lyubomir Marinov
4569970bc4
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 年之前
Maxim Voloshin
b2e0b49556
Updated JSDocs for 'TOOLTIP_POSITIONS' constant
8 年之前
Lyubomir Marinov
03152d65ab
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 年之前
Maxim Voloshin
96735d47c4
Attached JSDocs for 'TOOLTIP_POSITIONS' constant
8 年之前
Lyubomir Marinov
16266e3622
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 年之前
Maxim Voloshin
87ed7b7989
Redesigned "setTooltip" method
8 年之前
Lyubomir Marinov
fef95f7cf1
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 年之前
Maxim Voloshin
36d1f7d06f
Removed initial animation of the video thumbnail
8 年之前
hristoterezov
2a8700bca3
Merge pull request #938 from jitsi/participant_conn_status
Adds participant connection status notifications
8 年之前
damencho
1e54111aad
Adds authentication error page.
When we receive a conference failed event with reason not allowed we show that page.
8 年之前
damencho
57003be3a3
Renames the style from close to redirect page.
8 年之前
yanas
f10177a352
Fixes moderator notifications on moderator indicator disabled
8 年之前
Maxim Voloshin
939b87ffed
Tooltiped elements are mardked with "data-tooltip" attribute
8 年之前
Emil Ivov
6ccc58a060
Merge pull request #945 from jitsi/feedback-improvements
Feedback window improvements.
8 年之前
yanas
08b2fbe30f
Fixes feedback message and button active state
8 年之前
Emil Ivov
cbd15f45a4
Merge pull request #944 from jitsi/pin-hover-improvements
Pin hover improvements
8 年之前
yanas
37dcc6c994
Improves the pin and hover borders
8 年之前
yanas
6249ff89ff
Feedback window improvements.
8 年之前
yanas
07441b092c
Merge pull request #943 from m-voloshin/fix-cursor-for-icon
Default cursor for icons
8 年之前
yanas
1c8535a2d5
Improves the pin and hover borders
8 年之前
Maxim Voloshin
047a2369b3
Default cursor for icons
8 年之前
paweldomas
7585413e7d
fix(VideoLayout): from avatar to video transition
When user reconnected and the avatar is displayed we need to perform
full large video update in order to transition correctly.
8 年之前
paweldomas
6e0ba1de33
ref(VideoLayout): rename 'videoConnectionMessage'
Renames 'videoConnectionMessage' to 'localConnectionMessage', because
it is displayed when we're having problems with our local connection
and a different one will be shown for the remote connectivity issues.
8 年之前
paweldomas
661ea2cf45
feat(VideoLayout): add remote connection problems UI
Grey filter will be applied to the remote video/avatar displayed on
"large" and a message indicating remote connectivity issues will be
shown on top of that.
8 年之前
ibauersachs
bcee2a207d
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
8 年之前
Ingo Bauersachs
03e8331e4f
Add polish and russian
8 年之前
ibauersachs
bbd5e55e5e
Commit from translate.jitsi.org by user ibauersachs.: 263 of 263 strings translated (0 fuzzy).
8 年之前
Maxim Voloshin
212798ad19
Global handler for tooltips
8 年之前
yanas
bb0f6e0989
Remove unused variable.
8 年之前
paweldomas
42fd3097de
feat(VideoContainer): add 'wasVideoRendered' flag
The 'wasVideoRendered' flag will tell whether or not we have any video
image rendered(even if stalled) on the large video element.
8 年之前
paweldomas
5952261e87
ref(LargeVideoManager): introduce 'setVideoConnectionMessage'
8 年之前
paweldomas
62d2e3e2a4
feat(conference.js): add 'getParticipantDisplayName'
8 年之前
paweldomas
5843c6c569
ref(LargeVideoManager): rename 'enableVideoProblemFilter'
8 年之前
paweldomas
352e784cad
fix(VideoLayout): show video when the connection is back
8 年之前
paweldomas
b8937e0349
fix(LargeVideoManager): hide video when avatar is displayed
8 年之前
paweldomas
0aea799b50
doc(LargeVideoManager): fills missing JS doc
8 年之前
paweldomas
46766ec239
fix(RemoteVideo): avoid black thumbnail
When the user is having connectivity issues we use the image cached in
the video element to show the preview in greyscale. It looks like this
cached image gets invalided after prolonged periods of time the video
element being hidden(and it is hidden when the video is muted). So we
never show this image if the user gets muted during connectivity
disruption in order to avoid blackness.
8 年之前
paweldomas
66bbc4d9fd
fix(RemoteVideo): change hasVideoStarted logic
We used to rely on 'currentTime' of the video element, but we execute
'updateView' from the 'onplay' callback and on fast machines it may
happen that the value is 0 even though the video has just started.
8 年之前
paweldomas
40f2c593a2
ref(SmallVideo): figure out what is to be displayed
At any point of time we display one of the three: video, avatar or
blackness. The purpose of this commit is to make that fact more clear
in the code.
8 年之前