3850 Commits

Author SHA1 Message Date
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
Julie Plantey
ee535ea0cb fix nested data for relations in component 2022-09-26 12:14:09 +02:00
Jamie Howard
0f69f833b9 fix(helper-plugin): search query encoding 2022-09-23 10:14:48 +01:00
Pierre Noël
3a43ba5d9a
Merge pull request #14462 from strapi/relations/temp-fix-xToOne
[Fix] xToOne relations not showing
2022-09-22 18:29:04 +02:00
Pierre Noël
8d36a07fc4 Merge branch 'main' into feature/relations-main-view 2022-09-22 17:46:04 +02:00
Julie Plantey
402f14b9c1 fix label count condition 2022-09-22 15:56:02 +02:00
Julie Plantey
c407c20d05 fix xtoOne + conditions to enbale fetch + count label 2022-09-22 14:01:56 +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
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
ivanThePleasant
b51b0f4616 Merge branch 'main' into chore/user-level-data 2022-09-21 10:24:18 +03: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
Simone Taeggi
480dc72c12 update snapshots 2022-09-16 17:16:28 +02:00
Simone Taeggi
b54dad2918 split Form in FormHead and FormBody 2022-09-16 17:13:45 +02:00
Simone Taeggi
03a4baa1fb split the EditView page form into the FormApiToken 2022-09-16 15:36:18 +02:00
Gustav Hansen
2be586a46b
Merge pull request #14300 from WalkingPizza/feat/allow-json-0
Prevent `InputJSON` from crashing when field value is `0`
2022-09-16 14:30:04 +02:00
Simone Taeggi
3e5370bdf1 Merge branch 'main' into features/api-token-v2 2022-09-16 10:02:34 +02:00
Gustav Hansen
d8abbe35aa
Merge pull request #14299 from WalkingPizza/fix/13038
Update `lang` attribute on locale change
2022-09-15 16:39:51 +02:00
Gustav Hansen
3143aecbab
Merge pull request #14432 from strapi/feature/relations-main-view-order-!
RelationInputDataManager: Fix position of newly connected relations
2022-09-15 16:02:39 +02:00
Gustav Hansen
7df50f82e9
Merge pull request #14431 from strapi/feature/relations-main-view-search-performance
useRelation: Do not clear the cache before each search
2022-09-15 15:58:13 +02:00
Gustav Hansen
33838ccc46
Merge pull request #14426 from strapi/relations/mainField-tooltip
[RelationInput] Tooltip Relation mainField
2022-09-15 15:57:57 +02:00
Gustav Hansen
2f37a716a2 RelationInputDataManager: Fix position of newly connected relations 2022-09-15 15:38:45 +02:00
Gustav Hansen
30d259776b useRelation: Do not clear the cache before each search 2022-09-15 15:23:09 +02:00
Julie Plantey
ecfbd90ba8 refacto Tooltip position 2022-09-15 15:21:28 +02:00
Gustav Hansen
6b7b297322 Merge branch 'feature/relations-main-view' into feature/relations-main-view-initial-data-2 2022-09-15 14:45:49 +02:00
Gustav Hansen
3682f5201f RelationInputDataManager: Simplify initialData assignments 2022-09-15 14:44:48 +02:00
Julie Plantey
bac89b8730 fix tests RelationInput 2022-09-15 14:28:09 +02:00
Julie Plantey
b75bf93533 Merge branch 'feature/relations-main-view' of https://github.com/strapi/strapi into relations/mainField-tooltip 2022-09-14 17:02:12 +02:00
Gustav Hansen
9151dac427
Merge pull request #14408 from strapi/feature/relations-main-view-remove-bg
RelationInput: Remove background color and padding
2022-09-14 16:51:14 +02:00
Gustav Hansen
ef1a005663
Merge pull request #14410 from strapi/relations/normalizeRelations-filter
[Relations] Filter refacto & UI fixes
2022-09-14 16:50:58 +02:00
Julie Plantey
ef226d0b82 tooltip for Relation mainField 2022-09-14 16:47:38 +02:00
Julie Plantey
69cbe2cae2 improve filter 2022-09-14 15:28:13 +02:00
Gustav Hansen
0c248d0b3a EditViewDataManagerProvider: Fix publish button state comparison 2022-09-14 15:10:33 +02:00
Simone Taeggi
a1ce4d8fa6 Merge branch 'features/api-token-v2' into api-token-v2/select-all-bug 2022-09-14 14:48:04 +02:00
Simone Taeggi
8753fae8ff Merge branch 'main' into features/api-token-v2 2022-09-14 14:47:38 +02:00