RufusLeTerrible
adffc30bc7
Merge pull request #12627 from strapi/fix/getNonLocalisedFieldNestedInComponent
...
Populate nested images for getNonLocalisedFields
2022-03-01 19:00:34 +01:00
Gustav Hansen
458be60f41
Merge pull request #12676 from endigo/add-mongolian-locale
...
Add Mongolian locale
2022-02-28 10:10:32 +01:00
endigo
6d3831b543
remove spaces that added by prettier
2022-02-28 12:47:18 +08:00
endigo
7cd9611dad
add Mongolian to snapshot
2022-02-27 16:42:45 +08:00
endigo
8221ea7345
Fix: typo; change Mongolia to Mongolian. Because its about language not a Country
2022-02-27 16:42:30 +08:00
Pierre Noël
db4e56af07
fix unit tests
2022-02-23 10:31:33 +01:00
Pierre Noël
f802db69d5
populate nested images for getNonLocalisedFields
2022-02-22 19:31:25 +01:00
Galt Davaa
70ca69c7fb
Add mongolian locale
2022-02-07 16:09:19 +08:00
Pierre Noël
d1ade9c610
add e2e test
2022-02-04 17:17:42 +01:00
Pierre Noël
909e29b9f9
remove scalar attributes from populate
2022-02-04 17:17:41 +01:00
Pierre Noël
ef3bc08521
add non-localized compo and dz in /get-non-localized-fields response
2022-02-04 17:17:41 +01:00
Pierre Noël
d581c43349
add non-localized media in /get-non-localized-fields response
2022-02-04 17:17:41 +01:00
kerimabdy
704447dc99
Update iso-locales.test.js.snap
2022-01-27 16:04:42 +05:00
kerimabdy
88aaa5f1b7
Add Turkmen ISO 639-1 locale code
2022-01-18 11:52:06 +05:00
harimkims
364a5f2b3d
Remove old _id field
2022-01-06 20:24:35 +09:00
Pierre Noël
14651530cc
remove todos that are already done
2021-11-30 14:47:45 +01:00
Alexandre Bodin
f4507e1cb0
Init factories for controllers
2021-11-16 18:23:28 +01:00
Convly
99e2b241e4
Move logic from services to controllers & entity validator
2021-11-16 16:02:06 +01:00
Pierre Noël
c6a5a047d6
Merge branch 'releases/v4' into v4/error-handling
2021-11-05 10:40:11 +01:00
Alexandre BODIN
6d23a0e2da
Merge pull request #11470 from strapi/v4/allow-using-all-for-locale-arg
...
[V4] Allow using all for locale arg
2021-11-04 18:29:52 +01:00
Convly
9b30189999
Allow using 'all' as a locale arg
2021-11-04 15:59:50 +01:00
Jean-Sébastien Herbaux
7f285fb755
[V4] Enhanced sanitize & remove restricted relations from content API's payloads ( #11411 )
...
* Rework sanitizeEntity, first iteration
* remove console.log
* Remove useless comments
* Fix e2e tests
* Fix up user e2e test
* Fix remove-restricted-relations visitor
* Handle grapqhql resolver, prevent access to restricted relations
* Handle polymorphic relation in the related visitor
* Remove morph attribute if empty
* Use only the find action to check if the relation is allowed
2021-11-04 15:47:53 +01:00
Pierre Noël
cb098ec280
clean yup validations
2021-11-04 11:42:45 +01:00
Pierre Noël
ebb124de4b
change graphql error handling with originalError
2021-11-04 11:42:44 +01:00
Pierre Noël
b4c9ad0440
refacto graphql errors
2021-11-04 11:42:43 +01:00
Pierre Noël
b58274aecb
refactor error handling
2021-11-04 11:41:29 +01:00
Alexandre Bodin
435ce3bc88
Move _locale to locale
2021-10-11 21:22:16 +02:00
Alexandre Bodin
c1aa57f436
Harmonize and make policies and middlwares more consistent
2021-10-05 10:43:24 +02:00
Pierre Noël
947981200b
use { strapi } as params in all lifecycle functions
2021-09-28 16:54:07 +02:00
Convly
20b20a0f92
Fix e2e test for UP, i18n & upload + various i18n fixes
2021-09-27 17:17:24 +02:00
Convly
3da1acebf4
Fix createLocalization mutations
2021-09-27 10:56:43 +02:00
Convly
033d3274d2
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-23 10:05:31 +02:00
Alexandre Bodin
c5f9d16105
Rename creator fields
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
Convly
f23d375e2d
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-22 15:01:56 +02:00
Convly
8b139ec162
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-22 10:48:29 +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
Convly
12547dd074
Disable i18n 'locale' mutations
2021-09-17 07:16:30 +02:00
Jean-Sébastien Herbaux
5a7a5dc987
[V4] GraphQL - Migrate Users & Permissions GraphQL config to V4 ( #10979 )
...
* Migrate UsersPermissions's GQL configuration to V4
* Remove old graphql configuration
2021-09-15 15:44:42 +02:00
Alexandre Bodin
0f3f984ea7
Init migration v4
...
- Hooks registry
- D&P CT migrations
- i18N CT migrations
- Umzug with js / sql migrations
- Eslint updates
2021-09-13 12:03:12 +02:00
Convly
58294cce6c
Fix cases where the type isn't registered in the type registry (i18n)
2021-09-10 15:52:19 +02:00
Jean-Sébastien Herbaux
8d9ea0f13e
[V4] GraphQL - Single types mutations implementation ( #10923 )
...
* Use new path for Strapi app attribute
* Add 'uid' to the list of existing Strapi scalars
* Fix single types queries definitions
* Remove ID from single types args
* Remove useless comments
* Fix typos
* Fix localizations populate in i18n core-api createLocalization handler
* Single type custom mutations implementation
2021-09-09 11:31:29 +02:00
Convly
b330e315d4
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-08 16:50:42 +02:00
Jean-Sébastien Herbaux
8276240a2f
Add the create{Type}Localization mutation to every localized content type, refactor the i18n core-api's create localization handler creation ( #10909 )
2021-09-08 16:38:46 +02:00
Alexandre Bodin
0ff3269c3a
Use the right api
2021-09-07 15:11:08 +02:00
Alexandre Bodin
9aa9837a4c
split i18n routes
2021-09-07 15:11:07 +02:00
Alexandre Bodin
13110994f9
Use router middleware to add i18n middlewares
2021-09-07 15:11:06 +02:00
Jean-Sébastien Herbaux
2b715a6ee9
V4/graphql configuration ( #10896 )
...
* Use a scalar to register the i18n locale arg
* Remove useless files & comments
* Use custom config for apollo server & the pagination (better handling of pagination)
* Fix missing strapi variable being transmitted to wrapResolvers/parseMiddlewares
* PR review comments
2021-09-07 11:23:49 +02:00
Convly
e2be869d3b
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-07 11:22:43 +02:00
Convly
e76e7462b7
Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor
2021-09-01 14:10:10 +02:00