Calinteodor
32ac299422
feat(authentication/native): hide login button for 8x8.vc (#13881)
* feat(authentication): hide login button for 8x8.vc
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 年之前
Saúl Ibarra Corretgé
dca40dc6cb
feat(rn,auth) add support for toekn URL auth
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 年之前
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
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 年之前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年之前
Saúl Ibarra Corretgé
d61fe58fcf
fix(rn,styles) cleanup unused styles
3 年之前
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 年之前
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 年之前
Saúl Ibarra Corretgé
0c042ca720
fix(WaitForOwnerDialog) simplify code
Don't print the room name, which could be long and nondescriptive.
3 年之前
Calin Chitu
06bd279f22
feat(dialog) refinaments
3 年之前
Calinteodor
f282dbb5dc
feat(dialog) updated LoginDialog
3 年之前
Calinteodor
debb63d3d6
feat(dialog) added react-native-dialog dep and updated ConfirmDialog
3 年之前
Дамян Минков
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 年之前
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 年之前
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 年之前
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 年之前
Calinteodor
e035d33fa9
feat(authentication) refactor auth dialogs to use React
4 年之前