6461 Commits

Author SHA1 Message Date
Simone Taeggi
3a4a8c995e update snapshots 2023-02-21 16:22:37 +01:00
Fernando Chavez
2b65848338 compress strapi cloud images 2023-02-21 11:31:28 +01:00
Fernando Chavez
aad76c6c92 Merge branch 'main' of github.com:strapi/strapi into enhancement/cloud-box-on-homepage 2023-02-21 11:08:39 +01:00
Fernando Chavez
f210c24695 change custom css to use more design system and components props 2023-02-21 11:08:26 +01:00
nathan-pichon
34a02d42b2
fix(review-workflows): update middleware function 2023-02-21 11:06:55 +01:00
dependabot[bot]
f086746a60
chore(deps): bump reselect from 4.1.6 to 4.1.7
Bumps [reselect](https://github.com/reduxjs/reselect) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: reselect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-21 10:01:42 +00:00
nathan-pichon
da8f95172e
refactor(review-workflows): refactor middleware 2023-02-21 10:10:35 +01:00
Simone Taeggi
bf3981d5ed merge features/data-transfer and fix conflicts 2023-02-21 09:49:40 +01:00
nathan-pichon
4d47b3d3e9
refactor(review-workflows): refactor middleware 2023-02-20 19:09:40 +01:00
nathan-pichon
39fdfd3d40
feat(review-workflows): add options in content type builder 2023-02-20 18:58:09 +01:00
Fernando Chavez
e620a4cc31 add custom cloud box to the homepage 2023-02-20 18:22:36 +01:00
Convly
478127d7c7 Merge branch 'main' of github.com:strapi/strapi into features/data-transfer 2023-02-20 16:58:46 +01:00
Gustav Hansen
ff388fdfd7
Merge pull request #15863 from strapi/chore/lodash-chain-fe
Chore: Remove usage of lodash chain from admin/src
2023-02-20 15:07:09 +01:00
Gustav Hansen
831bef25ed Chore: Remove usage of lodash chain 2023-02-20 12:58:46 +01:00
Simone Taeggi
93aca2d4a9 update snapshot, create unit test DeleteDialog and fix the DeleteTokenDialog props 2023-02-20 12:43:24 +01:00
Gustav Hansen
e4c0d0bf19 Chore: Remove whatwg-fetch polyfill 2023-02-20 11:55:54 +01:00
ivanThePleasant
bd42b56114 Fix failing test 2023-02-20 11:26:11 +02:00
ivanThePleasant
02de068bee Fix lint problems 2023-02-20 10:49:40 +02:00
ivanThePleasant
da543d0702 Update snapshot 2023-02-19 23:04:57 +02:00
ivanThePleasant
20b147b719 Merge branch 'main' into chore/ee-seats 2023-02-19 23:02:42 +02:00
ivanThePleasant
5e0730b08d Addition to hook test 2023-02-19 22:13:25 +02:00
ivanThePleasant
a39f8fad2b Component test update 2023-02-19 21:22:56 +02:00
ivanThePleasant
04ef658eaf Merge branch 'chore/ee-seats' of https://github.com/strapi/strapi into chore/ee-seats 2023-02-19 21:13:09 +02:00
ivanThePleasant
e933069d42 WIP additional requested changes to server 2023-02-19 19:34:08 +02:00
Fernando Chavez
96bf827e2c Merge fix 2023-02-17 15:54:14 +01:00
Fernando Chavez
a95811b7b6 Add new cloud box on homepage and update ContentBox component and its documentation 2023-02-17 15:41:11 +01:00
Simone Taeggi
90e6f7d5c9 add the tokenType to the willAddTokenFromList event in the API and Transfer tokens 2023-02-17 10:20:59 +01:00
Simone Taeggi
dbca77316e add tokenType to the didAccessTokenList event in the API and Transfer tokens 2023-02-17 10:18:30 +01:00
Julie Plantey
d8d5bc586d improve ee-ce translation key 2023-02-16 14:39:50 +01:00
Julie Plantey
b64701989c translate community links name 2023-02-16 13:59:25 +01:00
Simone Taeggi
f31d69a22e remove comment and add a condition 2023-02-16 10:34:58 +01:00
Julie Plantey
e2f69a002d Merge branch 'main' of https://github.com/strapi/strapi into chore/overview-page-fixes 2023-02-16 10:14:46 +01:00
Josh
6b17f8ad12 chore: convert all files to single imports of the DS & icons
chore: remove eslint rule

chore: update snapshots

chore: update snapshots

chore: add eslint rule to stop direct imports apart from v2
2023-02-15 17:23:59 +00:00
Simone Taeggi
40fad27b7a add the tokenType to the didAddTokenFromList and the didEditTokenFromList events in the API and Transfer tokens 2023-02-15 18:03:10 +01:00
Julie Plantey
822cb5a14f feedback fix and improvements 2023-02-15 18:02:40 +01:00
Simone Taeggi
1e6a7ffd79 add the tokenType to the didCopyTokenKey event in the API and Transfer Tokens 2023-02-15 17:59:04 +01:00
Simone Taeggi
e4643cde87 add the tokenType to the willEditTokenFromList event in the API and Transfer tokens 2023-02-15 17:56:08 +01:00
Simone Taeggi
f01ac88aa2 add tokenType to the willAccessTokenList event in the API and Transfer Token 2023-02-15 17:38:38 +01:00
Simone Taeggi
abcb2b13ef add tokenType to the willCreateToken and willEditToken events in the API and Transfer tokens 2023-02-15 17:35:06 +01:00
Simone Taeggi
5c2cd8c938 add tokenType to the willDeleteToken event inside the DeleteButton in ApiTokens and TransferTokens 2023-02-15 17:30:27 +01:00
nathan-pichon
35f783d0dc
Merge branch 'main' into feature/review-workflow
# Conflicts:
#	packages/core/admin/ee/admin/permissions/customPermissions.js
2023-02-15 16:32:07 +01:00
Simone Taeggi
3182bba15c add tokenType to the didCreateToken and didEditToken events in API e Transfer tokens 2023-02-15 16:28:53 +01:00
Gustav Hansen
4cb664dae1 CreateAction: Add component unit tests 2023-02-15 14:21:41 +01:00
Jamie Howard
04e8ed121c
Merge pull request #15692 from strapi/feature/enhance-min-max-errors 2023-02-15 13:17:07 +00:00
Gustav Hansen
d008235cf0 AdminSeatInfo: Add component unit tests 2023-02-15 14:08:09 +01:00
Julie Plantey
aac9ae316b fixes on Overview page & moved get help link 2023-02-15 12:32:08 +01:00
ivanThePleasant
c4620fd18a Merge branch 'chore/ee-seats' of https://github.com/strapi/strapi into chore/ee-seats 2023-02-15 12:01:06 +01:00
Josh
14d5597a8f
Merge pull request #15818 from strapi/feat/relations-diffing-fe 2023-02-15 10:55:45 +00:00
ivanThePleasant
d2ade473fd WIP requested server changes 2023-02-15 11:17:47 +01:00
ivanThePleasant
a874d4ee2b
Update packages/core/admin/ee/server/seat-enforcement.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-02-15 12:15:05 +02:00