Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
преди 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
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
преди 2 години
Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
преди 2 години
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
преди 2 години
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
преди 2 години
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
преди 2 години
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
преди 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
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
преди 2 години
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
преди 2 години
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking (#12950)
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
преди 2 години
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
преди 2 години
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
преди 2 години
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
преди 2 години
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
преди 2 години
Bogdan Duduman
48db099134
feat: include sort members eslint changes
преди 2 години
Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
преди 2 години
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
преди 2 години
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
преди 2 години
Robert Pintilii
5601a62b60
ref(ui-components) Use new Button component (#11969)
Remove atlaskit deps
преди 2 години
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
преди 3 години
Дамян Минков
75d80ad879
fix: Fixes loading web on mobile browser.
Adds missing url prop to DialInSummary and safeguard the URL creation.
преди 3 години
Avram Tudor
51b827ebb0
fix(browser-compatibility) hide launch in web for unsupported mobile browsers (#10569)
преди 3 години
robertpin
4276f82c03
feat(billing-counter) Removed iframe billing-counter callbacks (#9537)
* Removed iframe billing-counter callbacks
* Moved remaining items to jaas
* Fixed import path
* Removed billingCounter condition
* Use getvpaasTenant in middleware
* Removed billingId
* Path fix
* Removed jwt from isVpaasMeeting
* Fix isVpaas
преди 3 години
Tudor-Ovidiu Avram
12be14bd4b
fix(jaas) do not deeplink jaas users on default 8x8 app scheme
преди 3 години
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
преди 4 години
Alex Bumbu
e2a4d0d42d
fix(vpaas) enable deeplinking
преди 4 години
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
преди 4 години
Tudor-Ovidiu Avram
7ff41217ac
feat(vpaas) disable deeplinking page
преди 4 години
James Carbine
5b10d8f5ef
Add config to hide logo-deep-linking on deeplinking page (#7346)
This adds the ability to configure hiding the logo on the deep linking page.
HIDE_DEEP_LINKING_LOGO defaults to false in the config.
The implementation also defaults to showing the logo if HIDE_DEEP_LINKING_LOGO
is missing from the config.
преди 4 години
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
преди 5 години
Jaya Allamsetty
5348fa19c8
feat: show option to join via browser on supported mobile browsers
Currently Chromium based browsers and Firefox are supported on Android
Only Safari is supported on iOS
преди 5 години
Felix C. Stegerman
63ca419e76
improve "open in app" page
преди 5 години
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
преди 5 години
Suguru Hirahara
8c30e43b5f
Retry "external_api: fixed using deeplinks"
Set target='_top' inside anchor.
Courtesy of #6700
Follow-up to: #6784
преди 5 години
Jaya Allamsetty
5591144693
Revert "external_api: fixed using deeplinks"
This breaks the mobile deeplinking page
This reverts commit 532dadb245 .
преди 5 години
msalmasi
532dadb245
external_api: fixed using deeplinks
This update opens links in the full body of the window so deeplinks will work on iOS Safari when using the external API in an iFrame.
преди 5 години
Saúl Ibarra Corretgé
305a63e8f9
deep-linking: fix generating links for external API
The ocnfig is not overridden early enough.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6489
преди 5 години
Mihai Uscat
5fdb7c176c
feat(MobileDeepLinking): Enable custom deeplinking domain
преди 5 години
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
преди 5 години
virtuacoplenny
17c1f50fc3
fix(mobile-landing): do not attempt opening download link in new window
Instead let the mobile OS take care of opening the URL
in the appropriate application. Without target _blank,
iOS 13.2.2 on Chrome will open about:blank and immediately
close the tab instead of opening the store.
преди 5 години
Mihai Uscat
ae30d39b4d
feat(PromotionalFooter): Implement
преди 5 години
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
преди 5 години
Leonard Kim
1409d6fb5e
fix(deep-linking): do not accept native app name as raw html
There is no need to display the native app name as
raw html.
преди 5 години
Leonard Kim
0097360396
feat(deep-linking): allow disabling through override
преди 6 години
virtuacoplenny
249dd7b8b8
fix(invite): decode the meeting name (#4411)
* fix(invite): decode the meeting name
* squash: try to make mobile join same encoded meeting name as web
* Decodes and generated texts for share and copy meeting info.
Decodes in all cases except when it contains a space, as it will generate wrong links when pasted/shared in external applications.
преди 6 години
Hristo Terezov
651791b8df
feat(deeplinking): Pass state to openDesktopApp.
преди 6 години