68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
341481d6db
fix: trimmed long file names for better UX ( #760 )
...
Fixes #755
### Notes for Reviewers
- The max length of the title is set to be `16`
- If the length of the title is <16 it returns the original one.
- Or else the title will be the first 8 characters (start) and last 8
characters (end)
- The truncated file name will look like `start...end`
### Screenshot for reference

---------
Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com >
2023-12-29 12:18:19 +02:00
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
bfc630aa6a
feat: add document search to the command menu ( #713 )
2023-12-06 12:48:05 +11:00
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00
f7d8ebb9de
feat: enable resend email menu ( #496 )
2023-11-16 13:08:31 +11:00
b0e3abffd6
chore: restore dangling changes from rebase
2023-11-06 14:47:46 +11:00
223a5cc9d0
feat: improving incorrect default signature behaviour #594 ( #600 )
2023-11-06 13:02:20 +11:00
457e73342b
fix: unbreak pdf viewer
2023-11-06 13:02:20 +11:00
284a2870c2
fix: move getFile to client side
2023-11-06 13:02:20 +11:00
5cba913c55
fix: resolve issues with signing document stickiness
2023-11-06 13:01:46 +11:00
e14f96485c
fix: update for code review
2023-11-06 13:01:45 +11:00
c107608aeb
chore: remove undefined check
2023-11-06 13:01:45 +11:00
8b5d0f445e
chore: fix eslint errors
2023-11-06 13:01:15 +11:00
f09638a4de
chore: remove code from different branch
2023-11-06 13:01:15 +11:00
b747334383
feat: redirect signed document to completed page
2023-11-06 13:01:15 +11:00
d0cedc489f
fix: update og card
2023-11-06 13:01:14 +11:00
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
72bec7bc34
feat: separate document data from document
2023-11-06 13:01:13 +11:00
c2fe7192fa
chore: remove console.log
2023-11-06 13:01:12 +11:00
0961246834
feat: add missing email field to document sign page
2023-11-06 13:01:12 +11:00
e05eaffb61
feat: store profile signature
2023-11-06 13:01:12 +11:00
faa280c02b
fix: make signing form card responsive
2023-11-06 13:01:11 +11:00
a0abf56833
refactor: extract common components into UI package
2023-11-06 13:01:10 +11:00
7a705e3b81
feat: document authoring
2023-11-06 13:01:09 +11:00