17303 Commits

Author SHA1 Message Date
Dieter Stinglhamber
0be0c98d72 add test to support salt errors 2021-09-24 12:05:36 +02:00
Dieter Stinglhamber
ef36034acf throw an error if there is an issue with the salt configuration 2021-09-24 12:05:36 +02:00
Dieter Stinglhamber
e16ce91ade add test to support trimming 2021-09-24 12:05:35 +02:00
Dieter Stinglhamber
4b7a1eb48f trim name and description before validation 2021-09-24 12:05:35 +02:00
Dieter Stinglhamber
e9b897b66b store the hashed accessKey in the database 2021-09-24 12:05:35 +02:00
Dieter Stinglhamber
5305f2e757 fix issues after rebasing on release/v4 2021-09-24 12:05:35 +02:00
Dieter Stinglhamber
1c10cf4acf improve jsdoc comments 2021-09-24 12:05:35 +02:00
Dieter Stinglhamber
f2c6af61ee fix exists function 2021-09-24 12:05:34 +02:00
Dieter Stinglhamber
4d27d9de51 cleanup unnecessary code 2021-09-24 12:05:34 +02:00
Dieter Stinglhamber
3fb6b57808 implement POST endpoint to create api tokens 2021-09-24 12:05:34 +02:00
Dieter Stinglhamber
36af3134be fix displayName for create and delete permissions 2021-09-24 12:05:34 +02:00
Dieter Stinglhamber
33374f4193 update snapshot for EE without SSO test 2021-09-24 12:05:34 +02:00
Dieter Stinglhamber
d60659df89 update snapshot for EE test 2021-09-24 12:05:33 +02:00
Dieter Stinglhamber
8d9b957f8c add CRUD permission for the api token 2021-09-24 12:05:33 +02:00
Alexandre Bodin
fd4701d33e Fix missing dep 2021-09-24 11:33:14 +02:00
Alexandre Bodin
78fc0c4333 Remove hook-redis to leave it to leave this for userland 2021-09-24 10:43:10 +02:00
Alexandre Bodin
af48edd943 Remove strapi-hook-ejs 2021-09-24 10:24:15 +02:00
Alexandre Bodin
3155f5b380 Remove strapi-middlware-views 2021-09-24 10:12:39 +02:00
Dieter Sting
e4d443ed09
cast isAuthenticated as a boolean to avoid side effects
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2021-09-24 09:59:19 +02:00
Dieter Sting
7a03e65c3f
make sure to await the policy in case we have an async function
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2021-09-24 09:58:49 +02:00
Dieter Stinglhamber
da95228830 fix unit tests 2021-09-24 09:56:08 +02:00
Alexandre Bodin
b8d388b4a7 Prefix route in U&P with /api 2021-09-24 09:55:01 +02:00
Dieter Stinglhamber
bc9bc1c498 remove commented code 2021-09-24 09:44:53 +02:00
Dieter Stinglhamber
3c1dcbe76d refactor policy API 2021-09-24 09:35:25 +02:00
Alexandre BODIN
b97dff15ee
Merge pull request #11063 from strapi/v4/cleanup-cm
Move CM files into the new structure
2021-09-24 09:26:02 +02:00
Alexandre Bodin
7cf05bfb10 Move CM files into the new structure 2021-09-24 09:04:44 +02:00
Alexandre BODIN
88bff3cb27
Merge pull request #11043 from strapi/v4/disable-template
Disable templates for the moment
2021-09-23 17:42:07 +02:00
Alexandre BODIN
67af23d827
Merge pull request #11056 from strapi/v4/migrate-user-functions
Migrate user functions folder
2021-09-23 17:18:20 +02:00
Pierre Noël
03110962d6 disable template question 2021-09-23 16:53:32 +02:00
Pierre Noël
2d307f4d65 remove functions folder in generator 2021-09-23 16:47:24 +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
6adf460b63 cron registry becomes cron service 2021-09-23 10:40:17 +02:00
Pierre Noël
199dd54e42 migrate user functions folder 2021-09-23 09:14:09 +02:00
Alexandre BODIN
24c8baf4f9
Merge pull request #11053 from strapi/v4/fix-distinct
Fix distinct
2021-09-22 20:30:29 +02:00
Alexandre Bodin
704ff5a612 Fix components ordering 2021-09-22 20:10:48 +02:00
Alexandre Bodin
549773698a Fix distinct 2021-09-22 18:49:04 +02:00
Alexandre BODIN
b23f090709
Merge pull request #11050 from strapi/v4/db-column-naming
Column naming convention
2021-09-22 18:00:48 +02:00
Alexandre Bodin
7855b7acbb Fix merge error 2021-09-22 17:20:31 +02:00
Alexandre Bodin
c5f9d16105 Rename creator fields 2021-09-22 17:06:16 +02:00
Alexandre Bodin
65eba8f63b Rename timestamps in front 2021-09-22 17:06:16 +02:00
Alexandre Bodin
fe85273301 Move published_at to publishedAt in frontend 2021-09-22 17:06:15 +02:00
Alexandre Bodin
58e024d3ad use columnName snake casing and rename timestamp attributes 2021-09-22 17:05:30 +02:00
Alexandre BODIN
872e7317ca
Merge pull request #11031 from strapi/v4/entity-service-refactor
Refacto entity service API to be more consistent with the DB layer
2021-09-22 14:33:39 +02:00
Pierre Noël
a742f19e16 Disable templates for the moment 2021-09-22 10:55:22 +02:00
Alexandre Bodin
8ea16d7a54 Merge branch 'releases/v4' into v4/entity-service-refactor 2021-09-21 19:16:44 +02:00
Alexandre Bodin
3d302ba448 Fix distinct queries 2021-09-21 19:16:25 +02:00
Alexandre Bodin
9f337272f1 Refacto entity service API to be more consistent with the DB layer 2021-09-21 17:22:17 +02:00
Alexandre BODIN
5e7dfe3d47
Merge pull request #10950 from strapi/v4/db-migrations
Init migration v4
2021-09-21 17:21:51 +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