6261 Commits

Author SHA1 Message Date
Julie Plantey
66e998cb31
Merge pull request #14264 from WalkingPizza/fix/14205
Fix global.users translation for ES
2022-09-05 10:41:31 +02:00
Julie Plantey
0435769fec poc react window 2022-09-02 17:29:52 +02:00
Bassel Kanso
6ce5bf6a89 small fixes and changes 2022-09-02 16:56:44 +03:00
WalkingPizza
12fffff5c8 Prevent InputJSON from crashing when field value is 0 2022-09-02 15:12:52 +02:00
WalkingPizza
617ae0f396 Remove console.log 2022-09-02 15:04:30 +02:00
WalkingPizza
55efd7b034 Update lang attribute on locale change 2022-09-02 14:46:31 +02:00
WalkingPizza
d63c47b6e6 Do not allow reserved names for singular/plural API names 2022-09-02 13:18:07 +02:00
Bassel Kanso
7ae458480f used terinary operator 2022-09-02 13:01:31 +03:00
Bassel Kanso
dae381cbc7 fix don't filter the plugin action 2022-09-02 12:46:55 +03:00
Bassel Kanso
e8bde13352 show routes for actions 2022-09-02 12:43:48 +03: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
Bassel Kanso
c842085fe3 move routes map service to content API coontainer 2022-09-02 11:06:55 +03:00
Convly
94978036bc Merge branch 'main' into features/api-token-v2 2022-09-02 09:35:03 +02:00
Zharkan
2b8a9ba33a
fix some translations 2022-09-01 23:06:23 +02:00
WalkingPizza
1b6ccc76b6 Trim admin's first name when validating 2022-09-01 22:45:23 +02:00
Mark Kaylor
2bf73e4fdc Merge branch 'features/custom-fields' of github.com:strapi/strapi into custom-fields/color-picker 2022-09-01 18:01:46 +02:00
Bassel Kanso
94488a07c3 update snapshot test 2022-09-01 15:17:19 +03:00
Bassel Kanso
a9f0987f73 update permissions after submit 2022-09-01 14:57:04 +03:00
Bassel Kanso
641122d3ff update tests 2022-09-01 14:17:58 +03:00
Bassel Kanso
94fb69e01e re intialize formik values when initial values change 2022-09-01 14:16:08 +03:00
Bassel Kanso
5c202135e3 Merge branch 'features/api-token-v2' into api-token-v2/refactor-frontend 2022-09-01 14:02:44 +03:00
Julie Plantey
a3a1bea099 RelationInput tests 2022-09-01 12:30:58 +02:00
Bassel Kanso
7f2f205fa3 remove default lifespan value 2022-09-01 12:24:26 +03:00
Convly
4a5562bf78 Merge branch 'features/api-token-v2' of github.com:strapi/strapi into features/api-token-v2 2022-09-01 11:23:47 +02:00
Convly
c3f18c7fdc Update frontend snapshots 2022-09-01 11:21:43 +02:00
Pierre Noël
29376f8113
Merge pull request #14014 from strapi/relations-main-view/find-new-relations
refactor relation findNew route
2022-09-01 11:11:06 +02:00
Simone
758ab18329
Merge pull request #14213 from strapi/api-token-v2/regenerate-an-api-token
Regenerate an API token
2022-09-01 11:07:04 +02:00
Bassel Kanso
1411367b5f Merge branch 'features/api-token-v2' into api-token-v2/refactor-frontend 2022-09-01 11:36:11 +03:00
Ben Irvin
7091e551c4
Merge pull request #14278 from strapi/api-token-v2/lifespan-no-update
Prevent updating an API token's lifespan from the admin API
2022-09-01 10:00:31 +02:00
Simone Taeggi
5985b3ca08 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-09-01 09:50:51 +02:00
Simone Taeggi
078c4fb96c merge main in features/api-token-v2 2022-09-01 09:50:19 +02:00
Simone Taeggi
df1db27b58 add some tests 2022-09-01 09:46:43 +02:00
GitStart
d78c61e1ac
Merge branch 'main' into STRAP-54 2022-09-01 07:16:15 +01:00
Gustav Hansen
e4572e97bf RelationInputWrapper: Fix prop-types, add mock data 2022-08-31 20:43:55 +02:00
DMehaffy
1df064c4f7
Merge branch 'main' into fix/14193 2022-08-31 10:13:54 -07:00
Tim Izzo
b6127a38ed
Merge branch 'main' into main 2022-08-31 18:04:03 +02:00
Tim Izzo
69c59f6e60 Allow ESM module for custom middlewares #14146 2022-08-31 17:58:50 +02:00
Gustav Hansen
06e58a6a21 CM: Update useFetchContentTypeLayout tests 2022-08-31 17:49:31 +02:00
Gustav Hansen
825e3a2220 CM: Update useFetchContentTypeLayout endpoint object 2022-08-31 17:49:31 +02:00
Gustav Hansen
3a0434d546 EditViewDataManagerProvider: Store loaded relations in initialData 2022-08-31 17:49:31 +02:00
Gustav Hansen
2f84ad92ff useRelation: Update interface and group relation / search props together 2022-08-31 17:49:30 +02:00
Gustav Hansen
6ff74c9455 RelationInputWrapper: Move publication states into a constant 2022-08-31 17:49:30 +02:00
Gustav Hansen
535dfc9dee RelationInputWrapper: Pass down publication state translations 2022-08-31 17:49:29 +02:00
Gustav Hansen
6708b1bce8 RelationInputWrapper: Pass publicationState instead of isDraft 2022-08-31 17:49:29 +02:00
Gustav Hansen
77026fe24b RelationInputWrapper: Apply normalization to search results aswell 2022-08-31 17:49:28 +02:00
Gustav Hansen
afc3b5252f RelationInputWrapper: Normalize relations for RelationInput 2022-08-31 17:49:28 +02:00
Gustav Hansen
421f035958 wip 2022-08-31 17:49:28 +02:00
Gustav Hansen
e101fa0b24 RelationInputWrapper: Remove containsKey from field props 2022-08-31 17:49:27 +02:00
Gustav Hansen
a5279973e2 RelationInputWrapper: Add util to generate relation link targets 2022-08-31 17:49:27 +02:00
Gustav Hansen
5420aec8ff CM: Remove legacy SelectOne, SelectMany and SelectWrapper components 2022-08-31 17:49:24 +02:00