36 Commits

Author SHA1 Message Date
Simone Taeggi
d48f5919c3 fix the api-token routes policy 2022-09-08 11:39:09 +02:00
Bassel Kanso
30e3a2ac70 Merge branch 'features/api-token-v2' into api-token-v2/get-action-bound-routes 2022-09-02 11:17:39 +03:00
Ben Irvin
dc90c752c8 remove old path 2022-08-31 10:57:13 +02:00
Bassel Kanso
e9fd658331 add a route to get contentApi Routes 2022-08-31 11:39:55 +03:00
Bassel Kanso
3ce256e279 add content api permissions controller to it's separate file 2022-08-26 10:02:13 +03:00
Bassel Kanso
a772f8a8ac add content type permissions to the permissions route 2022-08-25 16:57:45 +03:00
Bassel Kanso
e8bca67186 create route for api token layout 2022-08-24 18:08:17 +03:00
Ben Irvin
9941198dac fix regeneration 2022-08-18 14:03:59 +02:00
Ben Irvin
06d95419f4 add regeneration of tokens 2022-08-18 13:31:02 +02:00
Alexandre Bodin
8e486dd05b Fix eslint --fix error 2022-08-11 10:20:50 +02:00
Alexandre Bodin
0ae14c06cb 1st fix pass 2022-08-11 10:20:48 +02:00
WalkingPizza
b43a35aaf7 Replace trigger permission with update 2022-08-09 17:20:19 +02:00
WalkingPizza
e0350558bc Add missing permissions to webhook triggering endpoint 2022-08-06 15:19:20 +02:00
Convly
48ab30ccee First pass on Alexandre's review 2022-06-07 16:07:39 +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
vincentbpro
ce181eccf0 fix: created a dedicated read permission for project settings 2022-04-25 13:29:19 +02:00
vincentbpro
4c80b3f798 feat(menu-logo): added GET /project-settings route 2022-04-20 15:52:58 +02:00
Convly
9a2ae88480 Prevent access to telemetry-properties route if the telemetry is disabled 2022-04-13 16:11:42 +02:00
Convly
8440d4064f Add the typescript telemetry events to the admin events 2022-04-13 15:41:39 +02:00
vincentbpro
fe984cddfe feat(logo-customization): created update project-settings route 2022-03-31 11:33:54 +02:00
Convly
876d4a52a8 Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-03-15 14:57:45 +01:00
Convly
91d574ffdd Use new dirs (app/dist) 2022-03-14 17:54:35 +01:00
Sacha STAFYNIAK
7396752575 fix: serve all admin dist file with public cache except html files 2022-03-10 15:14:09 +01:00
Sacha STAFYNIAK
970f1d2b5d fix: serve admin static file with public cache 2022-03-05 16:30:06 +01:00
Alexandre Bodin
21728d60ac Cleanup 2021-11-30 09:03:52 +01:00
Alexandre Bodin
b82f0a3d01 Build admin only when necessary and serve it from the admin package 2021-11-29 16:20:47 +01:00
Alexandre Bodin
c1aa57f436 Harmonize and make policies and middlwares more consistent 2021-10-05 10:43:24 +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
Dieter Stinglhamber
f7bd99cb74 implement PUT endpoint to update a token 2021-09-24 12:05:40 +02:00
Dieter Stinglhamber
a4e0df4ce8 implement GET endpoint to get a single token 2021-09-24 12:05:39 +02:00
Dieter Stinglhamber
946d3a0ea3 add DELETE route and logic 2021-09-24 12:05:38 +02:00
Dieter Stinglhamber
fd2b0d81ab implement GET endpoint to list the api tokens 2021-09-24 12:05:37 +02:00
Dieter Stinglhamber
3fb6b57808 implement POST endpoint to create api tokens 2021-09-24 12:05:34 +02:00
Alexandre Bodin
a14b16af51 Move admin auth to global auth system 2021-09-08 16:16:16 +02:00
Alexandre Bodin
ba15f31f89 Cleanup admin ee and middlewares 2021-09-07 15:11:08 +02:00
Alexandre Bodin
0ff3269c3a Use the right api 2021-09-07 15:11:08 +02:00