14487 Commits

Author SHA1 Message Date
Alexandre Bodin
e68afb0e1e chore: inverse control of contentAPI sanitize & validate 2024-03-21 22:26:41 +01:00
Alexandre Bodin
eedd4c978a chore: migrate doc plugin to ts 2024-03-21 18:20:12 +01:00
markkaylor
c184e9d81f
fix(history): update type (#19878) 2024-03-21 17:02:13 +01:00
Jean-Sébastien Herbaux
c4ec62a341
Merge pull request #19880 from strapi/v5/types/fix-duplicate-strapi-app-identifier 2024-03-21 16:30:41 +01:00
Convly
b3aa3d3597 fix: remove duplicate StrapiApp identifier (export type) 2024-03-21 16:26:09 +01:00
Convly
2aabf12caa enhancement: set default param value for Schema.Attributes 2024-03-21 16:13:38 +01:00
Jean-Sébastien Herbaux
4d5f8c255d
Merge pull request #19860 from strapi/v5/types/fix-incorrect-imports 2024-03-21 16:01:26 +01:00
markkaylor
1c2f2708ff
feat(history): diff schemas to get unknown attributes (#19849) 2024-03-21 15:20:57 +01:00
Josh
40b339395f fix: content-manager test 2024-03-21 13:15:31 +00:00
Christian Capeans
0be352b4e0 fix: remove unnecessary imports 2024-03-21 13:44:35 +01:00
Christian Capeans
dfbcb2792b fix: resolve components uid 2024-03-21 13:39:07 +01:00
Josh
a233ba0144 fix: correctly export CM types from plugin 2024-03-21 12:03:52 +00:00
Fernando Chavez
47305a2c1e fix editing date 2024-03-21 12:38:23 +01:00
Ben Irvin
94ffb81baf
enhancement: log server start and shut down 2024-03-21 12:26:27 +01:00
Josh
5b18be6659 Merge branch 'v5/main' of github.com:strapi/strapi into v5/main 2024-03-21 10:45:52 +00:00
Josh
b278481fa8 Merge branch 'develop' into v5/main 2024-03-21 10:45:15 +00:00
Bassel Kanso
0cfbca2a60
Merge branch 'develop' into fix/dts-support-private-providers 2024-03-21 12:32:26 +02:00
Bassel Kanso
e2fea215bb fix: refactor signing url in DTS 2024-03-21 12:31:38 +02:00
Convly
a49b20ab8c fix: style 2024-03-21 11:07:26 +01:00
Convly
070367e552 Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/fix-incorrect-imports
# Conflicts:
#	packages/generators/generators/src/files/ts/plugin/server/bootstrap.ts
#	packages/generators/generators/src/files/ts/plugin/server/destroy.ts
#	packages/generators/generators/src/files/ts/plugin/server/register.ts
2024-03-21 11:06:38 +01:00
Fernando Chavez
0db935094e fix(content-releases): fix creation of utc time based when sending to back 2024-03-21 11:06:31 +01:00
Convly
4837089586 chore: export StrapiApp type and update usages in examples and templates
The StrapiApp is now explicitly exported as a type from StrapiApp.tsx. It is also utilized generators/app directories, refining the type of the app parameter in the bootstrap method from 'unknown' to 'StrapiApp'.
2024-03-21 11:05:17 +01:00
Bassel Kanso
5f827ef606 fix: add support for private upload providers 2024-03-21 11:48:30 +02:00
Convly
60a32fc438 chore: replace 'Strapi' type imports with 'Core.Strapi/LoadedStrapi' from '@strapi/types' 2024-03-21 09:49:48 +01:00
Alexandre Bodin
a9db1e42c6 chore: migrate upload plugin to typescript 2024-03-21 09:02:17 +01:00
Alexandre Bodin
7f269b7737 Merge branch 'v5/main' of github.com:strapi/strapi into v5/main 2024-03-20 22:20:03 +01:00
Alexandre Bodin
3ae4bfae7b chore: deps update 2024-03-20 22:19:20 +01:00
Ben Irvin
1dd95c24e2
fix: support array paths in config provider 2024-03-20 17:30:50 +01:00
Alexandre Bodin
f8ef062eb5 Merge branch 'releases/5.0.0-beta.0' into v5/main 2024-03-20 16:05:47 +01:00
Alexandre Bodin
4b2e592f77 v5.0.0-beta.0 2024-03-20 16:00:06 +01:00
Alexandre Bodin
894c8f40f3 v5.0.0-alpha.5 2024-03-20 15:54:53 +01:00
Alexandre Bodin
9933c24043 fix: private dependency cannot be put in dependencies 2024-03-20 15:51:58 +01:00
Alexandre Bodin
d536f44a9a v5.0.0-alpha.4 2024-03-20 15:44:45 +01:00
Alexandre Bodin
24b9de6705 Merge branch 'releases/v5-beta' into v5/main 2024-03-20 15:19:07 +01:00
Marc Roig
024626cf43
Releases/4.21.0 (#19854) 2024-03-20 15:12:40 +01:00
Alexandre Bodin
1c6cf2ae9f v5.0.0-alpha.3 2024-03-20 15:08:03 +01:00
Convly
670c292117 Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-20 14:22:44 +01:00
Alexandre Bodin
de9951b5bd Merge branch 'releases/v5-beta' into v5/main 2024-03-20 13:02:25 +01:00
Josh
e11b6f2e96
chore(helper-plugin)!: move RBAC / remove auth / remove usePersistentState (#19847)
* chore(helper-plugin)!: move useRBAC

* chore: get tests working

* chore!: remove auth

* chore!: remove usePersistentState

* fix: refactor building admin package so it shares modules with different entries

* fix: session vs local
2024-03-20 11:39:59 +00:00
Convly
eddd0e9ae9 fix: add back the sort param in the documentEngine.findMany 2024-03-20 10:40:57 +01:00
Convly
10b0b09f29 fix: resolves a broken import path in the 'admin-user-hash.test.ts' test file 2024-03-20 09:16:29 +01:00
Convly
d671c5698d Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2 2024-03-20 08:51:37 +01:00
Alexandre Bodin
7f3ccd6b24 v5.0.0-alpha.2 2024-03-19 23:16:28 +01:00
Alexandre Bodin
00d0f90934 5.0.0-alpha.1 2024-03-19 23:12:32 +01:00
Alexandre Bodin
ce341c366f chore: make i18n plugin a dep & required 2024-03-19 22:18:04 +01:00
Simone
bef2911a46
chore(helper-plugin)!: remove stopPropagation (#19846)
* chore(helper-plugin)!: remove stopPropagation

* chore(helper-plugin)!: remove onRowClick util
2024-03-19 17:47:38 +00:00
Simone
c46976a9da
chore(helper-plugin)!: remove prefixPluginTranslations (#19845) 2024-03-19 16:33:46 +00:00
Simone
e9eabddd69
chore(helper-plugin)!: move getFetchClient and useFetchClient (#19840)
* chore(helper-plugin)!: move useFetchClient and getFetchClient to the admin

* chore(helper-plugin)!: fix prettier errors

* chore(helper-plugin)!: remove useless functions
2024-03-19 15:37:20 +00:00
Bassel Kanso
67a503d9cc
fix(ctb): refetch data after save or update (#19844) 2024-03-19 14:23:27 +00:00
Simone
426ddd2ec2
chore(helper-plugin)!: remove useSelectionState (#19841) 2024-03-19 14:22:11 +00:00