Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
hace 8 años
yanas
98bc16801c
Merge pull request #967 from jitsi/analytics_feedback
feat(analytics): Implement sendFeedback method
hace 8 años
hristoterezov
71790b07b7
feat(analytics): Implement sendFeedback method
hace 8 años
yanas
4ffe013165
Merge pull request #965 from jitsi/raise-hand-update
Updates raised hand to overwrite dominant speaker.
hace 8 años
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
hace 8 años
hristoterezov
d10158c9fb
Merge pull request #964 from jitsi/webpack
Fix babel-preset-es2015's version
hace 8 años
Lyubomir Marinov
92f1061db8
Fix babel-preset-es2015's version
The latest version of babel-preset-es2015 6.16.0 fails with 'Unsupported
preset format: undefined.' Use the previous one then.
hace 8 años
Lyubomir Marinov
c8f18040f6
Merge branch 'master' into webpack
hace 8 años
hristoterezov
17b57ea852
Merge pull request #957 from jitsi/webpack
Switch from Browserify to Webpack
hace 8 años
Lyubomir Marinov
b2a70b263a
Merge branch 'talk-muted'
hace 8 años
Дамян Минков
b3f0620f5b
Merge pull request #963 from m-voloshin/destroy-tooltips
Completely remove attributes to destroy tooltip properly
hace 8 años
Lyubomir Marinov
c95a8e058c
Merge branch 'master' into talk-muted
hace 8 años
Lyubomir Marinov
ecf44498b8
Merge branch 'master' into webpack
hace 8 años
Maxim Voloshin
2f92aa9645
Completely remove attributes to destroy tooltip properly
hace 8 años
yanas
e894b0db43
Merge pull request #962 from jitsi/remove-tooltip
Remove tooltip update
hace 8 años
damencho
da65bbaa2d
Updates remove tooltip util method.
Destroy is just hiding current tooltip, we also need to remove other attributes to stop showing the tooltip.
hace 8 años
ibauersachs
032509be15
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
hace 8 años
Hristo Terezov
c6f81668de
Remove an unnecessary exclude from Webpack
hace 8 años
Lyubomir Marinov
43d0582b2f
Don't use path.resolve
hace 8 años
Lyubomir Marinov
818ddad2c3
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.
hace 8 años
Lyubomir Marinov
c8f79dbd2d
Switch from Browserify to Webpack
hace 8 años
Lyubomir Marinov
1ceb3f0129
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.
hace 8 años
yanas
fe7911b944
Merge pull request #959 from m-voloshin/keyboard-shortcuts-help
Removed duplicates from keyboard shortcuts
hace 8 años
yanas
0dcf8add63
Merge pull request #961 from m-voloshin/username-editing
Allow user to edit initial username
hace 8 años
Paweł Domas
ae2ea4f421
Merge pull request #954 from jitsi/handle-conference-left
Waits for conference left event before navigating away from the page.
hace 8 años
Maxim Voloshin
664d7a4f67
Allow user to edit initial username
hace 8 años
Maxim Voloshin
268a2ea7ce
Removed duplicates from keyboard shortcuts
hace 8 años
yanas
854fef35cb
Merge pull request #955 from jitsi/audio-levels-redesign
Audio levels redesign. PR Review done from @damencho and @emcho.
hace 8 años
yanas
b58556b6c3
Fixes audio level algorithm.
hace 8 años
hristoterezov
97aaa36f7d
Merge pull request #942 from jitsi/enable-languages
Match enabled languages to available languages
hace 8 años
damencho
07f111abbd
Fixes hangup when callstats is disabled.
hace 8 años
yanas
3bb877cc3a
Audio levels redesign.
hace 8 años
Любомир Маринов
17bcc9bfcc
Merge pull request #956 from jitsi/revert-903-webpack
Revert "Switch from Browserify to Webpack"
hace 8 años
hristoterezov
c7cd771de2
Revert "Switch from Browserify to Webpack"
hace 8 años
hristoterezov
77e65f727f
Merge pull request #903 from jitsi/webpack
Switch from Browserify to Webpack
hace 8 años
damencho
d793cdc797
Waits for conference left event before navigating away from the page.
hace 8 años
Дамян Минков
4ec266ef11
Merge pull request #953 from jitsi/log_server
feat(log): Logs server field from jwt token
hace 8 años
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
hace 8 años
Paweł Domas
b4a191e27a
Merge pull request #946 from jitsi/fix-moderator-notifications
Fixes moderator notifications on moderator indicator disabled
hace 8 años
Lyubomir Marinov
973d40a877
Don't use path.resolve
hace 8 años
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.
hace 8 años
Lyubomir Marinov
f6662745d1
Switch from Browserify to Webpack
hace 8 años
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.
hace 8 años
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.
hace 8 años
Lyubomir Marinov
8f4b94f732
Merge branch 'm-voloshin-tooltips-global-handler'
hace 8 años
yanas
76f8ca2116
Merge pull request #947 from jitsi/not-allowed-error
Not allowed error
hace 8 años
Paweł Domas
94e5cda02d
Merge pull request #951 from jitsi/prosody-tokens-case-insensitive-room
Prosody tokens case insensitive room name
hace 8 años
yanas
066b4f16a0
Merge pull request #949 from m-voloshin/videospace-layout-fix
Removed initial animation of the video thumbnail
hace 8 años
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.
hace 8 años
damencho
15f4288e4a
Fixes some jshint errors.
hace 8 años