James
3e9ad427ec
enables typescript intellisense in buildConfig
2020-11-21 13:53:54 -05:00
James
16d0289c36
progress to buildConfig, splitting out type organization
2020-11-21 12:22:38 -05:00
James
e00321a101
int tests pass
2020-11-21 10:02:46 -05:00
James
51307f29c5
fixes bugs with gql
2020-11-20 15:38:01 -05:00
Elliot DeNolf
59e5a73e49
convert src/collections
2020-11-20 14:54:47 -05:00
Elliot DeNolf
3bea32883d
more module conversion
2020-11-20 14:42:36 -05:00
James
dfc77f0a3f
further module conversion
2020-11-20 14:34:32 -05:00
Elliot DeNolf
551c249e39
refactor: migrate to typescript
2020-11-20 13:39:18 -05:00
Elliot DeNolf
38028dd36b
fix conflicts
2020-11-20 12:02:31 -05:00
Elliot DeNolf
f52836a7e3
fix: missed a file
2020-11-17 15:01:50 -05:00
Elliot DeNolf
2624ad5f7e
fix: properly concat verification and locking fields
2020-11-17 11:24:33 -05:00
Elliot DeNolf
9a1c1f64c0
feat: add blind index for encrypting API Keys
2020-11-16 14:59:47 -05:00
Elliot DeNolf
65fe6c2f95
fix unnecessary reducing of locales
2020-11-15 20:19:41 -05:00
James
e5193476c4
reorders removeInternalFields
2020-11-13 22:07:08 -05:00
James
5dbf276e82
adds beforeOperation hook, cleans operations
2020-11-13 13:54:10 -05:00
Elliot DeNolf
8a1cdc3f7d
fix(hooks): incorrect hook executing for field-level afterChange
2020-11-09 22:27:50 -05:00
Dan Ribbens
c00e5e8904
rename collection auth email verification to verify and add to collection schema json
2020-11-09 14:10:37 -05:00
James
b11aa62001
ensures token is delivered properly within verification email
2020-11-08 14:48:56 -05:00
James
2a2d33cd0b
fixes bug with delete operation and hasWhereAccess
2020-11-08 10:31:53 -05:00
Jacob Fletcher
61bc485bf1
extracts exp from user
2020-10-28 16:15:32 -04:00
James
777aaf9afd
Merge branch 'master' of github.com:keen-studio/payload
2020-10-21 17:58:49 -04:00
James
221ec0bb10
takes copy of all docs found by ID in case they were memoized
2020-10-21 17:58:36 -04:00
James
05a06a9aa8
allows for auth to be specified as true with no options
2020-10-17 15:08:39 -04:00
Elliot DeNolf
90a686ea0b
Merge pull request #422 from trouble/query-exists
2020-10-16 21:45:41 -04:00
Elliot DeNolf
215df7ff9e
handle graphql exists type
2020-10-16 21:42:55 -04:00
James
f0374d5772
adds an option to show hidden fields within local operations
2020-10-15 18:12:19 -04:00
James
18077d98bf
allows for generating custom emails via collection config
2020-10-15 16:47:04 -04:00
Elliot DeNolf
f0bc59dd0c
test: remove faker
2020-10-14 15:08:47 -04:00
Elliot DeNolf
cac6a8869b
test: split out collection tests into multiple files
2020-10-14 10:39:00 -04:00
James
8086120703
Merge branch 'master' of github.com:keen-studio/payload
2020-10-12 18:24:23 -04:00
James
5400500360
implements custom date and email gql scalars
2020-10-12 18:23:55 -04:00
Elliot DeNolf
ccae4014ec
Merge pull request #416 from trouble/upload-tests
2020-10-12 16:59:32 -04:00
Elliot DeNolf
02279a769d
test: upload with same name
2020-10-12 16:56:49 -04:00
Elliot DeNolf
c766a5a40e
test: update upload
2020-10-12 16:31:05 -04:00
Elliot DeNolf
7ac2d0dcff
test: remove beforeRead hook, messes with tests
2020-10-12 16:22:40 -04:00
Elliot DeNolf
fc63a692be
test: add update upload
2020-10-12 15:21:36 -04:00
James
fd9453889e
sanitizes json before it comes out of global and collection find operations
2020-10-12 15:13:37 -04:00
James
bb4dce09df
allows for disableErrors to be passed through local findByID
2020-10-12 13:24:28 -04:00
Elliot DeNolf
4cfde3eba7
fix: do not attempt to delete upload if file doesn't exist
2020-10-12 11:04:57 -04:00
Elliot DeNolf
71633b1c8d
test: check for actual files on create
2020-10-12 10:56:16 -04:00
Elliot DeNolf
2eb863aff0
test: extract out headers
2020-10-12 10:40:50 -04:00
James
05a5cc16bd
further removes dependency on mongoose-hidden
2020-10-09 13:38:51 -04:00
James
a681f5f725
builds unlock operation
2020-10-09 11:04:36 -04:00
Elliot DeNolf
60a3e680dd
move tests dir to root
2020-10-08 05:01:48 -04:00
Elliot DeNolf
c599522e44
isolate api tests inside tests/api
2020-10-08 04:50:33 -04:00
James
91016ec206
removes image-size in favor of probe-image-size to handle CMYK jpgs
2020-10-07 16:52:48 -04:00
James
1ea3763185
better handles failed form submissions, allows customization of file uploads
2020-10-07 14:51:42 -04:00
James
c2e9407f50
removes unused arg in findByID memoization
2020-10-06 14:39:53 -04:00
James Mikrut
e20555f9cf
Memoize populate ( #408 )
...
* Revert "0.0.108"
This reverts commit 7aafe49662 .
* Revert "swaps out fast-memoize for micro-memoize that supports async"
This reverts commit 33d8ec8a13 .
* Revert "implements a named populate function to memoize"
This reverts commit fb73e772af .
* Revert "0.0.107"
This reverts commit c2692e9b4a .
* reverts back to 106
* memoizes findByID
2020-10-06 14:38:20 -04:00
James
d9f78fc5bf
removes unused salt and hash hidden options
2020-10-05 22:14:11 -04:00