Saúl Ibarra Corretgé
b0e7471a83
android: revert back to SW decoding
We see tons of crashes on Samsung and Huawei devices. It's really not worth the
headache anymore.
5 years ago
horymury
4616065b1d
external_api: add ability to send a text message through datachannels
5 years ago
paweldomas
14855f3255
fix(features/notifications): crash on undefined participant
5 years ago
Julian1203
c40a7f736e
Update main-de.json
Fixed a lot of punctuation and spelling mistakes. "Speaker" means "Lautsprecher" in the context of audio devices. Rephrased a sentence to make it sound better.
5 years ago
Martin Myska
8ffd226159
updated translation and added missing strings
5 years ago
filippogiordano
b8dda4c6c2
Update main-it.json
Error correction in "appDescription" (open course instead of open source).
5 years ago
Дамян Минков
fca4977987
Merge pull request #5235 from chipechop/patch-2
ITALIAN translation - added last missing string
5 years ago
chipechop
7bcece52ea
Missing and wrong Italian translation
Hi,
I added some missing translations and changed some that were wrong, or improvable: from a 70% translation and a 30% missing, to what I think should be an 85%-90% of translated lines.
I really wish to express my personal compliments to the persons that made the core translation, because it is very fluid, original and smart.
(tell me what I should have to do: I'm pretty new to GitHub)
5 years ago
chipechop
155c6de822
ITALIAN translation - added last missing string
I added Afrikaans missing string
5 years ago
Horatiu Muresan
d0bc3da0f5
Disable kick participant button for guests
5 years ago
Arzar
011b7f9d00
fix(external_api): Pass Feature-Policy display-capture to the iframe
Starting from version 74, firefox need to be explicitly allowed to capture the screen from an iframe for screensharing. This new Feature-Policy is called "display-capture".
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy/display-capture
5 years ago
James Addison
9b0f5b0299
doc(quick install) Minor typo fixup (#5222)
5 years ago
Falco Nogatz
7e21c277b3
lang: fix spelling mistake in translations of "feedback"
5 years ago
raphj
e6ade2cf84
doc (quick install): Add the domain to /etc/hosts
5 years ago
Cyril Brulebois
99b21cdb2a
doc: fix typos in quick install guide
5 years ago
sicherist
677752c78d
lang: fix inaccurate translation of "toggleCamera"
5 years ago
yanas
2dd5d0a180
Merge pull request #5205 from jitsi/update-lib
chore(package.json): Update lib-jitsi-meet.
5 years ago
Hristo Terezov
ccdfff8e9a
chore(package.json): Update lib-jitsi-meet.
5 years ago
Martin
829e3bfe15
doc: add nginx config for the electron version in manual install doc
5 years ago
Jaya Allamsetty
e90cc0a615
fix(Amplitude): Blacklist 'peer.conn.status.duration' stats
5 years ago
KwadroNaut
b6ccc91038
Correct link regarding FAQ NAT install
Broken link, I presume this one was meant.
5 years ago
Jaya Allamsetty
beb4487044
deps: update LJM for adding p2p status to transport.stats in Amplitude
5 years ago
damencho
add84af7b6
deps: update LJM, updates the params passed to statistics (disable app logs)
5 years ago
damencho
cb0d10fbe1
deps: update LJM for adding new option to disable callstats app logs
5 years ago
Jaya Allamsetty
9a162c266c
deps: update LJM for adding the transport type Amplitude event
5 years ago
paweldomas
6654531112
desp: update LJM to bring in fix for a crash on BOSH item-not-found
Updates lib-jitsi-meet to e353322002
5 years ago
Mihai Uscat
b9cc6b6f96
fix(mute): Replace icon
5 years ago
paweldomas
6cbc04175c
deps: update LJM to bring in unload fix
Updates lib-jitsi-meet to b8f68b98be
which brings in feature discovery optimization and the unload handler
fix for BOSH.
5 years ago
paweldomas
fb23aa54e8
ref(VideoLayout): log participant name on feature discovery failure
5 years ago
Дамян Минков
b73d98f863
Updates jvb pid file path.
5 years ago
Tudor-Ovidiu Avram
0289a93e5a
feat(close) Add promotional close page
5 years ago
paweldomas
401003b907
deps: update LJM to fix Strophe.attach not handled correctly
Updates lib-jitsi-meet to aadfce2283 in
order to fix "not connected" error when jiconop is enabled.
5 years ago
Saúl Ibarra Corretgé
025e2b1ecb
android: simplify the creation of AudioManager
Do so on the main thread at startup and pass it along.
5 years ago
Saúl Ibarra Corretgé
05a8591110
android: make sure all AudioMode operations run in the audio thread
5 years ago
paweldomas
d2e6d57be8
deps: update LJM to fix ATTACHED state not connected
Updates lib-jitsi-meet to 567ba72675 in
order to fix "not connected" error when jiconop is enabled.
5 years ago
paweldomas
41fd142977
deps: update LJM to bring in XMPP resume
Updates lib-jitsi-meet to 8a41d02407 in
order to bring in the XMPP stream resume functionality.
5 years ago
paweldomas
04c0945930
add mod_websocket_smacks.patch
The patch and Prosody 0.11 is required for the XMPP stream resume
5 years ago
paweldomas
5f2acb70de
add mod_smacks.lua version c49fea05772e
https://hg.prosody.im/prosody-modules/raw-file/c49fea05772e/mod_smacks/mod_smacks.lua
5 years ago
paweldomas
4dc10e82f1
feat(mod_auth_token): add support for 'previd' query param
The 'previd' query parameter will be use to match user id of the session
being resumed when the smacks module and token authentication are
enabled in Prosody. Otherwise user gets new random id every time and
this doesn't work with the smacks module.
5 years ago
Saúl Ibarra Corretgé
582d4aff1c
deps: sync package-lock.json
5 years ago
Saúl Ibarra Corretgé
b13200ac92
video-layout: fix calculating tile size for recorder
When the reccorder joins, they have a local participant, which is not rendered,
so don't count it towards the partcipant count used for computing the tile
sizes.
5 years ago
C0rn3j
53f937ba4e
Update and improve manual install doc
5 years ago
paweldomas
b9addaed71
ref(log): logs device list and selected devices
Logs the device list when is updated in the reducer and removes
"button enabled" logging which used to dump the device list, but
in a useless way(Object[Object]).
Makes an attempt to log currently selected device, but because of
multiple possible paths it's impossible to find one reliable spot to log
selected device. One has to rely on device list and the GUM call logged
to figure things out.
5 years ago
Luca Bösch
fd8fb58eaf
Missing german translations.
Due to the outage it wasn't possible to submit them using https://translate.jitsi.org .
Please consider adding them this way.
5 years ago
Saúl Ibarra Corretgé
38d1032fec
android: disable HW accelerated decoding on Samsung
They just keep crashing.
5 years ago
Saúl Ibarra Corretgé
073fdc7b0e
sperakerstats: prevent access of nil object (#5112)
If the dominant speaker leaves their object will be gone from the mapping.
5 years ago
PanderMusubi
fedaa0ae6e
minimized size without quality loss via optipng
5 years ago
Gabriel Imre
f06fe69167
fix(mute): remove interface config bypass for mute-everyone button
5 years ago
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. (#5106)
5 years ago
Gabriel Imre
24a1a60f04
feat(mute): mute everyone / everyone else
5 years ago