Stefan
a85c72d859
doc: use sudo
vor 5 Jahren
Kenneth Peiruza
0ba567856e
lang: fix catalan translation
There was a huge mistake in Catalan translation. Stop streaming and recording said "start" (inicia) instead of "stop" (atura).
Then, 1 small fix on a more polite way of refering to "using a software" -> *emprar* rather than *usar*.
vor 5 Jahren
Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
vor 5 Jahren
damencho
6e4c1f64d8
debian: Adds syslog logging.
vor 5 Jahren
damencho
82aa51770a
debian: Skip turn config if other sites are available listening on 443.
vor 5 Jahren
damencho
990c77bd3d
debian: Skip turnserver config if it is already configured.
vor 5 Jahren
bgrozev
5bb23b2d17
chore(package.json): Update js-utils (#5541)
vor 5 Jahren
Saúl Ibarra Corretgé
9cc05ef838
config: remove unneeded option
vor 5 Jahren
Saúl Ibarra Corretgé
a21e3a1946
Merge pull request #5510 from rubenk/add-roomname-to-title
Add room name to browser tab title
vor 5 Jahren
Vlad Piersec
c05ca1d9fc
fix(prejoin_page) Add labels for video & more UI fixes
vor 5 Jahren
Vlad Piersec
1b05d7269c
feat(prejoin_page) Add settings buttons
This reverts commit faf24ca7ec .
vor 5 Jahren
paweldomas
c170970992
feat(Filmstrip): accessibility label for toggle filmstrip button
vor 5 Jahren
Saúl Ibarra Corretgé
d19a659871
ios: update Crasshlytics and fix uploadding symbols
vor 5 Jahren
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
vor 5 Jahren
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
vor 5 Jahren
Bettenbuk Zoltan
feb8fe9e34
api: add private message flag to outgoingMessage
vor 5 Jahren
Steve Frécinaux
aff6d4b36d
Fix mod_muc_max_occupants to properly ignore whitelisted users
In a typical Jitsi Meet setup, this plugin can be used to limit the number of
occupants in a meeting room, while ignoring "utility" users. Such a
configuration could be:
muc_max_occupants = 2
muc_access_whitelist = {
"focus@auth.meet.jitsi ";
}
It would be expected that this configuration allows two users to attend the
meeting room, but in practice only one is allowed, because the whitelist is not
honoured.
This commit fixes it by actually updating the `user` and `domain` variables
being checked. After this change, the scenario above works just fine.
vor 5 Jahren
damencho
45c60717d6
debian: add post remove script for jitsi-meet-turnserver package
Reloads the webserver as the config had changed.
vor 5 Jahren
Saúl Ibarra Corretgé
6596e27f69
Prevent meetings from being crawled by Google
vor 5 Jahren
Saúl Ibarra Corretgé
8cba7e91d3
ci: build the frontend in GH actions
It should help catch bugs such as bundle bloat easier.
vor 5 Jahren
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
vor 5 Jahren
Bettenbuk Zoltan
a46fd60788
fix: accented room name display
vor 5 Jahren
Ruben Kerkhof
86ebfe8dad
Add room name to browser tab title
Fixes #5480
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com >
vor 5 Jahren
Juri
97735ff548
lang: fix Estonian translations
vor 5 Jahren
James Baird
9fdc18d1ec
welcome: hide tabs if nothing to show
vor 5 Jahren
Bartosz Dziewoński
4a21882345
lang: translation improvements and corrections for Polish
vor 5 Jahren
damencho
cb0cea4ebd
Adds a note to re-run Let’s Encrypt script on jetty upgrade.
vor 5 Jahren
damencho
b894daa9cf
Cleans created users on purging.
vor 5 Jahren
damencho
06641a7dd6
This is to prevent item-not-found when multiple users try to join at the same time.
This is to prevent item-not-found when multiple users try to join while jicofo is still configuring the room. Credits @paweldomas
vor 5 Jahren
Saúl Ibarra Corretgé
94f7b570d7
debian: fix creating internal MUC
vor 5 Jahren
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
vor 5 Jahren
nicolae-stroncea
8d0202113a
doc: clarify required Node / npm versions
vor 5 Jahren
Julian1203
f2e59226c0
lang: update german translation
vor 5 Jahren
Julian1203
951086e499
lang: update german translation
Added the missing languages
vor 5 Jahren
Saúl Ibarra Corretgé
d3a26f9b4e
rn,welcome-page: use random room name generator
vor 5 Jahren
Asura Enkhbayar
e1a4478a06
doc: jitsi-videobridge -> jitsi-videobridge2
Update commands provided to reload and check the status of videobridge.
vor 5 Jahren
Saúl Ibarra Corretgé
ed8009883b
avatars: ensure no remote avatar is loaded when disableThirdPartyRequests is set
vor 5 Jahren
Saúl Ibarra Corretgé
4fd5dc0ee0
analytics: don't enable callstats when disableThirdPartyRequests is set
vor 5 Jahren
Saúl Ibarra Corretgé
1bbb937d9d
analytics: fix enabling analytics when disableThirdPartyRequests is set
vor 5 Jahren
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
vor 5 Jahren
Keunes
3867d5d62e
lang: update Dutch translation
vor 5 Jahren
damencho
08ab513d4e
Updates nat config and uninstall part in qi guide.
vor 5 Jahren
Esteban Badilla A
a2eca4f029
lang: fixes for the spanish translation
Signed-off-by: Esteban Badilla A <ebadilla10@gmail.com >
vor 5 Jahren
Saúl Ibarra Corretgé
3121494d4b
config: use Jitsi's STUN servers by default, instead of Google's
vor 5 Jahren
Juri
92e81c3dbf
lang: added estonian translation
vor 5 Jahren
damencho
2761a6dbb3
Warn that turn will need port 443.
vor 5 Jahren
Saúl Ibarra Corretgé
faf24ca7ec
Revert "feat(prejoin_page) Add settings buttons" (#5424)
This reverts commit 08f55ccb94 .
vor 5 Jahren
James Addison
c5ce44f09d
doc(quick install): streamline documentation (#5227)
* Prioritize messaging re: using hosted Jitsi if self-hosted is not required
* Update wording for self-hosting vs hosted
* Expand requirements sentence into document section
* Simplify Ubuntu universe step
* Condense repository and package installation steps
* Add comments for package installation steps
* Simplify wording around hostname configuration
* Simplify lets-encrypt wording
* Move certificate generation step before package installation
* Expand certificate instructions
* Move conference test step to post-installation
* Rephrase installation testing / confirmation step
* Extract platform-specific installation notes
* Rephrase superuser guidance
* Replace lists.jitsi.org link with web.archive.org pointer
* Place /etc/hosts example in code block
* Remove space before colon
* Add spacing before/after 'or' (improves github markdown rendering)
* Revert "Add spacing before/after 'or' (improves github markdown rendering)"
This reverts commit 9f33beb2ab .
* Nit: clarify apt/HTTPS relationship
* Revert "Expand requirements sentence into document section"
This reverts commit cf630983c0 .
* Relocate Ubuntu universe repository advice
* More concise Ubuntu universe messaging
* Revert "Extract platform-specific installation notes"
This reverts commit 7161a700cb .
* Revert "Expand certificate instructions"
This reverts commit 5c479e7ffb .
* Revert "Move conference test step to post-installation"
This reverts commit a0ee279b7c .
* Revert "Simplify wording around hostname configuration"
This reverts commit ceab0ab9cf .
* Revert "Revert "Simplify wording around hostname configuration""
This reverts commit a7127d03dc .
* Revert "Revert "Revert "Simplify wording around hostname configuration"""
This reverts commit 1e5413690e .
* Revert "Remove space before colon"
This reverts commit 35cae52722 .
* Mark Let's Encrypt step as optional
* Mark Let's Encrypt step as recommended
* Clarify Jitsi repository-add heading
* Nit: remove superfluous newline
* Fixup: restore Let's Encrypt descriptive text from master branch
* Update supported Ubuntu version to 18.04 (LTS)
* Add Ubuntu release codename
* Update minimum supported Debian version to 9 (Stretch)
* Undo relocation of Let's Encrypt script instructions
* Add Jitsi Meet mobile app certificate requirement notice
* 'Note' formatting consistency
* Rephrase sudo language
vor 5 Jahren
lenhart
6969114675
lang: Fix "toggleCamera" description
Fix "toggleCamera" description. switch instead of turn off/on
vor 5 Jahren
Wikinaut
1aba57e6bb
config: change language detection to "true"
vor 5 Jahren