2949 Commits

Author SHA1 Message Date
Josh
fee711c4e2
Merge pull request #14454 from strapi/fix/wysiwyg-preview 2022-10-12 11:17:15 +01:00
Julie Plantey
a37d7ce855 remove unnecessary act and time out 2022-10-10 11:21:48 +02:00
Julie Plantey
909de9d55a fixed url assets used in LogoInput tests 2022-10-10 11:11:04 +02:00
Daniele Aurilio
b8cea20fd7
Merge branch 'main' into fix/discord_link 2022-10-08 19:44:25 +02:00
DanieleAurilio
46f5595f33 Merge branch 'fix/discord_link' of https://github.com/DanieleAurilio/strapi into fix/discord_link 2022-10-08 18:41:13 +02:00
DanieleAurilio
bd016ead39 Fix test 2022-10-08 18:40:35 +02:00
Convly
3ddf1626e7 Revert "v4.4.3"
This reverts commit 3d42ce32952b2d5ad51b46604a4cf20d2709469a.
2022-10-05 16:22:44 +02:00
Convly
3d42ce3295 v4.4.3 2022-10-05 16:15:29 +02:00
Convly
f99314ead7 v4.4.3 2022-10-05 16:04:25 +02:00
Convly
f33e7c97ab v4.4.2 2022-10-05 15:32:01 +02:00
Jean-Sébastien Herbaux
2ea599327d
Merge pull request #14526 from strapi/fix/api-token-db
Improve API token v2 db performance by removing update population
2022-10-05 12:16:21 +02:00
Pierre Noël
a58147f51e
Merge branch 'main' into hotfix/autocomplete-search 2022-10-05 11:04:23 +02:00
Josh
10d29987b9
Merge pull request #14528 from strapi/fix/dynamic-table-actions-should-be-links 2022-10-05 09:15:10 +01:00
Jamie Howard
11a193c8dc
Merge pull request #14463 from strapi/fix/search-encoding
Fix search query encoding
2022-10-04 16:46:00 +01:00
Simone
aabd912f8d
Merge branch 'main' into fix/discord_link 2022-10-04 10:05:10 +02:00
Josh
e84eb506b8 chore: update to latest version of design-system 2022-10-03 16:25:07 +01:00
Josh
3828919ba1 fix: use router link for actions that route places 2022-10-03 15:23:27 +01:00
Ben Irvin
cece5af2db fix comment 2022-10-03 12:56:31 +02:00
Ben Irvin
7039822740 update timestamp more efficiently 2022-10-03 12:54:19 +02:00
Ben Irvin
2dadda640b don't populate update query 2022-10-03 12:33:27 +02:00
DanieleAurilio
83506fbf52 Fix discord link on admin panel homepage 2022-09-30 23:23:38 +02: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
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
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
Rémi de Juvigny
ea72a6e893 Add Suspense boundary in dynamic zones 2022-09-27 17:02:40 +02:00
Jamie Howard
bfbab082cf fix(admin): lowercase email when creating user 2022-09-26 15:52:08 +01:00
Jamie Howard
0f69f833b9 fix(helper-plugin): search query encoding 2022-09-23 10:14:48 +01: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
Simone Taeggi
17b6cf240f update snapshots 2022-09-21 14:54:17 +02:00
Josh
4a15d9f4cf
Merge branch 'main' into fix/wysiwyg-preview 2022-09-21 13:31:18 +01: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
Josh
5e15cc710b fix: replace all escaped \n with an actual \n character 2022-09-21 13:21:16 +01:00
Alexandre Bodin
8ebf58d9ed v4.3.9 2022-09-21 14:17:36 +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
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
Julie Plantey
c05035a0df fixed guided tour visible on production mode 2022-09-19 15:57:55 +02:00