James
|
e35b212781
|
builds relationship whereInput graphQL type
|
2020-09-16 13:56:02 -04:00 |
|
Elliot DeNolf
|
c439297223
|
wip: implement sendVerificationEmail
|
2020-09-16 10:47:21 -04:00 |
|
James
|
6f6289a069
|
allows for proper extension of graphql queries / mutations
|
2020-09-16 09:04:50 -04:00 |
|
Elliot DeNolf
|
a39cec2b76
|
use crypto for verification token
|
2020-09-15 14:26:55 -04:00 |
|
Elliot DeNolf
|
f20feae4d9
|
conditionally add email verification fields to schema
|
2020-09-15 14:20:28 -04:00 |
|
James
|
2d1169ac66
|
removes leftover reference to auth update
|
2020-09-15 11:40:43 -04:00 |
|
James
|
966dd7a40f
|
allows for user override in local operations
|
2020-09-15 08:57:49 -04:00 |
|
James
|
eee835696c
|
adds control over overrideAccess in findByID
|
2020-09-14 21:53:11 -04:00 |
|
James
|
e95edbd3e4
|
fixes css imports like an adult
|
2020-09-14 21:25:11 -04:00 |
|
James
|
b462fe5f77
|
stringifies globals before sending, fixes async bug
|
2020-09-14 21:21:13 -04:00 |
|
James
|
a1865ed5fb
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-09-14 21:04:44 -04:00 |
|
James
|
209d812239
|
fixes bug with relationship population in graphql resolver
|
2020-09-14 21:04:17 -04:00 |
|
James
|
4e3cc2bc05
|
comments out breaking graphql errors
|
2020-09-14 21:04:02 -04:00 |
|
James
|
f5731f2fc8
|
moves position of beforeRead operation
|
2020-09-14 21:03:50 -04:00 |
|
James
|
29b608d6f8
|
properly imports css in DatePicker
|
2020-09-14 21:03:06 -04:00 |
|
James
|
0fb96ff3e9
|
fixes bug with loading css in DatePicker
|
2020-09-14 21:02:40 -04:00 |
|
Elliot DeNolf
|
5345eb993a
|
fix global update's execution of access
|
2020-09-14 17:34:56 -04:00 |
|
Elliot DeNolf
|
8f67ee4ac3
|
Merge pull request #382 from trouble/local-crud-globals
|
2020-09-14 17:03:21 -04:00 |
|
James
|
9f8b1d9521
|
fixes bug with ensuring hasMany relationships have initial values
|
2020-09-13 12:24:04 -04:00 |
|
James
|
bb5f747052
|
flattens create / register, update / authUpdate
|
2020-09-13 12:06:02 -04:00 |
|
Elliot DeNolf
|
f2f8ffbbb2
|
implement global update
|
2020-09-13 08:40:28 -04:00 |
|
James
|
fab4c0ed76
|
fixes accidentally running hooks for non-populated subdocs, waits for hooks before running population
|
2020-09-12 22:56:15 -04:00 |
|
James
|
7b3cefd4ef
|
fixes bug with zero-based radio values
|
2020-09-12 22:55:18 -04:00 |
|
James
|
ad483da837
|
changes timestamps to opt-out
|
2020-09-12 22:55:05 -04:00 |
|
James
|
01d49ccd36
|
removes console log
|
2020-09-12 17:48:46 -04:00 |
|
James
|
7ceadc15a3
|
just wasted about a half hour of time on this
|
2020-09-12 17:45:55 -04:00 |
|
James
|
3caf81d9f7
|
redirects to NotFound properly when editing a document that does not exist
|
2020-09-12 16:42:04 -04:00 |
|
James
|
dd6740e109
|
only shows LeaveWithoutSaving if user is logged in
|
2020-09-12 16:36:23 -04:00 |
|
James
|
28e4cf6726
|
fixes bug in code field
|
2020-09-12 16:33:14 -04:00 |
|
James
|
95e38a568f
|
adds Code field
|
2020-09-12 16:24:03 -04:00 |
|
James
|
698a9ead04
|
fixes bug with field sanitization and JWT graphql type
|
2020-09-11 15:12:02 -04:00 |
|
James
|
bd3f628d55
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-09-11 14:11:51 -04:00 |
|
James
|
14d702ff8d
|
improves graphql name formatting
|
2020-09-11 14:11:33 -04:00 |
|
James
|
dd5acae76f
|
only sets nullable gql type if no admin condition
|
2020-09-11 14:11:23 -04:00 |
|
James
|
9de51bbf02
|
fixes gql in relationships with many relations
|
2020-09-11 14:11:10 -04:00 |
|
James
|
9c44a159b9
|
formats radio values as strings within validation
|
2020-09-11 12:50:41 -04:00 |
|
James
|
43e3162c7d
|
fixes bug within FileDetails when no sizes present
|
2020-09-11 12:49:44 -04:00 |
|
Elliot DeNolf
|
2b81e887ad
|
implement global find
|
2020-09-11 11:33:26 -04:00 |
|
Elliot DeNolf
|
bf452c23bc
|
Add tests for sanitizeFields
|
2020-09-10 21:47:55 -04:00 |
|
Elliot DeNolf
|
da3495cb4b
|
fix MissingFieldType missing export
|
2020-09-10 21:18:01 -04:00 |
|
Elliot DeNolf
|
899a158843
|
fix parameter ordering for sanitizeFields calls
|
2020-09-10 21:17:46 -04:00 |
|
Elliot DeNolf
|
163daf5816
|
validate global relationships
|
2020-09-10 19:35:55 -04:00 |
|
Elliot DeNolf
|
7fbab16b22
|
validate relationships within blocks, gettin' recursive with it
|
2020-09-10 19:17:57 -04:00 |
|
Elliot DeNolf
|
17b8335c3c
|
validate relationTo on fields
|
2020-09-10 18:07:07 -04:00 |
|
Elliot DeNolf
|
9cb630f98d
|
Disable auto-indexing, index if set to true or if unique
|
2020-09-10 13:02:09 -04:00 |
|
Jarrod Flesch
|
f695bd8c1d
|
increases font size on date picker times
|
2020-09-09 14:25:12 -04:00 |
|
Jarrod Flesch
|
8a8222995f
|
better date validation, date-picker style updates
|
2020-09-08 15:11:18 -04:00 |
|
Jarrod Flesch
|
ca24263c17
|
removes duplicate key from babel-loader removeObjectProperties
|
2020-09-08 13:31:25 -04:00 |
|
James
|
6fe09c8264
|
fixes bugs within auth / graphQL
|
2020-09-07 14:47:03 -04:00 |
|
James
|
4616e7fa16
|
sends fields on mount within useFieldType
|
2020-09-05 17:44:41 -04:00 |
|