James
|
561f29454b
|
chore: conflict
|
2023-07-31 15:28:15 -04:00 |
|
Elliot DeNolf
|
5763870938
|
feat: more import paths
|
2023-07-31 15:28:11 -04:00 |
|
James
|
f057e25ec7
|
chore: more path corrections
|
2023-07-31 15:27:55 -04:00 |
|
Dan Ribbens
|
aa7bad41e4
|
chore: import path cleanup continued
|
2023-07-31 15:27:37 -04:00 |
|
Dan Ribbens
|
e70754f417
|
chore: import path cleanup
|
2023-07-31 15:26:08 -04:00 |
|
James
|
be61f8ab96
|
chore: revises paths
|
2023-07-31 15:20:34 -04:00 |
|
James
|
948dae5b63
|
chore: path cleanup
|
2023-07-31 15:16:20 -04:00 |
|
James
|
a2e635d75c
|
chore: path cleanup
|
2023-07-31 15:10:07 -04:00 |
|
James
|
1c2a5bc342
|
chore: merge conflicts
|
2023-07-31 15:01:59 -04:00 |
|
James
|
4b00850e41
|
chore(release): v1.11.8
v1.11.8
|
2023-07-31 15:00:28 -04:00 |
|
James
|
badf2336ee
|
chore: resolves type conflicts introduced with database folder
|
2023-07-31 14:55:23 -04:00 |
|
James
|
6220c3d6d9
|
chore: includes database files for adapter build
|
2023-07-31 14:46:28 -04:00 |
|
James
|
028872261b
|
chore: path cleanup
|
2023-07-31 14:41:52 -04:00 |
|
Dan Ribbens
|
487eb00402
|
chore: move getLocalizedPaths to core
|
2023-07-31 14:32:50 -04:00 |
|
James
|
832c1069f1
|
chore: moves db adapters to top-level packages
|
2023-07-31 14:26:14 -04:00 |
|
James
|
f69e5949e1
|
chore: abstracts adapters to be their own package
|
2023-07-31 12:42:21 -04:00 |
|
Elliot DeNolf
|
441a26b79c
|
2.2.1
plugin-cloud/2.2.1
|
2023-07-31 10:59:44 -04:00 |
|
Elliot DeNolf
|
471d5ca17f
|
2.2.1-beta.0
|
2023-07-31 10:42:13 -04:00 |
|
Elliot DeNolf
|
536f995ab4
|
feat: bump resend
|
2023-07-31 10:41:50 -04:00 |
|
James
|
f7ff894df4
|
chore: alternative typing for withBaseDatabaseAdapter
|
2023-07-31 10:21:15 -04:00 |
|
James
|
9050493c61
|
chore: abstracts dev / test suites to accept incoming database specification
|
2023-07-30 12:27:15 -04:00 |
|
James
|
06b1fe88ca
|
chore: moves mongoose adapter
|
2023-07-29 11:24:35 -04:00 |
|
James
|
20179ba77b
|
chore: merge master
|
2023-07-29 11:18:39 -04:00 |
|
Dan Ribbens
|
455b35dc1b
|
chore: remove console log array field
|
2023-07-28 07:27:14 -04:00 |
|
Sean Zubrickas
|
b7299ab601
|
increases font size on top banner
|
2023-07-27 17:27:22 -04:00 |
|
Sean Zubrickas
|
174f83faf7
|
adds alternate github banner, removes cloud cta
|
2023-07-27 17:24:45 -04:00 |
|
Sean Zubrickas
|
5e41e0fb9e
|
removes benefits banner & reverts to unordered list
|
2023-07-27 16:54:55 -04:00 |
|
Elliot DeNolf
|
bb3c97828e
|
2.2.0
plugin-cloud/2.2.0
|
2023-07-27 11:07:32 -04:00 |
|
James
|
129a9e7675
|
chore(release): v1.11.7
v1.11.7
|
2023-07-26 21:24:27 -04:00 |
|
Elliot DeNolf
|
c4d32d5418
|
feat: adjust multipart upload settings for memory optimization (#7)
|
2023-07-26 20:43:21 -04:00 |
|
Sean Zubrickas
|
eb57c2280e
|
removes benefits h3 in favor of benefits image, reorders helpful links
|
2023-07-26 18:48:58 -04:00 |
|
Sean Zubrickas
|
e2ad0baaaf
|
refactors benefits list into h3
|
2023-07-26 17:41:56 -04:00 |
|
Jarrod Flesch
|
7542a92104
|
chore(tests): adds array row manipulation tests (#3086)
|
2023-07-26 16:34:13 -04:00 |
|
Elliot DeNolf
|
8522fd9f27
|
feat: cloudflare upload caching (#6)
* feat: implement caching hooks
* 2.1.2-canary.0
* feat: allow caching configuration per collection
* 2.1.2-canary.1
* feat: implement purge call to cloud-cms
* 2.1.2-canary.2
* chore: adjust purge logging
* 2.1.2-canary.3
* chore: req.body nesting
* 2.1.2-canary.4
* feat: handle /purge-cache response properly
* feat: clean up caching call logic
* 2.1.2-canary.5
* chore: handle enabled: false for caching collection
* 2.1.2-canary.6
* chore: tweaks
* 2.1.2-canary.7
* chore: remove immutable
* chore: update README
* 2.1.2-canary.8
* feat: rework caching config type, do not await purge call
* 2.1.2-canary.9
* chore: cleanup logging
* chore: bump payload
* chore: update README
|
2023-07-26 15:01:43 -04:00 |
|
Corfitz
|
0a91950f05
|
fix: incorrect image rotation after being processed by sharp (#3081)
* Applying rotation fix for sharp image resizing
* fix: make sure original image is rotated correctly
* chore: explain why rotate() is needed in comments
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de>
|
2023-07-26 20:57:36 +02:00 |
|
James
|
02809532b4
|
fix: #3062
|
2023-07-26 11:34:22 -04:00 |
|
Alessio Gravili
|
67ba131cc6
|
feat: ability to add context to payload's request object (#2796)
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
|
2023-07-26 09:07:49 -04:00 |
|
Jarrod Flesch
|
cf9795b8d8
|
fix: array row deletion (#3062)
|
2023-07-26 09:01:25 -04:00 |
|
James
|
a5f42e6a08
|
chore(release): v1.11.6
v1.11.6
|
2023-07-25 17:14:59 -04:00 |
|
James Mikrut
|
23e718d4d1
|
Merge pull request #3068 from sannajammeh/master
fix(admin:upload): Enable adminThumbnail fn execution on all mime types
|
2023-07-25 17:01:50 -04:00 |
|
Sean Zubrickas
|
e8d9cab046
|
updates payload logos, updates top banner + cloud banner, adds line to benefits
|
2023-07-25 16:14:43 -04:00 |
|
Tylan Davis
|
d43c83dad1
|
fix: threads hasMaxRows into ArrayAction components within blocks and arrays (#3066)
|
2023-07-25 15:43:20 -04:00 |
|
Jarrod Flesch
|
916f04cba0
|
chore: better parity for initing admin routes between dev and build (#3074)
|
2023-07-25 14:27:01 -04:00 |
|
Jarrod Flesch
|
156c3eeb08
|
chore: adds updated yarn lock files for examples and templates folders
|
2023-07-25 14:22:53 -04:00 |
|
Jarrod Flesch
|
9755a55672
|
chore: sets payload to latest within templates and examples
|
2023-07-25 14:11:33 -04:00 |
|
Jacob Fletcher
|
774ffa14d3
|
chore: updates e-commerce template (#3072)
|
2023-07-25 12:47:08 -04:00 |
|
James
|
e30db30b07
|
chore(release): v1.11.5
v1.11.5
|
2023-07-25 10:27:03 -04:00 |
|
Jarrod Flesch
|
e71866856f
|
fix: admin route not mounting on production serve (#3071)
|
2023-07-25 10:16:55 -04:00 |
|
Elliot DeNolf
|
242dac5b8e
|
chore(release): v1.11.4
v1.11.4
|
2023-07-25 08:48:16 -04:00 |
|
Sanna Jammeh
|
dda9ff01ca
|
docs(upload): Modify the note under adminThumbnail to reflect changes
|
2023-07-25 00:35:19 +00:00 |
|