1249 Commits

Author SHA1 Message Date
Pierre Noël
da9b064536 add session middleware + remove authentication using url param access_token 2022-01-19 17:10:41 +01:00
Alexandre BODIN
ac58311b1b
Merge pull request #12033 from tanoabeleyra/es-translations
Update Spanish translations
2022-01-19 11:18:24 +01:00
Alexandre Bodin
d81919ac22 v4.0.4 2022-01-10 09:05:07 -08:00
Alexandre Bodin
48893ae3fc v4.0.3 2022-01-05 16:50:20 +01:00
soupette
61fe669fb6 Specify minimum node version to be 12.22.0
Signed-off-by: soupette <cyril@strapi.io>
2022-01-03 11:55:52 +01:00
Tano Abeleyra
24af52826d Add MyPlugin Spanish translation 2021-12-27 20:09:40 +01:00
Alexandre Bodin
fd656a4769 v4.0.2 2021-12-22 16:04:10 +01:00
Alexandre Bodin
e2cd01e8c6 v4.0.1 2021-12-22 10:43:38 +01:00
Alexandre Bodin
b181702f02 v4.0.0 2021-11-29 20:16:44 +01:00
Alexandre Bodin
7697bb16c3 Migrate code and remove auto generation of controller and services in memory 2021-11-18 21:26:26 +01:00
Alexandre Bodin
d709898a82 Improve types to mvp 2021-11-17 19:01:52 +01:00
Alexandre Bodin
08133edd93 Add generators 2021-11-16 18:23:31 +01:00
Alexandre Bodin
dd943a1a4a Cleanup and type 2021-11-16 18:23:30 +01:00
Alexandre Bodin
5acbd1e6f2 Add example in address routes 2021-11-16 18:23:30 +01:00
Alexandre Bodin
d057976298 Add core router 2021-11-16 18:23:29 +01:00
Alexandre Bodin
cd807f5f2d Use prototype chaining to allow super keyword 2021-11-16 18:23:29 +01:00
Alexandre Bodin
f4507e1cb0 Init factories for controllers 2021-11-16 18:23:28 +01:00
HichamELBSI
4cb3662232 Fix datetime in filters
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-11-09 17:23:09 +01:00
Alexandre Bodin
42b87679bb Refactor policies to have a consistent factory API like middlewares 2021-11-08 09:33:36 +01:00
Alexandre BODIN
5b04fa152d
Merge pull request #11307 from strapi/v4/error-handling
refactor error handling
2021-11-05 18:38:40 +01:00
soupette
d492671839 Fix my plugin icon
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 17:08:48 +01:00
HichamELBSI
ab7bbb2d2a Add DateTimePicker to helper plugin
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-11-05 16:43:08 +01:00
Pierre Noël
b4c9ad0440 refacto graphql errors 2021-11-04 11:42:43 +01:00
Alexandre BODIN
0213c1a769
Merge pull request #11457 from strapi/v4/component-rename-name
V4/component rename name
2021-11-03 17:46:54 +01:00
Pierre Noël
0639ad5bc6 fix getstarted simple compo schema 2021-11-03 15:24:54 +01:00
Alexandre Bodin
4d3ad30112 Fix middleware generator 2021-11-03 14:17:39 +01:00
soupette
6fdca2407c Merge branch 'v4/component-rename-name-back' of github.com:strapi/strapi into v4/rename-component-front 2021-11-03 14:00:22 +01:00
Pierre Noël
3ec71231cb update getStarted 2021-11-03 10:38:24 +01:00
soupette
ecc6b08754 Use displayName for components
Signed-off-by: soupette <cyril@strapi.io>
2021-11-03 09:43:53 +01:00
soupette
e137f46d85 Change parts import name
Signed-off-by: soupette <cyril@strapi.io>
2021-10-27 10:36:00 +02:00
Alexandre Bodin
a33d9e56be Move admin config to config/admin.js 2021-10-26 12:12:02 +02:00
cyril lopez
dbb0243d43
Merge pull request #11204 from strapi/v4/ctb
[V4]: CTB migration
2021-10-26 09:06:10 +02:00
soupette
b82d52f0bc Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2021-10-25 09:31:20 +02:00
soupette
ad7fc123c1 update generators
Signed-off-by: soupette <cyril@strapi.io>
2021-10-22 14:54:55 +02:00
soupette
672ade8a3b Merge branch 'releases/v4' of github.com:strapi/strapi into v4/ctb 2021-10-21 12:28:04 +02:00
Alexandre Bodin
20ae9ce9e5 Fix some legacy code and cleanup old code 2021-10-18 21:21:06 +02:00
Mark Kaylor
e50a68def6 fix routes with prefix 2021-10-14 10:54:56 -04:00
Mark Kaylor
3e9731a2af migrate backend to v4 2021-10-14 10:54:52 -04:00
soupette
d76d4d02e0 Temp commit
Signed-off-by: soupette <cyril@strapi.io>
2021-10-12 08:40:41 +02:00
soupette
0309c74b6c Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2021-10-11 09:44:31 +02:00
Alexandre BODIN
0ac9d88f28
Merge pull request #11183 from strapi/v4/destroy-lifecycle
add destroy lifecycle for user + register rateLimit middleware
2021-10-11 08:50:53 +02:00
Pierre Noël
dcaa1f6e75 fix destroyOnSignal 2021-10-08 14:45:33 +02:00
soupette
1d2f790d92 Migrate modal header
Signed-off-by: soupette <cyril@strapi.io>
2021-10-07 12:08:33 +02:00
Alexandre Bodin
c1aa57f436 Harmonize and make policies and middlwares more consistent 2021-10-05 10:43:24 +02:00
Pierre Noël
7c1c2d43f3 add destroy lifecycle for user + register rateLimit middleware 2021-10-04 16:47:30 +02:00
Alexandre BODIN
f25cd3111d
Merge pull request #11154 from strapi/v4/migrate-generators
Migrate plugin generator and fix some internal issues
2021-09-30 16:29:27 +02:00
Alexandre Bodin
5dc659c7a1 Remove super-plugin 2021-09-30 14:47:58 +02:00
Alexandre Bodin
6ef3e1deb6 Migrate plugin generator and fix some internal issues to make everything compatible 2021-09-30 11:40:54 +02:00
cyril lopez
3d3bca2304
Merge pull request #10991 from strapi/v4/ds-migration
[v4] Init DS migration
2021-09-30 10:39:15 +02:00
Alexandre Bodin
89d0eacdb1 Update ip , compress middlewares 2021-09-29 16:05:33 +02:00