6989 Commits

Author SHA1 Message Date
Marc
0d4bdea37b
Merge pull request #13949 from strapi/fix/app-crashes-on-upload-faulty-image
Fix: app crashes on upload corrupt image
2022-08-08 09:26:40 +02:00
WalkingPizza
e0350558bc Add missing permissions to webhook triggering endpoint 2022-08-06 15:19:20 +02:00
Pierre Noël
3bb7a08fa1 fix e2e tests 2022-08-05 16:59:52 +02:00
Pierre Noël
176acfef4c remove editRelations from configuration routes 2022-08-05 16:59:52 +02:00
Pierre Noël
db1bf34f2a migrate editRelations to edit during configurationSync 2022-08-05 16:59:52 +02:00
Bassel Kanso
e4e550be88 update snapshot tests 2022-08-05 17:55:38 +03:00
Marc-Roig
97c695f597 add prefix to extension 2022-08-05 16:53:41 +02:00
Bassel Kanso
3d21233bc3 Merge branch 'features/api-token-v2' into api-token-v2/rbac-on-api-token-creation 2022-08-05 17:41:38 +03:00
Bassel Kanso
51cb6ffeac fix linting error 2022-08-05 17:41:10 +03:00
Bassel Kanso
b57cee52ac make user able to see token details if they have read permissions 2022-08-05 17:00:47 +03:00
Marc-Roig
de8ffeaa7b extract file type from mime type if possible 2022-08-05 15:50:27 +02:00
Gustav Hansen
68fa694345
Merge pull request #13982 from strapi/feature/relations-main-view-cm-cleanup-editrelations
CM: Remove editrelations from useFetchContentTypeLayout
2022-08-05 15:04:11 +02:00
Gustav Hansen
09757686b0
Merge pull request #13993 from strapi/fix/cellcontent-decimals
CellContent: Relax number formatting
2022-08-05 14:17:45 +02:00
Mark Kaylor
f9fedb4739 Remove comments 2022-08-05 13:44:22 +02:00
Mark Kaylor
64989e4de7 List allowed types alphabetically 2022-08-05 13:35:34 +02:00
Julie Plantey
c0398521e0
Merge pull request #13917 from strapi/features/folder-breadcrumbs
[Features] Breadcrumbs Folders navigation
2022-08-05 12:55:53 +02:00
Convly
5c7576db65 Fix update & create 2022-08-05 12:31:16 +02:00
Convly
3a9709bdbf Attach permission model to tokens, update api token' strategy & services 2022-08-05 12:01:36 +02:00
Gustav Hansen
ce7174120d CellContent: Relax number formatting 2022-08-05 11:56:16 +02:00
dependabot[bot]
235ae954ae
Bump ci-info from 3.1.1 to 3.3.2
Bumps [ci-info](https://github.com/watson/ci-info) from 3.1.1 to 3.3.2.
- [Release notes](https://github.com/watson/ci-info/releases)
- [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/watson/ci-info/compare/v3.1.1...v3.3.2)

---
updated-dependencies:
- dependency-name: ci-info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 09:06:40 +00:00
dependabot[bot]
0aedf74b87
Bump @storybook/addon-actions from 6.4.10 to 6.5.10
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.4.10 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/addons/actions)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 09:05:45 +00:00
Bassel Kanso
701aa19911 update permission engine pakage version 2022-08-05 10:25:07 +03:00
Bassel Kanso
52c0a74418 Merge branch 'master' into features/api-token-v2 2022-08-05 09:55:17 +03:00
Julie Plantey
7d31f2282c Merge branch 'master' of https://github.com/strapi/strapi into features/folder-breadcrumbs 2022-08-04 18:34:14 +02:00
Gustav Hansen
d73b847c5c
Merge pull request #13978 from strapi/fix/ml-permissions-view
ML: Improve canRead and canCreate permission messages
2022-08-04 17:41:42 +02:00
Marc-Roig
d266c41c01 remove faulty image tests 2022-08-04 17:35:44 +02:00
Marc-Roig
03c8ba6bba fix optimization file 2022-08-04 17:16:43 +02:00
WalkingPizza
b4979c72d9 Make select autocomplete case insensitive 2022-08-04 17:04:06 +02:00
Gustav Hansen
a1581bef2f CM: Remove editrelations from useFetchContentTypeLayout 2022-08-04 16:50:07 +02:00
Julie Plantey
ffde4d4b58 hide breadcrumbs if in root of ML + added tests 2022-08-04 16:25:50 +02:00
Marc-Roig
aa588b4629 update corrupt image test 2022-08-04 16:07:12 +02:00
Gustav Hansen
838dcc5a01 EmptyOrNoPermissions: simplify getContent() 2022-08-04 15:36:15 +02:00
Mark Kaylor
d2ca0e9f82 Copy code instead of refactoring into function 2022-08-04 15:28:34 +02:00
Gustav Hansen
3c6a58aaea ML: Remove default NoPermissions component 2022-08-04 15:17:56 +02:00
Julie Plantey
324b1628f6 fixed translations 2022-08-04 15:15:55 +02:00
Julie Plantey
c59cced54b Merge branch 'master' of https://github.com/strapi/strapi into features/folder-breadcrumbs 2022-08-04 14:58:59 +02:00
Gustav Hansen
11d021507c ML: Improve canRead and canCreate permission messages 2022-08-04 14:00:23 +02:00
Bassel Kanso
94b1ae4c70 Merge branch 'master' into features/api-token-v2 2022-08-04 14:11:28 +03:00
Marc-Roig
d8c218a089 change writableDiscardStream name 2022-08-04 13:05:25 +02:00
Marc-Roig
39102d185e change writableDiscardStream name 2022-08-04 12:58:47 +02:00
Marc-Roig
d61104de72 check if image is faulty in enhanceFile 2022-08-04 12:56:58 +02:00
Gustav Hansen
71f290f4c1 Upload: Handle file upload errors gracefully 2022-08-04 12:06:17 +02:00
Pierre Noël
a70314bf67 Merge branch 'master' into feature/relations-main-view 2022-08-04 10:40:26 +02:00
Pierre Noël
1f41b4ba48 Fix upload of menu logo 2022-08-04 09:57:26 +02:00
Marc-Roig
096dba7983 expect Application Error in test 2022-08-04 09:37:38 +02:00
Marc-Roig
5b0bcab7b1 move try catch to image manipulation 2022-08-03 20:39:44 +02:00
Mark Kaylor
0e80dd2d4f Test adding items to form section 2022-08-03 17:44:02 +02:00
Bassel Kanso
9619cf69a3 only use countDistinct when needed 2022-08-03 14:46:07 +03:00
Marc-Roig
ff932b1cb3 remove image 2022-08-03 12:49:34 +02:00
Marc-Roig
38bd435f2f test corrupt image upload 2022-08-03 12:48:12 +02:00