Saúl Ibarra Corretgé
c30d1e7479
fix(rn,dynamic-branding) fix handling bogus response from the backend
2 年前
Mihaela Dumitru
33e4da32e2
feat(giphy) disable feature from dynamic branding (#12620)
2 年前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年前
Robert Pintilii
442ae6c3cb
chore(TS): Create web tsconfig (#12381)
* fix(ts,connection) avoid mixing web and native code
* chore(ts) split config
The mobile part is still WIP.
* Remove default tsconfig
* Fix ts-loader - use web tsconfig
* Fix tsconfig
Use noEmit only on npm scripts (for type checking), but don't use it in webpack
* Fix
* Fix import
* Fix
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2 年前
Robert Pintilii
f5fb402784
ref(TS) Convert some features to TS (#12366)
2 年前
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS (#12307)
2 年前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年前
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
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
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 年前
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 年前
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2 年前
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 年前
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
2 年前
Robert Pintilii
4e1af131fb
ref(typescript) Remove unnecessary ts-ignores (#11914)
2 年前
Saúl Ibarra Corretgé
989b8d9c2b
fix(dynamic-branding) fix loading on web
The configuration is not stored in Redux by the time we try to fetch it,
so use the global on Window, which will.
2 年前
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
2 年前
Saúl Ibarra Corretgé
f115028961
fix(rn,dynamic-branding) fix extracting fqdn from URL
On mobile we don't want to look in window.location.
3 年前
Calin-Teodor
6df2e4009c
feat(dynamic-branding): get branding data from state
3 年前
Calinteodor
e77679d025
feat(dynamic-branding): SVG branding image needs to cover the entire screen (#11724)
* feat(dynamic-branding) scale SVG branding image to cover entire screen
3 年前
Calinteodor
4d8f29d4fe
feat(rn,dynamic-brandind) added background image url to prejoin and lobby
3 年前
Saúl Ibarra Corretgé
4a04b8b5ee
fix(rn,dynamic-branding) filter out gradients
3 年前
Saúl Ibarra Corretgé
6718ba7423
feat(rn,dynamic-branding) add support for didPageUrl and inviteDomain
3 年前
Calinteodor
f3f9cd3d05
feat(dynamic-branding) add initial mobile SDK customization
* feat(dynamic-branding) sdk customization
* feat(dynamic-branding) unsetDynamicBranding when we disconnect
* feat(dynamic-branding) added branding colors to conference
* feat(dynamic-branding) extracted logger to its own file
* feat(dynamic-branding) reverted style change
* feat(dynamic-branding) unset branding if connection failed
* feat(dynamic-branding) removed index.js, updated imports, added ImageBackground component
* feat(dynamic-branding) created logger feature object
* feat(dynamic-branding) moved brandingStyles to mapStateToProps, used SvGUri
* feat(dynamic-branding) created BrandingImageBackground component, fixed styles
* feat(dynamic-branding) moved BrandingImageBackground to dynamic-branding feature
* feat(dynamic-branding) fixed linter
* feat(dynamic-branding) added style comment
3 年前
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3 年前
Gabriel Borlea
85c505a29d
add(highlights): mobile flow (#11168)
* add(highlight): mobile initial flow
* fix(hightlight): get meeting fqn on mobile
* fix(dynamic-branding): extract fqn on mobile
* fix(highlights): remove local fqn extraction and grounp dispatches in batch
* fix(dynamic-branding): check if state is defined in extract fqn
3 年前
Gabriel Borlea
a65ab1c029
fix(dynamic-branding): Extract fqn from public meeting
3 年前
Vlad Piersec
f20a50d8a6
feat(i18n): Allow label rewrite via advanced branding
3 年前
Horatiu Muresan
d84ba85f58
fix(dynamic-branding) Fix bogus mUI dependency on mobile (#10375)
3 年前
Horatiu Muresan
8ebca64af1
feat(dynamic-branding): Add custom theme branding (#10335)
- apply theming to various buttons
3 年前
Saúl Ibarra Corretgé
8f08a54fb2
chore(deps) adapt to logger package rename
3 年前
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 年前
Vlad Piersec
ddcb85a1d8
fix(jaas): Get dynamic branding url from config file
We make the request for dynamic branding as soon as possible so
at the time of the request the config is not yet added to the store.
In order to fix this we get the jass brandingDataUrl &
dynamicBrandingUrl directly from the config.
3 年前
Vlad Piersec
f9cc813e91
feat(dynamic-branding): Add branding option for virtual backgrounds
3 年前
hmuresan
6c40329f6a
feat(branding) Add premeeting background image overwrite
3 年前
hmuresan
2bac757ca6
feat(branding): Add custom avatar backgrounds
3 年前
Vlad Piersec
d99bf9797d
fix(vpaas): Avoid url blipping on invite dialog
4 年前
horymury
79bb98dab3
(feature) - Add support for custom DID numbers page url
4 年前
Vlad Piersec
33e4324f6d
fix(branding): Use config url for dynamic branding
4 年前
Vlad Piersec
d2ec0ea6f3
fix(branding): Fix dynamic logo display
* Display of the logo has been reworked (simplified).
* The logo will not be displayed if the call to `branding` endpoint fails.
* Add more docs.
4 年前
paweldomas
cb7c280da6
fix(RN): crash on undefined state['features/dynamic-branding']
4 年前
Tudor-Ovidiu Avram
8a4fb72eae
feat(branding) allow invite links to be branded
4 年前
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
5 年前