14487 Commits

Author SHA1 Message Date
Simone
af23efe5e5
fix(admin): change the onChange value format (#20540) 2024-06-18 09:52:45 +02:00
Alexandre BODIN
ef63271a8c
Merge pull request #20541 from strapi/fix/multi-media
fix: multiple is only available in attribute now
2024-06-17 21:03:19 +02:00
Alexandre Bodin
2fac4a3cfe fix: multiple is only available in attribute now 2024-06-17 17:58:33 +02:00
Ben Irvin
60e1f8bd6d
enhancement!: use server.globalProxy value for creating a global http/https proxy (#20416) 2024-06-17 13:31:25 +02:00
Alexandre Bodin
a53a4b1c8f chore: add ajv to deps as a patch 2024-06-17 11:03:23 +02:00
Alexandre Bodin
9df6896208 chore: upgrade umzug & improve db migration logging 2024-06-17 10:47:06 +02:00
Fernando Chavez
f1427b0ee2 fix(content-manager): add isFetching to loading check 2024-06-17 10:35:29 +02:00
Fernando Chavez
16b493fcbf fix(content-releases): use simplemenu for releaseDetails edit menu 2024-06-17 09:36:54 +02:00
Fernando Chavez
be554db7bb fix(admin): add bottom padding to pagination component 2024-06-14 16:58:10 +02:00
Fernando Chavez
1bfee7bf40 fix(content-releases): release validation and dropdown menu endIcon 2024-06-14 16:52:33 +02:00
Bassel Kanso
1cdcee4b82
Merge branch 'v5/main' into v5/expand-nested-components 2024-06-14 16:00:03 +03:00
Bassel Kanso
90aea0d45b chore: removed unused code 2024-06-14 15:59:29 +03:00
Bassel Kanso
0568e78862 fix: remove incorrect server validation 2024-06-14 15:40:17 +03:00
Josh
e2e449a08e
fix(admin): date picker jumps around due to timezones (#20503)
resolves #20321
2024-06-14 13:02:37 +01:00
Jamie Howard
26311d8c40
fix(content-type-builder): draft and publish toggle (#20466)
* fix(content-type-builder): draft and publish toggle

* fix(content-type-builder): improve warning logic
2024-06-14 11:05:12 +01:00
Bassel Kanso
cc05b7b4cb chore: adding extra unit tests 2024-06-13 16:42:38 +03:00
Fernando Chávez
5b211b3891
chore(content-releases): releases migration to v5 (#20259)
* chore: migrate bulk publish & unpublish to v5

* chore: change findLocales type to accept arrays

* chore: fix lint error

* chore: migrate bulkDelete to v5 (#20161)

* chore: migrate bulkDelete to v5

* chore: change findLocales type to accept strings array

* fix: docs prettier styles

* chore: remove console.log

* enhancement: migrate countManyDraftRelations to v5

* chore(content-releases): v5 migration

* chore(content-releases): remove CMReleasesContainer

* fix(content-releases): singleType works with v5 changes and e2e tests enabled

* fix(content-releases): apply josh & marc comments

* apply comments

* fix(content-releases): tests

* fix(content-releases): create custom populate object for each content type to handle relations

* fix(content-releases): build problem

* fix(content-releases): editing lifecycles

* fix(content-releases): details view table columns

* feat: releases settings (#20354)

* feat: releases settings

* feat: test nulling default timezone

* chore: refactor tests

* fix: remove async from describe

* chore: OneOf type for response

* chore: move OneOf utility to types package

---------

Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>

* feat: content releases settings permissions (#20357)

* feat: releases settings

* feat: test nulling default timezone

* chore: refactor tests

* fix: remove async from describe

* feat: content releases settings permissions

* chore: test for unauthorized role

---------

Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>

* fix(content-releases): run settings api tests only on ee edition

* fix(content-releases): apply mark comments

* fix(content-releases): remove releases box when there are no releases related to the entry

* fix(content-releases): relation between actions and documents (#20424)

* fix(content-releases): refactor relation with entries

* fix(content-releases): refactor relation with entries

* fix(content-releases): lint & unit tests errors

* fix(content-releases): add migration for releases actions coming from v4

* fix(content-releases): apply multiple suggestions

* fix(content-releases): new test data for e2e tests

* fix(content-releases): fix test data

* fix(content-releases): handle edge cases

* fix(content-releases): apply marc suggestions

* fix(content-releases): add modified status on validation column

* fix(content-releases): fix releases menu button

* fix(content-releases): use documents middleware instead of db lifecycles

* fix(content-releases): invalidate releases tags on some content manager queries

* fix(content-releases): using contentType utils and make afterDeleteMany lifecycle async

* fix(content-releases): ui fixs

* fix(content-releases): removing not needed axios from releases plugin

* fix(content-releases): invalidate tags on release service

* fix(content-releases): fix dependencies

* feat(release-settings): remove navbar link release purchase page in CE (#20498)

---------

Co-authored-by: Marc Roig <marc.roig.campos@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
2024-06-13 11:12:38 +02:00
Josh
d53e940834
feat: add client router API (#20494)
* feat: add client router API

* feat: add addRoute method to router class

* chore: fix broken types

* test: update snapshots

* chore: fix lexical scoping issue

* chore: removed unused exports
2024-06-12 16:33:16 +01:00
Marc-Roig
7a85133999
chore: release 2024-06-12 14:54:21 +02:00
Marc-Roig
d4542f0dcc
v5.0.0-beta.10 2024-06-12 14:50:15 +02:00
Simone
22a1ad60c2
Replace lock icon with lightning icon in the Settings and Navbar links (#20486)
* feat: replace the lock icon with the new lightning icon

* feat: replace toBuy with licenseOnly
2024-06-12 09:34:18 +02:00
Marc Roig
5a633cf02e
feat: index document id (#19773)
* feat: index document id

* fix: use regular index

* chore: snake case columns

* chore: use getcolumn name

* fix: spread model indexes
2024-06-12 09:28:57 +02:00
Rémi de Juvigny
d739cd3dce
feat: add language selector to the blocks code editor (#20469)
* feat: display code language selector in blocks

* chore: rename syntax to language

* chore: use slate for state

* chore: add blocks e2e test

* fix: unit test

* chore: move language list to constants file

* fix: unused import
2024-06-11 06:05:01 -04:00
Bassel Kanso
085ed80578
Merge branch 'v5/main' into v5/expand-nested-components 2024-06-11 11:58:03 +03:00
Bassel Kanso
4f56dbb82d chore: fixing type import 2024-06-11 11:33:58 +03:00
Bassel Kanso
0fc2163f33 chore: fixing some types 2024-06-11 11:05:47 +03:00
Bassel Kanso
e06b160f08 chore: adding some comments and types 2024-06-10 22:11:33 +03:00
Josh
11011e9804
chore: integrate beta.5 of the design-system (#20431)
* chore: refactor admin

* chore: refactor content-manager

* chore: refactor plugins

* chore: refactor content-releases

* chore: refactor CTB

* chore: refactor i18n

* chore: refactor user-permissions

* chore: refactor upload plugin

* chore: update deps

* chore: fix ci

* chore: design fixes

* chore: update import

Co-Authored-By: Simone <startae14@gmail.com>

* fix: guided home tour check color

* chore: update snapshots

* chore: update to beta.6

* chore: update import

Co-authored-by: Simone <startae14@gmail.com>

* chore: more fixes

* chore: fix import syntax

Co-authored-by: Simone <startae14@gmail.com>

* chore: fixes

* fix(upload): snapshot

---------

Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Jamie Howard <jamie.howard@strapi.io>
2024-06-10 14:50:34 +01:00
markkaylor
d3775ccc16
Merge pull request #20458 from strapi/chore/merge-develop-to-v5-main
chore: merge develop into v5/main
2024-06-07 17:29:48 +02:00
Alexandre BODIN
4d3cb65f37
Merge pull request #20268 from strapi/enh/cli
Rework create-strapi-xxx
2024-06-07 12:57:22 +02:00
Mark Kaylor
9afdc25f4e chore: remove duplicate comment 2024-06-07 11:58:16 +02:00
Mark Kaylor
b50d5d6998 fix: update broken test 2024-06-07 10:00:28 +02:00
Alexandre Bodin
f3c57f1161 chore: deprecate --quickstart flag 2024-06-06 17:05:20 +02:00
Alexandre Bodin
799c526386 enhancement: rework cli UX 2024-06-06 17:04:38 +02:00
Mark Kaylor
94657d7e77 Merge branch 'develop' of github.com:strapi/strapi into chore/merge-develop-to-v5-main 2024-06-06 17:03:30 +02:00
Alexandre Bodin
7d7d762918 fix: issue 20086, avoid preloading services during init lifecycles 2024-06-06 16:42:15 +02:00
Marc Roig
3b0cbc62e6
fix: update remaining monorepo dependencies after beta.9 update (#20454) 2024-06-06 16:31:44 +02:00
Bassel Kanso
4fcf1cc8d1 fix: ts issue 2024-06-06 16:10:23 +03:00
Bassel Kanso
394cd1906c feat: only allow nesting components that don't exceed the total limit of nesting 2024-06-06 15:31:31 +03:00
Simone
8b56147542
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)
* feat(navlinks): replace lock icon with lightning icon

* Feat(navLinks): revert lockIcon property name

* feat(navlinks): fix badge icon style

* feat(navlinks): add an explicit timeout to pass e2e tests

* feat(navlinks): skip the e2e tests failing in the CI

* feat(navlinks): remove attempts to fix the e2e tests faiing
2024-06-05 17:28:39 +02:00
markkaylor
fae4cffeda
Merge pull request #20439 from strapi/releases/5.0.0-beta.9
v5.0.0-beta.9
2024-06-05 16:27:24 +02:00
Mark Kaylor
0a5a7b9147 v5.0.0-beta.9 2024-06-05 16:16:34 +02:00
markkaylor
670141ad3d
Merge pull request #20437 from strapi/releases/4.24.5
v4.24.5 - develop
2024-06-05 15:50:43 +02:00
Jean-Sébastien Herbaux
adb9db5660
Fix: Query Validation in Files' Admin API (#20389)
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-06-05 15:47:11 +02:00
Mark Kaylor
66cff7f86d v4.24.5 2024-06-05 15:31:43 +02:00
Bassel Kanso
a546a9072c feat: expand nested components to 6 levels of depth 2024-06-05 12:39:12 +03:00
Rémi de Juvigny
dd3311938a
fix: prevent duplicate history versions on publish (#20415)
* fix: prevent duplicate history versions on publish

* fix: build failing

* chore: fix e2e tests
2024-06-04 08:28:29 -04:00
Bassel Kanso
36ab26cd2e
Merge pull request #20385 from strapi/fix/transfer-dz
Fix transfer DZ and repeatable components
2024-06-04 15:23:59 +03:00
Jean-Sébastien Herbaux
714ea0a15a
fix: allow '.default' to be ignored during schema validation (#20421) 2024-06-04 14:05:51 +02:00
Josh
40f9762848
chore: make experimental-dev example app (#20327) 2024-06-04 12:56:50 +01:00