Ben Irvin
6444ce74a9
Merge branch 'main' into enh/allow-mysql2
2023-03-24 16:35:12 +01:00
Ben Irvin
41c7792b54
add mysql2 as a db client option
2023-03-22 12:11:15 +01:00
Rémi de Juvigny
7c197ba0d1
Merge remote-tracking branch 'origin/main' into feature/audit-logs-config
2023-03-09 18:44:30 +01:00
Rémi de Juvigny
0dcfbde89f
Allow disabling audit logs
2023-02-23 12:20:58 +01:00
Convly
1b51476e93
Add transfer.token.salt to the examples app admin
...
Co-authored-by: Christian <christiancp100@gmail.com>
Co-authored-by: Simone <simone.taeggi@strapi.io>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
2023-02-02 16:52:48 +01:00
Marc-Roig
6d05a64089
add webhooks populate relations configuration variable
2023-01-19 14:53:37 +01:00
Marc-Roig
52b3dda02b
fix localizations count
2023-01-18 15:42:11 +01:00
Marc-Roig
cf814fc1da
move config to admin
2023-01-17 09:27:33 +01:00
Marc-Roig
25e1435173
Revert "remove relations populate configuration"
...
This reverts commit cea950fd9657df6434d22ecd29c1bbfd8d9a0912.
2023-01-13 15:35:21 +01:00
Marc-Roig
cea950fd96
remove relations populate configuration
2023-01-12 14:31:04 +01:00
Marc-Roig
bf3c7e6a9d
remove relations performance config
2023-01-10 15:18:34 +01:00
Marc-Roig
8fb75a8ce9
rename relations populate config
2023-01-10 15:15:11 +01:00
Marc-Roig
8806f5eeb1
add admin config variable to enable relations performance
2023-01-05 15:55:47 +01:00
Pierre Noël
eba2da51af
refactor the way database version is fetched
2022-11-16 18:32:32 +01:00
Alexandre Bodin
cf49ddbbfc
Prettier and backend fix
2022-08-11 10:20:49 +02:00
Pierre Noël
53d2a3d17d
revert jest update + use and refactor strapi.cron
2022-07-13 13:35:32 +02:00
Pierre Noël
019007ba3e
improve error message + remove use of API_TOKEN_SALT
2022-04-07 16:34:57 +02:00
Pierre Noël
b48cf115c7
rename APP_SECRETS to APP_KEYS
2022-01-25 11:06:52 +01:00
Pierre Noël
3facd1de7f
add env.example back + code style
2022-01-19 17:21:23 +01:00
Pierre Noël
8b39d44992
create app keys at app creation instead of runtime auto-generation
2022-01-19 17:13:00 +01:00
Pierre Noël
da9b064536
add session middleware + remove authentication using url param access_token
2022-01-19 17:10:41 +01:00
Alexandre Bodin
a33d9e56be
Move admin config to config/admin.js
2021-10-26 12:12:02 +02:00
Alexandre Bodin
20ae9ce9e5
Fix some legacy code and cleanup old code
2021-10-18 21:21:06 +02:00
Alexandre Bodin
c1aa57f436
Harmonize and make policies and middlwares more consistent
2021-10-05 10:43:24 +02:00
Alexandre Bodin
89d0eacdb1
Update ip , compress middlewares
2021-09-29 16:05:33 +02:00
Alexandre Bodin
cd2cdaae76
Resolve plugin from package or path like plugins and allow same resolve at route level
2021-09-29 15:54:16 +02:00
Alexandre Bodin
010294813d
Apply feedbacks
2021-09-29 12:25:06 +02:00
Alexandre Bodin
43c7e47f2b
Merge branch 'releases/v4' into v4/middlewares
2021-09-29 09:52:15 +02:00
Alexandre Bodin
d6a448d44a
Add listing commands
2021-09-29 09:34:37 +02:00
Alexandre Bodin
c610e34c7f
Refactor middleware loading and config/boot
2021-09-27 22:57:24 +02:00
Convly
ef3650f073
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-27 10:33:31 +02:00
Pierre Noël
932536e534
pass strapi through params instead of creating a wrapping function
2021-09-23 15:55:02 +02:00
Pierre Noël
199dd54e42
migrate user functions folder
2021-09-23 09:14:09 +02:00
Convly
8b139ec162
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-22 10:48:29 +02:00
Alexandre Bodin
00a43df7bf
Fix bug after merge
2021-09-21 15:32:49 +02:00
Alexandre Bodin
5b0ac47435
Merge branch 'releases/v4' into v4/db-migrations
2021-09-21 15:17:02 +02:00
Alexandre Bodin
4eea2b1569
Fix test and upgrade github workflows
2021-09-21 15:14:26 +02:00
Alexandre Bodin
c173fa416e
wip
2021-09-15 19:53:15 +02:00
Pierre Noël
de4579b25e
change project structure to use /src folder
2021-09-15 16:41:36 +02:00
Jean-Sébastien Herbaux
2b715a6ee9
V4/graphql configuration ( #10896 )
...
* Use a scalar to register the i18n locale arg
* Remove useless files & comments
* Use custom config for apollo server & the pagination (better handling of pagination)
* Fix missing strapi variable being transmitted to wrapResolvers/parseMiddlewares
* PR review comments
2021-09-07 11:23:49 +02:00
Pierre Noël
13cec4cadb
append strapi.dir to plugin path if relative
2021-09-02 12:14:44 +02:00
Alexandre BODIN
c1bc942632
Merge pull request #10846 from strapi/v4/rest-api
...
v4/rest api
2021-09-02 10:05:17 +02:00
Pierre Noël
56ffa3a63f
migrate myplugin to v4
2021-09-01 18:38:40 +02:00
Alexandre Bodin
4b81731941
Fix tests
2021-08-31 19:31:32 +02:00
Alexandre Bodin
b44a552eee
Implement REST API pagination with paged or offset and withCount
2021-08-31 19:31:31 +02:00
Pierre Noël
9362311924
add extend fn to controller registry
2021-08-30 11:00:30 +02:00
Pierre Noël
c547e64571
fix e2e tests
2021-08-18 11:58:17 +02:00
Pierre Noël
f4981dd8e7
Merge branch 'v4/backend' into pluginAPI/loadPlugin
2021-08-10 15:33:06 +02:00
Alexandre Bodin
9c74f0a84e
Fix some database schema sync
2021-08-10 09:36:02 +02:00
Pierre Noël
18da6e2188
Merge branch 'v4/backend' into pluginAPI/loadPlugin
2021-08-09 11:06:34 +02:00