1368 Commits

Author SHA1 Message Date
Rémi de Juvigny
2e62447b55 Use svg for attribute icon 2022-07-20 14:45:33 +02:00
Rémi de Juvigny
877977646a Handle custom fields in ctb list view 2022-07-20 12:19:36 +02:00
Mark Kaylor
4949da189e Merge branch 'master' of github.com:strapi/strapi into features/custom-fields 2022-07-18 11:13:23 +02:00
Rémi de Juvigny
c5d1659a3d
Merge pull request #13718 from strapi/custom-fields/admin-registry
[Custom fields] Add custom fields registry in admin core
2022-07-18 10:51:51 +02:00
Alexandre Bodin
fe296baf71 v4.2.3 2022-07-13 14:20:58 +02:00
Pierre Noël
53d2a3d17d revert jest update + use and refactor strapi.cron 2022-07-13 13:35:32 +02:00
Rémi de Juvigny
49a8ab1f86 Register custom fields in admin core 2022-07-07 15:21:53 +02:00
Mark Kaylor
12dcfd26cb Add custom fields registry 2022-07-06 14:24:01 +02:00
Mark Kaylor
54ac16107f Fix plugin id 2022-07-06 09:45:52 +02:00
Mark Kaylor
874655d0f0 Add description and display name 2022-07-06 09:45:43 +02:00
Mark Kaylor
6a77b73833 Update naming 2022-07-05 17:42:47 +02:00
Mark Kaylor
1c556a0845 Add plugin for testing custom fields 2022-07-05 17:40:40 +02:00
Gustav Hansen
4fcb38d53d Merge branch 'master' into features/ML-folder 2022-07-05 12:53:51 +02:00
Convly
7ad8c26abc Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-30 16:09:31 +02:00
Convly
bdb5a3ee89 Merge branch 'releases/4.3.0' into features/typescript 2022-06-30 16:08:51 +02:00
Convly
376ff3133c v4.2.2 2022-06-29 15:28:03 +02:00
Convly
44d216a028 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-16 18:03:35 +02:00
Convly
6f01b3dbaa Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-06-16 18:01:02 +02:00
Jean-Sébastien Herbaux
c5ffea6ff2
Merge pull request #13566 from strapi/4.2.0
4.2.0
2022-06-15 15:17:49 +02:00
Convly
642b6a37e0 4.2.0 2022-06-15 15:09:07 +02:00
Pierre Noël
1e66f567f8 change folder uid for pathId 2022-06-13 09:16:26 +01:00
Alexandre Bodin
c12bde7e87 Merge branch 'master' into releases/4.2.0 2022-06-07 12:15:44 +02:00
Convly
7b89311c60 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-07 09:51:15 +02:00
Convly
7a99759c1e Merge branch 'releases/4.2.0' of github.com:strapi/strapi into features/typescript 2022-06-07 09:49:55 +02:00
Convly
3995c8cd27 Add dedicated command to generate schemas types 2022-06-03 13:54:35 +02:00
Convly
da364912ee Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-05-31 15:29:18 +02:00
Alexandre BODIN
a50f6e10bc
Merge pull request #13361 from digitalextremist/patch-1
Update .gitignore to allow use of word "coverage"
2022-05-30 14:37:33 +02:00
Donovan Keme
90db0788f1
Update to focus on specific target directory
Rather than any directory including the word `coverage`
2022-05-26 14:23:10 -07:00
Alexandre Bodin
ab698015cf v4.1.12 2022-05-25 17:17:49 +02:00
Convly
66e3aa5dcb Merge branch 'master' into features/typescript 2022-05-24 08:02:38 +02:00
Convly
37b6802099 Update minimum node version in the package.json files 2022-05-23 14:40:37 +02:00
Donovan Keme
4f733fc2cf
Update .gitignore to allow use of word "coverage"
API endpoints and content-types created with name "coverage" will be omitted unless exempted
2022-05-19 14:33:43 -07:00
Convly
698ae33e00 v4.1.11 2022-05-13 18:08:05 +02:00
Convly
06abcda86a v4.1.10 2022-05-11 16:30:38 +02:00
Convly
377e8e9da7 Merge branch 'master' into features/typescript 2022-05-02 15:40:18 +02:00
Alexandre Bodin
9fa53be186 v4.1.9 2022-04-27 18:25:42 +02:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript 2022-04-15 15:47:16 +02:00
Alexandre Bodin
3f204a0a48 v4.1.8 2022-04-13 16:45:31 +02:00
Pierre Noël
019007ba3e improve error message + remove use of API_TOKEN_SALT 2022-04-07 16:34:57 +02:00
Convly
9565d3ec2b Fix rebase 2022-04-04 12:26:41 +02:00
soupette
036a371160 Fixes #12896
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:22:01 +02:00
soupette
09f9c82f82 Add option to mesure webpack speed
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:21:30 +02:00
soupette
f5ba9af535 Speed up webpack config by using esbuild-loader
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:16:31 +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
soupette
58f2e7536d Add webpack config for TS and created tsconfig.json files for all plugins to enable TS in the admin
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:33 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Alexandre Bodin
f85ee2f487 Fix better-sqlite3 version 2022-03-31 17:49:13 +02:00
Alexandre Bodin
f25774168c v4.1.6 2022-03-30 15:34:12 +02:00
dependabot[bot]
d04911e21f
Bump @vscode/sqlite3 from 5.0.7 to 5.0.8
Bumps [@vscode/sqlite3](https://github.com/mapbox/node-sqlite3) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/mapbox/node-sqlite3/releases)
- [Changelog](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mapbox/node-sqlite3/commits)

---
updated-dependencies:
- dependency-name: "@vscode/sqlite3"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 09:04:23 +00:00
Alexandre Bodin
4b965665d4 Test each sqlite pkg 2022-03-25 09:02:19 +01:00