WalkingPizza
fd400c7e2d
Automatically add displayName in title case to plugin package.json
2022-03-28 11:18:05 +02:00
WalkingPizza
41ec9596ed
Automatically convert plugin name to kebab-case
2022-03-28 11:17:49 +02:00
Kevin Antonio Rateni Iatauro
a9c20fc091
Merge branch 'strapi:master' into feature/plugin-name-kebab
2022-03-28 11:17:21 +02:00
cyril lopez
750d66a3b8
Merge pull request #12957 from strapi/fix/build-error-swallow
...
Build: Prevent output from swallowing webpack errors
2022-03-25 18:55:59 +01:00
Kevin Antonio Rateni Iatauro
3a0ebf26f7
Merge branch 'strapi:master' into feature/plugin-name-kebab
2022-03-25 18:05:41 +01:00
Pierre Noël
cf33ce0b63
Merge pull request #12534 from strapi/content-68/fix-public-path
...
Move public path config to server.js
2022-03-25 16:35:42 +01:00
Gustav Hansen
29ac0115ac
Build: Prevent output from swallowing webpack errors
2022-03-25 10:04:46 +01:00
Jean-Sébastien Herbaux
3bf25de33e
Merge pull request #12815 from surgeharb/master
...
fix: ApolloServer middleware CORS issue
2022-03-24 16:51:44 +01:00
Gustav Hansen
92e3f45e69
Merge pull request #12213 from strapi/cm/repeatable-components-list-view
...
CM: Allow displaying components in the list view
2022-03-24 14:07:19 +01:00
Rémi de Juvigny
91c5839280
Merge pull request #12916 from strapi/feature/marketplace-prod
...
Handle marketplace production environment
2022-03-24 13:16:04 +01:00
Rémi de Juvigny
12558e7de3
Merge remote-tracking branch 'origin/master' into feature/marketplace-prod
2022-03-24 11:51:11 +01:00
Alexandre Bodin
5cbb60ce4b
Merge branch 'master' into releases/4.2.0
2022-03-24 11:11:00 +01:00
cyril lopez
7e105cc784
Merge pull request #12922 from strapi/fix/ml-audio-type
...
ML: Add audio type to asset filters
2022-03-23 18:18:19 +01:00
Vincent
9afe470cbf
Merge pull request #12921 from strapi/feat/translations-cleanup
...
Feat/translations cleanup
2022-03-23 17:02:12 +01:00
Rémi de Juvigny
3ea20a2353
Apply feedback
2022-03-23 15:44:15 +01:00
Gustav Hansen
a26788bcef
ML: Add audio type to filters
2022-03-23 15:38:04 +01:00
Gustav Hansen
278f401545
Merge pull request #12877 from strapi/fix/upload-crop-size
...
EditAssetDialog: Use original image as source for cropping
2022-03-23 14:41:29 +01:00
vincentbpro
7399fd3572
reorder translation files
2022-03-23 13:29:24 +01:00
vincentbpro
6d7071bc5f
Merge branch 'master' into feat/translations-cleanup
2022-03-23 13:28:47 +01:00
Alexandre BODIN
66352ef0b0
Merge pull request #12903 from strapi/chore/check-installation
...
Increase network timeout connection for Yarn users
2022-03-23 12:36:17 +01:00
Alexandre BODIN
f2a311a28f
Merge pull request #12920 from strapi/fix/snapshots
...
Fix snapshots
2022-03-23 12:15:56 +01:00
soupette
99ccef19a1
Fix snapshots
...
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:23:41 +01:00
Vincent
20c36e74d8
Merge pull request #12841 from strapi/translations-cleanup/merge-duplicated-translations
...
Translations cleanup: merge duplicated translations
2022-03-23 11:10:21 +01:00
vincentbpro
99f8cffb9d
fix: added missing defaultMessage
2022-03-23 10:20:03 +01:00
Alexandre BODIN
c3e9cf15e7
Merge pull request #12852 from strapi/repo/issueTemplateLinks
...
Update issue templates and urls / swap roadmap to canny
2022-03-22 20:05:00 +01:00
Rémi de Juvigny
f853e00e76
Handle marketplace production environment
2022-03-22 16:57:01 +01:00
Pierre Noël
7b81724c5a
Merge pull request #12906 from nfrasser/master
...
Always set the provider property in uploaded file database entries
2022-03-22 14:09:34 +01:00
Gustav Hansen
c3c2db1a53
EditAssetDialog: Improve hook variable naming
2022-03-22 08:46:01 +01:00
Gustav Hansen
7cbf20c762
Merge pull request #12861 from strapi/fix/number-clear
...
GenericInput: Allow number inputs to be cleared
2022-03-22 08:41:54 +01:00
Nick Frasser
04e274141b
Update upload e2e test to check for provider
2022-03-21 23:49:27 -04:00
Nick Frasser
8747947cf3
Ensure provider is always assigned on uploaded file
...
Previously the uploaded file data was assigned a provider in the conditional block that calculated dimensions on supported images. This caused the provider to be stored as null in the database for some image uploads such as SVG. The provider property is now assigned unconditionally
2022-03-21 23:22:47 -04:00
Aurélien Georget
f3b4cf6486
Increase network timeout connection for Yarn users
2022-03-21 14:51:07 -07:00
derrickmehaffy
a5cf340e15
Merge branch 'master' into repo/issueTemplateLinks
2022-03-21 10:51:14 -07:00
Pierre Noël
944da72dee
Merge branch 'master' into content-68/fix-public-path
2022-03-21 16:20:34 +01:00
Pierre Noël
6df5d8d11f
Merge pull request #12771 from marlonbaeten/master
...
Add SERVER_URL variable to user e-mail templates
2022-03-21 14:44:59 +01:00
Gustav Hansen
43b2108643
GenericInput: cast nullish values for input types to undefined
2022-03-21 11:08:10 +01:00
Gustav Hansen
4da9e8a8dc
GenericInput: Add a special 0 !== null test, just to be safe
2022-03-21 11:08:10 +01:00
Gustav Hansen
36d1215be9
GenericInput: Add test for type=number
2022-03-21 11:08:10 +01:00
Gustav Hansen
19bd74f292
GenericInput: Allow number inputs to be cleared
2022-03-21 11:08:09 +01:00
Marlon Baeten
03028a763f
Added ADMIN_URL to email templates
2022-03-21 11:04:54 +01:00
Gustav Hansen
960520c086
Merge pull request #12883 from MattieBelt/fix/dynamic-table-footer
...
Add footer to DynamicTable component
2022-03-21 10:00:33 +01:00
cyril lopez
34893faa8f
Merge pull request #12871 from strapi/enhancement/ctb-date-field
...
[CTB] Add format examples in date field select
2022-03-21 09:44:10 +01:00
Mattias van den Belt
5fab3b5e7a
Add DynamicTable with footer Canvas to storybook
2022-03-19 02:02:23 +01:00
Mattias van den Belt
0a5ce6f34a
Add footer to DynamicTable component
2022-03-19 01:47:49 +01:00
soupette
489f7a3cc9
Merge branch 'master' of github.com:strapi/strapi into enhancement/ctb-date-field
2022-03-18 16:42:03 +01:00
Gustav Hansen
f8582f2916
EditAssetDialog: Use original image as source for cropping
2022-03-18 16:00:52 +01:00
Jean-Sébastien Herbaux
f9fca8a8fe
Merge pull request #12875 from strapi/chore/remove-db-examples
...
Remove DB examples folder
2022-03-17 15:26:49 +01:00
Gustav Hansen
f880ec4bef
Merge pull request #12872 from strapi/fix/ml-video-duration
...
ML: Fix format of video duration
2022-03-17 14:28:23 +01:00
Convly
a296a55334
Remove DB examples folder
2022-03-17 11:42:33 +01:00
Gustav Hansen
71d2c70b62
formatDuration: add tests
2022-03-17 11:32:26 +01:00