Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 年之前
yanas
98bc16801c
Merge pull request #967 from jitsi/analytics_feedback
feat(analytics): Implement sendFeedback method
8 年之前
hristoterezov
71790b07b7
feat(analytics): Implement sendFeedback method
8 年之前
yanas
4ffe013165
Merge pull request #965 from jitsi/raise-hand-update
Updates raised hand to overwrite dominant speaker.
8 年之前
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
8 年之前
hristoterezov
d10158c9fb
Merge pull request #964 from jitsi/webpack
Fix babel-preset-es2015's version
8 年之前
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.
8 年之前
Lyubomir Marinov
c8f18040f6
Merge branch 'master' into webpack
8 年之前
hristoterezov
17b57ea852
Merge pull request #957 from jitsi/webpack
Switch from Browserify to Webpack
8 年之前
Lyubomir Marinov
b2a70b263a
Merge branch 'talk-muted'
8 年之前
Дамян Минков
b3f0620f5b
Merge pull request #963 from m-voloshin/destroy-tooltips
Completely remove attributes to destroy tooltip properly
8 年之前
Lyubomir Marinov
c95a8e058c
Merge branch 'master' into talk-muted
8 年之前
Lyubomir Marinov
ecf44498b8
Merge branch 'master' into webpack
8 年之前
Maxim Voloshin
2f92aa9645
Completely remove attributes to destroy tooltip properly
8 年之前
yanas
e894b0db43
Merge pull request #962 from jitsi/remove-tooltip
Remove tooltip update
8 年之前
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.
8 年之前
ibauersachs
032509be15
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
8 年之前
Hristo Terezov
c6f81668de
Remove an unnecessary exclude from Webpack
8 年之前
Lyubomir Marinov
43d0582b2f
Don't use path.resolve
8 年之前
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.
8 年之前
Lyubomir Marinov
c8f79dbd2d
Switch from Browserify to Webpack
8 年之前
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.
8 年之前
yanas
fe7911b944
Merge pull request #959 from m-voloshin/keyboard-shortcuts-help
Removed duplicates from keyboard shortcuts
8 年之前
yanas
0dcf8add63
Merge pull request #961 from m-voloshin/username-editing
Allow user to edit initial username
8 年之前
Paweł Domas
ae2ea4f421
Merge pull request #954 from jitsi/handle-conference-left
Waits for conference left event before navigating away from the page.
8 年之前
Maxim Voloshin
664d7a4f67
Allow user to edit initial username
8 年之前
Maxim Voloshin
268a2ea7ce
Removed duplicates from keyboard shortcuts
8 年之前
yanas
854fef35cb
Merge pull request #955 from jitsi/audio-levels-redesign
Audio levels redesign. PR Review done from @damencho and @emcho.
8 年之前
yanas
b58556b6c3
Fixes audio level algorithm.
8 年之前
hristoterezov
97aaa36f7d
Merge pull request #942 from jitsi/enable-languages
Match enabled languages to available languages
8 年之前
damencho
07f111abbd
Fixes hangup when callstats is disabled.
8 年之前
yanas
3bb877cc3a
Audio levels redesign.
8 年之前
Любомир Маринов
17bcc9bfcc
Merge pull request #956 from jitsi/revert-903-webpack
Revert "Switch from Browserify to Webpack"
8 年之前
hristoterezov
c7cd771de2
Revert "Switch from Browserify to Webpack"
8 年之前
hristoterezov
77e65f727f
Merge pull request #903 from jitsi/webpack
Switch from Browserify to Webpack
8 年之前
damencho
d793cdc797
Waits for conference left event before navigating away from the page.
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 年之前
Lyubomir Marinov
973d40a877
Don't use path.resolve
8 年之前
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 年之前
Lyubomir Marinov
f6662745d1
Switch from Browserify to Webpack
8 年之前
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 年之前
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 年之前