Paweł Domas
856a18fc2a
Merge pull request #1011 from jitsi/adds-id-to-etherpad-iframe
Adds an id to etherpad iframe.
пре 9 година
damencho
9ed6e0e2f9
Adds an id to etherpad iframe.
пре 9 година
yanas
688e71cd1b
Merge pull request #995 from jitsi/ring_overlay_disable_ringing
Add interfaceConfig option for disabling ringing
пре 9 година
Lyubomir Marinov
ce9fff2a8d
Merge remote-tracking branch 'origin/master'
пре 9 година
Lyubomir Marinov
6202935a27
Merge branch 'm-voloshin-FIX-audio-level'
пре 9 година
Дамян Минков
df7a6f0df6
Merge pull request #1004 from jitsi/hangup_fixes
Refactor hangup.
Refactor hangup after room.leave is made to return Promise that waits for actual leave.
пре 9 година
Maxim Voloshin
4ae0d1b882
Clean up audio level after previous speaker
пре 9 година
hristoterezov
84fd0531f6
fix(Avatar): Avatar to return the local avatar when jid is null
пре 9 година
hristoterezov
71d767f0b4
fix(hangup): Show Feedback independently from room.leave
пре 9 година
hristoterezov
5fe0c62842
style(RingOverlay): Fix naming and aligning after review
пре 9 година
Paweł Domas
58b4e0d59a
Merge pull request #1002 from jitsi/react-native
Merge jitsi-meet-react's mobile support
пре 9 година
hristoterezov
94366190a0
Merge pull request #928 from maximax123/fix-command
hot fix api.executeCommand
пре 9 година
yanas
491ce70e1a
Merge pull request #999 from BeatC/theming
Add main file for switch theming
пре 9 година
Lyubomir Marinov
7f3ff13c18
Merge jitsi-meet-react's mobile support
As a step toward merging jitsi-meet-react with jitsi-meet to share as
much source code as possible between mobile and Web, merge the part of
jitsi-meet-react's source tree which supports mobile inside the
jitsi-meet source tree and leave jitsi-meet-react's Web support in the
source code revision history but don't have it in master anymore because
it's different from jitsi-meet's Web support. In other words, the two
projects are mechanically merged at the file level and don't really
share source code between mobile and Web.
пре 9 година
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.
пре 9 година
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.
пре 9 година
Ilya Daynatovich
429325ca6d
Add main file for switch theming
пре 9 година
yanas
1238ffbc40
Merge branch 'BeatC-jit/dialogs-redesign'
пре 9 година
yanas
e24d5da0ef
Fix eslint errors
пре 9 година
yanas
74f31db434
Dialogs re-design, invite and password modifications
пре 9 година
hristoterezov
e5503deadd
feat(RingOverlay): Add interfaceConfig option for disabling ringing
пре 9 година
Дамян Минков
d5541f612f
Merge pull request #994 from jitsi/disable_dominant_speaker_indicator
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
пре 9 година
hristoterezov
8fafd2b4ea
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
пре 9 година
ibauersachs
f66555a88f
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
пре 9 година
ibauersachs
ab895280f4
Commit from translate.jitsi.org by user ibauersachs.: 265 of 265 strings translated (0 fuzzy).
пре 9 година
hristoterezov
b9705b5eed
Merge pull request #991 from jitsi/filmstripfix
Fixes desktop expansion on filmstirp shortcut hide.
пре 9 година
Emil Ivov
224bbdf8a9
Fixes desktop expansion on filmstirp shortcut hide.
пре 9 година
Lyubomir Marinov
b8af817ea3
Merge branch 'restyle-toggle-state'
пре 9 година
Lyubomir Marinov
231cd49916
Remove duplication
пре 9 година
Lyubomir Marinov
35c1a77845
Merge branch 'master' into restyle-toggle-state
пре 9 година
yanas
125e894624
Rename functions, fix jquery element ref and indentetation
пре 9 година
yanas
7e26625324
Merge pull request #983 from kkrisstoff/bug/make-HD-label-a-circle
border-radius for HD
пре 9 година
yanas
0e9835dde2
Restyles the toolbar button toggle state
пре 9 година
Lyubomir Marinov
1f66abac4d
Merge branch 'analytics'
пре 9 година
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
пре 9 година
Lyubomir Marinov
3f0aa500f7
Merge branch 'external_api'
пре 9 година
Kostiantyn Pashura
e868984116
border-radius for HD
пре 9 година
hristoterezov
7f24d14832
refactor(conference.js) hangup functionality
пре 9 година
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
пре 9 година
yanas
924bb3c7f7
Merge pull request #948 from m-voloshin/space-for-ptt
Spacebar is used to activate Push-To-Talk
пре 9 година
yanas
3c8e704ace
Merge pull request #973 from m-voloshin/remove-black-line
Removed black line from contact list and message list
пре 9 година
yanas
f2d6ff3426
Merge pull request #974 from m-voloshin/feedback-icon-padding
Fix padding for feedback button
пре 9 година
hristoterezov
480f0c703a
Merge pull request #976 from jitsi/eslint
ESLint
пре 9 година
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
пре 9 година
Maxim Voloshin
9babe4a44d
Fix padding for feedback button
пре 9 година
Maxim Voloshin
d2c2936efa
Removed black line from contact list and message list
пре 9 година
yanas
98bc16801c
Merge pull request #967 from jitsi/analytics_feedback
feat(analytics): Implement sendFeedback method
пре 9 година
hristoterezov
71790b07b7
feat(analytics): Implement sendFeedback method
пре 9 година
yanas
4ffe013165
Merge pull request #965 from jitsi/raise-hand-update
Updates raised hand to overwrite dominant speaker.
пре 9 година
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
пре 9 година