Calinteodor
32ac299422
feat(authentication/native): hide login button for 8x8.vc (#13881)
* feat(authentication): hide login button for 8x8.vc
1 年之前
damencho
144c1ce4f4
fix: Fixes passing the hash params in state for token auth URL.
1 年之前
damencho
7ccd68eb18
feat: Introduces passing state to the token authUrl.
Fixes jitsi/jitsi-meet-electron#902 .
1 年之前
Calin-Teodor
54a1ee53b4
ref(dependency): reverted react-native-dialog dep updates
1 年之前
Calin-Teodor
465263bc97
fixed linter
1 年之前
Calin-Teodor
9979e470fc
feat(authentication): fix normal authentication
1 年之前
damencho
1f8dc944e3
feat(authentication): Changes wait for owner cancel txt.
When in lobby and waiting for host cancel just hides the dialog and leave you waiting in the lobby that is enabled.
1 年之前
Calin-Teodor
86ccc176e8
feat(authentication): authentication log in/log out through Profile section
1 年之前
Saúl Ibarra Corretgé
3d6aa8f2b5
fix(auth) move common actions to actions.any
1 年之前
Saúl Ibarra Corretgé
54436f97c1
fix(auth) open token auth URL in a new window on Electron
1 年之前
Saúl Ibarra Corretgé
dca40dc6cb
feat(rn,auth) add support for toekn URL auth
1 年之前
damencho
e5cd1b29fe
fix: Shows login warning for leaving only when in conference.
We were showing the dialog and when waiting for host is shown on prejoin screen.
1 年之前
damencho
e37dd73b9e
feat: Shows dialog when about to navigate away on login.
1 年之前
damencho
c9f6de1371
fix: Fixes redirect to token auth URL from welcome page.
The redirect was being canceled by the other redirect to the room when clicking start meeting.
1 年之前
damencho
f615b0133c
fix: Fixes redirect to auth url, set_room can be undefined.
1 年之前
damencho
06f509b475
feat: Adds auto redirect config for token auth URL.
Option that enables auto redirect, so once a user has authenticated we will use that authentication on next join.
1 年之前
damencho
df81e0fe53
feat: Adds wait for host prosody module and handling it.
While the host arrives all other participants are waiting in lobby and once the host arrives lobby is destroyed and the participants join the call.
Adds reading some other fields in jwt to extract email.
Introduces tokenLogoutUrl to be used for logout.
1 年之前
damencho
c58e557019
fix(authentication): Fixes web login dialog to connect and join.
1 年之前
Дамян Минков
bc23f9cd33
feat: Drops connection on prejoin screen. (#13538)
* feat: Drops connection on prejoin screen.
Refactors connection logic to reuse already existing logic from mobile. Connection is now established just before joining the room.
Fixes some authentication logic with Login and Logout button in Profile tab.
* squash: Drops createInitialLocalTracksAndConnect as it no longer connects.
* squash: Shows an error on mobile and redirects to default.
* squash: Fixes review comments.
* squash: Fixes joining with prejoin disabled.
* squash: Fixes adding initial local tracks.
* squash: Fixes comments.
* squash: Drop no longer used method.
* squash: Fixes old web code imported into mobile builds.
* squash: Drop unused prop.
* squash: Drops recoverable flag on REDIRECT.
* squash: Drops unused variable and fix connection access.
* squash: Xmpp connect returns promise again.
* squash: Execute xmpp connect and creating local tracks in parallel.
* squash: Moves notification about problem jwt.
* squash: Moves startConference to conference.js for the no prejoin case.
And move the startConference in prejoin feature for the prejoin case.
* squash: Fix passing filtered tracks when starting conference with no prejoin.
* squash: Fix clearing listeners on connection established.
Keeps mobile behaviour after merging web and mobile.
* squash: Drops unused code.
1 年之前
Saúl Ibarra Corretgé
da5d1033c3
fix(app) simplify appNavigate on web
Loading the config can never fail since it uses SSI and it's checked
before page even loads.
1 年之前
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 年之前
Robert Pintilii
06b67dcf44
ref(TS) Improve TS (#13365)
Change some any types to the correct types
2 年之前
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 年之前
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 年之前
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 年之前
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 年之前
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 年之前
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 年之前
Stefan Plücken
9b7a5ffdd1
fix(reservations): fixes errors not being displayed when reservation system returns error. removed translations applied twice. (#11144)
2 年之前
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 年之前
W0olFy
8e91851a2f
fix(authentication) don't hide the dialog until auth has completed
2 年之前
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
2 年之前
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 年之前
Robert Pintilii
6dedc7fb1a
ref(TS) Convert some features to TS (#12454)
2 年之前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年之前
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores (#12412)
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
2 年之前
Robert Pintilii
2a321d6b1f
ref(TS) Convert some files to TS (#12364)
2 年之前
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
2 年之前
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 年之前
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 年之前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年之前
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
2 年之前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年之前
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 年之前
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2 年之前
Robert Pintilii
fb20786b65
ref(ui-components) Replace inputs with new component (#11964)
2 年之前
Robert Pintilii
f31a7f31e6
ref: Convert files to TS (#11840)
2 年之前
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
2 年之前
Saúl Ibarra Corretgé
a5da90ddaf
fix(prejoin) don't hide during auth
Fix the focus issue by disabling autofocus in case an auth (login, ait
for owner or password) dialog is shown.
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1336
3 年之前
Robert Pintilii
a39d9f283d
ref(reducers) Convert some reducers to TS (#11768)
3 年之前