24134 Commits

Author SHA1 Message Date
Gustav Hansen
8c67542537
Merge pull request #12893 from strapi/features/ML-folder-create-folder
ML: Add create folder flow
2022-05-10 14:01:22 +02:00
Gustav Hansen
b4f9e28f1d chore: Update snapshot tests 2022-05-10 13:33:45 +02:00
Roman Walters
941c39eea7
Added config info about S3 compatible services
Added information, that this upload provider works also with S3 compatible services. I tested it with scaleway.com
2022-05-10 13:17:48 +02:00
Gustav Hansen
65a5f2ed34 useFolderStructure: Split out utility function + add tests 2022-05-10 13:07:59 +02:00
Mark Kaylor
5616903ac8 rename variables 2022-05-10 10:15:38 +02:00
Mark Kaylor
60dfae1cff add unit tests 2022-05-10 10:05:28 +02:00
Gustav Hansen
b8f52b8d7f EditFolderDialog: properly associate label + location select 2022-05-10 09:43:46 +02:00
Convly
620418c9a6 Remove sensitive fields from sanitize user in the admin 2022-05-10 07:00:19 +02:00
Convly
b11623d365 Allow setting CT's config from the CTB services 2022-05-10 06:58:25 +02:00
Convly
d184161417 Fix hooks unit test 2022-05-10 06:06:28 +02:00
Alexandre BODIN
cd023b6662
Merge pull request #13275 from strapi/fix/gcpEmptyDirectory
Fix deployment on GCP by generating .gitkeep for db migrations
2022-05-09 21:05:56 +02:00
Alexandre Bodin
e7acb6c028 Getter cannot be spread and make execution invalid 2022-05-09 20:55:21 +02:00
derrickmehaffy
dda5eacbb0 Add database/migrations folder to default generate
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-05-09 09:50:58 -07:00
Convly
61c5006ca2 Add basic typings for the global strapi class 2022-05-09 18:23:52 +02:00
vincentbpro
6a80b61610 test: added tests for upload plugin register 2022-05-09 16:01:11 +02:00
vincentbpro
1e83cdd73d Merge branch 'master' into features/load-providers-at-register 2022-05-09 15:02:39 +02:00
Pierre Noël
d6b385189a bump umzug to 3.1.1 2022-05-09 14:38:50 +02:00
vincentbpro
715494585f feat: load storage providers at strapi 'register' step 2022-05-09 10:06:47 +02:00
Gustav Hansen
fdf1e88f52
Merge pull request #13257 from strapi/fix/single-types-custom-error
SingleTypeFormWrapper: Display custom error messages
2022-05-09 09:39:55 +02:00
Bassel Kanso
3f53cff0c9 update jsdoc 2022-05-09 02:42:19 +03:00
Bassel Kanso
da5c6ff367 fix factories typings 2022-05-09 02:07:30 +03:00
harimkims
e918293fc4 Update sanitizer mocking in i18n test 2022-05-07 17:27:15 +09:00
harimkims
5959788352 Refactor sanitizers module to be maintained easily 2022-05-07 17:04:12 +09:00
Kim, Harim
4429381ec9
Merge branch 'strapi:master' into fix/populate-user 2022-05-07 16:45:15 +09:00
DMehaffy
1db90d8ef7
Merge pull request #13168 from strapi/fix/sentryVersion
Upgrade Sentry version (both for plugin and internal) to latest
2022-05-06 10:52:51 -07:00
Gustav Hansen
1b2ab8d390 Update tests 2022-05-06 16:27:05 +02:00
Gustav Hansen
12d99b13ad SingleTypeFormWrapper: Display custom error messages 2022-05-06 15:52:44 +02:00
Gustav Hansen
811c1643d3 DynamicComponentCard: Delete legeacy file 2022-05-06 15:26:13 +02:00
Gustav Hansen
ef4f5e7366 CM: Render dice-d6 as fallback icon if no component icon was set 2022-05-06 15:15:07 +02:00
Gustav Hansen
e8215ffcd7
Merge pull request #13236 from strapi/enh/wysiwyg-spellcheck
[Enh] Allow Wysiwyg spellcheck
2022-05-06 14:33:17 +02:00
Gustav Hansen
81f818c4bf EditFolderDialog: Restore initial folder handling 2022-05-06 13:56:57 +02:00
Gustav Hansen
0a48a33236
Merge pull request #13255 from strapi/dependabot/npm_and_yarn/actions/core-1.8.0
Bump @actions/core from 1.7.0 to 1.8.0
2022-05-06 13:36:45 +02:00
Gustav Hansen
4e577a6cf1 EditFolderDialog: Remove edit folder setup from this PR 2022-05-06 13:31:15 +02:00
Gustav Hansen
c684bc73d4 useEditFolder: Fix and improve tests 2022-05-06 13:25:13 +02:00
Gustav Hansen
d73beb0eeb EditFolderDialog: Minor cleanup 2022-05-06 13:19:52 +02:00
Gustav Hansen
6217e1e96e EditFolderDialog: Fix and improve tests 2022-05-06 13:05:16 +02:00
dependabot[bot]
06a735841f
Bump @actions/core from 1.7.0 to 1.8.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 10:00:50 +00:00
Pierre Noël
34372daf8b add bulk move route 2022-05-06 10:09:01 +02:00
Pierre Noël
352d16a47f
Merge pull request #13210 from strapi/ML-folder/update-folder
Ml folder/update folder
2022-05-06 10:08:03 +02:00
Gustav Hansen
4bf4a7868d EditFolderDialog: Make error handling generic 2022-05-06 09:43:21 +02:00
David Fariña
a23263a804 Upload Plugin UI Catalan translation 2022-05-05 23:59:19 +02:00
Bassel Kanso
77740ed044 Merge branch 'features/typescript' into typescript/fix-cli 2022-05-05 17:06:01 +03:00
Bassel Kanso
c444692191 make compile function accept configOptions, and pass incremental:true when compiling for the cli commands 2022-05-05 17:03:24 +03:00
Pierre Noël
1cda416305
Merge pull request #13092 from strapi/fix/display-error-load-upload-provider
Display error when loading upload provider
2022-05-05 14:58:53 +02:00
Pierre Noël
c62081284d fix tests 2022-05-05 14:50:59 +02:00
Pierre Noël
c4ce0b56dc add update folder route 2022-05-05 14:50:56 +02:00
Gustav Hansen
e89fb8b6c9 Merge branch 'features/ML-folder' into features/ML-folder-create-folder 2022-05-05 13:48:16 +02:00
Gustav Hansen
653a18c8fe
Merge pull request #13235 from strapi/ML-folder/create-error
set correct path for duplicate create error
2022-05-05 12:56:02 +02:00
Gustav Hansen
e297cb7c62 Update yarn lockfile 2022-05-05 12:50:51 +02:00
Gustav Hansen
1e6e769c9a Apply fallback mime-type to all uploaded files if none could be guessed
Co-authored-by: Alexandre Bodin <alexandre.bodin@strapi.io>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
2022-05-05 12:37:31 +02:00