James Mikrut
|
1aa59a3918
|
Merge pull request #104 from payloadcms/feat/admin-thumbnail-function
Feat/admin thumbnail function
|
2021-03-14 15:59:49 -04:00 |
|
James
|
5e1ddb552e
|
feat: only runs adminThumbnail func if image type
|
2021-03-14 15:53:00 -04:00 |
|
James
|
b6a9fe4bcf
|
feat: allows admin thumbnail to be set programmatically
|
2021-03-14 15:44:35 -04:00 |
|
James
|
339f7503a4
|
feat: provides field access control with document data
|
2021-03-14 13:40:45 -04:00 |
|
James
|
3c42e6e6af
|
feat: reorders uploads to provide beforeChange hooks with upload data
|
2021-03-13 14:17:00 -05:00 |
|
Dan Ribbens
|
2d1d1b4f32
|
fix: config validation allow admin dashboard
|
2021-03-10 22:02:50 -05:00 |
|
Dan Ribbens
|
93ed664920
|
fix: email verification template missing token
|
2021-03-09 13:30:16 -05:00 |
|
James
|
3f982703ef
|
chore: bumps config-provider version
|
2021-02-28 19:19:05 -05:00 |
|
James Mikrut
|
4162010853
|
Merge pull request #82 from payloadcms/feat/new-billing-support
Feat/new billing support
|
2021-02-28 19:10:56 -05:00 |
|
James Mikrut
|
30db1d1c39
|
Merge pull request #81 from payloadcms/feat/simplify-update
Feat/simplify update
|
2021-02-28 19:10:07 -05:00 |
|
James
|
8197d060d3
|
fix: preview types
|
2021-02-28 14:24:50 -05:00 |
|
James
|
ca14e66a58
|
fix: reverts preview to only returning string
|
2021-02-28 14:18:34 -05:00 |
|
James
|
c97ddeb2d9
|
feat: implements unauthorized user view
|
2021-02-28 11:17:33 -05:00 |
|
James
|
e268e25719
|
feat: simplifies collection update operation
|
2021-02-27 21:24:19 -05:00 |
|
James
|
4de5605931
|
feat: removes requirement of returning value from field hooks
|
2021-02-27 20:14:41 -05:00 |
|
James Mikrut
|
6ecf834cfc
|
Merge pull request #80 from payloadcms/fix/update-hidden-fields
fix: removes overwrite from update operation
|
2021-02-23 10:46:04 -05:00 |
|
James
|
40f5901526
|
fix: forces depth to 0 in update operation
|
2021-02-23 10:38:56 -05:00 |
|
James
|
a8e2cc11af
|
fix: removes overwrite from update operation
|
2021-02-23 10:15:09 -05:00 |
|
James
|
c1b2301650
|
fix: properly exposes scss for reuse
|
2021-02-23 08:54:36 -05:00 |
|
James Mikrut
|
ad5f070286
|
Merge pull request #74 from payloadcms/feat/detach-localization-mongoose
Feat/detach localization from Mongoose
|
2021-02-20 18:19:59 -05:00 |
|
James Mikrut
|
c2c65326a1
|
Merge pull request #69 from payloadcms/fix/mongoose-connection-error-log
fix: log mongoose connect error message
|
2021-02-20 18:19:50 -05:00 |
|
James Mikrut
|
a1cbfd5cad
|
Merge pull request #75 from payloadcms/fix/preview-button
Fix/preview button
|
2021-02-20 18:19:22 -05:00 |
|
James
|
9e42d119e4
|
fix: infinite loop caused within block component
|
2021-02-20 18:16:40 -05:00 |
|
James
|
2bc5c59fec
|
fix: sets sparse true if field localized and unique
|
2021-02-19 09:02:12 -05:00 |
|
James
|
72a5886191
|
fix: casts incoming number field data as string
|
2021-02-19 09:02:01 -05:00 |
|
Jacob Fletcher
|
6b6297fb2d
|
feat: supports newTab in Button, updates generatePreviewURL api to forward through PreviewButton
|
2021-02-18 19:26:43 -05:00 |
|
Jacob Fletcher
|
9b9d0f24b5
|
fix: returns entire doc to generatePreviewURL callback of PreviewButton
|
2021-02-18 19:06:07 -05:00 |
|
James
|
162ec74445
|
feat: detaches localization from mongoose entirely
|
2021-02-17 22:31:53 -05:00 |
|
Dan Ribbens
|
8e022cd48c
|
test: update collection rich text
|
2021-02-16 17:23:00 -05:00 |
|
Dan Ribbens
|
e36c7d269c
|
fix: log mongoose connect error message
|
2021-02-14 20:49:47 -05:00 |
|
Dan Ribbens
|
d307aa5d38
|
Merge pull request #65 from payloadcms/fix/upload-file-size
fix: file size in local operations
|
2021-02-10 16:37:27 -05:00 |
|
Dan Ribbens
|
55e0de1719
|
fix: middleware for cors set up on static files
|
2021-02-09 15:39:41 -05:00 |
|
Dan Ribbens
|
0feb7b7379
|
fix: file size in local operations
|
2021-02-09 15:12:29 -05:00 |
|
Dan Ribbens
|
9d51af3bf8
|
fix: windows compatible upload filename paths
|
2021-02-05 17:21:51 -05:00 |
|
James Mikrut
|
4a33223645
|
Merge pull request #43 from payloadcms/fix/add-file-to-local-operations
fix: add file to create and update local operations
|
2021-02-05 15:16:03 -06:00 |
|
James
|
1a590287ea
|
feat: allows upload through Local API
|
2021-02-05 16:09:53 -05:00 |
|
James
|
fd01715b5b
|
Merge branch 'fix/add-file-to-local-operations' of github.com:payloadcms/payload into fix/add-file-to-local-operations
|
2021-02-05 15:20:29 -05:00 |
|
James
|
300536033f
|
fix: forces fallbackLocale to null in update ops
|
2021-02-05 14:47:09 -05:00 |
|
Dan Ribbens
|
79c3ca8611
|
fix: update operation handles localized arrays as merge and not overwrite
|
2021-02-05 11:35:14 -05:00 |
|
James
|
e50fc1f314
|
fix: localized fields within blocks
|
2021-02-05 10:33:25 -05:00 |
|
Dan Ribbens
|
8916e8af45
|
Merge pull request #58 from payloadcms/fix/scss-variable-defaults
fix: flag scss variables with default
|
2021-02-04 12:38:04 -05:00 |
|
Dan Ribbens
|
bb9f5f7a16
|
fix: flag scss variables with default
|
2021-02-04 12:10:48 -05:00 |
|
Dan Ribbens
|
82c489841c
|
feat: add support for setting mongoose connection options
|
2021-02-04 11:28:46 -05:00 |
|
James
|
d5407060d0
|
fix: relationship component hasMany bug
|
2021-02-03 17:55:19 -05:00 |
|
Dan Ribbens
|
1ad98ed4a4
|
fix: hide force unlock in admin ui when creating auth collection item
|
2021-02-03 14:51:50 -05:00 |
|
Dan Ribbens
|
60453fec9e
|
feat: admin ui create first user add confirm password field
|
2021-02-03 11:13:55 -05:00 |
|
Dan Ribbens
|
51c021d3be
|
fix: add file to create and update local operations
|
2021-01-29 12:54:40 -05:00 |
|
Dan Ribbens
|
06ddab1249
|
fix: field valiation type can return promise
|
2021-01-27 00:54:41 -05:00 |
|
James
|
90d20786c3
|
fix: field gutter padding
|
2021-01-25 14:20:04 -05:00 |
|
James
|
8218343b6c
|
fix: richtext sticky toolbar within block
|
2021-01-24 15:03:03 -05:00 |
|