5520 Commits

Author SHA1 Message Date
Mark Kaylor
df97f6ebda Add react-clipboard dependency back and update translation 2022-10-05 16:23:54 +02:00
Mark Kaylor
f2450b9298 Add compatibility tooltip 2022-10-04 18:05:26 +02:00
Josh
17e9908bdf fix: use Stack instead of styled Flex 2022-10-03 10:10:55 +01:00
Josh
0233fff9e8 fix: use theme tokens 2022-10-03 08:36:17 +01:00
Josh
4b293e7a41 Merge branch 'main' into feature/field-descriptions 2022-10-03 08:17:50 +01:00
Convly
569f9a4012 Merge branch 'main' of github.com:strapi/strapi into enhancement/cloud-hosting-tracking 2022-09-30 12:01:00 +02:00
Convly
706b8a5d56 Revert to STRAPI_HOSTING 2022-09-30 11:40:05 +02:00
Josh
5a961534ed feat: add attribute description to field modal in content builder 2022-09-30 09:55:56 +01:00
Convly
fa503ef438 v4.4.1 2022-09-29 23:50:44 +02:00
Convly
340b17d6da Update wording 2022-09-29 18:12:05 +02:00
Convly
a1c7185252 Add hostedOnStrapiCloud property to the telemetry events 2022-09-29 17:35:18 +02:00
Jamie Howard
a742a5d6bc
Merge pull request #14458 from strapi/fix/13360/camel-case-email
Treat email as lowercase when creating a user
2022-09-29 13:48:55 +01:00
Josh
02f287b4ee
Merge pull request #14475 from strapi/feature/media-library-cards 2022-09-29 08:54:18 +01:00
Cleber Rossi
f02b959f42
Merge branch 'strapi:main' into bugfix/admin-panel-src-admin-folder-13975 2022-09-28 10:33:23 -03:00
Convly
d9febfb963 v4.4.0 2022-09-28 14:25:44 +02:00
Rémi de Juvigny
6e659b4554
Merge branch 'main' into features/custom-fields 2022-09-28 11:00:59 +02:00
Rémi de Juvigny
86b5757d4a Move focus trap inside suspense 2022-09-27 18:17:49 +02:00
Rémi de Juvigny
60e13be6c3 Add text inside loader 2022-09-27 17:51:23 +02:00
Josh
c6a0b55a6d chore: updata snapshots 2022-09-27 16:44:38 +01:00
Josh
f36c4d07f8 Revert "chore: update snapshots"
This reverts commit d3304b8a5c419bf3a29037847e2f4f2f45c4ced4.
2022-09-27 16:37:05 +01:00
Josh
b6a9095ff1 feat(test): add tests for interactions 2022-09-27 16:36:20 +01:00
Josh
d3304b8a5c chore: update snapshots 2022-09-27 16:09:56 +01:00
Rémi de Juvigny
ea72a6e893 Add Suspense boundary in dynamic zones 2022-09-27 17:02:40 +02:00
Josh
cd6f4408d9 feat: handle desired actions 2022-09-27 15:58:03 +01:00
Josh
102e4d1c84 refactor: use one AssetCardBase 2022-09-27 13:57:30 +01:00
Jamie Howard
bfbab082cf fix(admin): lowercase email when creating user 2022-09-26 15:52:08 +01:00
Mark Kaylor
b695a42a2f add test case back and fix check for property on object 2022-09-26 14:48:06 +02:00
Mark Kaylor
6321a4d970 Move mock 2022-09-26 13:25:52 +02:00
Mark Kaylor
023596ffbd Remove unneccesary mock data 2022-09-26 13:23:24 +02:00
Mark Kaylor
df5c80cf76 Add tests for FormModal forms 2022-09-26 13:16:27 +02:00
Mark Kaylor
a21e4a683a Update mock data to test custom fields 2022-09-23 16:56:19 +02:00
Mark Kaylor
323cf3bf24 Avoid single line return 2022-09-23 15:49:59 +02:00
Mark Kaylor
5e8cb0f63b Respect alphabetical order 2022-09-23 15:36:44 +02:00
Mark Kaylor
b6bbd3e534 Remove use of lodash 2022-09-23 15:33:18 +02:00
Cleber Rossi
2189df9c05
Fixing error when building without src/admin
Checking if folder src/admin exists before checking for files inside.

Committer: Cleber Jose de Rossi
Changes to be committed:
	modified:   packages/core/admin/utils/__tests__/get-custom-app-config-file.test.js
	modified:   packages/core/admin/utils/get-custom-app-config-file.js
2022-09-22 01:07:05 -03:00
Simone Taeggi
7eeef399d7 update failing snapshots 2022-09-21 17:40:56 +02:00
Rémi de Juvigny
061f59b155
Merge pull request #14455 from strapi/custom-fields/ts-generator
Add custom fields to Typescript generators
2022-09-21 15:08:49 +02:00
Simone Taeggi
17b6cf240f update snapshots 2022-09-21 14:54:17 +02:00
Alexandre Bodin
5681c1e38f Merge branch 'main' into features/custom-fields 2022-09-21 14:27:56 +02:00
Alexandre Bodin
29602a66a9 Merge branch 'features/api-token-v2' into releases/4.4.0 2022-09-21 14:25:53 +02:00
Alexandre Bodin
8ebf58d9ed v4.3.9 2022-09-21 14:17:36 +02:00
Rémi de Juvigny
cb10c9a81a Add custom fields to TS generators 2022-09-21 12:29:06 +02:00
Simone
485c4d4648
Merge pull request #14437 from strapi/api-token-v2/refactor-api-token-v2
Refactoring API tokens v2 frontend code
2022-09-21 11:26:13 +02:00
Julie Plantey
c0dc795586 updated DS version and snapshots 2022-09-20 17:18:24 +02:00
Convly
7598190b30 Merge branch 'main' of github.com:strapi/strapi into features/api-token-v2 2022-09-20 15:29:36 +02:00
Jean-Sébastien Herbaux
e6f1a0f44c
Merge pull request #14265 from WalkingPizza/fix/14160
Exclude source maps when loading APIs
2022-09-20 11:37:05 +02:00
GitStart
c700c7f9a8
Merge branch 'main' into STRAP-54 2022-09-20 08:24:32 +01:00
Julie Plantey
3f63107d4f
Merge pull request #14363 from davidlueder/filter-translation-neq-removal
Translations: Use $ne to translate not-equal-filter
2022-09-19 17:14:14 +02:00
Julie Plantey
7db74b6d1a
Merge pull request #14444 from strapi/fix/guided-tour-prod-mode
[Fix] Guided tour visibility on prod mode
2022-09-19 17:10:39 +02:00
Julie Plantey
685e8673c4
Merge pull request #14369 from strapi/enh/store-theme-improvement
[Enh] Store app theme
2022-09-19 16:05:28 +02:00