Maxim Voloshin
6e90b767ef
Removed separate check for SPACE
8 years ago
Maxim Voloshin
268a2ea7ce
Removed duplicates from keyboard shortcuts
8 years ago
yanas
854fef35cb
Merge pull request #955 from jitsi/audio-levels-redesign
Audio levels redesign. PR Review done from @damencho and @emcho.
8 years ago
yanas
b58556b6c3
Fixes audio level algorithm.
8 years ago
hristoterezov
97aaa36f7d
Merge pull request #942 from jitsi/enable-languages
Match enabled languages to available languages
8 years ago
damencho
07f111abbd
Fixes hangup when callstats is disabled.
8 years ago
yanas
3bb877cc3a
Audio levels redesign.
8 years ago
Любомир Маринов
17bcc9bfcc
Merge pull request #956 from jitsi/revert-903-webpack
Revert "Switch from Browserify to Webpack"
8 years ago
hristoterezov
c7cd771de2
Revert "Switch from Browserify to Webpack"
8 years ago
hristoterezov
77e65f727f
Merge pull request #903 from jitsi/webpack
Switch from Browserify to Webpack
8 years ago
damencho
d793cdc797
Waits for conference left event before navigating away from the page.
8 years ago
Дамян Минков
4ec266ef11
Merge pull request #953 from jitsi/log_server
feat(log): Logs server field from jwt token
8 years ago
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
8 years ago
Paweł Domas
b4a191e27a
Merge pull request #946 from jitsi/fix-moderator-notifications
Fixes moderator notifications on moderator indicator disabled
8 years ago
Lyubomir Marinov
973d40a877
Don't use path.resolve
8 years ago
Lyubomir Marinov
ce3090b8fe
Do not distribute unminimized artifacts
The build process is capable of bundling both minimized and unminimized
artifacts for lib-jitsi-meet, jitsi-meet and external_api. However,
there does not seem to be a good reason to (1) always wait for the
building of the two versions and (2) distributing the unminimized
artifacts.
8 years ago
Lyubomir Marinov
f6662745d1
Switch from Browserify to Webpack
8 years ago
Lyubomir Marinov
4289df1681
Switch lib-jitsi-meet from Browserify to Webpack
Since the library lib-jitsi-meet does not publish its binaries, it is
always been necessary to produce the binaries i.e. lib-jitsi-meet.js and
lib-jitsi-meet.js as part of the npm install step. Which means that any
modifications to the devDependencies of lib-jitsi-meet's package.json
always have to be reflected in jitsi-meet's package.json. Because
Webpack replaced Browserify in lib-jitsi-meet, Webpack has to become a
devDependency of jitsi-meet.
8 years ago
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 years ago
Lyubomir Marinov
8f4b94f732
Merge branch 'm-voloshin-tooltips-global-handler'
8 years ago
yanas
76f8ca2116
Merge pull request #947 from jitsi/not-allowed-error
Not allowed error
8 years ago
Paweł Domas
94e5cda02d
Merge pull request #951 from jitsi/prosody-tokens-case-insensitive-room
Prosody tokens case insensitive room name
8 years ago
yanas
066b4f16a0
Merge pull request #949 from m-voloshin/videospace-layout-fix
Removed initial animation of the video thumbnail
8 years ago
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 years ago
damencho
15f4288e4a
Fixes some jshint errors.
8 years ago
Lyubomir Marinov
4569970bc4
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 years ago
Maxim Voloshin
b2e0b49556
Updated JSDocs for 'TOOLTIP_POSITIONS' constant
8 years ago
Lyubomir Marinov
03152d65ab
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 years ago
Maxim Voloshin
96735d47c4
Attached JSDocs for 'TOOLTIP_POSITIONS' constant
8 years ago
Lyubomir Marinov
16266e3622
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 years ago
Maxim Voloshin
87ed7b7989
Redesigned "setTooltip" method
8 years ago
Lyubomir Marinov
fef95f7cf1
Merge branch 'tooltips-global-handler' of https://github.com/m-voloshin/jitsi-meet into m-voloshin-tooltips-global-handler
8 years ago
Maxim Voloshin
36d1f7d06f
Removed initial animation of the video thumbnail
8 years ago
Maxim Voloshin
33078a868c
Spacebar is used to activate Push-To-Talk
8 years ago
hristoterezov
2a8700bca3
Merge pull request #938 from jitsi/participant_conn_status
Adds participant connection status notifications
8 years ago
damencho
1e54111aad
Adds authentication error page.
When we receive a conference failed event with reason not allowed we show that page.
8 years ago
damencho
57003be3a3
Renames the style from close to redirect page.
8 years ago
yanas
f10177a352
Fixes moderator notifications on moderator indicator disabled
8 years ago
Maxim Voloshin
939b87ffed
Tooltiped elements are mardked with "data-tooltip" attribute
8 years ago
Emil Ivov
6ccc58a060
Merge pull request #945 from jitsi/feedback-improvements
Feedback window improvements.
8 years ago
yanas
08b2fbe30f
Fixes feedback message and button active state
8 years ago
Emil Ivov
cbd15f45a4
Merge pull request #944 from jitsi/pin-hover-improvements
Pin hover improvements
8 years ago
yanas
37dcc6c994
Improves the pin and hover borders
8 years ago
yanas
6249ff89ff
Feedback window improvements.
8 years ago
yanas
07441b092c
Merge pull request #943 from m-voloshin/fix-cursor-for-icon
Default cursor for icons
8 years ago
yanas
1c8535a2d5
Improves the pin and hover borders
8 years ago
Maxim Voloshin
047a2369b3
Default cursor for icons
8 years ago
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 years ago
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 years ago
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 years ago