26053 Commits

Author SHA1 Message Date
Convly
ac232dee3e Merge branches 'enhancement/cloud-hosting-tracking' and 'main' of github.com:strapi/strapi into enhancement/cloud-hosting-tracking 2022-09-30 17:55:32 +02:00
Jean-Sébastien Herbaux
1ff8c46512
Merge pull request #14507 from strapi/fix/up-e2e-auth-tests
Update UP e2e test following API token V2 release
2022-09-30 17:54:53 +02:00
Pierre Noël
da0f17be75 add idsToInclude 2022-09-30 15:38:49 +02:00
Honza Vrkota
2fa024336b
Add czech translate color-picker plugin
Add cs.json with czech translation of color-picker plugin
2022-09-30 15:17:50 +02:00
Convly
47a5516a60 Update UP e2e test following API token V2 release 2022-09-30 14:17:52 +02:00
Jamie Howard
f6be2e2b66 fix(content-manager): detect non existant relation on entity update 2022-09-30 11:02:59 +01:00
Convly
569f9a4012 Merge branch 'main' of github.com:strapi/strapi into enhancement/cloud-hosting-tracking 2022-09-30 12:01:00 +02:00
Convly
706b8a5d56 Revert to STRAPI_HOSTING 2022-09-30 11:40:05 +02:00
Josh
5a961534ed feat: add attribute description to field modal in content builder 2022-09-30 09:55:56 +01:00
Marc-Roig
9edb46c310 check if set is empty 2022-09-30 10:54:44 +02:00
Pierre Noël
3e60852fa0 fix partial update delete 2022-09-30 10:54:44 +02:00
Pierre Noël
bf16d07463 throw when deletePreviousAnyToOneRelations and deletePreviousOneToAnyRelations are called for non compatible relations 2022-09-30 10:54:43 +02:00
Pierre Noël
8248458a1f fix cleanOrder query for mysql 2022-09-30 10:54:43 +02:00
Pierre Noël
3acb08cd5b fix onConflict for components 2022-09-30 10:54:42 +02:00
Pierre Noël
8e5543b21d fix cleanOrder + use hasOrderColumn and hasInverseOrderColumn 2022-09-30 10:54:41 +02:00
Pierre Noël
a56879e12b implement cleanOrder function 2022-09-30 10:54:41 +02:00
Pierre Noël
9830910312 fix morphToMany order 2022-09-30 10:54:40 +02:00
Pierre Noël
eb8d79e0c8 restructure updateRelations - connect 2022-09-30 10:54:40 +02:00
Pierre Noël
3ffc748b86 improve max query in updateRelations - connect 2022-09-30 10:54:39 +02:00
Pierre Noël
43106732a2 improve max query in insertRelations 2022-09-30 10:54:39 +02:00
Pierre Noël
2cebbc2de4 fix unique index 2022-09-30 10:54:38 +02:00
Pierre Noël
a9819dc375 use onConflict in updateRelations 2022-09-30 10:54:38 +02:00
Pierre Noël
3b0d6b6e7f refactor deleteAllRelations 2022-09-30 10:54:37 +02:00
Pierre Noël
4ce09c5193 various fixes 2022-09-30 10:54:37 +02:00
Pierre Noël
4ef5e1fa48 fix set issues 2022-09-30 10:54:36 +02:00
Pierre Noël
c1d82b6f9e use set format 2022-09-30 10:54:36 +02:00
Pierre Noël
5d0eb61fae start factorizing code 2022-09-30 10:54:35 +02:00
Pierre Noël
e7428cdf83 fix tests 2022-09-30 10:54:35 +02:00
Pierre Noël
e2d4cb483c fix delete previous relations for anyToOne 2022-09-30 10:54:34 +02:00
Pierre Noël
eaf0d84224 add decrements to queryBuilder + use it 2022-09-30 10:54:34 +02:00
Pierre Noël
59417498ab use NULL as default order + better handle migration 2022-09-30 10:54:33 +02:00
Pierre Noël
83c29436ca adapt all entity-manager with 2 order columns 2022-09-30 10:54:33 +02:00
Pierre Noël
c4031449fb implement 2 columns + adapt attachRelations 2022-09-30 10:54:32 +02:00
Pierre Noël
a1d1879ffb fix create entity with relations in connect 2022-09-30 10:54:32 +02:00
Pierre Noël
b7a1e312b4 implement simple partial update 2022-09-30 10:54:31 +02:00
Pierre Noël
e29c069e2a add first base for reordering 2022-09-30 10:54:31 +02:00
Josh
2eebc38a4b chore: ensure ref always has array 2022-09-30 08:17:13 +01:00
Convly
fa503ef438 v4.4.1 v4.4.1 2022-09-29 23:50:44 +02:00
Jean-Sébastien Herbaux
58f1fd6f3a
Merge pull request #14500 from strapi/fix/users-perms-vuln
Fix wrong filter param used with the entityService in UP
2022-09-29 23:43:19 +02:00
derrickmehaffy
a230f29587 Fix wrong filter param used with the entityService
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-09-29 14:02:26 -07:00
Convly
340b17d6da Update wording 2022-09-29 18:12:05 +02:00
Convly
55fbe1ad10 Remove console.log 2022-09-29 17:41:54 +02:00
Convly
a1c7185252 Add hostedOnStrapiCloud property to the telemetry events 2022-09-29 17:35:18 +02:00
Iago Calazans
19c0df9480
Merge branch 'main' into patch-1 2022-09-29 12:12:29 -03:00
Josh
600a21ec9c fix: infinite scrolling should be runnable on first mount of menu 2022-09-29 15:39:38 +01:00
Julie Plantey
b3b4e68b73 removed encodeURIComponent as axios is already encoding params 2022-09-29 15:41:52 +02:00
Jamie Howard
a742a5d6bc
Merge pull request #14458 from strapi/fix/13360/camel-case-email
Treat email as lowercase when creating a user
2022-09-29 13:48:55 +01:00
ivanThePleasant
47846522fb Merge branch 'chore/user-level-data' of https://github.com/strapi/strapi into chore/user-level-data 2022-09-29 14:17:56 +03:00
ivanThePleasant
01bb760793 Clean up unnecessary code 2022-09-29 14:15:07 +03:00
Josh
a2b035600d
Merge pull request #14493 from strapi/fix/relations-input-menu-placement 2022-09-29 12:04:37 +01:00