Files
documenso/packages/trpc/server
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
..
2023-11-06 13:01:06 +11:00
2024-01-25 16:07:57 +11:00
2024-04-24 19:51:18 +07:00
2024-01-30 17:32:20 +11:00
2023-11-06 13:01:06 +11:00
2024-03-28 13:13:29 +08:00