67 Commits

Author SHA1 Message Date
Gustav Hansen
044ca89bdf chore: Update favicon new 2022 version 2022-10-18 13:59:01 +02:00
Matteo Pietro Dazzi
226f4265ea fix: dist folder in gitignore files 2022-10-14 17:19:19 +02:00
Alexandre Bodin
6654ad3528 Add node 18 2022-09-08 08:44:27 +02:00
Ben Irvin
1e3144b002 Merge branch 'main' into fix/typescript-special-char-path 2022-08-18 11:09:38 +02:00
Ben Irvin
06596f5e4d leave the original values alone 2022-08-17 11:09:27 +02:00
Ben Irvin
53852582cd fix included files 2022-08-12 18:06:11 +02:00
Ben Irvin
ae41b5669c update paths 2022-08-12 17:50:37 +02:00
Ben Irvin
6964171a05
Merge branch 'master' into fix/preinstall-node-version-check 2022-08-12 14:15:53 +02:00
Ben Irvin
826e3ecf34 fix supported node versions 2022-08-12 14:12:32 +02:00
Alexandre Bodin
cf49ddbbfc Prettier and backend fix 2022-08-11 10:20:49 +02:00
Alexandre Bodin
0ae14c06cb 1st fix pass 2022-08-11 10:20:48 +02:00
Pierre Noël
07b0ec2ba5
Merge pull request #13958 from strapi/fix/clean-config-new-projects
Clean config files for generated projects
2022-08-03 15:31:28 +02:00
Simone Taeggi
f0af0bf815 Merge branch 'master' into fix/typescript-webpack-config-not-loaded-in-building-13754 2022-08-03 12:14:01 +02:00
Pierre Noël
3df81b92f1 clean config files for generated projects 2022-08-03 12:06:28 +02:00
Simone Taeggi
c232a8e814 revert the empty lines 2022-08-03 12:00:16 +02:00
Simone Taeggi
16338ad84b replace the ts webpack config file with the js version 2022-08-03 11:56:23 +02:00
Simone Taeggi
807eabb356 revert to the original version because we want to use just javascript files for the webpack config 2022-08-03 10:28:35 +02:00
Pierre Noël
7f8ea3b5e5 add apiToken.salt directly in the config of created projects 2022-08-01 17:42:37 +02:00
Simone Taeggi
26100eea01 evaluate the webpack.config.ts file and compile the file when we build the typescript project example 2022-07-29 16:58:21 +02:00
Convly
e5a7d43355 Update extended tsconfigs paths & fix kitchensink-ts app env/config variables 2022-06-08 11:30:01 +02:00
Convly
c250186b35 Merge remote-tracking branch 'origin' into features/typescript 2022-05-11 15:55:03 +02:00
derrickmehaffy
dda5eacbb0 Add database/migrations folder to default generate
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-05-09 09:50:58 -07:00
Convly
377e8e9da7 Merge branch 'master' into features/typescript 2022-05-02 15:40:18 +02:00
DMehaffy
7c67be10e7
Fix ADMIN_JWT_SECRET being generated with a space
Fixing a typo
2022-04-19 01:47:59 -07:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript 2022-04-15 15:47:16 +02:00
Convly
51be8899e6 Update the tsconfig.json file to use the extend 2022-04-14 14:47:15 +02:00
Convly
7654dbd961 Update plugin build & tsconfigs 2022-04-12 16:57:00 +02:00
Convly
e47cd1ad09 Fix configs generation 2022-04-12 15:58:21 +02:00
Pierre Noël
9fc63af260 harmonize secret generation + don't generate in production mode 2022-04-07 16:34:56 +02:00
Convly
b25ac466ac Update tsconfig templates files 2022-04-05 16:32:18 +02:00
Convly
0d135d449d Cleanup tsconfig & clean the dist dir before build 2022-04-04 12:07:39 +02:00
Convly
7340836b14 Init new develop 2022-04-04 12:07:38 +02:00
soupette
9240e69fc8 Remove tslint config
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
soupette
57486399ae Add tsconfig-admin.json to generators
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
Convly
fb91d68983 Typos 2022-04-04 11:41:13 +02:00
Convly
f5cf8cd976 Rename app.example.ts to app.example.tsx 2022-04-04 11:36:55 +02:00
Convly
b2d98ab3fc Update files/ts/src/index.js -> index.ts 2022-04-04 11:36:55 +02:00
Convly
116505d892 Handle ts projects with generators 2022-04-04 11:36:55 +02:00
soupette
52231a3eba Prevent default export in order to provide typings
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00
Pierre Noël
b48cf115c7 rename APP_SECRETS to APP_KEYS 2022-01-25 11:06:52 +01:00
Pierre Noël
c9b0f048d7 remove url config 2022-01-21 16:39:06 +01:00
Pierre Noël
3facd1de7f add env.example back + code style 2022-01-19 17:21:23 +01:00
Pierre Noël
1dc74b0792 add session middleware to new project config + fix test app not using .env 2022-01-19 17:13:00 +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
Maxime Castres
689557e28c Update README.md 2022-01-05 16:24:15 +01:00
soupette
584347e4bb Use default build
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 14:56:06 +01:00
Derrick Mehaffy
b3ee1ad3cd Enable Node 16 and NPM 7/8 support on generation
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-11-01 13:27:23 -07:00
Alexandre Bodin
a33d9e56be Move admin config to config/admin.js 2021-10-26 12:12:02 +02:00
Alexandre Bodin
c1aa57f436 Harmonize and make policies and middlwares more consistent 2021-10-05 10:43:24 +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