- Jan 24, 2022
-
-
Hristo Terezov authored
-
- Jan 21, 2022
-
-
Mejans authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
In addition, replace the from with a div because they shouldn't be nested. Since we are no longer in a form, manually validate the password. This was necessary regardless, because it was possible to bypass the digits rule by pressing "add".
-
Robert Pintilii authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
It triggers a security update alert, and use it through npx, so it doesn't need to be in our package.json.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
The Metro bundler gets confused and the result of such import statements is `undefined`.
-
Gabriel Borlea authored
-
Hristo Terezov authored
-
- Jan 20, 2022
-
-
Saúl Ibarra Corretgé authored
-
Tudor D. Pop authored
-
Christoph Settgast authored
-
Saúl Ibarra Corretgé authored
[0] introduced sorted language keys, but we had the assumption that the first one meant to indicate the default language. Break that assumption and be explicit about English being the default language. [0]: https://github.com/jitsi/jitsi-meet/commit/7fe319d965e4514c96a8eac2b7f520e974b47515
-
Saúl Ibarra Corretgé authored
We don't recommend using the RN CLI due to the changes we make to the standard RN project layout. Xcode and Android Studio should be used to compile the app instead.
-
Saúl Ibarra Corretgé authored
Keeping up with it has become untenable. With the last update (required due to the RN bump) we have around 5k errors due to a major change in how Flow operates: https://flow.org/en/docs/lang/types-first/ Fixing it is absolutely non-trivial, and at this point we better spend that effort migrating to TypeScript instead. If that alone wasn't a good enough reason, Facebook made it abundantly clear they only care about Flow for themselves, not for the larger community: https://medium.com/flow-type/clarity-on-flows-direction-and-open-source-engagement-e721a4eb4d8b. TypeScript has won the community.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Werner Fleischer authored
-
Horimoto Yasuhiro authored
"lookGood" represents a good condition. However, "マイクが正常に動作していないようです" represents a bad condition in Japanese. In Japanese, "マイクは正常に動作しています" represents a good condition.
-
Akira Ouchi authored
-
- Jan 19, 2022
-
-
Jaya Allamsetty authored
* fix(RTC) skip DtlsTransport init if getSenders is missing * feat(RTC) added DTLS transport monitoring * fix(TPC) Do not change the tranceiver dir when the connection is not active. Fixes https://github.com/jitsi/jitsi-meet/issues/10754. https://github.com/jitsi/lib-jitsi-meet/compare/b088347043f5de4dbffdfe02e750bdb55e595f30...4baeb98964c6656b4ddb3fd5d355a9ddfa03fe74
-
Shawn Chin authored
-
- Jan 18, 2022
-
-
Jaya Allamsetty authored
* ref(JitsiConference) Add audio level handlers only for audio tracks. Other minor formatting changes. * ref(TPC) Remove an unused method. * ref(RTC) fix format and alpha sort the functions in JitsiLocalTrack.js. * Fire settings error event * feat(misc) add stalebot * fix: use correct jsdoc types for params and methods https://github.com/jitsi/lib-jitsi-meet/compare/502aaf15b3aeb64b5893306a249b5e10c9eea30c...b088347043f5de4dbffdfe02e750bdb55e595f30
-
Christoph Settgast authored
This is the result of find lang -name "*.json" | while read file; do echo "Standardizing ${file}" t=$(mktemp) jq --indent 4 -S "." ${file} > ${t} mv ${t} ${file} done
-
Hristo Terezov authored
-
Christoph Settgast authored
-
tudordan7 authored
-
- Jan 17, 2022
-
-
Christoph Settgast authored
Closes: #10787
-
- Jan 14, 2022
-
-
Robert Pintilii authored
Added background on hover Updated toggle button Made vertical filmstrip full height on desktop
-
Horatiu Muresan authored
-
nbeck.indy authored
Joining a room while hand is raised caused the local raised hand total to be wrong. This is because when the local participant id changes, the old id is not cleared from the raisedHandQueue.
-
- Jan 13, 2022
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
The audio route selector is how in the header. The mute options are in the participants pane, with the rest of the moderation controls.
-
hmuresan authored
- fixes: https://github.com/jitsi/jitsi-meet/issues/10609
-