35165 Commits

Author SHA1 Message Date
Alexandre Bodin
d33d537a5e fix: https://github.com/strapi/strapi/issues/20899 2024-08-27 18:39:52 +02:00
Alexandre Bodin
c9a627158c fix: issue https://github.com/strapi/strapi/issues/20591 2024-08-27 18:24:05 +02:00
Alexandre Bodin
d04ac50519 fix: configure the view issues 20749 2024-08-27 18:13:09 +02:00
Ben Irvin
5ebadcac2e
chore: fix vercel contributor-docs deploy errors (#21082) 2024-08-27 13:53:17 +02:00
Alexandre BODIN
fa0d0a53e3
Merge pull request #21080 from strapi/fix/issue-20747
fix: release errors not parsing nested errors
2024-08-27 13:35:40 +02:00
Jamie Howard
69590e70d5
feat(i18n): add bulk unpublish locales edit view action (#21030)
* feat(i18n): add bulk unpublish locales edit view action

* fix(e2e): i18n bulk actions

* chore(e2e): skip for webkit

* chore: clean up

* fix(i18n): fixes and e2e test coverage for bulk locale unpublish

* fix(e2e): content manager edit view

* fix(content-manager): incorporate edit view notification fix

* chore(i18n): clean up
2024-08-27 12:04:59 +01:00
Ben Irvin
aac137c6a2
chore: remove missing workflow dep (#21081) 2024-08-27 12:07:39 +02:00
Alexandre BODIN
c2b397f3e2
Merge pull request #21077 from strapi/fix/issue-20748
fix: uncheck files on Media Library
2024-08-27 10:12:31 +02:00
Alexandre Bodin
6d27139261 chore: update e2e test templates 2024-08-27 10:06:49 +02:00
Fernando Chavez
795a4bdc8e Merge branch 'v5/main' of github.com:strapi/strapi into v5/fill-from-another-locale 2024-08-26 21:33:25 +02:00
Fernando Chavez
776a84aaac fix error with repeatable components 2024-08-26 21:33:18 +02:00
Alexandre Bodin
587fe5d570 fix: issue 20747 2024-08-26 20:54:42 +02:00
Alexandre Bodin
0908fdc5e7 fix: uncheck files on Media Library 2024-08-26 19:40:00 +02:00
Ben Irvin
860584b10c
chore: fix mismatched prettier versions (#21071) 2024-08-26 15:03:45 +02:00
Fernando Chávez
f6470bba48
Merge pull request #21051 from strapi/fix/pass-components-data-to-format-function
fix(content-manager): pass components data to format function for edit layout
2024-08-26 14:58:27 +02:00
Fernando Chávez
d489b3266a
Merge pull request #21048 from strapi/fix/configure-the-view-edit-button
fix(content-manager): configure the view edit button should be type button
2024-08-26 14:58:05 +02:00
Alexandre Bodin
f39f099ca8 chore: apply pre feedbacks 2024-08-26 14:57:45 +02:00
Alexandre Bodin
b686fa9e04 chore: improve logs 2024-08-26 14:57:45 +02:00
Alexandre Bodin
c641525963 chore(create-strapi-app): implement new templates system 2024-08-26 14:57:45 +02:00
Maxime Castres
8e1c9d078f chore(create-strapi-app): add example-app 2024-08-26 14:57:45 +02:00
Alexandre Bodin
55b11d8201 fix: fix prettier issue 2024-08-26 14:56:44 +02:00
DMehaffy
7c7716e05e
Merge pull request #21060 from strapi/v5/readme
Update Readme and Security docs for Strapi 5
2024-08-24 09:38:56 -07:00
DMehaffy
3662d8c600
Merge branch 'v5/main' into v5/readme 2024-08-23 13:13:01 -07:00
Derrick Mehaffy
162e0bad99 fix: pr feedback 2024-08-23 13:05:28 -07:00
Madhuri Sandbhor
21263d2c2b
chore: bump DS 2.0.0-rc.9 (#20936)
* chore: bump DS RC-8

* chore: bump DS RC-9 and some ui fixes

* fix: main nav user icon style fixed, rich text nav icons fixed, publish action edit icon fixed

* chore: fix review's comments

* chore: update snapshot test

* chore: update snapshot

---------

Co-authored-by: Simone Taeggi <startae14@gmail.com>
2024-08-23 15:50:41 +02:00
Jean-Sébastien Herbaux
ca3cb5d50a
Fix Upgrade Tool Targeted Files For Plugins (#21033) 2024-08-23 14:20:46 +02:00
Fernando Chávez
45c8d25668
fix(content-manager): error when content type has no i18n enabled (#21026)
* fix(content-manager): error when content type has no i18n enabled

* fix(content-manager): history check if CT has D&P and i18n

* fix api tests
2024-08-23 13:31:42 +02:00
Jamie Howard
686101fc1f
chore: Disable draft relation counts (#21044)
* chore: wip disable draft relation counts

* chore: clean up

* chore(e2e): skip another draft relation test
2024-08-23 11:20:42 +01:00
Marc Roig
9c9ad857af
fix: v5 migration does not link locales (#21050)
* chore: avoid using identifiers utils

* Update packages/core/database/src/migrations/internal-migrations/5.0.0-02-document-id.ts

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

* fix: prettier

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-08-23 10:10:52 +02:00
Derrick Mehaffy
a52a14870b chore: update readme and security docs for v5 2024-08-22 10:17:57 -07:00
Fernando Chavez
bb09e68c4f fix(content-manager): pass components data to format function for edit layout 2024-08-22 12:12:36 +02:00
Fernando Chavez
a3670c793d fix(content-manager): configure the view edit button should be type button 2024-08-22 11:25:01 +02:00
Ben Irvin
8d950c6dc5
test(front): enable skipped tests (#21043) 2024-08-22 10:44:20 +02:00
Marc Roig
d7445b25c4
feat: 5.0.0-rc.11 release (#21042) 2024-08-22 09:43:59 +02:00
Jamie Howard
21e6c55c2a
fix(e2e): i18n bulk actions (#21036)
* fix(e2e): i18n bulk actions

* chore(e2e): skip for webkit

* chore: clean up
2024-08-21 16:35:57 +01:00
Fernando Chavez
da6f413465 Merge branch 'v5/main' of github.com:strapi/strapi into v5/fill-from-another-locale 2024-08-21 14:59:42 +02:00
Fernando Chavez
4bff2c01cc fix: multiple locale related issues 2024-08-21 14:27:42 +02:00
Ben Irvin
8210c57d20
enhancement!: restrict strapi prefixes in CTB (#20999) 2024-08-21 13:36:12 +02:00
Bassel Kanso
a2eac9d891
Add codemod for useRBAC import statement (#21023)
* feat: add codemode for useRBAC import statement

* fix: add admin and server as allowed root paths

* fix: preserve aliases and add import statetment after other import statements

* feat: change useAPIErrorHandler import to `@strapi/strapi/admin` codemod (#21025)

* enhancement: abstract changeImportSpecifier as a utility method

* fix: account for multiple aliases
2024-08-20 16:42:03 +03:00
Bassel Kanso
1467b8f3ff
V5 lifecycles codemods (#21007)
feat: adding codemods to comment out lifecycle hooks with description for migration
2024-08-19 11:02:48 +03:00
Marc Roig
6eea5b6f26
feat: release rc 10 (#21013) 2024-08-16 01:03:32 +02:00
Jamie Howard
f1918a75e7
fix(content-manager): dont count draft relations on the list view (#20973) 2024-08-15 14:05:00 +01:00
Fernando Chavez
5f649c2558 feat(i18n): fill in from another locale 2024-08-14 11:52:24 +02:00
Marc Roig
4f54945deb
fix: trigger review worklfow webhooks (#21001)
* fix: trigger review worklfow webhooks

* Update packages/core/review-workflows/server/src/services/document-service-middleware.ts

Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>

---------

Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
2024-08-13 15:05:13 +02:00
Bassel Kanso
11966da642
Add lifecycles when transforming contentTypes to models (#20975)
fix: add lifecycles when transforming contentTypes to models
2024-08-13 15:08:31 +03:00
RufusLeTerrible
6e80fa164c
test: add smoke test for settings menu (#19585)
Co-authored-by: RufusLeTerrible <MarionLemaire@users.noreply.github.com>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-08-13 11:08:38 +02:00
Rémi de Juvigny
ed2f056a39
fix: don't check uniqueness for empty strings (#20985)
* fix: don't check uniqueness for empty strings

* chore: add api test
2024-08-09 11:23:55 -04:00
Rémi de Juvigny
22092ac004
fix: uid availability check (#20922)
* fix: uid availability check

* fix: show availabilty while cloning

* fix: redirect to edit view upon successful clone

* fix: uid unit test

* chore: change mock unique uid value

* fix: controlled string input

* fix: remove defaultValue from controlled inputs
2024-08-09 05:54:05 -04:00
Fernando Chávez
6abdadd070
Merge pull request #20958 from strapi/fix/publish-action-requests
fix(content-manager): dont perform unnecessary requests
2024-08-09 10:02:48 +02:00
Rémi de Juvigny
a35e2fda17
feat: move plugins page to settings (#20930) 2024-08-08 10:16:04 -04:00