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
|
4616e7fa16
|
sends fields on mount within useFieldType
|
2020-09-05 17:44:41 -04:00 |
|
James
|
8a1bd762ba
|
implements a way to add custom express middleware
|
2020-09-05 12:23:39 -04:00 |
|
James
|
c760863f8c
|
enables Upload GraphQL field resolver
|
2020-09-05 12:19:32 -04:00 |
|
James
|
7d0e2820cc
|
implements cookie expiration, streamlines cookie options on collection config level
|
2020-09-01 18:21:51 -04:00 |
|
James
|
01f170ba73
|
further revises initialState fixes to Array, Blocks
|
2020-08-29 16:24:27 -04:00 |
|
James
|
a53e24904f
|
fixes state initialization in Array and Blocks
|
2020-08-29 12:08:26 -04:00 |
|
James
|
423cdbd63f
|
removes field from state if failing condition
|
2020-08-29 12:08:12 -04:00 |
|
James
|
e38c0e687f
|
fixes bug in Radio field type
|
2020-08-29 12:07:32 -04:00 |
|
James
|
9e82f9d02e
|
fixes bugs with GraphQL when no locale is present
|
2020-08-29 12:07:06 -04:00 |
|
James
|
5f9c48494a
|
fixes bug in refresh resolver
|
2020-08-29 12:06:12 -04:00 |
|
James
|
155db092c4
|
adds safety check to getExtractJWT
|
2020-08-29 12:05:40 -04:00 |
|
James
|
e6b435e88e
|
fixes bug with forgotPassword
|
2020-08-28 15:07:16 -04:00 |
|
James
|
597f7d3075
|
fixes bugs with columns in List, logs errors within email config, creates local delete operation
|
2020-08-28 13:43:17 -04:00 |
|
James
|
9da8aca015
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-08-28 11:29:34 -04:00 |
|
Elliot DeNolf
|
918228c9dc
|
Handle values other than string in APIError
|
2020-08-26 23:14:28 -04:00 |
|
James
|
f698594137
|
implements lowercasing in forgotPassword
|
2020-08-26 18:34:39 -04:00 |
|
James
|
c15dff4afb
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-08-26 18:31:31 -04:00 |
|
James
|
985db67d48
|
ensures login is done with lowercase
|
2020-08-26 18:31:25 -04:00 |
|
Elliot DeNolf
|
fd81085b54
|
Implement favicon and og image
|
2020-08-25 21:37:17 -04:00 |
|
James
|
599a693f5b
|
fixes bugs with columns in List view
|
2020-08-25 16:06:21 -04:00 |
|
James
|
7002752744
|
adds serverURL to CSRF
|
2020-08-25 14:39:27 -04:00 |
|
James
|
53ed79ecbc
|
code splits heavy field types
|
2020-08-25 12:21:37 -04:00 |
|
James
|
1e342f8bee
|
further improvements to splitting browser and server code
|
2020-08-25 11:05:19 -04:00 |
|
James
|
d19576978b
|
implements the removal of server-side code from client bundle
|
2020-08-25 10:36:34 -04:00 |
|
James
|
af59822510
|
implements pattern for removing properties from config
|
2020-08-25 09:44:53 -04:00 |
|
James
|
0d1ffdcb4b
|
removes webpack bundle analyzer
|
2020-08-24 20:35:25 -04:00 |
|
James
|
b197d780c1
|
passes id of document to access operations where required
|
2020-08-24 17:02:03 -04:00 |
|
James
|
478d1cf5ee
|
removes webpack-node-externals
|
2020-08-24 12:55:02 -04:00 |
|
James
|
3a5881cc48
|
lowercases email on registration, adds node-webpack-externals to dev webpack cfg
|
2020-08-24 12:19:24 -04:00 |
|
Dan Ribbens
|
5091a40e96
|
fix gql random test failures
|
2020-08-23 18:53:10 -04:00 |
|
Dan Ribbens
|
1cf45f7fa9
|
Merge pull request #359 from trouble/select-field-validation
Select field validation
|
2020-08-23 18:38:30 -04:00 |
|
Dan Ribbens
|
b49b531ce4
|
select field validation for hasMany fields
|
2020-08-23 18:35:28 -04:00 |
|
James
|
7553e14a8b
|
merges master
|
2020-08-23 18:12:53 -04:00 |
|
James
|
cb984f4d54
|
implements webpack-node-externals
|
2020-08-23 18:10:47 -04:00 |
|
Dan Ribbens
|
9630c2c3b2
|
add validation and schema enum to radio field type
|
2020-08-23 17:15:40 -04:00 |
|
Dan Ribbens
|
8bfc892f7c
|
radio field validation on options
|
2020-08-23 16:49:51 -04:00 |
|
Dan Ribbens
|
756d275edf
|
select field validation on options
|
2020-08-23 16:48:01 -04:00 |
|
Dan Ribbens
|
bfe7a139af
|
Merge pull request #357 from trouble/remove-hash-salt-auth-responses
set hide option for salt and hash in auth collections
|
2020-08-23 16:09:56 -04:00 |
|
Dan Ribbens
|
95352f47ea
|
set hide option for salt and hash in auth collections
|
2020-08-23 16:07:06 -04:00 |
|