jiti-meet/react/features/base/util
George Politis 75edfc1fab
fix: Normalize the tenant part of the URL. (#9577)
This PR normalises the tenant part of the URL. For example, the following URL

    https://jitsi-meet.example.com/something@example.com/something@example.com

is converted to

    https://jitsi-meet.example.com/somethingexample.com/somethingexample.com

whereas before it was converted to

    https://jitsi-meet.example.com/something@example.com/somethingexample.com

i.e. the tenant part was not normalised
2021-07-21 18:48:08 +01:00
..
downloadJSON.js feat: Adds more debug information in the GSM bars popover (#7627) 2020-10-02 15:20:24 +02:00
helpers.js feat(background alpha) Set background transparency 2021-03-23 16:16:56 +02:00
httpUtils.js base/util: don't use the Grand Unified Logger 2019-09-06 16:29:23 +02:00
index.js feat(reload): Preserve local track mute state. 2020-05-07 18:18:21 -05:00
isInsecureRoomName.js feat: insecure room name warning 2020-05-18 17:59:07 +02:00
loadScript.native.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
loadScript.web.js [RN] Add a timeout for loading the configuration 2017-12-05 21:07:15 -06:00
logger.js feat(HelpButton): Mobile support. 2019-10-14 07:35:39 -07:00
openURLInBrowser.native.js feat(HelpButton): Mobile support. 2019-10-14 07:35:39 -07:00
openURLInBrowser.web.js feat(prejoin_page): Add ability for guest to join audio by phone 2020-05-18 14:47:44 +02:00
parseURLParams.js fix: Checks all parts while parsing config params. 2021-06-16 14:15:44 -05:00
react-focus-lock-wrapper.js fix(FocusLock): Stop stealing focus when embedded 2021-05-18 09:04:42 +03:00
strings.native.js uri: avoid using String.prototype.normalize 2019-11-06 15:37:14 +01:00
strings.web.js uri: avoid using String.prototype.normalize 2019-11-06 15:37:14 +01:00
timeoutPromise.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
uri.js fix: Normalize the tenant part of the URL. (#9577) 2021-07-21 18:48:08 +01:00