Convly
|
e826297051
|
Remove NOTE
|
2022-09-01 10:54:32 +02:00 |
|
Convly
|
7d5c1e9b21
|
Revert add comment
|
2022-09-01 10:50:44 +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 |
|
Convly
|
ccf39e4f2f
|
Merge branches 'fix/i18n-locale-queries-forbidden-access' and 'main' of github.com:strapi/strapi into fix/i18n-locale-queries-forbidden-access
|
2022-09-01 10:35:35 +02:00 |
|
Convly
|
18e07d8d0f
|
Update comment
|
2022-09-01 10:30:26 +02:00 |
|
Convly
|
d71ffb2f5d
|
Merge branch 'main' into fix/i18n-locale-queries-forbidden-access
|
2022-09-01 10:02:09 +02: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 |
|
Dieter Stinglhamber
|
c068ec5aef
|
fix sqlite client
|
2022-09-01 09:17:23 +02:00 |
|
GitStart
|
d78c61e1ac
|
Merge branch 'main' into STRAP-54
|
2022-09-01 07:16:15 +01:00 |
|
Dieter Stinglhamber
|
28db135322
|
remove DATABASE_URL for SQLite
|
2022-09-01 07:53:05 +02:00 |
|
Gustav Hansen
|
6ddbe31667
|
Merge pull request #14092 from strapi/feature/relations-main-view-integration-relation-input
CM: Render new RelationInput component
|
2022-08-31 20:45:05 +02: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 |
|
Gustav Hansen
|
d2bfa0d12e
|
RelationInputWrapper: Add select unit tests
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
211abd8f35
|
RelationInputWrapper: Add utility tests for filtering deleted entities
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
377f83b770
|
RelationInputWrapper: Fix select wiring, move endpoint generation out
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
94f26679cf
|
RelationInputWrapper: Refactor formatLayout and create fetch endpoint
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
534c6e4a6e
|
RelationInputWrapper: Pass down disabled state & filtered relations
|
2022-08-31 17:49:12 +02:00 |
|
Gustav Hansen
|
d5fc2eb305
|
CM: Render new RelationInput component
|
2022-08-31 17:49:12 +02:00 |
|
Gustav Hansen
|
4e8d012b3d
|
Merge branch 'main' into feature/relations-main-view
|
2022-08-31 17:47:38 +02:00 |
|
derrickmehaffy
|
78c45c95a8
|
Update db versions and mirror readme to strapi package
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
|
2022-08-31 08:05:55 -07:00 |
|
Ben Irvin
|
55634bacbd
|
lifespan update not allowed
|
2022-08-31 16:42:48 +02:00 |
|
Jean-Sébastien Herbaux
|
344d200582
|
Merge pull request #14271 from strapi/api-token-v2/cleanup-content-api-core-service
Core Content API service cleanup
|
2022-08-31 16:33:02 +02:00 |
|
Fabien del Carmen
|
29410dd8fb
|
Merge pull request #14190 from strapi/fix/project-analytics-metadata-structure
Update metadata casing and structure
|
2022-08-31 16:26:45 +02:00 |
|
Ben Irvin
|
9f75d5b604
|
Merge branch 'main' into fix/delete-duplicate-route-users-delete
|
2022-08-31 15:39:04 +02:00 |
|
Mark Kaylor
|
a3b014e47e
|
Fix spacing on popover
|
2022-08-31 15:34:37 +02:00 |
|
Mark Kaylor
|
b5bd86bab6
|
Use Flex component with props
|
2022-08-31 15:16:59 +02:00 |
|
Julie Plantey
|
b3ac09da14
|
Merge pull request #14246 from strapi/enh/ReactSelect-loading-state
[Enh] ReactSelect loading state
|
2022-08-31 15:16:38 +02:00 |
|
Gustav Hansen
|
b220ecb7fc
|
Merge pull request #14270 from strapi/dependabot/npm_and_yarn/codemirror-5.65.8
Bump codemirror from 5.65.7 to 5.65.8
|
2022-08-31 15:08:58 +02:00 |
|
Convly
|
7eded0ab7b
|
Merge branch 'features/api-token-v2' into api-token-v2/cleanup-content-api-core-service
|
2022-08-31 14:54:16 +02:00 |
|
Ben Irvin
|
0b20b7ef24
|
Merge branch 'main' into fix/delete-duplicate-route-users-delete
|
2022-08-31 14:51:16 +02:00 |
|
Ben Irvin
|
c5b5f5905f
|
Merge pull request #14268 from strapi/api-token-v2/cleanup-old-route
Api token v2/Cleanup
|
2022-08-31 14:50:49 +02:00 |
|