Lyubomir Marinov
1edebf83ae
Remove .babelrc to simplify React Native support
React Native's module bundler (aka packager) has its default Babel
preset - react-native/babel-preset - which it uses in the absence of a
custom .babelrc. Unfortunately, the default may be tripped by the
presence of a .babelrc in dependencies. Additionally, if the default
does not get tripped, the npm install of lib-jitsi-meet as a dependency
may fall into a recursion in which Babel attempts to transpile
react-native/babel-preset. To reduce the risks of stumbling upon such
problems, move Babel's configuration inside the Webpack configuration
file.
8 年之前
Lyubomir Marinov
d55e0f70d9
Import jitsi/jitsi-meet-react#2f23d98
As an intermediate step on the path to merging jitsi-meet and
jitsi-meet-react, import the whole source code of jitsi-meet-react as it
stands at
2f23d98424
i.e. the lastest master at the time of this import. No modifications are
applied to the imported source code in order to preserve a complete
snapshot of it in the repository of jitsi-meet and, thus, facilitate
comparison later on. Consequently, the source code of jitsi-meet and/or
jitsi-meet-react may not work. For example, jitsi-meet's jshint may be
unable to parse jitsi-meet-react's source code.
8 年之前
yanas
1238ffbc40
Merge branch 'BeatC-jit/dialogs-redesign'
8 年之前
yanas
e24d5da0ef
Fix eslint errors
8 年之前
yanas
74f31db434
Dialogs re-design, invite and password modifications
8 年之前
Дамян Минков
d5541f612f
Merge pull request #994 from jitsi/disable_dominant_speaker_indicator
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
8 年之前
hristoterezov
8fafd2b4ea
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
8 年之前
ibauersachs
f66555a88f
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
8 年之前
ibauersachs
ab895280f4
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
8 年之前
hristoterezov
b9705b5eed
Merge pull request #991 from jitsi/filmstripfix
Fixes desktop expansion on filmstirp shortcut hide.
8 年之前
Emil Ivov
224bbdf8a9
Fixes desktop expansion on filmstirp shortcut hide.
8 年之前
Lyubomir Marinov
b8af817ea3
Merge branch 'restyle-toggle-state'
8 年之前
Lyubomir Marinov
231cd49916
Remove duplication
8 年之前
Lyubomir Marinov
35c1a77845
Merge branch 'master' into restyle-toggle-state
8 年之前
yanas
125e894624
Rename functions, fix jquery element ref and indentetation
8 年之前
yanas
7e26625324
Merge pull request #983 from kkrisstoff/bug/make-HD-label-a-circle
border-radius for HD
8 年之前
yanas
0e9835dde2
Restyles the toolbar button toggle state
8 年之前
Lyubomir Marinov
1f66abac4d
Merge branch 'analytics'
8 年之前
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
8 年之前
Lyubomir Marinov
3f0aa500f7
Merge branch 'external_api'
8 年之前
Kostiantyn Pashura
e868984116
border-radius for HD
8 年之前
hristoterezov
7f24d14832
refactor(conference.js) hangup functionality
8 年之前
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
8 年之前
yanas
924bb3c7f7
Merge pull request #948 from m-voloshin/space-for-ptt
Spacebar is used to activate Push-To-Talk
8 年之前
yanas
3c8e704ace
Merge pull request #973 from m-voloshin/remove-black-line
Removed black line from contact list and message list
8 年之前
yanas
f2d6ff3426
Merge pull request #974 from m-voloshin/feedback-icon-padding
Fix padding for feedback button
8 年之前
hristoterezov
480f0c703a
Merge pull request #976 from jitsi/eslint
ESLint
8 年之前
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 年之前
Maxim Voloshin
9babe4a44d
Fix padding for feedback button
8 年之前
Maxim Voloshin
d2c2936efa
Removed black line from contact list and message list
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 年之前