James
|
f4a2dff892
|
fix: #499, graphql row / ui field bug
|
2022-04-04 15:09:56 -04:00 |
|
James
|
6f05fe80ae
|
Merge branch 'master' of github.com:payloadcms/payload
|
2022-04-04 13:57:10 -04:00 |
|
James
|
a703e0582d
|
fix: #495, avoids appending version to id queries
|
2022-04-04 13:56:09 -04:00 |
|
Elliot DeNolf
|
839e3f9dae
|
test: fix all ts errors, eslint overrides
|
2022-04-03 23:40:29 -04:00 |
|
Elliot DeNolf
|
9c6af860d4
|
test: migrate test files to ts
|
2022-04-03 23:40:29 -04:00 |
|
Dan Ribbens
|
5a7e8a980b
|
feat: builds a way to inject custom React providers into admin UI
* fix: rich text textarea height
* feat: custom providers for admin panel
* docs: custom provider component
|
2022-03-28 11:23:22 -04:00 |
|
Lukas Chladek
|
45f70114e6
|
feat: export Plugin type from config types (#491)
This type is useful for plugin authors to correctly type their plugin.
|
2022-03-28 11:22:33 -04:00 |
|
Dan Ribbens
|
647db5122e
|
feat: add pagination argument to optimize graphql relationships and use in local api (#482)
|
2022-03-16 14:58:41 -04:00 |
|
Dan Ribbens
|
ad98b29398
|
feat: adds path to GraphQL errors (#457)
* feat: adds path to GraphQL errors
* feat: afterError hook complete and error handling types
* Revert "feat: afterError hook complete and error handling types"
This reverts commit 5517d16c58f516fd4663b1bff791dd7c78b1e721.
* fix: moves extra graphql error response to extensions
|
2022-03-16 13:11:30 -04:00 |
|
Dan Ribbens
|
26dbebb380
|
chore: improve test coverage for upload relationship (#475)
|
2022-03-16 13:10:22 -04:00 |
|
Dan Ribbens
|
f14e187545
|
feat: allow empty string radio and select option values (#479)
|
2022-03-16 13:09:37 -04:00 |
|
Jarrod Flesch
|
8fc4f7f806
|
fix: adjusts lte and gte types to match docs and codebase (#480)
|
2022-03-16 13:08:45 -04:00 |
|
Dan Ribbens
|
24aa475640
|
fix: further sanitize serverURL to prevent undefined in admin routes (#481)
|
2022-03-16 13:08:11 -04:00 |
|
James
|
97f3178005
|
fix: ensures overrideAccess is false if undefined while populating
|
2022-03-10 09:49:01 -05:00 |
|
James
|
73f418bb5c
|
feat: exposes data arg within create and update access control
|
2022-03-08 14:42:47 -05:00 |
|
James
|
7e5eeef122
|
chore: revises logic used to determine if hasWhereAccessResult
|
2022-03-08 14:42:28 -05:00 |
|
James
|
c9795133b3
|
feat: adds originalDoc to field access control
|
2022-03-07 10:53:57 -05:00 |
|
James
|
f5535f613a
|
fix: rare crash with link rte element
|
2022-03-07 10:23:50 -05:00 |
|
James
|
2e9a4c7d71
|
feat: improves rich text link
|
2022-03-03 16:29:38 -05:00 |
|
James
|
966c3c6471
|
feat: improves adding rich text voids to RTE
|
2022-03-03 15:17:02 -05:00 |
|
James
|
fd0629e932
|
fix: #464, graphql upload access control
|
2022-03-01 19:44:03 -05:00 |
|
James
|
8e23a24f34
|
feat: #458, provides field hooks with sibling data
|
2022-03-01 18:57:17 -05:00 |
|
James
|
f225ad349d
|
Merge branch 'fix/csrf-no-server-url' of github.com:payloadcms/payload into fix/461-searching-relationship-fields
|
2022-02-23 16:31:16 -05:00 |
|
Dan Ribbens
|
7e69fcbc7d
|
fix: optimizes relationship input search querying
|
2022-02-23 14:43:33 -05:00 |
|
Dan Ribbens
|
cbf43fa0d8
|
fix: prevents None from appearing in hasMany relationship select options
|
2022-02-23 14:42:01 -05:00 |
|
James
|
bac2a0a0bf
|
chore: cleanup
|
2022-02-23 09:41:56 -05:00 |
|
James
|
08924a1934
|
fix: #461
|
2022-02-23 09:40:54 -05:00 |
|
James
|
cfca6d67f1
|
chore: type cleanup
|
2022-02-23 08:16:13 -05:00 |
|
Oran Epelbaum
|
a9b83c8798
|
fix: #459 - in Relationship field to multiple collections, when the value is null, options are not populated (#460)
|
2022-02-23 08:05:17 -05:00 |
|
James
|
96a9b75558
|
chore: cleans up comments
|
2022-02-20 12:42:05 -05:00 |
|
James
|
08b3e8f18f
|
fix: ensures empty hasMany relationships save as empty arrays
|
2022-02-20 12:22:42 -05:00 |
|
Dan Ribbens
|
40487347e3
|
fix: allow jwt to work without csrf in config
|
2022-02-16 12:35:17 -05:00 |
|
James
|
56c16d5c16
|
fix: #454, withCondition type usability
|
2022-02-15 12:52:11 -05:00 |
|
Dan Ribbens
|
99b9afc81c
|
chore: version documentation for local and graphql apis
|
2022-02-14 15:50:04 -05:00 |
|
Dan Ribbens
|
4072e7ee06
|
feat: add local api for versions on globals
|
2022-02-14 15:50:04 -05:00 |
|
Dan Ribbens
|
85221e6109
|
chore: add type for collection graphQL
|
2022-02-14 12:35:07 -05:00 |
|
Dan Ribbens
|
7e7b0589ef
|
fix: config empty and sparse csrf is now allowed
|
2022-02-14 12:34:09 -05:00 |
|
James
|
c9fda13e61
|
chore: passing global graphql tests
|
2022-02-13 19:05:21 -05:00 |
|
James
|
2db80d2af8
|
Merge branch 'feat/graphql-versions' of github.com:payloadcms/payload
|
2022-02-13 18:20:11 -05:00 |
|
Dan Ribbens
|
76077c539d
|
WIP: globals graphql versions
|
2022-02-13 17:34:22 -05:00 |
|
Dan Ribbens
|
a5c8ea4e2e
|
fix: version where input type
|
2022-02-11 15:50:42 -05:00 |
|
James
|
fa8a6b769b
|
chore: simplifies buildVersionWhereInput
|
2022-02-11 15:00:16 -05:00 |
|
James
|
8422d0dfda
|
Merge branch 'feat/graphql-versions' of github.com:payloadcms/payload into feat/graphql-versions
|
2022-02-11 14:50:48 -05:00 |
|
Dan Ribbens
|
fc24485455
|
fix: improves version config sanitization
|
2022-02-11 14:22:10 -05:00 |
|
Dan Ribbens
|
407bc35a31
|
chore: rename buildInputObject to withWhereAndOr
|
2022-02-11 13:45:27 -05:00 |
|
Dan Ribbens
|
26b13a81c3
|
feat: improve code coverage for graphql versions
|
2022-02-11 13:39:17 -05:00 |
|
James
|
c0150ae846
|
feat: allows global access control to return query constraints
|
2022-02-11 11:35:55 -05:00 |
|
Dan Ribbens
|
dca90c4aa9
|
feat: serverURL is no longer required (#437)
|
2022-02-11 08:32:37 -05:00 |
|
Jacob Fletcher
|
500fb1c5c4
|
feat: allows select input to receive new options (#435)
|
2022-02-10 18:43:20 -05:00 |
|
James
|
6fab8bfbef
|
fix: #431 - relationship field not properly fetching option results
|
2022-02-10 18:23:40 -05:00 |
|