21604 Commits

Author SHA1 Message Date
Daniele Aurilio
2b69d1d81c
Merge branch 'strapi:master' into releases/v4 2022-05-29 23:08:46 +02:00
Torgny Bjers
649b385f01
Merge remote-tracking branch 'upstream/master' into fix/CVE-2021-29418-mailgun-js-deprecated 2022-05-27 15:36:51 -04:00
Michael Nilsson
65cb147ec9 Fix generation of OpenAPI documentation with top level type attribute 2022-05-27 16:17:47 +02:00
ivanThePleasant
2cc5037e8a Moved console logs around to make code cleaner 2022-05-27 10:37:14 +03:00
Donovan Keme
90db0788f1
Update to focus on specific target directory
Rather than any directory including the word `coverage`
2022-05-26 14:23:10 -07:00
dependabot[bot]
283411114b
Bump @vercel/ncc from 0.33.3 to 0.34.0
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.33.3 to 0.34.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.33.3...0.34.0)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 09:05:55 +00:00
derrickmehaffy
acb339e9cd add action
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-05-25 14:20:20 -07:00
Gustav Hansen
2dfb646994
Merge pull request #13391 from strapi/chore/gh-front-coverate
Github: Fix coverage reports for front-end tests
2022-05-25 17:26:57 +02:00
Alexandre Bodin
ab698015cf v4.1.12 v4.1.12 2022-05-25 17:17:49 +02:00
ronronscelestes
aff13a0d60 feedback fix - number/select empty value checked in EditViewDataManagerProvider 2022-05-25 14:59:19 +02:00
Gustav Hansen
dca5551a31
Merge pull request #13390 from strapi/chore/ds-1-1-1
chore: Update @strapi/design-system to 1.1.1
2022-05-25 14:29:45 +02:00
Gustav Hansen
26db786c4f Chore: Fix coverage reports for front-end tests 2022-05-25 13:23:38 +02:00
Gustav Hansen
a59c1d3f95 chore: Update @strapi/design-system to 1.1.1 2022-05-25 12:55:14 +02:00
Alexandre Bodin
c765101934 Merge branch 'master' of github.com:strapi/strapi into releases/4.2.0 2022-05-25 12:12:56 +02:00
DMehaffy
d3b957e5c6
Merge pull request #13302 from strapi/update/security
Update security doc to reference extended v3 support
2022-05-23 15:41:31 -07:00
ronronscelestes
681b21786c feedback fix: moving the logic to EditViewDataManagerProvider 2022-05-23 18:23:56 +02:00
Vincent
2ef3556d07
Merge pull request #13249 from davefv/master
Upload Plugin UI Catalan translation
2022-05-23 17:14:37 +02:00
Convly
9b017faabf Re-add missing dependency 2022-05-23 15:10:17 +02:00
Convly
8f47ea343f Update templates for plugins 2022-05-23 14:41:44 +02:00
Convly
876346a4df Update minimum node version in the readme 2022-05-23 14:41:29 +02:00
Convly
0557f6242d Update the tests so that they're only executed with supported node versions 2022-05-23 14:40:58 +02:00
Convly
37b6802099 Update minimum node version in the package.json files 2022-05-23 14:40:37 +02:00
Alexandre BODIN
e0c6b33355
Merge pull request #13354 from sargreal/fix/ctb-extendfields-used-only-once
Fix CTB not adding all field extensions
2022-05-23 11:37:26 +02:00
Gustav Hansen
9f6baa3bf0
Merge pull request #13352 from heartlessnan/strapi/tests/incorrect-password-check
Added test case to check password validity
2022-05-23 10:32:59 +02:00
Gustav Hansen
4a9806d753 chore: Update test names 2022-05-23 09:41:36 +02:00
Torgny Bjers
903e028430
Merge remote-tracking branch 'upstream/master' into fix/CVE-2021-29418-mailgun-js-deprecated 2022-05-21 00:53:20 -04:00
Juan Jimenez-Anca
fb28c2275b add missing await 2022-05-20 23:23:50 +02:00
Alexandre BODIN
6f82429600
Merge pull request #12694 from cupofnestor/no-prompt-when-has-db-options
Don't prompt to choose installation type when user has provided database options
2022-05-20 19:22:13 +02:00
Alexandre BODIN
6c76e7d974
Merge pull request #12203 from Fyndl-io/fix-before-after-shared-state
Implement state sharing between DB before and after lifecycles events
2022-05-20 18:26:56 +02:00
Alexandre BODIN
0528aa29db
Merge pull request #13298 from pointout/patch-3
dots in bucket names
2022-05-20 17:35:37 +02:00
Robin Goupil
eb6a244bc8
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-05-20 13:31:48 +02:00
Alexandre BODIN
94d986ee4c
Merge pull request #12773 from e23thr/master
fix emailConfirmation graphql mutation
2022-05-20 11:54:51 +02:00
Alexandre BODIN
2906cd4fb1
Merge pull request #12312 from WalkingPizza/feature/plugin-name-kebab
Check that plugin name is kebab-cased upon generation
2022-05-20 09:02:23 +02:00
Alexandre BODIN
75be9323ea
Merge pull request #12277 from jamidwyer/fix/api-loader-git-config
fix: skip git config file that looks like dir
2022-05-20 09:02:03 +02:00
Torgny Bjers
e4fb25765d
update options converter
- pass through options that are not matched
- merge defaults with passed options
- add unit tests
2022-05-19 20:42:28 -04:00
Torgny Bjers
ad736c34ac
fix: change from mailgun-js to mailgun.js
- mailgun-js is deprecated
- mailgun-js has critical vulnerabilities (see CVE-2021-29418)
- avoid invalidating API contract
- add functions for converting old config to work with new API
- update README with correct fields
2022-05-19 20:42:20 -04:00
DMehaffy
25115c0b46
Merge pull request #12959 from strapi/fix/provider-docs
Docs: Update upload provider readme files
2022-05-19 14:49:46 -07:00
Donovan Keme
4f733fc2cf
Update .gitignore to allow use of word "coverage"
API endpoints and content-types created with name "coverage" will be omitted unless exempted
2022-05-19 14:33:43 -07:00
Alexandre Bodin
b08b16d57a Merge branch 'master' into feature/plugin-name-kebab 2022-05-19 23:18:05 +02:00
Alexandre BODIN
23083223e4
Merge pull request #12196 from kayac-chang/fix/handle-update-error-if-user-not-found
fix: handle user not found error
2022-05-19 22:59:31 +02:00
Alexandre BODIN
0c62320a33
Merge pull request #12264 from sunnysonx/fix/validate-generation-name-inside-plugin
Validate plugin/middleware/policy name inside generators
2022-05-19 22:54:50 +02:00
Alexandre BODIN
f8394e9db3
Merge pull request #12170 from DanieleAurilio/fix/12081
#12081 Fix empty string is accepted by API
2022-05-19 22:52:48 +02:00
Alexandre Bodin
c33bf9b50e Ignore dotfiles at the api folder level 2022-05-19 22:51:26 +02:00
Alexandre Bodin
641d220f03 Add corresponding test 2022-05-19 22:08:58 +02:00
Alexandre Bodin
810fc0a857 Merge branch 'master' into fix/handle-update-error-if-user-not-found 2022-05-19 22:03:36 +02:00
Alexandre Bodin
c1cb7da8a5 Update tests 2022-05-19 21:58:29 +02:00
Alexandre Bodin
b86c598e54 Add more friendly error message 2022-05-19 21:42:47 +02:00
wuxinnan
f36c6d1312 move test case to previous story 2022-05-19 11:06:19 -07:00
Gustav Hansen
50bdf91fa5
Merge pull request #13353 from lonnie-nguyen/strapi/tests/bigint-min-validate
Added test to validate the min constraint for big integer if no min is specified
2022-05-19 11:48:11 +02:00
Gustav Hansen
2ce390dbd7
Merge pull request #13344 from Krito1997/parse-type-test-cases
Increase Test Coverage - Added test case to check the thrown error message if input is incorrect date for parseType()
2022-05-19 11:47:18 +02:00