damencho
1ee7e81918
fix: Fixes 404 page link when base is used.
4 yıl önce
Saúl Ibarra Corretgé
a7de8be0aa
feat(avatar) add ability to customize Gravatar base URL
Also, default to libravatar.
Closes: https://github.com/jitsi/jitsi-meet/issues/4927
4 yıl önce
Jaya Allamsetty
696ec36c8c
fix(UI): Add method for returning the video type of remote participants.
This is needed for the torture clients to determine the video type for the remote participants when testing desktop share.
4 yıl önce
Avram Tudor
76c9d96361
Merge pull request #8110 from jitsi/tavram/fix-double-slash
fix(jaas) replace only the first slash in a pathname
4 yıl önce
Tudor-Ovidiu Avram
b889bd5664
fix(jaas) replace only the first slash in a pathname
4 yıl önce
damencho
d97f46c163
feat: Skips the default tile view when jibri is loading.
Follows me and switching to tile view, still works.
4 yıl önce
Jaya Allamsetty
5510138944
fix(screenshare): do not reconfigure encodings for simulcast SS
chore(deps) lib-jitsi-meet@latest
4 yıl önce
Saúl Ibarra Corretgé
29fa4c935e
fix(chat) stop using nicknames
We stopped providing a way to set them, so don't render them either.
Also cleanup some leftover config options.
4 yıl önce
damencho
7de1e6d89e
Updates kick, fixes it after 4b8aae90.
4 yıl önce
Andrei Bora
c4ef7d8601
Fix get subdomain function
4 yıl önce
Mihai-Andrei Uscat
9379bb3c5b
fix(Toolbox) Maintain overflow button visible at all times
* fix(Toolbox) Maintain overflow button visible at all times
* Make changes only on desktop browser
4 yıl önce
Vlad Piersec
101a40a8da
fix(welcome_page): Fix background image url path
4 yıl önce
Jaya Allamsetty
36871fa37e
fix(safari): Ensure simulcast stream resolutions don't change.
Safari 14.1 has a bug where it returns 720p for every simulcast stream when RTCRtpSender.getParameters is called even though the stream resolutions are different.
By using the encodings config used when source was added, on every RTCRtpSender.setParameters call, we ensure that simulcast stream resolutions don't change.
chore(deps) lib-jitsi-meet@latest
4 yıl önce
Vlad Piersec
c09ed4c8ef
fix(welcome_page): Add max width to welcome card
4 yıl önce
Vlad Piersec
08dce76763
fix(vpaas): Make user media permission message more generic
4 yıl önce
Prime9999
d03173e827
fix(lang) update Japanese translations
4 yıl önce
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
4 yıl önce
damencho
f6127d45e9
fix: Fix module allowners and moderated rooms.
4 yıl önce
Saúl Ibarra Corretgé
9219e80a2a
fix(password) set input type to "password"
This will make browsers not cache results in cleartext.
Co-authored-by: Tim Dittler <t.dittler@heinlein-support.de >
4 yıl önce
tmoldovan8x8
71fb5aef6c
feat(rn) add mute everyone / (else) capabilities
4 yıl önce
Vlad Piersec
721848da3f
fix(welcome_page): Update header to latest design & use generic key name
4 yıl önce
Saúl Ibarra Corretgé
ad496ac245
feat(external_api) drop support for noSSL option
Bwrosers have not allowerd WebRTC on non-secure origins for a very long time
now.
4 yıl önce
Saúl Ibarra Corretgé
e271ec2e13
chore(deps) lib-jitsi-meet@latest
4 yıl önce
GreatMedivack
c601acd6a8
fix(lang) update Russian translation
4 yıl önce
Erik Demaine
58d38ca714
fix(build) fix webpack-dev-server on Windows
Allow path separator of \ in addition to / in jQuery's path name.
4 yıl önce
Steffen Kolmer
6f90458ff1
fix(external_api) replace special chars in roomName before constructing URL
Fixes: https://github.com/jitsi/jitsi-meet/issues/7900
4 yıl önce
chipechop
d08f3e1ab2
fix(lang) update Italian translation
4 yıl önce
chipechop
ce1a964d0f
fix(lang) update Italian translation
4 yıl önce
Avram Tudor
48d0616ebf
Merge pull request #8003 from jitsi/tavram/invite-url
fix(vpaas) fix invite url flicker for jaas users
4 yıl önce
sellth
af82c69bbb
fix(lang) update German translation
4 yıl önce
Mejans
892e508b48
fix(lang) update for Occitan
4 yıl önce
gabrc52
b7b5f87e2b
fix(lang) improve Spanish translations
4 yıl önce
Ottavio Campana
ec16774dd4
fix(lang) fix rendering accented characters in Italian
Part of main-it.json uses characters like è, but some places still uses the è equivalent. Those character are not correctly rendered in the browser, therefore they are switched to their counterparts, as it was already done for other texts.
4 yıl önce
Saúl Ibarra Corretgé
7682e49787
feat(BrowserCapabilities) drop supportsVideo
It has been `true` for a very long time.
5 yıl önce
Jaya Allamsetty
1e07385ac0
ref(presenter): refactor the desktop resize logic for presenter.
4 yıl önce
Vlad Piersec
68d97f6d9d
fix(welcome_page): Fix mobile version
* Fix layout
* Change background color & show image
4 yıl önce
Emil Ivov
da7383f89c
Merge pull request #8053 from jitsi/fix-calendar-svg
fix(CalendarList): calendar.svg path.
5 yıl önce
Hristo Terezov
b8444ff1bf
fix(CalendarList): calendar.svg path.
5 yıl önce
Jaya Allamsetty
3381cf4422
fix(screenshare): Fixes for the blurry desktop share issues.
Do not resize the desktop share to 720p by default when the desktop track resolution is higher than 720p. This is causing bluriness when presenter is turned on.
Remove the 'detail' contentHint setting for the desktop+presenter canvas stream as it forcing chrome to send only 5 fps stream for high resolution desktop tracks.
Move the desktop resizing logic behind a config.js option - videoQuality.resizeDesktopForPresenter.
5 yıl önce
damencho
895c92217a
fix: Optimizes hot paths in prosody modules, string comparisons.
5 yıl önce
damencho
0934fffa25
feat: Drop enableUserRolesBasedOnToken and isGuest.
5 yıl önce
damencho
20ce38bd4c
feat: Show cc button for ongoing transcribed meetings for guests
5 yıl önce
damencho
c4ba97e87c
feat: Drop lockRoomGuestEnabled.
5 yıl önce
damencho
4b8aae90e0
feat: Drop HIDE_KICK_BUTTON_FOR_GUESTS setting.
The main config contains disableRemoteMute and remoteVideoMenu: { disableKick: true} options, which can be used.
5 yıl önce
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
5 yıl önce
damencho
4fdd4b66f7
fix: Hide copy password if it is not available. Fixes #7783
5 yıl önce
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
Introduced a config property to disable profile.
5 yıl önce
damencho
c14f639639
feat: Drops SHOW_JITSI_WATERMARK_FOR_GUESTS and SHOW_WATERMARK_FOR_GUESTS.
5 yıl önce
damencho
c007477ee9
fix: Show livestream button only for moderators.
5 yıl önce
Andrei Bora
50997ae6ac
Stringify boolean values from jwt user context
5 yıl önce