Jamie Howard
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							91f3ae970f
							
						
					 | 
					
						
						
							
							enhancement: cookie security configuration (#24524)
						
						
						
						
						
						
					 | 
					
						2025-10-14 09:15:09 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							723a2f0c62
							
						
					 | 
					
						
						
							
							fix: support auth.options config in sessions (#24460)
						
						
						
						
						
						
						
						* fix: support auth.options config in sessions
* chore: fix lint
* feat(users-permissions): add jwt algorithm configuration
* refactor: remove deprecated admin.auth.options warnings
* test(token): add TypeScript error suppression for mock config in token tests
* feat(bootstrap): re-add warning for deprecated expiresIn option in session settings
---------
Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> 
						
						
					 | 
					
						2025-09-29 16:58:18 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jamie Howard
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							d23f1485e5
							
						
					 | 
					
						
						
							
							feat: Advanced Session Configuration (#24346)
						
						
						
						
						
						
					 | 
					
						2025-09-23 12:04:29 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jamie Howard
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							1b486371fb
							
						
					 | 
					
						
						
							
							Fix: content api route serialization (#24207)
						
						
						
						
						
						
						
						* feat: wip add route serialization utilities, integrate into content API and users-permissions
* fix: add return cloneDeep in getActions
* chore: update comments in route serialization
---------
Co-authored-by: Ziyi Yuan <daydreamnation@live.com> 
						
						
					 | 
					
						2025-08-26 09:49:49 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jamie Howard
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							e5d4b412da
							
						
					 | 
					
						
						
							
							Fix plugin content-api route extensions (#24147)
						
						
						
						
						
						
						
						* fix: content-api route extension for i18n and users-permissions
* refactor: simplify tests to catch breaking change
* test: cli for openapi plugin routes
* refactor: implement createcontentapiroutesfactory for content-api routes across multiple packages
* fix: more accurate message
* chore: formatting
* chore: cleanup backward compatibility tests
---------
Co-authored-by: Ziyi Yuan <daydreamnation@live.com> 
						
						
					 | 
					
						2025-08-18 12:28:39 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Dhruv Chheda
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							7f43c80009
							
						
					 | 
					
						
						
							
							fix: prevent validation error when updating user without password change (#23898)
						
						
						
						
						
						
						
						Co-authored-by: Ziyi <ziyi.yuan@strapi.io> 
						
						
					 | 
					
						2025-07-28 16:42:18 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jamie Howard
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							7af2e99241
							
						
					 | 
					
						
						
							
							Add new @strapi/openapi package (#24024)
						
						
						
						
						
						
						
						* chore(openapi): add new @strapi/openapi package with initial setup (#23173)
* enhancement(openapi): add routes collection (#23182)
* chore(openapi): add new @strapi/openapi package with initial setup and configuration
* fix: lint the test folder
* chore(openapi): add coverage/ to .eslintignore for better linting exclusion
* test(openapi): update Jest config with refined test paths and coverage
* chore: remove unused test and update openapi dependencies
* feat(openapi): add route providers, collector, and matcher
* test(openapi): add unit tests for route matching and providers
* fix: make the AbstractRoutesProvider constructor public
* chore: update test paths and imports to simplify structure
* test: update route provider tests to use dynamic fixture lengths
* feat: add basic openapi document generation (#23365)
* chore: update openapi dependencies
* feat(openapi): advanced schema generation (#23467)
* chore: rename openapi:generate CLI command to openapi generate (#23610)
* chore(openapi): add experimental warning message for OpenAPI generation feature (#23608)
Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
* chore: update OpenAPI types to OpenAPIV3_1 across the codebase (#23609)
* chore: merge origin/develop
* chore: update zod dependency from beta version to 3.25.67 across the codebase using zod/v4 where needed
* fix(strapi): add output option for openapi generation command (#23849)
* feat(core): add uid transformation utility for openapi compliant names (#23833)
* feat(core): add uid transformation utility for openapi compliant names
* chore: version openapi to 5.16.1
* chore(core): update uid parameter to use internal types
* fix(core): simplify global registry check
* fix(core): remove unnecessary type assertion
* fix(core): add type assertions in validation attributes
* fix(core): remove unused import
* chore: update @strapi/openapi to 5.18.1
* Add zod schema validation to content api routes (#23886)
* feat(i18n): zod validation for locale content api routes
* feat(email): integrate zod for email content api routes
* feat(upload): wip partial zod route validation
* feat: add validation for upload and ctb content api routes (#23924)
* feat: add validation for content API routes and upload
* fix: fix linting errors and prettier error
* fix: add missing schemas
* chore(content-type-builder): more accurate zod descriptions
* Centralise AbstractRouteValidator to strapi utils (#23962)
* chore(utils): centralise abstractroutevalidator in utils for package use and schema aware extension in strapi core
* chore(core): update query parameter transformer usage in convert-query-params tests
* feat(core): enhance schema validation error handling and logging
* fix: revert incorrect changes
---------
Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
* feat(users-permissions): zod schemas for content-api routes (#23997)
* feat(users-permissions): zod schemas for content-api routes
* fix(users-permissions): formatting
* chore: include content type for API route request body
---------
Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
* chore: minor clean up
---------
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Ziyi <ziyi.yuan@strapi.io> 
						
						
					 | 
					
						2025-07-28 12:02:09 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							082492f357
							
						
					 | 
					
						
						
							
							Merge branch 'develop' into advisory-fix-1
						
						
						
						
						
						
					 | 
					
						2025-02-14 10:59:05 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							3be592e7ed
							
						
					 | 
					
						
						
							
							Merge branch 'develop' into chore/rollup
						
						
						
						
						
						
					 | 
					
						2025-01-29 17:47:50 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							e07a466901
							
						
					 | 
					
						
						
							
							fix: validation message shape
						
						
						
						
						
						
					 | 
					
						2025-01-29 16:54:15 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							1f8e39868e
							
						
					 | 
					
						
						
							
							fix: validation on front-end forms
						
						
						
						
						
						
					 | 
					
						2025-01-29 12:34:22 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Andrei Luca
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							7bc7b72479
							
						
					 | 
					
						
						
							
							fix(plugins/users): remove redundant grant-koa dependency in favor of grant.koa (#22622)
						
						
						
						
						
						
						
						Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> 
						
						
					 | 
					
						2025-01-27 11:58:37 +00:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							8947f3d9fe
							
						
					 | 
					
						
						
							
							test(unit): add tests for password byte length
						
						
						
						
						
						
					 | 
					
						2025-01-24 16:35:37 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							92055a7fb1
							
						
					 | 
					
						
						
							
							chore: use rollup
						
						
						
						
						
						
						
						chore: fetch template only if name matches name convention
chore: linting
chore: fix tests
chore: fix npm scripts
test: try to fix test 
						
						
					 | 
					
						2025-01-23 16:28:23 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							9efe8c85f4
							
						
					 | 
					
						
						
							
							fix: do not validate byte length on empty values
						
						
						
						
						
						
					 | 
					
						2025-01-23 14:46:28 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							de1f23fc24
							
						
					 | 
					
						
						
							
							revert: fix accidental corrupted regexp
						
						
						
						
						
						
					 | 
					
						2025-01-23 13:10:01 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
						
						
							
						
						
							41f8cdf116
							
						
					 | 
					
						
						
							
							fix: 72 byte maximum for creating and updating passwords
						
						
						
						
						
						
					 | 
					
						2025-01-23 12:44:25 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Laurens Kling
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							eb39c6a021
							
						
					 | 
					
						
						
							
							fix: add documentId to me graphql query (#22321)
						
						
						
						
						
						
					 | 
					
						2024-12-02 12:56:05 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jean-Sébastien Herbaux
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							fef0f91d51
							
						
					 | 
					
						
						
							
							fix: Remove Private Attributes from GraphQL Filters and Inputs (#21934)
						
						
						
						
						
						
					 | 
					
						2024-11-25 11:05:48 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jean-Sébastien Herbaux
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							7f39880265
							
						
					 | 
					
						
						
							
							Make locale/localizations private for non-localized cts (#21495)
						
						
						
						
						
						
					 | 
					
						2024-10-14 14:07:09 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							483fc83a30
							
						
					 | 
					
						
						
							
							fix: refactoring validation methods
						
						
						
						
						
						
					 | 
					
						2024-10-02 12:03:28 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							d9c48152d7
							
						
					 | 
					
						
						
							
							fix: remove logs
						
						
						
						
						
						
					 | 
					
						2024-09-30 16:31:19 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							98f1b7f205
							
						
					 | 
					
						
						
							
							feat: use yup.test and make error messages customizable
						
						
						
						
						
						
					 | 
					
						2024-09-30 16:28:57 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							c124e287cf
							
						
					 | 
					
						
						
							
							feat: make the validatePassword async
						
						
						
						
						
						
					 | 
					
						2024-09-27 13:39:11 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							3d663bd9bd
							
						
					 | 
					
						
						
							
							fix: prettier
						
						
						
						
						
						
					 | 
					
						2024-09-27 13:00:48 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							38a485c86a
							
						
					 | 
					
						
						
							
							feat: add validatePassword to the plugin configs
						
						
						
						
						
						
					 | 
					
						2024-09-27 12:59:32 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							f4fb74d10c
							
						
					 | 
					
						
						
							
							fix: prettier issue
						
						
						
						
						
						
					 | 
					
						2024-09-27 11:07:29 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Bassel Kanso
							
						 
					 | 
					
						
						
						
						
							
						
						
							a663bc54a4
							
						
					 | 
					
						
						
							
							feat: add password rules config to users-permissions
						
						
						
						
						
						
					 | 
					
						2024-09-27 10:54:37 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Throttle
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							8a082df160
							
						
					 | 
					
						
						
							
							Fix issue 21391
						
						
						
						
						
						
						
						Corrected TYPO in keycloak provider 
						
						
					 | 
					
						2024-09-20 03:11:14 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							da64f1575a
							
						
					 | 
					
						
						
							
							fix: emailConfirmation broken
						
						
						
						
						
						
					 | 
					
						2024-09-16 10:26:16 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Marc Roig
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							43f30b747f
							
						
					 | 
					
						
						
							
							chore: merge develop into v5 main (#21108)
						
						
						
						
						
						
						
						* cron type fix
* Fix typo of query key from 'providers' to 'get-providers'
* Closing #19644 fix filters type
* node-scadule updated + types updated
* Fix formating errors
* fix formatting
* update lock file
* fix patreon oauth 400 error
from lack of user-agent header
* test: backport cli tests (#20433)
* fix(chore): increase specificity of the Lightning icon color (#20467)
* test: temporarily disable broken edit ctb tests on CI (#20481)
* feat(cli): cloud cli commands (v4) (#20119)
* feat(cli): add cloud commands
Co-authored-by: Gonzalo Garcia <nouvellegon@gmail.com>
Co-authored-by: nathan-pichon <nathan.pichon@strapi.io>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
* v4.25.0 (#20500)
* NPS: Update frequency of the NPS (#20492)
* enhancement(admin): change postFirstDismissal and display delays
* enhancement(admin): change the display delay
* fix: prevent use of local ips on webhooks (#20487)
* chore: mask error on webhook manual trigger
* feat: prevent using local ips
* feat: display webhook edit error
* chore: pr suggestion
* chore: api tests
* chore: allow local ips on development
* chore: only run check on production
* feat: include internationalized urls
* fix: prettier
* Add: Strapi deploy command to README files
* v4.25.1
* Update @aws-sdk/client-s3 package
* feat(cli): add browser logout step (#20502)
* feat(cli): add browser log out step
* handle error whiile fetching the config
* Update LICENSE packing for packages for v4 (#20576)
* feat(create-strapi-app): remove the cloud project creation part (#20561)
* feat(create-strapi-app): remove the cloud project creation part
* fix(create-strapi-app): adding new parameter to cloud service instantiation
* Update Yarn to 4.3.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
* feat(cli): trigger login sequence when token is missing or invalid  (#20572)
* feat(cli): launch login when auth fails
* fix(cli): abstract create project fn
* fix(cli): guidelines
* fix(cli): rebase
---------
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
* fix clone entity, #20509 (#20531)
* chore: bump glob from 7.2.0 to 9.0.0
* chore: bump glob to v10.4.2 in core/strapi
* update yarn.lock
* removed redundant packages/core/strapi/src/load/glob.ts file
* v4.25.2 to main (#20676)
* Fix typo of query key from 'providers' to 'get-providers'
* Closing #19644 fix filters type
* fix patreon oauth 400 error
from lack of user-agent header
* Add: Strapi deploy command to README files
* Update @aws-sdk/client-s3 package
* feat(cli): add browser logout step (#20502)
* feat(cli): add browser log out step
* handle error whiile fetching the config
* Update LICENSE packing for packages for v4 (#20576)
* feat(create-strapi-app): remove the cloud project creation part (#20561)
* feat(create-strapi-app): remove the cloud project creation part
* fix(create-strapi-app): adding new parameter to cloud service instantiation
* Update Yarn to 4.3.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
* feat(cli): trigger login sequence when token is missing or invalid  (#20572)
* feat(cli): launch login when auth fails
* fix(cli): abstract create project fn
* fix(cli): guidelines
* fix(cli): rebase
---------
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
* fix: support string array
* fix clone entity, #20509 (#20531)
* v4.25.2
---------
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: smoothdvd <madfxgao@gmail.com>
Co-authored-by: Micah Riggan <micahriggan@gmail.com>
Co-authored-by: Tewson Seeoun <tewson.seeoun@gmail.com>
Co-authored-by: Maxime Castres <mcastres@student.42.fr>
Co-authored-by: Alex Supkay <asupkay1124@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Kirill Verevkin <kira795@yandex.ru>
* v4.25.2 (#20675)
* fix: support string array
* v4.25.2
---------
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* feat(cli): use project name from package json by default (#20479)
* chore: change cloud message in homepage (#20685)
* chore(cloud-cli): migrate to fs-extra (#20695)
* feat(cloud-cli): migrate compress-files.ts to fs-extra
* feat(cloud-cli): migrate pkg.ts to fs-extra
* fix(cloud-cli): update using promises in recursive function
* feat(cli): Add projects list command (#20694)
* feat(cli): projects list command
* fix: updating contributing guide workflow
* chore: release v4.25.3 (#20722)
* fix: invalid path separator (#20740)
* fix: invalid path separator
* fix: prettier
* v4.25.4 to develop (#20832)
* 4.25.4 to main (#20833)
* cron type fix
* node-scadule updated + types updated
* Fix formating errors
* fix formatting
* update lock file
* chore(cloud-cli): migrate to fs-extra (#20695)
* feat(cloud-cli): migrate compress-files.ts to fs-extra
* feat(cloud-cli): migrate pkg.ts to fs-extra
* fix(cloud-cli): update using promises in recursive function
* feat(cli): Add projects list command (#20694)
* feat(cli): projects list command
* fix: invalid path separator (#20740)
* fix: invalid path separator
* fix: prettier
* v4.25.4
---------
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* Chore: Removing some people from the issue auto-assignment
Removing Simen and Nick from the array of people issues will be auto-assigned to
* fix(cloud-cli): avoid blocking event loop in deploy command (#20850)
* chore(cloud-cli): update error handling for config and logs at the ends of function execution
* fix(cloud-cli): clear timeout before returning - free the event loop from waiting
* feat(cli): add project link command to cloud cli (#20714)
* feat(cli): add link command
* 4.25.5 to main (#20873)
* cron type fix
* node-scadule updated + types updated
* Fix formating errors
* fix formatting
* update lock file
* chore(cloud-cli): migrate to fs-extra (#20695)
* feat(cloud-cli): migrate compress-files.ts to fs-extra
* feat(cloud-cli): migrate pkg.ts to fs-extra
* fix(cloud-cli): update using promises in recursive function
* feat(cli): Add projects list command (#20694)
* feat(cli): projects list command
* fix: updating contributing guide workflow
* fix: invalid path separator (#20740)
* fix: invalid path separator
* fix: prettier
* v4.25.4 to develop (#20832)
* Chore: Removing some people from the issue auto-assignment
Removing Simen and Nick from the array of people issues will be auto-assigned to
* fix(cloud-cli): avoid blocking event loop in deploy command (#20850)
* chore(cloud-cli): update error handling for config and logs at the ends of function execution
* fix(cloud-cli): clear timeout before returning - free the event loop from waiting
* feat(cli): add project link command to cloud cli (#20714)
* feat(cli): add link command
* v4.25.5
---------
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: José Luis <alagunasalahaddin@live.com>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
* v4.25.5 to develop (#20872)
* 4.25.4 to main (#20833)
* cron type fix
* node-scadule updated + types updated
* Fix formating errors
* fix formatting
* update lock file
* chore(cloud-cli): migrate to fs-extra (#20695)
* feat(cloud-cli): migrate compress-files.ts to fs-extra
* feat(cloud-cli): migrate pkg.ts to fs-extra
* fix(cloud-cli): update using promises in recursive function
* feat(cli): Add projects list command (#20694)
* feat(cli): projects list command
* fix: invalid path separator (#20740)
* fix: invalid path separator
* fix: prettier
* v4.25.4
---------
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* v4.25.5
---------
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* fix custom email provider test issue #19122 (#19123)
* fix custom email provider test issue #19122
* chore(email): prettier clean up
---------
Co-authored-by: Jamie Howard <jamie.howard@strapi.io>
* Changed Discord username to fit change Discord made.
* v4.25.6
* fix(cli): Update 'project not found' error message in deploy command (#20923)
* chore: aggregate test result to add a single required status check and make it dynamic
* shard ee tests+ fix broken platform (#20914)
* v4.25.7
* RBAC Action Aliases - v4 (#20954)
* test(cli): add list command tests (#20949)
* feat(cloud-cli): preselect node-version based on local node-version (#20959)
* [Fix] Validate cloning as entity creation so field validations aren't skipped e.g. unique constraints (#20963)
* flatten CI workflow tests (#20969)
* v4.25.8 release to develop (#21011)
* Removing workflows the support team doesn't need anymore
* chore: getstarted schema sync between v4-v5 (#21047)
* Chore(CLI): Add validation to prevent deployment of suspended projects (#20976)
* chore(cli): check project suspension
* Prettier fix
* chore(deps): update axios to 1.7.4 (#21014)
* fix(cli): Update endpoint path for listLinkProjects (#21052)
* chore: update lint-staged to 15.2.9 (#21075)
* v4.25.9
* fix: issue 21079
* fix: rich text selection & deletion issues
* fix: build
* fix: type
* fix: skip failing cli tests
* chore: fix jest options in ci
---------
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Boegie19 <34578426+Boegie19@users.noreply.github.com>
Co-authored-by: smoothdvd <madfxgao@gmail.com>
Co-authored-by: Micah Riggan <micahriggan@gmail.com>
Co-authored-by: Tewson Seeoun <tewson.seeoun@gmail.com>
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Garcia <nouvellegon@gmail.com>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
Co-authored-by: Maxime Castres <mcastres@student.42.fr>
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Alex Supkay <asupkay1124@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Kirill Verevkin <kira795@yandex.ru>
Co-authored-by: chrismuiruriz <chrismuiruri007@gmail.com>
Co-authored-by: José Luis <alagunasalahaddin@live.com>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
Co-authored-by: ahallaha <104538552+ahallaha@users.noreply.github.com>
Co-authored-by: Jamie Howard <jamie.howard@strapi.io>
Co-authored-by: mallowsc <mallowsc@outlook.com>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: mallowsc <96073136+mallowsc@users.noreply.github.com>
Co-authored-by: Olli Hiekkaranta <Ohiekkar@users.noreply.github.com> 
						
						
					 | 
					
						2024-09-02 14:31:01 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jean-Sébastien Herbaux
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							3ad6bddd75
							
						
					 | 
					
						
						
							
							RBAC Action Aliases - v5 (#20878)
						
						
						
						
						
						
					 | 
					
						2024-08-06 15:16:25 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							d7b083488c
							
						
					 | 
					
						
						
							
							enhancement: add a way to register a u&p provider
						
						
						
						
						
						
					 | 
					
						2024-06-26 11:17:04 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							481550a0d4
							
						
					 | 
					
						
						
							
							Merge branch 'refs/heads/develop' into v5/main
						
						
						
						
						
						
						
						# Conflicts:
#	.github/actions/check-pr-status/package.json
#	docs/docs/docs/01-core/admin/05-features/authentication.md
#	docs/docusaurus.config.js
#	docs/yarn.lock
#	examples/getstarted/package.json
#	examples/kitchensink-ts/package.json
#	examples/kitchensink/package.json
#	examples/plugins/workspace-plugin/package.json
#	lerna.json
#	package.json
#	packages/admin-test-utils/package.json
#	packages/cli/create-strapi-app/package.json
#	packages/cli/create-strapi-starter/package.json
#	packages/cli/create-strapi/package.json
#	packages/core/admin/admin/src/App.tsx
#	packages/core/admin/admin/src/components/AuthenticatedApp.tsx
#	packages/core/admin/admin/src/components/Context.tsx
#	packages/core/admin/admin/src/components/LeftMenu.tsx
#	packages/core/admin/admin/src/components/PrivateRoute.tsx
#	packages/core/admin/admin/src/content-manager/pages/ListSettingsView/index.jsx
#	packages/core/admin/admin/src/content-manager/pages/ListView/components/BulkActions/PublishAction.tsx
#	packages/core/admin/admin/src/content-manager/pages/ListView/components/TableCells/CellContent.tsx
#	packages/core/admin/admin/src/features/Configuration.tsx
#	packages/core/admin/admin/src/index.ts
#	packages/core/admin/admin/src/pages/ProfilePage.tsx
#	packages/core/admin/admin/src/pages/UseCasePage.tsx
#	packages/core/admin/ee/server/src/services/metrics.ts
#	packages/core/admin/package.json
#	packages/core/admin/server/src/bootstrap.ts
#	packages/core/content-manager/package.json
#	packages/core/content-releases/admin/src/components/CMReleasesContainer.tsx
#	packages/core/content-releases/admin/src/components/ReleaseListCell.tsx
#	packages/core/content-releases/admin/src/index.ts
#	packages/core/content-releases/admin/src/pages/ReleaseDetailsPage.tsx
#	packages/core/content-releases/admin/src/pages/tests/ReleaseDetailsPage.test.tsx
#	packages/core/content-releases/admin/src/services/release.ts
#	packages/core/content-releases/package.json
#	packages/core/content-releases/server/src/controllers/release.ts
#	packages/core/content-type-builder/package.json
#	packages/core/core/.gitignore
#	packages/core/data-transfer/package.json
#	packages/core/database/package.json
#	packages/core/database/src/query/helpers/populate/apply.ts
#	packages/core/email/package.json
#	packages/core/helper-plugin/package.json
#	packages/core/permissions/package.json
#	packages/core/strapi/package.json
#	packages/core/types/package.json
#	packages/core/upload/admin/src/components/AssetDialog/BrowseStep/tests/__snapshots__/index.test.jsx.snap
#	packages/core/upload/admin/src/pages/App/ConfigureTheView/components/tests/__snapshots__/Settings.test.jsx.snap
#	packages/core/upload/admin/src/pages/App/ConfigureTheView/tests/__snapshots__/ConfigureTheView.test.jsx.snap
#	packages/core/upload/package.json
#	packages/core/upload/server/services/provider.js
#	packages/core/upload/server/services/upload.js
#	packages/core/upload/server/src/services/image-manipulation.ts
#	packages/core/upload/server/tsconfig.eslint.json
#	packages/core/utils/package.json
#	packages/generators/app/package.json
#	packages/generators/app/src/utils/db-client-dependencies.ts
#	packages/generators/generators/package.json
#	packages/plugins/cloud/package.json
#	packages/plugins/color-picker/package.json
#	packages/plugins/documentation/package.json
#	packages/plugins/graphql/package.json
#	packages/plugins/i18n/admin/src/components/LocaleListCell.tsx
#	packages/plugins/i18n/admin/src/contentReleasesHooks/releaseDetailsView.ts
#	packages/plugins/i18n/admin/src/index.ts
#	packages/plugins/i18n/package.json
#	packages/plugins/sentry/package.json
#	packages/plugins/users-permissions/package.json
#	packages/providers/email-amazon-ses/package.json
#	packages/providers/email-mailgun/package.json
#	packages/providers/email-nodemailer/package.json
#	packages/providers/email-sendgrid/package.json
#	packages/providers/email-sendmail/package.json
#	packages/providers/upload-aws-s3/package.json
#	packages/providers/upload-cloudinary/package.json
#	packages/providers/upload-local/package.json
#	packages/utils/api-tests/package.json
#	packages/utils/eslint-config-custom/package.json
#	packages/utils/logger/package.json
#	packages/utils/tsconfig/package.json
#	packages/utils/typescript/package.json
#	packages/utils/upgrade/LICENSE
#	packages/utils/upgrade/bin/upgrade.js
#	packages/utils/upgrade/package.json
#	packages/utils/upgrade/packup.config.ts
#	scripts/front/package.json
#	tests/e2e/constants.ts
#	tests/e2e/tests/content-releases/releases-page.spec.ts
#	yarn.lock 
						
						
					 | 
					
						2024-05-30 13:12:27 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jundee Mark Gerona Molina
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							53507a6240
							
						
					 | 
					
						
						
							
							fix(cm): back button on ListSettingsView doesn't work (#20263)
						
						
						
						
						
						
					 | 
					
						2024-05-08 13:33:47 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							7a6d9a2b0e
							
						
					 | 
					
						
						
							
							enhancement!: validate input in content API create and update controllers
						
						
						
						
						
						
						
						Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com> 
						
						
					 | 
					
						2024-05-07 11:22:22 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Irvin
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							a7cf7e50ee
							
						
					 | 
					
						
						
							
							fix: u&p service hashes password attributes
						
						
						
						
						
						
					 | 
					
						2024-04-18 15:58:46 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							59a1c00f8c
							
						
					 | 
					
						
						
							
							enhancement: improve callback URL validation
						
						
						
						
						
						
					 | 
					
						2024-04-17 16:24:18 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							4de25b889b
							
						
					 | 
					
						
						
							
							fix: remove actual values from the validate callback errors
						
						
						
						
						
						
					 | 
					
						2024-04-11 14:39:28 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							b2690ca50e
							
						
					 | 
					
						
						
							
							fix: update validation for custom U&P OAuth callbacks
						
						
						
						
						
						
					 | 
					
						2024-04-08 14:58:51 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							feeeef6cf9
							
						
					 | 
					
						
						
							
							fix: make the default callback validation stricter
						
						
						
						
						
						
					 | 
					
						2024-04-08 14:48:42 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Convly
							
						 
					 | 
					
						
						
						
						
							
						
						
							e762295cbe
							
						
					 | 
					
						
						
							
							enhancement: add validation for custom U&P OAuth callbacks
						
						
						
						
						
						
					 | 
					
						2024-04-05 09:12:04 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							eb61511884
							
						
					 | 
					
						
						
							
							chore: use strapi.service instead of strapi.admin.services
						
						
						
						
						
						
					 | 
					
						2024-04-03 14:24:15 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							8399dcd71b
							
						
					 | 
					
						
						
							
							chore: refactor api registry
						
						
						
						
						
						
					 | 
					
						2024-03-25 21:38:17 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							3f6a8109ea
							
						
					 | 
					
						
						
							
							chore: introduce query-params service to remove strapi.global dep in utils
						
						
						
						
						
						
					 | 
					
						2024-03-25 14:03:32 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							fed8ac1cb7
							
						
					 | 
					
						
						
							
							chore: remove usage of strapi global in traverse
						
						
						
						
						
						
					 | 
					
						2024-03-25 08:52:10 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							e68afb0e1e
							
						
					 | 
					
						
						
							
							chore: inverse control of contentAPI sanitize & validate
						
						
						
						
						
						
					 | 
					
						2024-03-21 22:26:41 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							3e8b3d565b
							
						
					 | 
					
						
						
							
							chore: update u&p
						
						
						
						
						
						
					 | 
					
						2024-03-19 08:50:23 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Josh
							
						 
					 | 
					
						
						
						
						
							
						
						
							7dc4206d08
							
						
					 | 
					
						
						
							
							Merge branch 'develop' into v5/main
						
						
						
						
						
						
					 | 
					
						2024-03-15 16:11:49 +00:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexandre Bodin
							
						 
					 | 
					
						
						
						
						
							
						
						
							a95285578b
							
						
					 | 
					
						
						
							
							chore: database enhancements
						
						
						
						
						
						
					 | 
					
						2024-03-13 22:13:40 +01:00 | 
					
					
						
						
							
							
							
						
					 |