30173 Commits

Author SHA1 Message Date
Jamie Howard
61a474c0b4 test(entity-service) 2023-05-25 13:14:39 +01:00
Jamie Howard
aac731d7a0 fix: move webhook form validation to webhook-store 2023-05-25 13:07:06 +01:00
Jamie Howard
14ff035647 feature: replace emitEvent calls with new webhook store 2023-05-25 12:37:38 +01:00
Jamie Howard
506c495d91 feature: replace webhook validation with webhook store 2023-05-25 12:34:52 +01:00
Jamie Howard
1c66cdf679 feature(ee): register review workflow webhook events 2023-05-24 16:56:05 +01:00
Jamie Howard
933a2e3dff feature(upload): register webhook events 2023-05-24 16:46:59 +01:00
Marc-Roig
994a414fdc
chore: rename allowedEvents 2023-05-23 17:23:42 +02:00
Marc-Roig
13265dac94
feat: expose allowed webhook events in webhook store 2023-05-23 17:22:35 +02:00
Josh
e233d8afdc
feat: introduce useClipboard hook to remove dependency (#16751) 2023-05-23 08:43:35 +01:00
Marc
750b6c8e8f
Merge pull request #16768 from strapi/feature/improve-audit-logs-transaction-handling 2023-05-22 18:20:21 +02:00
Simone
e67342f157
fix collection names check for plural names in edit (#16789)
* fix collection names check for plural names in edit

* add another condition on takenCollectionNames
2023-05-22 17:40:40 +02:00
Marc-Roig
51683b479c
chore: use push instead of spreading array 2023-05-22 17:08:43 +02:00
Josh
c1c7eab0d4
chore: license in strapi/ee needs prefix (#16799) 2023-05-22 16:03:36 +01:00
Gustav Hansen
e40c67b7b8
Merge pull request #16797 from strapi/revert-16791-chore/refactor-use-models-hook
Revert "Chore: Refactor useModels to use react-query rather than useReducer"
2023-05-22 15:47:55 +02:00
Marc
7c0ab2cc38
Merge branch 'main' into feature/improve-audit-logs-transaction-handling 2023-05-22 15:36:02 +02:00
Marc-Roig
bc9880ebc3
test: transaction onCommit and onRollback 2023-05-22 15:20:24 +02:00
Marc-Roig
a6a50ab194
fix: properly store commit callbacks 2023-05-22 15:19:53 +02:00
Gustav Hansen
50beed3d39
Revert "Chore: Refactor useModels to use react-query rather than useReducer" 2023-05-22 15:06:16 +02:00
Gustav Hansen
e1dcf256d7
Merge pull request #16791 from strapi/chore/refactor-use-models-hook
Chore: Refactor useModels to use react-query rather than useReducer
2023-05-22 13:51:32 +02:00
Josh
141d3675ab
revert react18 (#16793) 2023-05-22 12:23:24 +01:00
Gustav Hansen
59a46518df Chore: Add useContentTypes hook documentation 2023-05-22 13:09:11 +02:00
Gustav Hansen
fcf3c62cd9 Chore: Extend and fix tests 2023-05-22 13:03:16 +02:00
Gustav Hansen
e03a435bbf Chore: Add tests 2023-05-22 12:57:12 +02:00
Marc
4e17f00e35
Merge pull request #16760 from strapi/fix/some-folders-cant-be-moved-inside-others 2023-05-22 12:40:25 +02:00
Gustav Hansen
fe72e32fe3 Chore: Rename useModels hook to useContentTypes, Add auto mocks 2023-05-22 12:39:13 +02:00
Gustav Hansen
95970ec91b Chore: Use named export 2023-05-22 12:23:52 +02:00
Gustav Hansen
32523eff19 Chore: Refactor useModels to use react-query rather than redux 2023-05-22 12:20:52 +02:00
Gustav Hansen
4d07d9e411
Merge pull request #16742 from strapi/chore/update-licenses
Chore: Update license files
2023-05-22 11:32:40 +02:00
Josh
cb68382384
chore: update DS to 1.7.7 (#16770) 2023-05-22 10:08:09 +01:00
Gustav Hansen
a691d9dde8
Merge pull request #16784 from strapi/dependabot/npm_and_yarn/eslint-8.41.0
chore(deps-dev): bump eslint from 8.27.0 to 8.41.0
2023-05-22 10:59:16 +02:00
dependabot[bot]
62003b3e09
chore(deps-dev): bump eslint from 8.27.0 to 8.41.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.27.0...v8.41.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 08:37:15 +00:00
Marc
454952b6d9
Merge pull request #16787 from strapi/dependabot/npm_and_yarn/cloudinary-1.37.0 2023-05-22 10:35:14 +02:00
Marc-Roig
087ff3765b
chore: create util to check if folder is the same as another one or a child one 2023-05-22 10:06:37 +02:00
dependabot[bot]
6ca06c8c5b
chore(deps): bump cloudinary from 1.33.0 to 1.37.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.33.0 to 1.37.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.33.0...1.37.0)

---
updated-dependencies:
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-21 23:05:30 +00:00
Gustav Hansen
3f9b0e3769
Merge pull request #16404 from GitStartHQ/fix/description-min-and-max-characters
fix: Description and min/max characters not visible during error screen
2023-05-19 18:28:51 +02:00
Jamie Howard
ee413187df
Merge pull request #16700 from strapi/webhooks/list-view 2023-05-19 16:16:38 +01:00
Jamie Howard
4d29bb121c chore(webhooks/ListView): correct translation 2023-05-19 15:33:19 +01:00
Jamie Howard
05c1d3ec64 chore(webhooks/ListView): clean up tests 2023-05-19 13:58:22 +01:00
Jamie Howard
e499e4de53 Merge remote-tracking branch 'origin/main' into webhooks/list-view 2023-05-19 13:25:04 +01:00
Jamie Howard
2122cf6729 chore(webhooks/ListView): PR feedback 2023-05-19 13:20:27 +01:00
Marc
1285ba7ecd
Merge pull request #16759 from strapi/fix/delete-unintentional-folders 2023-05-19 12:40:51 +02:00
Marc
a7b8ad0fd5
Merge branch 'fix/delete-unintentional-folders' into fix/some-folders-cant-be-moved-inside-others 2023-05-19 12:15:06 +02:00
Marc-Roig
1b00e1d8e2
remove logs 2023-05-19 11:22:17 +02:00
Marc-Roig
c266835d04
chore: more logs 2023-05-19 10:35:15 +02:00
Marc-Roig
2ad193e1a3
chore: logs to debug test 2023-05-19 09:35:35 +02:00
Marc-Roig
f03406c812
chore: update comment 2023-05-18 16:38:16 +02:00
Marc-Roig
34db3fe237
fix: audit log tests 2023-05-18 15:58:47 +02:00
Jamie Howard
5dfe7abe05 feat(webhooks/ListView): improve mutation logic 2023-05-18 12:42:58 +01:00
Marc-Roig
180d61dc0c
feature: onCommit , onCallback transaction methods 2023-05-18 12:57:47 +02:00
Sébastien Vanvelthem
5d645f2103
chore: align swc usage for test:unit and fix swc/helpers hazards (#16731) 2023-05-18 09:53:07 +01:00