Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 år sedan
Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
2 år sedan
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
2 år sedan
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 år sedan
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
2 år sedan
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
2 år sedan
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 år sedan
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 år sedan
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 år sedan
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 år sedan
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 år sedan
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 år sedan
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 år sedan
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 år sedan
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 år sedan
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2 år sedan
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 år sedan
Robert Pintilii
247c54b6c6
ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
2 år sedan
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2 år sedan
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
2 år sedan
Robert Pintilii
5601a62b60
ref(ui-components) Use new Button component (#11969)
Remove atlaskit deps
2 år sedan
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3 år sedan
Дамян Минков
75d80ad879
fix: Fixes loading web on mobile browser.
Adds missing url prop to DialInSummary and safeguard the URL creation.
3 år sedan
Avram Tudor
51b827ebb0
fix(browser-compatibility) hide launch in web for unsupported mobile browsers (#10569)
3 år sedan
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 år sedan
Tudor-Ovidiu Avram
12be14bd4b
fix(jaas) do not deeplink jaas users on default 8x8 app scheme
3 år sedan
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 år sedan
Alex Bumbu
e2a4d0d42d
fix(vpaas) enable deeplinking
4 år sedan
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 år sedan
Tudor-Ovidiu Avram
7ff41217ac
feat(vpaas) disable deeplinking page
4 år sedan
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 år sedan
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 år sedan
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 år sedan
Felix C. Stegerman
63ca419e76
improve "open in app" page
5 år sedan
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 år sedan
Suguru Hirahara
8c30e43b5f
Retry "external_api: fixed using deeplinks"
Set target='_top' inside anchor.
Courtesy of #6700
Follow-up to: #6784
5 år sedan
Jaya Allamsetty
5591144693
Revert "external_api: fixed using deeplinks"
This breaks the mobile deeplinking page
This reverts commit 532dadb245 .
5 år sedan
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 år sedan
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 år sedan
Mihai Uscat
5fdb7c176c
feat(MobileDeepLinking): Enable custom deeplinking domain
5 år sedan
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5 år sedan
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 år sedan
Mihai Uscat
ae30d39b4d
feat(PromotionalFooter): Implement
5 år sedan
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 år sedan
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 år sedan
Leonard Kim
0097360396
feat(deep-linking): allow disabling through override
6 år sedan
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 år sedan
Hristo Terezov
651791b8df
feat(deeplinking): Pass state to openDesktopApp.
6 år sedan
Leonard Kim
d65a068fdb
feat(deep-linking): hide web button on unsupported browsers
6 år sedan
Hristo Terezov
840c0190c4
fix(deep-linking): Don't rely on custom scheme
6 år sedan