James
|
4073c63cec
|
chore: stubs out query drafts
|
2023-06-12 16:49:10 -04:00 |
|
James
|
2737fd400f
|
chore: begins adapter
|
2023-06-12 16:36:13 -04:00 |
|
Jessica Boezwinkle
|
f7cacbe932
|
docs: fix blocks table
|
2023-06-12 17:27:18 +01:00 |
|
Alessio Gravili
|
abe38520aa
|
fix: user can be created without having to specify an email - #2801
|
2023-06-12 17:35:06 +02:00 |
|
Jarrod Flesch
|
46a5f41721
|
fix: sanitize reset password result - #2805 (#2808)
|
2023-06-12 11:23:24 -04:00 |
|
Alessio Gravili
|
2aea4150a0
|
improve error message
|
2023-06-10 21:53:30 +02:00 |
|
James
|
4b2b4c3f9f
|
chore(release): v1.9.1
v1.9.1
|
2023-06-09 16:18:47 -04:00 |
|
PatrikKozak
|
b655809903
|
Merge pull request #2797 from payloadcms/feat/customize-upload-filename
Feat/customize upload filename
|
2023-06-09 14:58:06 -04:00 |
|
PatrikKozak
|
2e60830f6a
|
Merge branch 'master' of https://github.com/payloadcms/payload into feat/customize-upload-filename
|
2023-06-09 14:41:45 -04:00 |
|
PatrikKozak
|
752b5456b9
|
chore: updates test/uploads test to check for value not text
|
2023-06-09 14:28:27 -04:00 |
|
PatrikKozak
|
35f7677d48
|
chore: updates test/fields uploads test to check for value not text
|
2023-06-09 13:34:24 -04:00 |
|
PatrikKozak
|
a3b7da25bc
|
Merge branch 'master' of https://github.com/payloadcms/payload into feat/customize-upload-filename
|
2023-06-09 12:39:01 -04:00 |
|
PatrikKozak
|
596eea1f0a
|
feat: adds option to customize filename on upload
|
2023-06-09 12:38:53 -04:00 |
|
Jarrod Flesch
|
725aa3183d
|
chore: stubs out config for field perf testing
|
2023-06-09 11:27:18 -04:00 |
|
Jarrod Flesch
|
cf49f53809
|
Merge remote-tracking branch 'origin' into feat/array-rows
|
2023-06-09 11:03:41 -04:00 |
|
Jarrod Flesch
|
20c7e37345
|
chore: block array fixes
|
2023-06-08 11:49:54 -04:00 |
|
Alessio Gravili
|
38e962f2cb
|
feat: collection list view custom components: BeforeList, BeforeListTable, AfterListTable, AfterList (#2792)
|
2023-06-08 09:33:16 -04:00 |
|
Jarrod Flesch
|
3efb651589
|
chore: simplifies get/set doc prefs
|
2023-06-07 22:47:56 -04:00 |
|
Jarrod Flesch
|
589eb3fa15
|
chore: removes console logs, accounts for initCollapsed
|
2023-06-07 22:31:36 -04:00 |
|
Jarrod Flesch
|
87554e9b16
|
chore: builds rows on init, refactors preferences for documents
|
2023-06-07 22:21:08 -04:00 |
|
Richard van Heuven van Staereling
|
2e73938534
|
fix: incorrectly return totalDocs=1 instead of the correct count when pagination=false
|
2023-06-07 23:36:59 +02:00 |
|
Richard van Heuven van Staereling
|
acf2564c73
|
chore: adds test to check totalDocs count when querying with pagination=false
|
2023-06-07 23:36:51 +02:00 |
|
Dan Ribbens
|
91dba7be88
|
chore(release): v1.9.0
v1.9.0
|
2023-06-07 16:59:38 -04:00 |
|
Dan Ribbens
|
e020e7598a
|
cleanup imports
|
2023-06-07 16:47:30 -04:00 |
|
Elliot DeNolf
|
b49591c236
|
docs: add troubleshooting section, CORS troubleshoot (#2790)
|
2023-06-07 16:40:34 -04:00 |
|
Dan Ribbens
|
cecea07b4d
|
validate query handle nested version paths
|
2023-06-07 16:26:29 -04:00 |
|
Dan Ribbens
|
8ca3f3c53c
|
allow hidden fields to query with overrideAccess
|
2023-06-07 15:10:45 -04:00 |
|
Dan Ribbens
|
4e617abf08
|
validate query sanitize _id
|
2023-06-07 14:50:32 -04:00 |
|
Dan Ribbens
|
e2cba16698
|
validate query use versionFields in query drafts
|
2023-06-07 14:40:49 -04:00 |
|
Dan Ribbens
|
49eac7368e
|
validate query for poly relationships
|
2023-06-07 14:40:23 -04:00 |
|
Jarrod Flesch
|
8458a98eff
|
feat: custom type interfaces (#2709)
* feat: ability to hoist type interfaces and reuse them
* docs: organizes ts and gql docs, adds section for field interfaces on both
|
2023-06-07 12:48:41 -04:00 |
|
Dan Ribbens
|
a518480292
|
chore(release): v1.8.6
v1.8.6
|
2023-06-07 09:36:32 -04:00 |
|
Dan Ribbens
|
8908ac4646
|
validate nested paths
|
2023-06-07 07:09:07 -04:00 |
|
Dan Ribbens
|
47fd704630
|
execute access before validate query
|
2023-06-07 00:35:08 -04:00 |
|
Dan Ribbens
|
38d1a98193
|
prevent reassigning global version fields
|
2023-06-06 23:31:17 -04:00 |
|
Jarrod Flesch
|
a324feae9d
|
chore: fixes graphql overview mdx file
|
2023-06-06 21:37:41 -04:00 |
|
Jarrod Flesch
|
551f1bd09f
|
Merge remote-tracking branch 'origin/master' into feat/array-rows
|
2023-06-06 17:12:28 -04:00 |
|
Elliot DeNolf
|
d5dfe4224d
|
test: entityToJSONSchema test for optional arrays with required fields
|
2023-06-06 16:35:36 -04:00 |
|
Dan Ribbens
|
aa848eef90
|
chore: separate query validation from build query
|
2023-06-06 16:35:34 -04:00 |
|
James
|
f1fc305ac4
|
fix: improperly typing optional arrays with required fields as required
|
2023-06-06 16:22:06 -04:00 |
|
Dan Ribbens
|
12e9cd5db1
|
chore: refactor getLocalizedPaths
|
2023-06-06 15:39:56 -04:00 |
|
Dan Ribbens
|
23dddc2e04
|
chore: refactor buildQuery to remove paramParser class
|
2023-06-06 15:36:43 -04:00 |
|
Dan Ribbens
|
1ea83f6349
|
chore: refactor parsePathOrRelation
|
2023-06-06 15:36:43 -04:00 |
|
Dan Ribbens
|
07a5801798
|
chore: separate parsePathOrRelation and buildAndOrConditions from buildQuery
|
2023-06-06 15:36:43 -04:00 |
|
Dan Ribbens
|
db71774fc2
|
chore: separate buildSearchParams from buildQuery
|
2023-06-06 15:36:43 -04:00 |
|
Dan Ribbens
|
2b80ad2bb4
|
chore: refactor getLocalizedPaths
|
2023-06-06 15:36:41 -04:00 |
|
Dan Ribbens
|
37ca5d827b
|
chore: updated yarn lock
|
2023-06-06 15:20:14 -04:00 |
|
Jacob Fletcher
|
1aa257df4b
|
chore: uses discord vanity urls (#2786)
|
2023-06-06 15:07:24 -04:00 |
|
Dan Ribbens
|
e4843061f0
|
Merge branch 'master' of github.com:payloadcms/payload
|
2023-06-06 14:50:33 -04:00 |
|
Alessio Gravili
|
3c72f3303c
|
fix: read-only Auth fields (#2781)
|
2023-06-06 14:50:15 -04:00 |
|