11019 Commits

Author SHA1 Message Date
Josh
e233d8afdc
feat: introduce useClipboard hook to remove dependency (#16751) 2023-05-23 08:43:35 +01:00
Bassel Kanso
660d83c463
Merge branch 'main' into fix/transfer-push-stuck 2023-05-23 10:25:18 +03:00
Simone Taeggi
f8acf8385b change the property authenticationDisabled to ssoLockedRoles 2023-05-23 09:19:07 +02:00
Bassel
6058822ad0 refactoring and adding check to pull as well 2023-05-23 03:49:04 +03:00
Damián Paranič
547e7b2264
Merge branch 'main' into fix/media-library-multiple-selection 2023-05-22 18:26:13 +02:00
Marc
750b6c8e8f
Merge pull request #16768 from strapi/feature/improve-audit-logs-transaction-handling 2023-05-22 18:20:21 +02:00
Damián Paranič
6bf318637b Fix: select all when another folder content is already selected 2023-05-22 17:57:44 +02:00
Damián Paranič
e2144ef634 Fix: missing condition for select all button 2023-05-22 17:56:57 +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
Jamie Howard
9719eaff96 chore(webhooks/EditView) 2023-05-22 16:15:38 +01: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
Jamie Howard
900c8b351f feat(webhooks/EditView): Build EE edit view row 2023-05-22 16:02:53 +01:00
Ben Irvin
2d8e6d87fd remove comment 2023-05-22 16:53:46 +02:00
Ben Irvin
b9c52652c4 throw error with code 2023-05-22 16:51:26 +02:00
Paul Tiedtke
301e0706b8 chore: upgrade libs to react 18 and fix tests
chore: update snapshots

chore: fix fe tests

chore: update snapshot

Revert "revert react18 (#16793)"

This reverts commit 141d3675ab2c9a8c16eff26406bebef50ecce4c5.
2023-05-22 15:33:31 +01:00
Ben Irvin
8b10c20465 move most of the code to strapi/ee 2023-05-22 15:53:03 +02:00
Marc
7c0ab2cc38
Merge branch 'main' into feature/improve-audit-logs-transaction-handling 2023-05-22 15:36:02 +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
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
Ben Irvin
eefdae1e5e require matching case for operators 2023-05-22 10:27:39 +02:00
Ben Irvin
6fcad7cf3e update strapi/utils package 2023-05-22 10:26:32 +02:00
Ben Irvin
794654ef7b Merge remote-tracking branch 'originStrapi/main' into fix/clean-filters 2023-05-22 10:23:35 +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
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
Ben Irvin
894a2766bf add ssoLock to LocalStrategy 2023-05-19 18:02:20 +02:00
Jamie Howard
4d29bb121c chore(webhooks/ListView): correct translation 2023-05-19 15:33:19 +01:00
Jamie Howard
ba442c4df5 feat(webhooks/EditView): refactor headers input 2023-05-19 15:27:22 +01:00
Jamie Howard
05c1d3ec64 chore(webhooks/ListView): clean up tests 2023-05-19 13:58:22 +01:00
Simone Taeggi
858453e14f fix typo and wrong value passed in the onClear 2023-05-19 14:53:14 +02:00
Bassel Kanso
b581df8424
Merge branch 'main' into fix/transfer-push-stuck 2023-05-19 15:38:41 +03:00
Bassel
2d38a9394a push retry sending messages if no response was recieved 2023-05-19 15:30:29 +03: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
Simone Taeggi
95aea1d0ee change schema validation on the frontend 2023-05-19 11:56:58 +02:00
Simone Taeggi
7d716d16f2 remove unused loadash merge 2023-05-19 11:11:25 +02:00
Simone Taeggi
3b133f4d7d Merge branch 'main' into fix/sso-lock-out-option 2023-05-19 11:03:27 +02:00
Simone Taeggi
041690d7b5 update snapshot SSO 2023-05-19 11:03:03 +02:00
Simone Taeggi
3fdb517b0b fix backend part of the sso form submission 2023-05-19 11:00:05 +02:00