Calinteodor
32ac299422
feat(authentication/native): hide login button for 8x8.vc (#13881)
* feat(authentication): hide login button for 8x8.vc
1 gadu atpakaļ
Calin-Teodor
54a1ee53b4
ref(dependency): reverted react-native-dialog dep updates
1 gadu atpakaļ
Calin-Teodor
465263bc97
fixed linter
1 gadu atpakaļ
Calin-Teodor
9979e470fc
feat(authentication): fix normal authentication
1 gadu atpakaļ
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 gadu atpakaļ
Saúl Ibarra Corretgé
dca40dc6cb
feat(rn,auth) add support for toekn URL auth
1 gadu atpakaļ
damencho
e37dd73b9e
feat: Shows dialog when about to navigate away on login.
1 gadu atpakaļ
damencho
c58e557019
fix(authentication): Fixes web login dialog to connect and join.
1 gadu atpakaļ
Дамян Минков
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 gadu atpakaļ
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 gadu atpakaļ
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 gadus atpakaļ
Robert Pintilii
06b67dcf44
ref(TS) Improve TS (#13365)
Change some any types to the correct types
2 gadus atpakaļ
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 gadus atpakaļ
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 gadus atpakaļ
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 gadus atpakaļ
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 gadus atpakaļ
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 gadus atpakaļ
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 gadus atpakaļ
Stefan Plücken
9b7a5ffdd1
fix(reservations): fixes errors not being displayed when reservation system returns error. removed translations applied twice. (#11144)
2 gadus atpakaļ
W0olFy
8e91851a2f
fix(authentication) don't hide the dialog until auth has completed
2 gadus atpakaļ
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 gadus atpakaļ
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 gadus atpakaļ
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 gadus atpakaļ
Robert Pintilii
2a321d6b1f
ref(TS) Convert some files to TS (#12364)
2 gadus atpakaļ
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
2 gadus atpakaļ
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 gadus atpakaļ
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 gadus atpakaļ
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 gadus atpakaļ
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
2 gadus atpakaļ
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 gadus atpakaļ
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 gadus atpakaļ
Robert Pintilii
fb20786b65
ref(ui-components) Replace inputs with new component (#11964)
2 gadus atpakaļ
Saúl Ibarra Corretgé
d61fe58fcf
fix(rn,styles) cleanup unused styles
3 gadus atpakaļ
Saúl Ibarra Corretgé
517ec29d85
fix(rn,dialogs) fix displaying dialogs on top of modal screens
Render them together with bottom sheets in a FullWindowOverlay.
3 gadus atpakaļ
Saúl Ibarra Corretgé
fca9a249dc
fix(rn,dialogs,auth) fix not showing authentication dialogs
1) Fix not being able to show multiple dialogs at once in iOS
2) Fix cancelling the login dialog when XMPP auth is enabled without
guest support
3 gadus atpakaļ
Saúl Ibarra Corretgé
0c042ca720
fix(WaitForOwnerDialog) simplify code
Don't print the room name, which could be long and nondescriptive.
3 gadus atpakaļ
Calin Chitu
06bd279f22
feat(dialog) refinaments
3 gadus atpakaļ
Calinteodor
f282dbb5dc
feat(dialog) updated LoginDialog
3 gadus atpakaļ
Calinteodor
debb63d3d6
feat(dialog) added react-native-dialog dep and updated ConfirmDialog
3 gadus atpakaļ
Дамян Минков
43ab8e3ca8
fix: Fixes #10796 authentication in conference. (#10848)
* fix: Fixes #10796 authentication in conference.
* fixup!
* fixup2!
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 gadus atpakaļ
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 gadus atpakaļ
Saúl Ibarra Corretgé
f63b161955
fix(ios) disable QuickType bar on iOS15 when not using autocorrect
See:
https://reactnative.dev/blog/2021/09/01/preparing-your-app-for-iOS-15-and-android-12#quicktype-bar
3 gadus atpakaļ
Calin Chitu
9d5024cc5d
fix(authentication) fixed close on cancel click
3 gadus atpakaļ
Calinteodor
60188794b5
fix(authentication) language display problem resolved #9385 (#9390)
4 gadus atpakaļ
Calinteodor
c4677be87a
fix(authentication): removed cancel event from overlay effect (#9274)
* fix(authentication) resolved #9263 issue
* fix(authentication) hide dialog close icon
* fix(authentication) fixed lint error about missing prop
4 gadus atpakaļ
Calinteodor
98658f573c
fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js (#9049)
* fix(authentication) login dialog now closes when connection is established
* fix(authentication) fixed shibboleth auth
* fix(authentication) renamed authenticateExternal func to authenticate and updated its logic
* fix(authentication)removed logindialog.js and created actions.any
* fix(authentication) removed focus from externalauthwindow
* fix(authentication) removed private sign from some actions and added openLoginDialog to actions.any
* fix(authentication) exported all from actions.any
* fix(authentication) reverted change regarding externalAuth
* fix(authentication) fixed indentation
4 gadus atpakaļ
Calinteodor
e035d33fa9
feat(authentication) refactor auth dialogs to use React
4 gadus atpakaļ
Saúl Ibarra Corretgé
a8b8612304
rn,auth: trim the username
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
5 gadus atpakaļ
Saúl Ibarra Corretgé
95a5b8a8c1
rn,auth: don't auto-capitalize the password field
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
5 gadus atpakaļ
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 gadus atpakaļ