Jarrod Flesch
470d4345f9
fix: ensures relationship field access control receives id
2021-10-01 17:07:26 -04:00
James Mikrut
19a224cdac
Merge pull request #208 from payloadcms/feat/maxdepth-field-property
...
feat: adds maxDepth to relationships and upload fields
2021-06-22 17:14:38 -04:00
James
d6bc6f9f0e
fix: safely stringifies ObjectIDs while populating relationships
2021-06-22 17:12:16 -04:00
Dan Ribbens
95c165018e
fix: respect maxDepth 0
2021-06-22 14:14:00 -04:00
Dan Ribbens
880dabdcad
feat: adds maxDepth to relationships and upload fields
2021-06-22 13:28:27 -04:00
Dan Ribbens
fb60bc79a1
feat: user preferences ( #195 )
...
* feat: adds preferences to rest api and graphql
* feat: admin panel saves user preferences on locales
* feat: admin panel saves user column preferences for collection lists
* feat: adds new id field to blocks and array items
* feat: exposes new DocumentInfo context and usePreferences hooks to admin panel
* docs: preferences api documentation and useage details
Co-authored-by: James <james@trbl.design >
2021-06-21 12:49:10 -04:00
Elliot DeNolf
dd40ab07fa
fix: handle all scenarios in select cell
2021-06-08 09:17:28 -04:00
James Mikrut
a2e57b09f2
fix: misc responsive improvements, date clipping in sidebar ( #165 ), express-fileupload schema validation ( #180 )
...
* fix: misc responsive improvements
* fix: date clipping in sidebar
* fix: revises popup
* fix: admin _verified field not displaying proper field value
* fix: properly typed express-fileupload config options
2021-05-16 13:04:29 -04:00
Elliot DeNolf
a5fcdf03ba
feat: add mimeTypes validation for uploads
2021-05-11 22:21:03 -04:00
James
9aebeaf579
feat: allows group field gutter to be disabled
2021-05-04 18:48:51 -04:00
Ontopic
e791c5b7b3
feat: add ability to hide gutter for RichText fields
...
* Adding ability to hide gutter on RichText field
* Adding documentation for hideGutter
Co-authored-by: anon <no-reply@google.com >
2021-05-04 18:37:26 -04:00
James
74430ea151
fix: allows _verificationToken to come back via showHiddenFields
2021-04-21 12:22:09 -04:00
James
0eddbb0ea8
Merge branch 'master' of github.com:payloadcms/payload
2021-04-21 11:34:51 -04:00
James
9c95c75030
fix: safely parses incoming stringified richtext json
2021-04-21 09:52:10 -04:00
Elliot DeNolf
519c021525
fix: make admin field properties in joi schema match TS types
2021-04-20 10:13:20 -04:00
Elliot DeNolf
fa49811377
fix: properly label arrays/blocks with plural and singular
2021-04-20 09:07:58 -04:00
James
5f2073ae68
fix: cleans up duplicative columns
2021-04-19 10:23:20 -04:00
James
4359a70a8b
fix: ensures api keys are properly populated in admin
2021-04-18 20:58:33 -04:00
James Mikrut
353042467f
feat: dynamically populates richtext relationships
...
* feat: adds relationship field to test searchable input
* fix: searching on relationship fields properly fetches results
* chore: more dry relationship field
* feat: sets default access control to requiring a user to be logged in
* feat: dynamically populates richtext relationships
* feat: allows depth param in graphql richText field
* feat: ensures relationship input is initialized with up to 3 related collections
2021-04-18 15:29:54 -04:00
James Mikrut
b86c3daa99
fix: searching on relationship fields properly fetches results
...
* feat: adds relationship field to test searchable input
* fix: searching on relationship fields properly fetches results
* chore: more dry relationship field
2021-04-18 15:27:34 -04:00
Elliot DeNolf
b383eb65c6
feat: autolabel fields when label is omitted ( #42 )
...
* feat: autolabel fields when omitted
* feat: handle autolabel in graphql mutation build
* feat: autolabel blocks
* test: add required slug field to blocks
* feat: handle graphql names when label is false
* feat: adds relationship field to test searchable input
* feat: handle block cell type labeling pluralization
* docs: remove all explicit labeling, no longer needed
* fix: falsey column labels, allows false array labels
* fix: client tests
* fix: auto-labels globals
* docs: globals auto-labeling and hooks clarification
* fix; proper object type naming
Co-authored-by: James <james@trbl.design >
2021-04-16 22:37:08 -04:00
Elliot DeNolf
21b2bd4b67
feat: improve uniqueness error handling
2021-04-16 18:37:50 -04:00
James
5f56994b02
Merge branch 'master' of github.com:payloadcms/payload
2021-04-13 12:28:15 -04:00
Jacob Fletcher
e58b152d40
fix: clears verificationToken when _verified is true
2021-04-13 12:10:10 -04:00
James
31c41c22ec
fix: ensures email is still prefilled in auth configs
2021-04-02 12:59:15 -04:00
James
988d0a4b08
feat: remembers conditional field values after removing / readding
2021-04-02 11:15:28 -04:00
James
c4a66c2cd9
fix: handles empty indices within array field data
2021-03-24 16:05:20 -04:00
James
50b99370d2
fix: validation consistency within admin
2021-03-24 12:38:50 -04:00
James
339f7503a4
feat: provides field access control with document data
2021-03-14 13:40:45 -04:00
James
3c42e6e6af
feat: reorders uploads to provide beforeChange hooks with upload data
2021-03-13 14:17:00 -05:00
James
e268e25719
feat: simplifies collection update operation
2021-02-27 21:24:19 -05:00
James
4de5605931
feat: removes requirement of returning value from field hooks
2021-02-27 20:14:41 -05:00
James
72a5886191
fix: casts incoming number field data as string
2021-02-19 09:02:01 -05:00
James
162ec74445
feat: detaches localization from mongoose entirely
2021-02-17 22:31:53 -05:00
James
e50fc1f314
fix: localized fields within blocks
2021-02-05 10:33:25 -05:00
Dan Ribbens
06ddab1249
fix: field valiation type can return promise
2021-01-27 00:54:41 -05:00
James
e056348850
feat: exposes further types
2021-01-24 10:29:57 -05:00
Elliot DeNolf
c8d656f1d9
Merge pull request #10 from payloadcms/feature/allow-admin-verify
2021-01-23 15:54:47 -05:00
James
2139eb410f
feat: auto-removes verificationToken upon manual user verify
2021-01-22 17:13:27 -05:00
Elliot DeNolf
1f40afb2fc
Merge pull request #15 from payloadcms/fix/14/localized-groups
...
fix: localized groups
2021-01-17 22:43:18 -05:00
Elliot DeNolf
5d7b9af23e
test: add field validations for text, textarea, password
2021-01-17 22:39:57 -05:00
Elliot DeNolf
ba31397ac1
fix: textarea handle undefined
2021-01-17 22:39:50 -05:00
James
f38e0fce98
fix: localized groups
2021-01-17 21:20:38 -05:00
Elliot DeNolf
5e60b8617e
fix: minLength field validation error messages
2021-01-16 21:24:03 -05:00
Elliot DeNolf
2c98087c6f
fix: add minLength and maxLength to textarea field validations
2021-01-16 21:23:26 -05:00
James
d43ff8b4a7
feat: types this within crreate op
2021-01-03 09:57:54 -05:00
James
cd0becb7ba
docs: field types
2020-12-31 11:19:59 -05:00
James
c572057706
fix: config validation of block imageURL
2020-12-31 09:53:19 -05:00
James
ffa0ea4756
chore: better names block image types
2020-12-31 09:30:25 -05:00
Jarrod Flesch
4fa942f3a0
fix: removes delete and unlock from baseField type and schema
2020-12-30 17:48:52 -05:00