Marc Roig
d4d47227a6
feat: Initialize Document Service ( #18558 )
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-28 12:01:27 +01:00
Jean-Sébastien Herbaux
acc32eedfc
Merge branch 'main' into fix/case-insensitive-user-lookup-by-email
2023-11-28 10:28:42 +01:00
Josh
b7d336700e
chore(cm): convert crudReducer to TS ( #18879 )
...
Update packages/core/admin/admin/src/content-manager/components/CollectionTypeFormWrapper/index.jsx
2023-11-28 09:01:48 +00:00
Gustav Hansen
c9130a2ea3
chore(admin): convert token components to TS ( #18907 )
2023-11-27 21:08:40 +00:00
Alexandre BODIN
9e5de363e3
Merge pull request #18916 from strapi/docs/aws-v3-update
2023-11-27 17:38:06 +01:00
Christian
e8beb0977f
Merge branch 'releases/4.15.5' into docs/aws-v3-update
2023-11-27 17:15:05 +01:00
Christian
ee776447bc
Update packages/providers/upload-aws-s3/README.md
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:58 +01:00
Christian
33193ce8b2
Update packages/providers/upload-aws-s3/README.md
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:46 +01:00
Christian
2781bf02bd
Update packages/providers/upload-aws-s3/README.md
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-11-27 16:57:26 +01:00
Christian Capeans
52e9a48a8f
chore: add documentation for old s3 urls
2023-11-27 16:25:40 +01:00
markkaylor
4d35516709
Merge pull request #18580 from ciriousjoker/fix-localization-response
2023-11-27 12:07:29 +01:00
Rémi de Juvigny
87b413c0c2
chore(blocks): handle block conversion logic in the blocks store ( #18840 )
...
* chore: manage block conversion logic in blocks store
* fix heading conversion when inside list
* make handleConvert optional
* add comments to conversions file
* extract getAttributesToClear
* extract baseHandleConvert
2023-11-27 09:57:35 +01:00
Gustav Hansen
b1a2b217c4
Merge pull request #18885 from strapi/chore/transfer-tokens-ts-2
...
chore(admin): convert transfer tokens to TS
2023-11-24 16:46:02 +01:00
Ben Irvin
498ecc1a26
feat: strapi.log default level 'info' ( #18904 )
2023-11-24 14:35:15 +01:00
Gustav Hansen
daf387268b
chore(admin): convert transfer tokens to TS
...
Co-authored-by: Josh Ellis <josh.ellis@strapi.io>
2023-11-24 13:18:11 +01:00
Alexandre BODIN
8bc036bc50
Merge pull request #18897 from strapi/v5/remove-ee-imports
2023-11-24 12:12:48 +01:00
Alexandre Bodin
9628e9d90f
chore: remove ee direct imports
2023-11-24 09:33:00 +01:00
Rémi de Juvigny
8811cfafd2
fix(blocks): add modifiers to test provider ( #18898 )
2023-11-23 18:14:54 +01:00
Rémi de Juvigny
e19c0efd68
chore(blocks): pass modifiers via useBlocksEditorContext ( #18802 )
...
* move toolbar up one directory
* rename BlocksInput to BlocksContent
* rename BlocksEditor to BlocksInput
* rename parent dir to BlocksInput
* extract BlocksEditor component out of BlocksInput
* pass editor via useBlocksEditorContext hook
* rename Toolbar file to BlocksToolbar
* update test names
* assemble blocks store in context
* add basic unit tests for each block type
* test individual block logic
* simplify wrapper code
* delete useBlocksStore
* rename dir to Blocks
* fix build error
* use type guard for Link element
* pass modifiers via useBlocksEditorContext
* remove useBlocksStore
2023-11-23 17:10:59 +01:00
Alexandre Bodin
9f51230057
fix(content-type-builder): typings
2023-11-23 17:08:55 +01:00
Jamie Howard
52321fa7ad
(content-manager): types for field sizes service ( #18888 )
2023-11-23 12:45:10 +00:00
Alexandre Bodin
27aa897cbb
Merge branch 'develop' into v5/main
2023-11-23 11:52:10 +01:00
markkaylor
6d344f9e2b
Merge branch 'main' into feature/content-releases
2023-11-23 11:16:32 +01:00
markkaylor
9f5e68ce57
chore(content-releases): refactor rtk with type contracts ( #18867 )
2023-11-23 11:15:29 +01:00
Convly
fc55046abe
Use a case insensitive lookup for admin.user.findOneByEmail
2023-11-23 10:54:39 +01:00
Josh
eb7b88426d
fix(pack-up): ensure we pass the tsconfig file name, not a path to it ( #18875 )
...
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
2023-11-23 09:16:25 +00:00
Jamie Howard
c6501d8941
fix(type): export JSONObject ( #18870 )
2023-11-23 09:54:03 +01:00
Alexandre Bodin
946f08c2e5
Merge branch 'main' into develop
2023-11-22 17:34:59 +01:00
Alexandre Bodin
37fcc99be4
Merge branch 'main' into v5/main
2023-11-22 17:28:51 +01:00
Marc Roig
c970d7027e
Merge pull request #18860 from strapi/ts/content-manager-entity-manager
...
feat: type content manger entity manager service
2023-11-22 15:22:15 +01:00
Josh
e47841a710
chore(i18n): convert CM hooks to TS ( #18861 )
2023-11-22 11:36:57 +00:00
Jamie Howard
fc0ebf30f1
[content-manager] types for policies ( #18846 )
2023-11-22 09:45:34 +00:00
Ben Irvin
668e382e40
chore: use strapi.fetch instead of http/https for requests ( #18510 )
...
fix: replace http/https with fetch api
2023-11-22 09:16:47 +01:00
Ben Irvin
2ac2ae5867
feat: Use fetch api for strapi.fetch ( #18508 )
2023-11-22 09:10:29 +01:00
JonathanHallen1991
4aea55bf4a
Add English (Norway) en-NO locale ( #18828 )
2023-11-22 09:08:55 +01:00
Alexandre Bodin
afe9e18254
v4.15.5-alpha.5
v4.15.5-alpha.5
2023-11-21 20:35:37 +01:00
Alexandre Bodin
ed636a7ccf
Merge branch 'main' into develop
2023-11-21 20:21:43 +01:00
Gustav Hansen
03cf61f09a
chore(admin): convert API Token settings page to TS ( #18680 )
...
* chore(admin): convert API Token settings page to TS
Co-Authored-By: Gustav Hansen <gu@stav.dev>
* chore(admin): cleanup api token contracts (#18862 )
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-11-21 17:12:49 +00:00
Jamie Howard
f12eec5845
fix(content-manager): ts test error
2023-11-21 16:04:58 +00:00
Jamie Howard
e56518ca06
[Content Manager]- types for routing middleware ( #18823 )
2023-11-21 15:43:26 +00:00
Rémi de Juvigny
0489201941
chore(blocks): miscellaneous improvements ( #18854 )
...
* extend BaseBlock type
* use ! on handleEnterKey tests
* fix link duplicate tests
* remove outdated comment
* move withImages to plugin folder
* rename some tests
2023-11-21 14:29:50 +01:00
Fernando Chávez
1efe5dcdd1
feature(content-releases): Add update release service/endpoint ( #18829 )
...
* feature(content-releases): Add update release service/endpoint
* chore(Content-releases): create update release contract
* chore(content-releases): Add right type to params id
2023-11-21 13:06:24 +01:00
Josh
86f98b66fe
chore(admin): convert settings pages ( #18820 )
...
* chore(wip): convert settings pages
* chore: add api-tokens contract
* fix: types
* chore: convert webhooks page (#18682 )
* chore: convert webhooks
* fix: configurations provider
* chore: add all contracts
* chore(admin): add workflow contracts (#18707 )
* chore(admin): add audit-logs contracts (#18708 )
* chore: convert users page to TS (#18710 )
* chore(admin): convert Roles Settings (#18774 )
* chore(admin): fix types from merge
* chore(admin): convert Single Sign On settings page to TS and refactoring
* chore: pretty
---------
Co-authored-by: HichamELBSI <elabbassih@gmail.com>
2023-11-21 11:40:51 +00:00
Marc-Roig
153a3d8aec
feat: type entity manager service
2023-11-21 12:13:25 +01:00
markkaylor
30e8a6321d
feat(content-releases): add findOne endpoint ( #18821 )
2023-11-21 09:18:12 +01:00
Josh
a1c8cbb8a8
chore(i18n): convert CM List view components to TS ( #18838 )
2023-11-20 09:38:50 +00:00
Josh
306b218011
chore(examples): remove the generated types ( #18845 )
...
* chore(examples): remove the generated types
* chore(tooling): explicitly add generated types to root gitignore
2023-11-20 09:26:53 +00:00
Josh
288794489a
chore(i18n): convert CMEditView components to TS ( #18831 )
2023-11-20 08:41:17 +00:00
Josh
695d94a247
chore(deps): update storybook ( #18839 )
2023-11-17 20:45:10 +00:00
Simone
f9fb2e7c49
feat(content-releases): Redirect to /content-releases/:releaseId onCreate and add header on details page ( #18720 )
...
* draft implementation details header
* implementation details ui with mock data
* fix unit tests
* fix fernando comments
* update pages structure
* first raw implementation store with rtk
* refactor(releases): redux toolkit query work
* rename releases page
* merge feature/content-releases
* test(releases): setup test harness for working with the admin app (#18817 )
* test(releases): setup test harness for working with the admin app
* chore: remove file that shouldn't be here
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
* test(releases): setup test harness for working with the admin app
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
---------
Co-authored-by: Simone Taeggi <startae14@gmail.com>
* fix Fernando's review comments
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-11-17 16:59:01 +01:00