David Nguyen
15922d447b
fix: wip
2025-02-12 16:41:35 +11:00
David Nguyen
738201eb55
fix: errors
2025-02-06 01:57:23 +11:00
David Nguyen
b2af10173a
fix: wip
2025-02-03 14:10:28 +11:00
David Nguyen
d7d0fca501
fix: wip
2025-01-31 14:09:02 +11:00
Mythie
f7a98180d7
wip
2025-01-30 14:54:15 +11:00
Mythie
390a317bd3
fix: normalize pdf on the server
2024-12-18 08:14:14 +11:00
Ephraim Duncan
4ad46b81c9
fix: prevent hidden layers from being toggled in pdf viewers ( #1528 )
...
https://github.com/user-attachments/assets/e10194ca-212b-40ee-b9a1-85ef54829a40
---------
Co-authored-by: Mythie <me@lucasjamessmith.me >
2024-12-13 14:19:55 +11:00
Mythie
f27d0f342c
fix: putPdfFile to always include file extension
2024-12-02 22:06:53 +11:00
David Nguyen
64e3e2c64b
fix: disable encrypted pdfs ( #1130 )
...
## Description
Currently if you complete a pending encrypted document, it will prevent
the document from being sealed due to the systems inability to decrypt
it.
This PR disables uploading any documents that cannot be loaded as a
temporary measure.
**Note**
This is a client side only check
## Changes Made
- Disable uploading documents that cannot be parsed
- Refactor putFile to putDocumentFile
- Add a flag as a backup incase something goes wrong
2024-05-03 22:25:24 +07:00
Lucas Smith
ba30d4368d
fix: build error
2024-03-27 03:37:13 +00:00
Valentin Lestoille
c71347aeb9
S3Client: Add forcePathStyle
2024-03-22 15:46:22 +01:00
Mythie
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
Catalin Pit
d451a7acce
feat: add next-runtime-env
2024-01-25 10:48:20 +02:00
Mythie
84b958d5b7
fix: universal upload hitting cache
2023-11-24 20:06:47 +11:00
Nafees Nazik
f7d8ebb9de
feat: enable resend email menu ( #496 )
2023-11-16 13:08:31 +11:00
Mythie
7fd5f8da67
fix: invalid url with cloudfront
2023-11-06 13:02:20 +11:00
Mythie
df4cda8a1b
feat: support cloudfront presign
2023-11-06 13:02:20 +11:00
Nafees Nazik
04fc9eb187
chore: upgrade to latest next.js version ( #553 )
...
* chore: upgrade next.js
* fix: canvas not found error
* chore: upgrade package for marketing
* feat: add isServer conditional
* fix: inverse isServer condition
* fix: normalize packages
* fix: upgrade ee package
* fix: depdency nightmares
* fix: failing seed script
2023-11-06 13:02:19 +11:00
Mythie
5cba913c55
fix: resolve issues with signing document stickiness
2023-11-06 13:01:46 +11:00
Mythie
0835da45ef
fix: implement feedback
2023-11-06 13:01:13 +11:00
Mythie
3afc35c40c
feat: universal upload
...
Implementation of a universal upload allowing for multiple storage backends
starting with `database` and `s3`.
Allows clients to put and retrieve files from either client or server using
a blend of client and server actions.
2023-11-06 13:01:13 +11:00