38f730c730
added EE folder and EE license scaffold
2023-05-23 17:09:42 +02:00
b2aa4d6587
Merge branch 'main' into feat/add-subscriptions
2023-05-21 19:08:23 +02:00
bde80bf2c9
clean up debug
2023-05-21 18:52:35 +02:00
b5ec3cc817
Merge branch 'main' into feat/add-subscriptions
2023-05-19 19:47:23 +02:00
826704c21f
Adds animation to tooltip
2023-05-11 21:00:05 +05:30
825231fe2a
Adds tooltip to recipient action buttons
2023-05-11 12:15:41 +05:30
6934e573d5
feat: add guards and subscription ui
2023-05-06 16:08:21 +10:00
da0166b746
fix: tidy stripe feature and add provider
2023-05-06 14:33:27 +10:00
900b816ae0
feat: stripe handlers and fetchers
2023-05-05 20:08:18 +10:00
ed3e4d22ef
feat: scaffhold subscription table and ui
2023-05-05 19:29:42 +10:00
1abfa93551
Merge branch 'main' into chore/optimise-deps
2023-05-01 20:36:37 +10:00
8457823d8e
fix: improve sign in and sign up pages
2023-05-01 20:01:36 +10:00
d135df827a
fix: improve general styling
...
Improve the general styling of the app by removing floats and replacing it `flex`. Additionally, improve the constrast of certain parts of the app and add some transitions to hover changes.
2023-05-01 20:01:35 +10:00
a6171ec4f3
Merge branch 'main' into fix/DOC-214-date-field-appears-for-all-recipients
2023-04-23 10:36:17 +10:00
81fd9ff749
fix: date field appears for all recipients
...
Updates the signing endpoint to only apply changes to the Date field for the current signer. This is made possible through the addition of the `signedAt` column within the database.
Resolves the issue with one signer filling the date for all recipients and also ensures that the date of signing on a document won't always be todays date after each recipient has signed.
2023-04-21 23:43:54 +10:00
ab96990d43
render PR env debug
2023-04-21 13:29:51 +02:00
ad5b2bcf82
fix: pr env condition
2023-04-21 12:59:53 +02:00
6f18be6b5b
add render preview env support
2023-04-21 12:42:31 +02:00
95c3be9a77
chore: optimise depedency tree
2023-04-19 23:30:14 +10:00
d863f89232
fix: signing email breaks on small devices
...
Currently the signing email displays poorly on small devices with the line wrapping
causing the button to look broken.
Resolve this by using whitespace no-wrap.
2023-04-17 07:01:41 +10:00
b111874d7c
fix: redirect users sessions not found in databae
2023-04-15 19:54:04 +02:00
421327432a
added migration for doc-208 (allow document delete with sigantures)
2023-04-11 16:19:18 +02:00
c79592cd0a
Merge branch 'main' into fix-#41-db-migration-Signature_recipientId_fkey
2023-04-11 15:34:32 +02:00
f7cc44f138
Merge pull request #63 from dephraiim/doc-205
...
Disable the edit and add signer button for completed documents
2023-04-11 15:33:25 +02:00
6034e7a21e
Send email notification to signers on document signing completion with signed document
2023-04-09 13:15:44 +00:00
e86d4cc719
Disable the edit and add signer button for completed documents
2023-04-09 12:26:48 +00:00
5db54d3b8c
Cange referential action for Signature_recipientId_fkey
2023-04-06 21:26:26 -04:00
ee4ca018d8
fix: improve text insertion accuracy
...
Previous inserted text would appear a little off center from where the user had selected which could cause some frustration.
We improve upon this by updating the code responsible for centering the text to behave in a more accurate manner. From what I can tell it looks to be quite solid but could do with more rigorous testing with shorter and longer inputs.
You can see the improved accuracy in action here:
https://www.loom.com/share/1095fee7605c4790b8b30f573a04f0f0
2023-04-06 23:34:53 +10:00
964e749039
Update prettier styling
2023-04-04 22:10:30 +00:00
84b57d715c
Apply prettier config to all files
2023-04-04 22:02:32 +00:00
0c3305b11d
setup STMP from .env
2023-04-04 14:20:36 +02:00
4031faec46
seed example pdf
2023-04-04 13:45:24 +02:00
2bdfb884ec
added database init script
2023-04-04 12:02:09 +02:00
b3e89b16bc
Add types to Dialog component
2023-03-28 12:55:20 +00:00
a9befd342c
Use dynamic values for title and icon for dialog
2023-03-28 12:47:40 +00:00
16f6da01c0
Move dialog into a seperate component
2023-03-28 12:42:00 +00:00
f8f941a9cd
add inital component to @documenso/ui
2023-03-28 12:15:45 +00:00
e79a622ddd
block non pdf upload
2023-03-27 12:58:17 +02:00
a3e17e9f3e
Custom message if name is defined or null
2023-03-21 18:44:45 +00:00
7d6bd00a22
allow adding field via recipient token for signing
2023-03-20 15:11:20 +01:00
36526119b2
bugfix 401 redirect
2023-03-19 14:05:32 +01:00
4eb4759381
401 redirect fix
2023-03-19 13:59:32 +01:00
f5915b59cb
Update addDigitalSignature.ts
...
💡
2023-03-14 14:52:07 +01:00
d181d9e2f4
💬 text
2023-03-14 09:52:28 +01:00
0bf323ed90
🗃️ Field inserted flag
2023-03-09 13:43:05 +01:00
1dd375a5a8
🐛 401 for non res calls
2023-03-09 13:42:10 +01:00
9c7c7d1a3c
🎨 prod flag import
2023-03-09 13:17:44 +01:00
1550e59426
🔒 ️ 401 if no user could be found from token
2023-03-09 11:57:33 +01:00
30e186d82a
🐛 return to login if user was not found (probably deleted in db or token manipulated) 🚸
2023-03-09 11:24:32 +01:00
72ea5e6962
💄 signature drawing matching field
2023-03-07 17:12:24 +01:00