20722 Commits

Author SHA1 Message Date
ivanThePleasant
6e08bc2045 Revert "Added telemetry disable logic to the admin panel events"
This reverts commit c6307ece6357737a5c7afdc60169672b6122c617.
2022-03-30 10:19:28 +03:00
ivanThePleasant
ab69f2bde1 Adjusted admin tests to reflect changes with telemetry 2022-03-29 20:18:13 +03:00
ivanThePleasant
c6307ece63 Added telemetry disable logic to the admin panel events 2022-03-29 16:49:29 +03:00
ivanThePleasant
47dd5cd178 Corrected if clause mistake 2022-03-28 20:58:08 +03:00
ivanThePleasant
613a7c19fe Renamed the command and added path checking 2022-03-24 21:12:47 +02:00
ivanThePleasant
f74c446cd2 Naming changes 2022-03-24 20:47:54 +02:00
ivanThePleasant
d007218b96 Fixed the issue where command throws an error if strapi key is not in package.json 2022-03-24 20:42:16 +02:00
ivanThePleasant
b96e4a984f
Update packages/core/strapi/lib/commands/opt-out-telemetry.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-03-24 20:40:20 +02:00
ivanThePleasant
58c0a777a3
Update packages/core/strapi/lib/commands/opt-out-telemetry.js
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2022-03-24 14:40:33 +02:00
ivanThePleasant
ce5ddb2868 Changed naming to better correspond to Strapi naming conventions 2022-03-24 08:42:58 +02:00
ivanThePleasant
eaf805ad82 Cleaned code of several unnecessary console logs 2022-03-23 13:25:31 +02:00
ivanThePleasant
893ae11691 Changes to introduce async opt-out event sending 2022-03-23 13:18:41 +02:00
ivanThePleasant
bbfcab686f
Update packages/core/strapi/bin/strapi.js
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2022-03-23 10:51:02 +02:00
ivanThePleasant
36e6182c25 Completed new command implementation 2022-03-22 11:41:25 +02:00
ivanThePleasant
c5246ef5f4 Added new cli command call to strapi.js, started working on the comand execution logic 2022-03-21 09:09:14 +02:00
soupette
14b525620b Fix redirection
Signed-off-by: soupette <cyril@strapi.io>
2022-03-16 12:03:44 +01:00
Alexandre Bodin
01a565aeb6 v4.1.4 v4.1.4 2022-03-16 11:22:49 +01:00
Alexandre BODIN
8f3ac1d80e
Merge pull request #12812 from nvh95/add-missing-keys-to-translation
Add missing keys to translation
2022-03-16 11:12:22 +01:00
Alexandre BODIN
74949f6747
Merge pull request #12792 from strapi/CONTENT-50/ml-upload-copy
Media Library: improve microcopy
2022-03-16 11:09:29 +01:00
Alexandre BODIN
886250ae5d
Merge pull request #12206 from ComfortablyCoding/fix-plugin-generator-pluginId
[v4] fix(plugin generator): support valid package names for pluginId
2022-03-16 11:08:40 +01:00
daedalus
75178cc8be Merge branch 'master' into fix-plugin-generator-pluginId 2022-03-15 17:46:43 -04:00
Alexandre BODIN
6202b944ce
Merge pull request #12664 from strapi/strapi-market-release
[Marketplace] Strapi market release
2022-03-15 19:42:48 +01:00
markkaylor
067d31a116
Merge pull request #12845 from strapi/fix/marketplace-qa 2022-03-15 17:30:24 +01:00
Gustav Hansen
80efa39a73
Merge pull request #12821 from nvh95/redirect-after-logged-in
Preserve url if user's not logged in
2022-03-15 17:09:15 +01:00
Mark Kaylor
ff02e0a64b style the error component 2022-03-15 15:41:44 +01:00
Alexandre BODIN
011cbdb10e
Merge pull request #12829 from strapi/fix/codecov-ignore
Codecov: ignore md and mdx files
2022-03-15 13:51:22 +01:00
Mark Kaylor
926cfb2d37 update snapshot 2022-03-15 11:51:24 +01:00
Mark Kaylor
15f45183f4 replace size prop with spacing prop 2022-03-15 11:50:57 +01:00
ronronscelestes
8839e60137
Merge pull request #12793 from strapi/guided-tour/tracking
feat(guided-tour): added tracking for the guided-tour
2022-03-15 11:39:54 +01:00
Mark Kaylor
2994ebeca1 fix searchbar width 2022-03-15 11:37:52 +01:00
Gustav Hansen
304c5cbf6e
Merge pull request #12194 from WalkingPizza/cli-admin-create-command
Added admin:create-user command
2022-03-15 11:19:20 +01:00
cyril lopez
2e43d9b6d3
Merge pull request #12791 from strapi/CONTENT-73/toggle-checkbox
GenericInput: improve null default-value handling for boolean fields
2022-03-15 10:59:08 +01:00
Gustav Hansen
e2c7342d86 GenericInput: Update copy 2022-03-15 10:08:23 +01:00
Hung Viet Nguyen
afa40877f9
Update tests not to write file to disks 2022-03-15 15:56:03 +07:00
Hung Viet Nguyen
d85a387b24
Make jest does not watch .json file in the --watch mode 2022-03-15 15:20:50 +07:00
Mark Kaylor
df98c9b348 replace submit plugin icon 2022-03-14 17:57:30 +01:00
Mark Kaylor
474ead7183 add plugin card feedback 2022-03-14 17:54:20 +01:00
Hung Viet Nguyen
5104a57447
Rename the script 2022-03-14 22:51:49 +07:00
Hung Viet Nguyen
88149c1e3b
Add tests for add-missing-keys-to-other-languages 2022-03-14 22:49:27 +07:00
Hung Viet Nguyen
222eb9bbfc
- Only run the main process if we run the script directly (importing add-missing-keys-to-other-languages.js doesn't accidentially run the main command)
- Export addMissingKeyForSingleFile for test
- Change waring message to yellow
2022-03-14 22:48:34 +07:00
Alexandre Bodin
28155df2be Add airtable in CSP policy 2022-03-14 15:08:13 +01:00
Mark Kaylor
3be69154de merge master and fix conflicts 2022-03-14 14:32:47 +01:00
Gustav Hansen
22abfcaff7
Merge pull request #12830 from strapi/dependabot/npm_and_yarn/eslint-plugin-react-7.29.4
Bump eslint-plugin-react from 7.29.3 to 7.29.4
2022-03-14 13:35:03 +01:00
Gustav Hansen
7994f879be chore: Update snapshot tests 2022-03-14 12:52:22 +01:00
Gustav Hansen
da612cc61f GenericInput: pass down error message to ToggleCheckbox 2022-03-14 12:52:21 +01:00
Gustav Hansen
2fcf7d8603 Docs: Update GenericInput storybook documentation 2022-03-14 12:52:21 +01:00
Gustav Hansen
c0005c6915 GenericInput: improve null default-value handling for boolean fields 2022-03-14 12:52:21 +01:00
dependabot[bot]
940f84600b
Bump eslint-plugin-react from 7.29.3 to 7.29.4
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.29.3 to 7.29.4.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 10:45:16 +00:00
ronronscelestes
8ff97c2948
Merge pull request #12831 from strapi/bump/alpha-79
Bump DS 0.0.1-alpha.79
2022-03-14 11:40:38 +01:00
ronronscelestes
7d0600dcf5 Merge branch 'master' of https://github.com/strapi/strapi into guided-tour/tracking 2022-03-14 11:29:53 +01:00