9921 Commits

Author SHA1 Message Date
dependabot[bot]
6ed2132d3a
Bump react-intl from 6.3.2 to 6.4.1
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.3.2 to 6.4.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.3.2...react-intl@6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-30 23:56:52 +00:00
derrickmehaffy
2382e26b97 fix typo in config path for SSO domain 2023-04-28 09:42:28 -07:00
Marc
bb1b227338
Merge pull request #16550 from strapi/fix/review-workflows-depends-on 2023-04-28 18:04:24 +02:00
Christian
af7b42e8d1
Merge pull request #16553 from strapi/fix/protect-assets-backup 2023-04-28 17:17:23 +02:00
Ben Irvin
3096b9731e
Merge pull request #16558 from strapi/chore/remove-uuid 2023-04-28 15:50:30 +02:00
Alexandre BODIN
dceea7201b
Force manual build to run lint to avoid unnecessary rebuilds (#16532) 2023-04-28 15:20:20 +02:00
Christian
8e7ea5e7c7
Merge branch 'main' into fix/protect-assets-backup 2023-04-28 15:05:58 +02:00
Christian Capeans
a8924d2ce6 Remove unnecessary comma 2023-04-28 14:59:50 +02:00
Christian Capeans
890169a17f Improve error message 2023-04-28 14:54:53 +02:00
Marc-Roig
620567022a
fix: persist tables after sync 2023-04-28 13:28:17 +02:00
Christian Capeans
87a65c6c1a Merge branch 'fix/protect-assets-backup' of https://github.com/strapi/strapi into fix/protect-assets-backup 2023-04-28 13:20:08 +02:00
Christian Capeans
1b52da5cd7 Improve error message 2023-04-28 13:19:14 +02:00
Ben Irvin
99ad20fe12 remove uuid types 2023-04-28 12:10:41 +02:00
Ben Irvin
b47b339a49 replace uuid package with crypto.randomUUID 2023-04-28 12:02:35 +02:00
Marc-Roig
c20f16e930
fix: do not remove tables if array is empty 2023-04-28 11:57:28 +02:00
dependabot[bot]
328154a2fc
Bump ws from 8.11.0 to 8.13.0 (#16512)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 08:43:14 +02:00
Arthur Brière
a5b1fb51c4
fix/fix-typo-in-fr-translations (#16544) 2023-04-28 08:37:05 +02:00
Ben Irvin
01c02b51b4
Rename build directory to build-command so it doesn't get ignored (#16523) 2023-04-28 08:27:31 +02:00
Christian
a3ab33afac
Merge branch 'main' into fix/protect-assets-backup 2023-04-27 22:14:06 +02:00
Christian Capeans
fff1cd3933 Avoid creating the backup folder if assets are not transfered 2023-04-27 22:07:19 +02:00
Marc-Roig
e88eee0ecf
fix: transform depdns on to array 2023-04-27 18:29:48 +02:00
Marc-Roig
9dae8499d5
fix: depends on should be an array 2023-04-27 18:11:17 +02:00
Ben Irvin
2b77c4ac88
Merge pull request #16525 from strapi/fix/builder-set-collection-name 2023-04-27 15:54:47 +02:00
Ben Irvin
c33855d39e
Merge pull request #16508 from strapi/chore/add-error-on-empty-content-type-folder 2023-04-27 14:22:54 +02:00
Christian Capeans
1b8a5a7866 Improve error when assets backup folder cannot be created 2023-04-27 14:06:30 +02:00
Gustav Hansen
7d1e4b18e2
Merge pull request #16533 from strapi/chore/drag-layer-helper-plugn
Chore: Split DragLayer out of the CM and make it available across the app
2023-04-27 13:07:01 +02:00
Josh
c62bca7913 fix: AutoReload context value had incorrect names for object properties 2023-04-27 10:30:10 +01:00
Gustav Hansen
e5756043ef Chore: Split DragLayer out of the CM and make it available across the app 2023-04-27 09:55:28 +02:00
Rémi de Juvigny
27ee844d08 Remove log from tests 2023-04-27 09:54:56 +02:00
Ben Irvin
32de22a421
Merge branch 'main' into fix/builder-set-collection-name 2023-04-26 16:01:43 +02:00
Alexandre Bodin
68604f9853 Merge branch 'main' of github.com:strapi/strapi into release/4.10.1 2023-04-26 15:50:41 +02:00
Alexandre Bodin
23b531cef5 v4.10.1 2023-04-26 15:45:41 +02:00
Alexandre Bodin
ce60415a07 Do not ignore build command on npm publish 2023-04-26 15:34:07 +02:00
Ben Irvin
63e35a6550 allow builder to set collection name 2023-04-26 15:19:01 +02:00
Alexandre Bodin
b36292e67b Merge branch 'releases/4.10.0' 2023-04-26 14:39:05 +02:00
Alexandre Bodin
9b5519778f v4.10.0 2023-04-26 14:32:28 +02:00
Josh
e3af28c527
Merge pull request #16418 from GitStartHQ/fix/condition-fields-break-checkbox 2023-04-26 11:23:17 +01:00
Ben Irvin
ea75258555 only check if schema exists 2023-04-26 11:56:40 +02:00
Ben Irvin
53a4abeb77 throw error instead of logging 2023-04-26 11:41:03 +02:00
Ben Irvin
04bbd2215e add error when content type wasn't loaded 2023-04-26 11:35:55 +02:00
Josh
d07d489109 chore: convert admin-utils to TS and reorganise preset setup
chore

chore: fix tests

chore: fix workflow

chore: tidy ups

chore: test fixes

chore: skip nx cache

chore: pr amends

chore: fix rogue incorrect import
2023-04-26 09:57:17 +01:00
Josh
407be7cbbd
Merge pull request #16481 from strapi/chore/refactor-hp-to-features 2023-04-26 09:56:28 +01:00
Josh
4134c0e33b refactor: colocate code in helper-plugin features for clearer view
refactor: move Notification logic into helper-plugin

refactor: wip

fix: typo

chore: fix tests

chore: ensure contexts are still exported

Update packages/core/helper-plugin/src/features/OverlayBlocker.js

Update packages/core/helper-plugin/src/features/AutoReloadOverlayBlocker.js

Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
2023-04-26 09:06:18 +01:00
Alexandre BODIN
12d3068013
Migrate generators to ts (#16392) 2023-04-26 09:07:40 +02:00
gitstart
9e2b06649c fix: field named conditions breaking role checkboxes
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
2023-04-26 03:07:02 +00:00
DMehaffy
4b4d64bbb6
Merge pull request #16491 from strapi/fix/licenseExtension
Change license extension to prevent it loading the wrong file
2023-04-24 12:39:59 -07:00
Nathan Pichon
a51313304d
Merge pull request #15899 from strapi/feature/review-workflow
New Feature: Review Workflows
2023-04-24 20:53:14 +02:00
derrickmehaffy
c1135d6cd7 Change license extension to prevent it loading the wrong file 2023-04-24 11:32:21 -07:00
markkaylor
f1c2201b6e
Merge pull request #16265 from strapi/fix/plugin-documentation-bugs
Fix/plugin documentation bugs
2023-04-24 19:50:10 +02:00
Jean-Sébastien Herbaux
3070b89cc1
Upgrade to TS V5 and fix related breaking changes (#16462) 2023-04-24 18:37:51 +02:00