Nicolò Pretto
Nicolò Pretto
working example: http://todo.npretto.com/
### Description Part of [[Epic] Add license activation in the initial setup](https://github.com/metabase/metabase/issues/38867) We're adding an _optional_ license activation step in the setup, only for people running EE code and without...
**Links** - product doc: [Add license activation step in /setup](https://www.notion.so/metabase/Add-license-activation-step-in-setup-c186326d2efd4467a7e9d09138fca48c) - eng doc: [Add license activation step in /setup](https://www.notion.so/metabase/Add-license-activation-step-in-setup-77d8f3e5c2484226b8a162098b6eea5b) - feature branch: `license-activation-step` ***Milestone 1*** ```[tasklist] ### Tasks - [...
### Description We currently have a [`MetabaseSettings.isEnterprise()`](https://github.com/metabase/metabase/blob/3fc3fa79a24b73cfc5ba7c8c0be060c5211dc698/frontend/src/metabase/lib/settings.ts#L352) method, but most of that class is deprecated. This adds a new `getIsEECode` selector that returns the same value. The name of the...
**Context** Chrome is testing [disabling 3rd party cookies for 1% of the users](https://developers.google.com/privacy-sandbox/3pcd), we want to know what effect (if any) this will have on us, and see what solutions...
### Description We haven't been using it for a while, and it was blocked by CSP anyway: > analytics.js:24 Refused to load the script 'https://www.googletagmanager.com/gtag/js?id=xxxxx&cx=c&_slc=1' because it violates the following...
**Context** We're started using `embedding-app-origin` to make the embedding sdk work on other domains via `Access-Control-Allow-Origin`. This has a small issue as `Access-Control-Allow-Origin` should only return one origin (or "*")...
### Description While working on adding the pdf download functionality to public/embedded dashboard, I started running into this error after a rebase on master: ``` html2canvas.js:1726 Uncaught (in promise) Error:...
This pr addresses [Support language localization in static embedding](https://www.notion.so/metabase/Support-language-localization-in-static-embedding-0307665e3008435d9bb2b3fff8148d7d). The feature was apparently already working with one small caveat: we have some code that removes all querystring parameters that are...