14487 Commits

Author SHA1 Message Date
Josh
4ef442cc49
chore: pack-up all admin packages (#18622)
* chore: pack-up all admin packages

* chore: remove implicit deps

* chore: fix test
2023-10-31 15:38:51 +00:00
Josh
c563f77eee
chore(admin): fix exports & settings links in CE (#18624)
* chore(admin): add index files to files list

* chore: incl. additional deps with quickstart projects

* chore: fix issue with menu links being undefined.
2023-10-31 15:36:40 +00:00
Thanos
524af8055c
fix(upload): media library image signedUrl cache busting issue (#18541)
* media library image signedUrl cache busting issue references #18443

* date query param typo

* add asset isUrlSigned property, used as asset url cache busting condition

* removed cacheBustUrl function, added inline comment to describe functionality
2023-10-31 15:28:52 +00:00
Ben Irvin
0504e10de7 chore: move contentype transform out of database
Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>
2023-10-31 15:00:33 +01:00
Ben Irvin
8822ecf770 chore: add comment 2023-10-31 14:33:28 +01:00
Ben Irvin
f23ce5a08c fix: documentId casing 2023-10-31 14:10:29 +01:00
Ben Irvin
dae632c775 Merge branch 'v5/main' into v5/document_id 2023-10-31 14:07:04 +01:00
Simone
2611578b8a
feat(content-releases): Add sidebar link and routes to the ListView page and the detail page (#18589)
* add routes and sidebar link

* change pluginId implementation

* remove comments

* add admin permissions

* change the bootstrap type in Plugin as conditional

* remove permissions for the moment to find a better solution in another ticket
2023-10-31 10:50:08 +01:00
Gustav Hansen
1c1e34d14f
chore(admin): convert useSettingsForm to TS (#18608) 2023-10-31 09:22:45 +00:00
Josh
68608fc040 chore(admin): add index files to files list 2023-10-31 08:44:57 +00:00
Gustav Hansen
7e3d934824
chore(admin): move constants into global constants (#18609) 2023-10-31 08:18:19 +00:00
Lucas Boilly
ed78895acf
Fixed padding issues in the toolbar (#18570) 2023-10-31 05:52:44 +01:00
Madhuri Sandbhor
db0360aa82
feat(blocks): add keyboard shortcuts for modifiers (#18581)
* feat: added keyboard shortcuts for modifiers

* fix: eventKeys are added per modifier, updated url validation with URL()

* fix: replaced eventKey with isValidEventKey() in modifier store

* refactor: moved insertData to withLinks plugin
2023-10-31 05:51:44 +01:00
Ben Irvin
7a48741483
fix: init dialect on every new connection in the pool (#18588) 2023-10-30 17:53:25 +01:00
Ben Irvin
3e3b3393e2
chore: use mysql2 as the package for mysql (#18503) 2023-10-30 13:29:39 +01:00
Josh
14ef2b7c24
chore(admin): convert ProfilePage and re-use server driven types (#18593)
* chore(admin): convert ProfilePage and re-use server driven types

* chore: fix tests

* chore: fix double export from types

* fix: type isSSOLocked endpoint
2023-10-30 12:17:27 +00:00
Ben Irvin
6d4417f55c
chore: only support better-sqlite3 package for sqlite (#18500)
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
resolves #16645
2023-10-30 12:38:20 +01:00
Josh
116339ad86
refactor: admin build pipeline (#18539)
* chore(admin): refactor admin develop/build pipeline

chore: remove `webpackChunkName` comments

chore: reuse admin tsconfig where possible

chore: add .strapi to gitignore

chore(admin): pack-up

feat(admin): inject commands into strapi from admin for building

feat(admin): move watch command to admin

chore: keep backward compat API available

Update packages/core/admin/_internal/cli/index.ts

docs(admin): document the build & develop process and pipeline

test(admin): fix StrapiApp tests

chore: fix build

* Update skipped_tests.yml

* test(e2e): fix e2e setup

feat: add dependency installation

fix: mjs webpack resolution

* chore: fix server exports

* fix: typescript project type generation

* fix: development watch mode

* fix: connect to hot middleware – anywhere

* Update packages/core/admin/_internal/node/core/monorepo.ts

Co-authored-by: Marc Roig <marc12info@gmail.com>

* fix(admin): theme toggle type export

* chore: fixes

* chore: pr amends

Co-Authored-By: Ben Irvin <ben@innerdvations.com>

---------

Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-10-30 11:36:16 +00:00
Ben Irvin
881eda9996
chore: remove support for MySQL v5 (#18499) 2023-10-30 12:06:18 +01:00
Christian
c76dc9cb2b
fix: Data transfer stream backpressure from providers 2023-10-30 11:43:20 +01:00
Josh
c7c44a121f
chore(admin): convert context to use assertion technique (#18598) 2023-10-27 11:03:39 +01:00
Ben Irvin
55367d4883
chore: replace fast-deep-equal with lodash/fp isEqual (#18512) 2023-10-26 16:02:45 +02:00
Fernando Chavez
0f4e7e399d Merge branch 'main' of github.com:strapi/strapi into feature/content-releases 2023-10-26 15:03:07 +02:00
Marc-Roig
9714d1d0af
Merge branch 'main' into releases/4.15.0 2023-10-26 12:09:31 +02:00
Fernando Chávez
28477cb589 chore(content-releases): check license when registering plugin (#18481)
* chore(content-releases): check license and feature flag

* chore(content-releases): update snapshots

* chore(content-releases): fix features import

* chore(content-releases): Make content-releases package public to publish it

* chore(content-releases): add missing clean cmd on strapi package

* chore(content-releases): fix problem with DS version
2023-10-26 11:51:53 +02:00
markkaylor
7f5e2e8ef3 chore(releases): setup releases plugin (#18401) 2023-10-26 11:49:40 +02:00
Madhuri Sandbhor
5daf92f107
Fix: markdown height change (#18450)
* markdown total height changed to 512px

* style: updated markdown total height to 512px, fixed border radius for nav and footer
2023-10-26 08:01:34 +02:00
Josh
dffc31a9b2
chore(admin): convert HomePage, Admin & InstalledPluginPage to TS (#18568)
* chore(admin): convert HomePage to TS

* chore(admin): convert pages/Admin to TS

* chore(admin): convert InstalledPluginsPage to TS
2023-10-25 17:08:16 +01:00
Josh
579dcdb39b Merge branch 'main' into v5/main 2023-10-25 16:46:47 +01:00
Marc Roig
ea26b0dc3f
Merge pull request #18475 from strapi/ts/replace-util 2023-10-25 16:23:34 +02:00
Maxime Castres
285944d4bb
feat(cloud): add strapi cloud plugin to CMS for marketing (#18209)
* Add: Strapi Plugin Cloud

* Update: first review changes

* Update: remove versioning check + add eslint

* Update: register the plugin only on development

* Update: add cloud plugin by default in package.json

* Update: make the plugin installed by default

* Update: convert plugin in typescript

* Update: package.json file

* chore: setup the project like color-picker

* chore: fix TS issue

* Add: fix utm params

* Fix: lint issue with Link compo

* chore: fix issue with strapi.name in pkg.json

* chore: fix build scripts

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-25 15:13:53 +01:00
Josh
8735d4f8a9
chore(admin): convert useInjectReducer, core/apis & StrapiApp to TS (#18554)
* chore(admin): convert useInjectReducer to TS

* chore(admin): convert core apis

* chore(admin): convert StrapiApp

* chore: fix test
2023-10-25 14:49:22 +01:00
Marc-Roig
38a477742e
fix: comment out code 2023-10-25 15:36:27 +02:00
Marc-Roig
6e44e1e68d
v4.15.0 2023-10-25 15:06:00 +02:00
Marc-Roig
1c15eeb66f
fix: add clean command to strapi strapi 2023-10-25 14:38:03 +02:00
Ben Irvin
38da416210
Merge branch 'main' into patch-1 2023-10-25 12:05:11 +02:00
Marc-Roig
ffbfd2e355
Merge branch 'v5/main' into v5/document_id 2023-10-25 11:16:14 +02:00
Marc-Roig
9db1670aa3
fix: re add deleted afterSync hook 2023-10-25 10:55:03 +02:00
Josh
48867929ad
chore(admin): convert marketplace (#18548) 2023-10-25 08:45:09 +01:00
Marc-Roig
4f8a8b564a
Merge branch 'v5/main' into v5/document_id 2023-10-25 09:28:39 +02:00
Alexandre BODIN
5ae0dc40cd feat!(content-manager): remove the ability to disable draft&publish (#18488)
* feat!: remove draft and publish triggering

* chore: update snapshots and tests

* test: adapt tests
2023-10-24 17:18:59 +01:00
Alexandre Bodin
df37b096ba chore(core/strapi): simplify loader and registries 2023-10-24 17:18:59 +01:00
Alexandre Bodin
0b5590b0eb chore(core/strapi): extend container in strapi class 2023-10-24 17:18:59 +01:00
Alexandre Bodin
aa378a1671 chore(core/strapi): move components into their own registry 2023-10-24 17:18:59 +01:00
Alexandre Bodin
a3dbc65c42 chore(core/strapi): remove postinstall 2023-10-24 17:18:59 +01:00
Alexandre Bodin
1ccc22fb6d chore(core/database): update test 2023-10-24 17:18:59 +01:00
Alexandre Bodin
f0c3683482 feat(database): add internal migrations 2023-10-24 17:18:59 +01:00
Gustav Hansen
374327cc6a
chore(admin): convert core utils to TS (#18551) 2023-10-24 14:52:18 +01:00
Sora Morimoto
a8cb502824
chore(deps): update yarn to v4.0.0 (#18530)
* Update Yarn to v4.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* `yarn format`

Signed-off-by: Sora Morimoto <sora@morimoto.io>

---------

Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-10-24 12:43:07 +01:00
Gustav Hansen
3befaebe99 chore(admin): dissolve app.js entry 2023-10-24 12:19:17 +02:00