Dan Ribbens
785b992c3e
fix: indexSortableFields not respected
2022-10-17 20:17:55 -04:00
James
6f6f2f8e7b
feat: builds beforeDuplicate admin hook, closes #1243
2022-10-12 11:44:41 -04:00
James
c2ec54a7cb
fix : #1184
2022-10-06 16:11:24 -04:00
James
a4504ca15b
Merge branch 'master' of github.com:payloadcms/payload into fix/#940
2022-10-06 14:23:37 -04:00
James
7926083732
fix : #940
2022-10-06 14:23:08 -04:00
James Mikrut
534cd5ae53
Merge pull request #1211 from jacobsfletch/master
...
feat: async admin access control
2022-10-06 13:31:01 -04:00
Jacob Fletcher
1cfce87549
feat: async admin access control
2022-10-06 13:16:15 -04:00
James
b4becd1493
fix : #1204
2022-10-06 13:11:25 -04:00
Jacob Fletcher
52cd3b4a7e
feat: supports root endpoints
2022-09-22 10:49:49 -04:00
Luciano Greiner
8bfe253157
Avoid adding password and email to schemas when disableLocalStrategy is on
2022-09-13 17:55:22 -03:00
James Mikrut
a1083727ef
feat: #1001 - builds a way to allow list view to search multiple fields
...
* make textfields searchable
* shorten namings in placeholder function
* chore: finishes listSearchableFields
Co-authored-by: Christian Reichart <christian.reichart@camperboys.com >
2022-09-12 16:38:02 -07:00
Elliot DeNolf
d5ccd45b53
Ability to get the "previous" state in the AfterChange Hook ( #1115 )
...
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-09-12 15:48:50 -07:00
Dan Ribbens
892a774998
Merge branch 'master' into feat/group-collections
2022-09-12 16:39:07 -04:00
Dan Ribbens
7acf944a28
Feat/expose sharp options ( #1029 )
...
Co-authored-by: khakimvinh <kha.kim.vinh@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-09-12 10:29:07 -07:00
Dan Ribbens
dffeaf6a69
feat: collection groups
2022-09-10 19:59:11 -04:00
James
a73c391c2c
fix : #953
2022-08-29 15:41:59 -07:00
Dan Ribbens
3736755a12
feat: types custom components to allow any props ( #1013 )
2022-08-29 14:57:30 -04:00
Dan Ribbens
d727fc8e24
feat: validate relationship and upload ids ( #1004 )
...
* feat: validate relationship and upload ids
* chore: update fields-relationship test data
* fix: skip FE relationship and upload id validation
2022-08-29 14:57:06 -04:00
dsod
bc97d3d6f2
Keep original request and add properties to it, instead of copy
2022-08-20 01:33:29 +02:00
Dan Ribbens
771bbaedbc
chore: validation reuses endpoints schema
2022-08-17 13:06:58 -04:00
James
ccada2e8c9
chore: migrates to PATCH for collection updates
2022-08-15 19:19:44 -07:00
James
1d8bcd6e16
Merge commit 'refs/pull/863/head' of github.com:payloadcms/payload
2022-08-15 18:55:07 -07:00
James
7c449e0d30
Merge branch 'chore/simplify-indexes' of github.com:payloadcms/payload
2022-08-15 13:58:10 -07:00
Dan Ribbens
1c7445dc7f
fix: format graphql localization input type ( #932 )
...
* fix: format locales for graphql
* fix: locale missing from graphql mutation args
2022-08-15 11:42:29 -04:00
Dan Ribbens
9165b25fd6
chore: remove unused devDependency mongodb
2022-08-12 12:01:34 -04:00
Arick
50972b98a1
fix: E11000 duplicate key error has no keyValue ( #916 )
2022-08-11 07:49:59 -04:00
James
a8d2e09952
feat: exposes static upload handlers
2022-08-07 19:00:26 -04:00
James
804f3ced95
chore: simplifies base field merging
2022-08-06 13:12:47 -04:00
James
8d968b7690
fix: allows querying incomplete drafts in graphql
2022-08-04 15:45:33 -04:00
Falko Woudstra
d0d498e9c7
Add warning PATCH update route and add deprecation warning on PUT
2022-08-01 23:59:26 +02:00
Dan Ribbens
da2a262208
test: e2e windows compatibility ( #861 )
...
* test: e2e compatible with windows
* chore: mongoose type fix
2022-08-01 15:21:25 -04:00
James Mikrut
bd4dd45f8e
Merge pull request #819 from payloadcms/feat/dataloader
...
feat: greatly enhances performance by using dataloader pattern to batch populations
2022-07-27 11:36:28 -04:00
James
5dc7caf356
fix: id now properly required in graphql findByID operation
2022-07-26 16:59:29 -04:00
James
a8a21e119b
chore: better naming conventions within local api
2022-07-26 12:58:02 -04:00
James
e541713282
chore: linting
2022-07-25 16:03:50 -04:00
James
5d57bfa438
feat: significantly improves complex GraphQL query performance
2022-07-25 15:54:52 -04:00
James
c5bcd1e341
feat: greatly enhances performance by using dataloader pattern to batch populations
2022-07-25 15:12:28 -04:00
Dan Ribbens
f22f56e73c
feat: use provided auth strategy name or strategy.name ( #797 )
...
* feat: use provided auth strategy name or strategy.name
* fix: require strategy name when providing custom auth
2022-07-21 19:36:31 -04:00
Luciano Greiner
3a3026cd63
feat: pass payload and names to custom auth strategies ( #781 )
2022-07-21 18:18:26 -04:00
Elliot DeNolf
f5ad7a163a
test: remove all old tests
2022-07-17 16:08:07 -07:00
James
b43e8c5db0
tests: ports versions tests to new infra
2022-07-17 13:11:38 -07:00
James
3b9fdf3ffd
feat: ensures nested fields not affecting data can be traversed properly
2022-07-15 21:06:12 -07:00
James
85b7a490eb
feat: scaffolds tabs field
2022-07-15 16:24:54 -07:00
Dan Ribbens
40b6afff2d
feat: remove duplication of config in tests
2022-07-15 14:11:16 -04:00
Dan Ribbens
48700a93e3
* fix: css selectors
2022-07-14 17:00:34 -04:00
Elliot DeNolf
90ba15f9bd
feat: testing refactor (e2e/int) ( #748 )
...
Co-authored-by: James <james@trbl.design >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-07-13 11:00:10 -07:00
Dan Ribbens
8d550d411e
docs: update collection hooks
2022-07-09 19:57:58 -04:00
Dan Ribbens
166bd31506
feat: add res to token hooks
2022-07-09 19:38:24 -04:00
Dan Ribbens
4055908bc8
feat: add afterMe afterLogout and afterRefresh
2022-07-09 19:29:00 -04:00
James
c8be171f24
chore: further disabling of local auth strategy
2022-07-09 12:04:21 -07:00