Christian Capeans
8cb962b8dd
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-18 11:11:46 +01:00
Alexandre Bodin
a95285578b
chore: database enhancements
2024-03-13 22:13:40 +01:00
Alexandre Bodin
5ffb3c7100
chore: deprecate entity-service and delegate to document service
2024-03-12 21:02:33 +01:00
Convly
836a1eabf7
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-12 11:50:42 +01:00
Jean-Sébastien Herbaux
3f5329a884
chore: add todo to use typeguard instead of casting
...
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-03-12 09:57:59 +01:00
Ben Irvin
ab2af1e539
fix(core): use module uid for config namespace instead of dot notation
2024-03-11 12:28:46 +01:00
Convly
011d316a00
Merge branch 'v5/main' into v5/types/v2
2024-03-11 12:15:50 +01:00
Alexandre Bodin
8d53207f8e
chore: remove template configuration from utils
2024-03-09 13:08:41 +01:00
Convly
023cd13476
chore: lint fix
2024-03-06 16:28:05 +01:00
Convly
9100ea9527
chore: lint fix
2024-03-06 16:07:04 +01:00
Convly
8c6c0f1020
Merge branch 'v5/main' into v5/types/v2
2024-03-06 15:22:08 +01:00
Josh
3943ccbac6
Merge branch 'develop' into v5/main
2024-03-04 15:22:52 +00:00
Convly
7d7d7404ce
Merge branch 'v5/main' into v5/types/v2
2024-03-01 17:18:24 +01:00
Convly
c425f82942
chore: move Public.UID and Internal.Struct to the root namespace
2024-03-01 15:56:07 +01:00
Convly
5167af6c73
chore: fix build following latest TS type system changes
2024-03-01 14:41:47 +01:00
Ben Irvin
d10040847b
fix: api and transfer token lifespan select lists work with all durations
2024-02-29 14:32:37 +01:00
Alexandre BODIN
3ddd421c21
feat: content-api v5 migration ( #19531 )
2024-02-28 11:53:32 +01:00
Josh
0aca28c03c
Merge branch 'develop' into v5/main
2024-02-20 17:51:28 +00:00
Aurélien Georget
9569d5fb80
Revert changes
2024-02-19 16:09:13 +01:00
Aurélien Georget
124cc09a8d
Move busines logic to EE folder and override default CE functions
2024-02-19 14:41:20 +01:00
Aurélien Georget
6222c3bf28
Remove logs
2024-02-16 18:35:06 +01:00
Aurélien Georget
e0793559dc
Move getSSOProvidersList to EE folder
2024-02-16 18:31:43 +01:00
Aurélien Georget
6c4174c4c9
Update function name for better clarity
2024-02-16 18:04:27 +01:00
Ben Irvin
5c8ef69f82
fix: validate query populate
2024-02-15 09:24:45 +01:00
Aurélien Georget
d91dd12945
Remove await on sending information to not slow server
2024-02-13 17:39:53 +01:00
Aurélien Georget
a96939e659
Send information without waiting CRON job
2024-02-13 17:38:30 +01:00
Aurélien Georget
e4cb1a8c6a
Add usage data for Releases
2024-02-13 17:36:38 +01:00
Aurélien Georget
bbd10939f2
Send usage data for Audit Logs and optimize SSO events
2024-02-13 17:06:56 +01:00
Aurélien Georget
12e45f7102
Send SSO usage only at server start
2024-02-13 16:53:30 +01:00
Josh
0ba9e53511
Merge branch 'develop' into v5/main
2024-02-13 11:19:06 +00:00
Jean-Sébastien Herbaux
90a86f595c
Fix input payload validation
2024-02-09 15:05:32 +01:00
Alexandre Bodin
41da5d47c9
chore: setup configuration in one place only
2024-01-23 14:36:43 +01:00
Ben Irvin
2c9dc8351d
chore: use ignore instead of expect error because in some build contexts it isn't an error
2024-01-18 16:09:18 +01:00
Ben Irvin
032d333029
chore: ts fix
2024-01-18 16:05:40 +01:00
Ben Irvin
c3bafd5a3c
fix: warn if env value exists
2024-01-18 15:59:57 +01:00
Ben Irvin
00d88d8130
Merge branch 'v5/main' into chore/refactor-env-to-config
2024-01-18 11:49:34 +01:00
Alexandre Bodin
aacf182ae4
chore: use koa-body typings not koa-bodyparser
2024-01-17 16:53:52 +01:00
Ben Irvin
9469280178
enhancement: refactor env-only values into configuration
2024-01-17 15:59:25 +01:00
Ben Irvin
13a2f8b246
feat: Upgrade to Apollo v4
...
* feat: update and make build work
BREAKING CHANGE: Update from 'apollo-server-koa' to '@apollo/server' and '@as-integrations/koa'
* chore: fix comments
* chore: upgrade graphql-upload package
* chore: fix for body type unknown
* chore: remove old comment
* chore: clean up error handling
* chore: fix comment
* fix: http status codes for input validation errors
* fix: remove unused import
* fix: remove accidental bodyparser
* fix: add new required header to tests
* chore: standardize directive key names to be kebab-case
* test: add some extra message validation
* chore: remove devdep for koa-cors typings
* fix: add unknown error name
* fix: yarn.lock
* fix: add typings
* fix: typings
* fix: typings again
* fix: remove unused imports
* chore: remove unused import
* chore: move playground check to a service
* fix: package imports and versions
* chore: fix yarn.lock
* chore: fix types
* chore: clean up koa typings
* chore: koa typing cleanup
* chore: cleanup koa typings
* chore: more koa type cleanup
* chore: revert missing imports
* chore: cleanup koa typings
* chore: update yarn.lock
2024-01-15 14:54:58 +01:00
Josh
f324494fe9
Merge branch 'develop' into v5/main
2024-01-10 15:58:45 +00:00
Josh
30ae2308e8
fix: build process errors from merger
2024-01-03 09:13:19 +00:00
Josh
ddbb55f2eb
Merge branch 'main' into releases/4.17.0
2024-01-02 13:41:57 +00:00
Alexandre Bodin
e0de993d4a
Merge branch 'develop' into v5/main
2023-11-30 16:42:36 +01:00
Gustav Hansen
c9130a2ea3
chore(admin): convert token components to TS ( #18907 )
2023-11-27 21:08:40 +00:00
Alexandre Bodin
9628e9d90f
chore: remove ee direct imports
2023-11-24 09:33:00 +01:00
Alexandre Bodin
27aa897cbb
Merge branch 'develop' into v5/main
2023-11-23 11:52:10 +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
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
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