Commit Graph

1502 Commits

Author SHA1 Message Date
Mythie
19e960f593 fix: improve stripe webhook endpoint
Improve the stripe webhook endpoint by checking for
subscriptions prior to performing an update to handle
cases where accounts have no created subscription.

This can happen in sitations such as when a checkout_session has been created but the payment fails.
2023-05-31 21:11:54 +10:00
Mythie
b5e03359c1 fix: mark truncateTitle as optional 2023-05-30 20:11:23 +10:00
Lucas Smith
eccd9b5cd3 Merge branch 'main' into bugfix/long_filename 2023-05-30 20:03:19 +10:00
Lucas Smith
e33f31c483 Merge pull request #165 from doug-andrade/fix-typos
typo: /ressources to /resources
2023-05-30 19:54:32 +10:00
Ansari
7684a49b7d Merge branch 'main' into bugfix/long_filename 2023-05-30 14:30:55 +05:30
Piyush Maurya
82fbedf8e3 fix: deprecated type checks and imports from @prisma 2023-05-30 00:24:18 +05:30
Mythie
8ecd5cf215 fix: respect truncate title prop 2023-05-29 18:47:54 +10:00
Doug Andrade
b928993510 typo: /ressources >> /resources 2023-05-28 20:06:43 -04:00
Timur Ercan
b2b499f397 chore: update signup link 2023-05-28 06:16:48 +02:00
Mythie
e445830ffb fix: convert readFile to buffer 2023-05-28 08:04:16 +10:00
Mythie
bfff81dd3c fix: apply encoding on buffer level 2023-05-28 07:43:02 +10:00
Mythie
980bd0d485 fix: convert readFile to buffer 2023-05-28 00:53:43 +10:00
Mythie
17d51354d7 fix: support cert file encodings 2023-05-28 00:39:07 +10:00
Lucas Smith
a300c3fb3a Merge branch 'main' into feat/support-custom-cert-paths 2023-05-27 23:38:33 +10:00
Mythie
de46d0f4ab fix: support passphrase env var 2023-05-27 01:31:48 +10:00
Mythie
0564792604 fix: remove unused import 2023-05-27 01:08:33 +10:00
Mythie
32f904ad68 feat: support leading cert from custom path 2023-05-27 01:07:07 +10:00
Mythie
748f842115 fix: update prop typo, extract truncate method 2023-05-25 18:43:37 +10:00
Timur Ercan
38f730c730 added EE folder and EE license scaffold 2023-05-23 17:09:42 +02:00
Timur Ercan
b2aa4d6587 Merge branch 'main' into feat/add-subscriptions 2023-05-21 19:08:23 +02:00
Timur Ercan
bde80bf2c9 clean up debug 2023-05-21 18:52:35 +02:00
Timur Ercan
b5ec3cc817 Merge branch 'main' into feat/add-subscriptions 2023-05-19 19:47:23 +02:00
Ansari
1a5948c50e Merge branch 'bugfix/long_filename' of https://github.com/The-Robin-Hood/documenso into bugfix/long_filename 2023-05-15 15:43:32 +05:30
Ansari
8bf6594cf4 prop name changed 📛 2023-05-15 15:43:29 +05:30
Ansari
b6ff01ef86 Merge branch 'main' into bugfix/long_filename 2023-05-15 15:40:04 +05:30
Ansari
9b993c08f1 Truncate prop added 2023-05-15 15:39:37 +05:30
Piyush Maurya
826704c21f Adds animation to tooltip 2023-05-11 21:00:05 +05:30
Piyush Maurya
825231fe2a Adds tooltip to recipient action buttons 2023-05-11 12:15:41 +05:30
Ansari
051e681701 Long filename fix 🗄 2023-05-10 20:13:07 +05:30
Mythie
6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
Mythie
da0166b746 fix: tidy stripe feature and add provider 2023-05-06 14:33:27 +10:00
Mythie
900b816ae0 feat: stripe handlers and fetchers 2023-05-05 20:08:18 +10:00
Mythie
ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
Lucas Smith
1abfa93551 Merge branch 'main' into chore/optimise-deps 2023-05-01 20:36:37 +10:00
Mythie
8457823d8e fix: improve sign in and sign up pages 2023-05-01 20:01:36 +10:00
Mythie
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
Lucas Smith
a6171ec4f3 Merge branch 'main' into fix/DOC-214-date-field-appears-for-all-recipients 2023-04-23 10:36:17 +10:00
Mythie
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
Timur Ercan
ab96990d43 render PR env debug 2023-04-21 13:29:51 +02:00
Timur Ercan
ad5b2bcf82 fix: pr env condition 2023-04-21 12:59:53 +02:00
Timur Ercan
6f18be6b5b add render preview env support 2023-04-21 12:42:31 +02:00
Mythie
95c3be9a77 chore: optimise depedency tree 2023-04-19 23:30:14 +10:00
Mythie
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
Timur Ercan
b111874d7c fix: redirect users sessions not found in databae 2023-04-15 19:54:04 +02:00
Timur Ercan
421327432a added migration for doc-208 (allow document delete with sigantures) 2023-04-11 16:19:18 +02:00
Timur Ercan
c79592cd0a Merge branch 'main' into fix-#41-db-migration-Signature_recipientId_fkey 2023-04-11 15:34:32 +02:00
Timur Ercan
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
Ephraim Atta-Duncan
6034e7a21e Send email notification to signers on document signing completion with signed document 2023-04-09 13:15:44 +00:00
Ephraim Atta-Duncan
e86d4cc719 Disable the edit and add signer button for completed documents 2023-04-09 12:26:48 +00:00
Saurav Gurhale
5db54d3b8c Cange referential action for Signature_recipientId_fkey 2023-04-06 21:26:26 -04:00