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年前
W0olFy
8e91851a2f
fix(authentication) don't hide the dialog until auth has completed
2年前
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
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
fb20786b65
ref(ui-components) Replace inputs with new component (#11964)
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年前
Calin Chitu
9d5024cc5d
fix(authentication) fixed close on cancel click
3年前
Calinteodor
60188794b5
fix(authentication) language display problem resolved #9385 (#9390)
4年前
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年前
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年前
Saúl Ibarra Corretgé
a8b8612304
rn,auth: trim the username
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
5年前
Saúl Ibarra Corretgé
95a5b8a8c1
rn,auth: don't auto-capitalize the password field
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
5年前
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5年前
Saúl Ibarra Corretgé
36455c24c8
auth: fix rendering error and progress messages
Also removed some no longer used styles.
5年前
Hristo Terezov
8efee04a10
feat(package.json): Node 12 support.
5年前
Bettenbuk Zoltan
85bcb0c757
fix: auth dialog button labels
6年前
Bettenbuk Zoltan
18d908ce84
Fix flow errors from base/connection
6年前
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6年前
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6年前
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
6年前
Bettenbuk Zoltan
9645de33bc
[RN] Make feature dialogs branded: authentication
6年前
Leonard Kim
486e8e35d9
ref: move all prop type declaration to flow
For the most part the changes are taking the "static propTypes" declaration off
of components and declaring them as Flow types. Sometimes to support flow some
method signatures had to be added. There are some exceptions in which more had
to be done to tame the beast:
- AbstractVideoTrack: put in additional truthy checks for videoTrack.
- Video: add truthy checks for the _videoElement ref.
- shouldRenderVideoTrack function: Some component could pass null for the
videoTrack argument and Flow wanted that called out explicitly.
- DisplayName: Add a truthy check for the input ref before acting on it.
- NumbersList: Move array checks inline for Flow to comprehend array methods
could be called. Add type checks in the Object.entries loop as the value is
assumed to be a mixed type by Flow.
- AbstractToolbarButton: add additional truthy check for passed in type.
6年前
Lyubo Marinov
75bf7638b3
ref: define state and property types (2)
7年前
paweldomas
379bad0ce6
ref: define state and property types
7年前
paweldomas
b74bede0e7
feat(web/RN): update React to v16 and React Native to 0.49
7年前
Saúl Ibarra Corretgé
561d1909ca
Revert "misc: remove duplicated declarations"
This reverts commit 7e831117b6 .
7年前