Saúl Ibarra Corretgé
7ea2b9c8c0
fix(misc) use safeJsonParse from js-utils
před 2 roky
Horatiu Muresan
d608cf40f5
fix(prejoin) Check for valid url for prejoin (#13468)
- `getPropertyValue` calls `parseUrlParam` with the connection URL from store, which is not yet defined
před 2 roky
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
před 2 roky
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
před 2 roky
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
před 3 roky
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
před 3 roky
Robert Pintilii
69365d7e1f
ref: Convert some files to TS (#11929)
před 3 roky
Saúl Ibarra Corretgé
2c5b132483
fix(util) fix parsing strings in parseURLParams
After https://github.com/jitsi/jitsi-meet/pull/11607 we might call it
with a string. Be nice and accept that in addition to URL objects.
před 3 roky
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
před 4 roky
damencho
be73ed9d19
fix: Checks all parts while parsing config params.
před 4 roky
damencho
06ce24527e
fix: Escapes some keys when parsing input.
před 4 roky
Hristo Terezov
d388a7bd3c
feat(reload): Preserve local track mute state.
před 5 roky
Leonard Kim
57b9954d9c
fix(api): support params with value of undefined
před 6 roky
Leonard Kim
03f8d8b51a
fix(external_api): detect and skip params for hash routers
před 6 roky
virtuacoplenny
918fb1dfc6
ref(utils): use web reportError helper (#3283)
před 7 roky
Lyubo Marinov
e542af28a2
[RN] Converge with Web's ExternalAPI a bit
Web's ExternalAPI accepts an object with properties as one of its
constructor arguments and from which it generated a URL. Mobile's
JitsiMeetView.loadURLObject is supposed to accept pretty much the same
object.
před 8 roky
Lyubo Marinov
320e67baa1
Fix the initialization of the (external) API
The counterpart of the external API in the Jitsi Meet Web app uses the
search URL param jwt to heuristically detect that the Web app is very
likely embedded (as an iframe) and, consequently, needs to forcefully
enable itself. It was looking at whether there was a JSON Web Token
(JWT) but that logic got broken when the JWT support was rewritten
because the check started happening before the search URL param jwt was
parsed.
před 8 roky
Lyubo Marinov
e6f6884c36
[RN] Support JSON Web Token (JWT)
Make 'Add jwt module to react' work on mobile.
před 8 roky
Ilya Daynatovich
96b1f0ca74
Create config util
před 8 roky