David Nguyen
8c11266747
fix: correctly orphan envelopes and stripe cancel on delete ( #2967 )
2026-06-09 15:52:14 +10:00
David Nguyen
8671f269e8
fix: lint project ( #2693 )
2026-05-08 16:04:22 +10:00
Catalin Pit
ae497092d7
fix: security improvements ( #2593 )
2026-04-30 14:43:20 +10:00
Lucas Smith
7fc6f5bb6e
fix: make teamId optional in support form validation ( #2417 )
...
The contact form accepts teamId as an optional param based on
where the user clicks "Support" from. Previously, when opened
from a non-team context, the null teamId would be parsed to NaN
and fail validation, causing the form to error out. Now the
validation only runs when a teamId is actually provided.
2026-01-27 15:00:53 +11:00
David Nguyen
44f5da95b3
chore: refactor routes ( #1992 )
2025-08-25 21:00:35 +10:00
Catalin Pit
231ef9c27e
chore: add support option ( #1853 )
2025-08-19 20:59:03 +10:00
David Nguyen
7487399123
feat: add more api logs ( #1870 )
...
Adds more detailed API logging using Pino
2025-06-30 19:46:32 +10:00
David Nguyen
e6dc237ad2
feat: add organisations ( #1820 )
2025-06-10 11:49:52 +10:00
David Nguyen
139bc265c7
fix: migrate billing to RR7
2025-02-21 01:16:23 +11:00
David Nguyen
383b5f78f0
feat: migrate nextjs to rr7
2025-02-13 14:10:38 +11:00
David Nguyen
ebbe922982
feat: add template and field endpoints ( #1572 )
2025-01-11 15:33:20 +11:00
David Nguyen
904948e2bc
fix: refactor trpc errors ( #1511 )
2024-12-06 16:01:24 +09:00
David Nguyen
98d85b086d
feat: add initial api logging ( #1494 )
...
Improve API logging and error handling between client and server side.
2024-11-28 16:05:37 +07:00
Mythie
22c02aac02
feat: avatar images
2024-06-27 21:50:42 +10:00
Lucas Smith
19d8b4b80d
Merge branch 'main' into feat/public-profiles
2024-06-21 20:14:32 +10:00
Mythie
664b9284bd
chore: feedback from pull request
2024-06-19 13:28:14 +10:00
Mythie
108054a133
wip: background tasks
2024-06-13 15:23:19 +10:00
David Nguyen
d8d9a3be77
feat: add profile tooltips
2024-06-08 13:22:51 +10:00
David Nguyen
5514dad4d8
feat: add public profiles
2024-06-06 15:28:02 +10:00
Timur Ercan
dc11676d28
fix: profile claim name length ( #1144 )
...
fixes the caim name length on the profile claim popup
2024-05-07 14:42:16 +07:00
David Nguyen
b436331d7d
fix: improve error log coverage
2024-03-30 14:00:34 +08:00
Mythie
73aae6f1e3
feat: improve admin panel
2024-03-03 01:55:33 +11:00
Mythie
ecc9dc63ea
feat: the rest of the owl
2024-02-29 13:22:21 +11:00
Mythie
e3e2cfbcfd
fix: refactor and implement design
2024-02-28 14:43:09 +11:00
Adithya Krishna
b498f8edb7
feat: update ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:40:42 +11:00
Adithya Krishna
65d762dd4b
feat: update signin signup ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:19 +11:00
Lucas Smith
9cf72e1442
chore: tidy code and extract alert-dialog
2024-02-25 11:12:18 +00:00
Ephraim Atta-Duncan
c680cfc24f
chore: update pr based on review
2024-02-14 14:55:46 +00:00
Ephraim Duncan
6daaa3a6d4
Merge branch 'main' into feat/account-deletion
2024-02-14 14:54:26 +00:00
David Nguyen
cad48236a0
Merge branch 'main' into feat/disable-access-unverified-users
2024-02-07 16:30:22 +11:00
Ephraim Duncan
bc989075ba
Merge branch 'main' into feat/account-deletion
2024-02-05 13:01:59 +00:00
Ephraim Atta-Duncan
4c09867b55
feat: transfer completed and pending documents to deleted email
2024-02-05 12:47:22 +00:00
David Nguyen
ada46a5f47
feat: add auth fail logs
2024-01-31 12:27:40 +11:00
Catalin Pit
cc090adce0
chore: refactor
2024-01-30 12:54:48 +02:00
David Nguyen
7e15058a3a
feat: add user security audit logs
2024-01-30 17:32:20 +11:00
Adithya Krishna
620ae41fcc
feat: added password validation ( #469 )
...
This PR Fixes #464
2024-01-30 14:26:47 +11:00
Catalin Pit
1676f5bf6c
chore: removed unused code
2024-01-29 09:43:38 +02:00
Catalin Pit
f514d55d27
chore: removed unused schema
2024-01-29 09:41:02 +02:00
Catalin Pit
b2cca9afb6
chore: refactor
2024-01-26 13:27:36 +02:00
Catalin Pit
311c8da8fc
chore: encrypt and decrypt email addr
2024-01-25 17:24:37 +02:00
Catalin Pit
49ecfc1a2c
chore: refactor
2024-01-25 15:42:40 +02:00
Ephraim Atta-Duncan
a3e560899a
feat: delete user from db and unsubscribe from stripe
2024-01-20 23:30:56 +00:00
Catalin Pit
4aefb80989
feat: restrict app access for unverified users
2024-01-16 14:25:05 +02:00
Catalin Pit
fbbc3b89c3
feat: email verification for registration ( #599 )
2023-11-21 15:44:04 +11:00
pit
35087f551c
chore: implement pr feedback
2023-11-06 13:02:18 +11:00
Udit Takkar
78d2401d44
feat: require old password for password reset ( #488 )
...
* feat: require old password for password reset
2023-11-06 13:01:46 +11:00
pit
550b7e1655
feat: build individual user page
2023-11-06 13:01:13 +11:00
Mythie
6e791b6e91
fix: add layout and minor updates
2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan
dec7a9cb38
feat: better error handling and better toast messages
2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan
1e0cde850a
feat: better error handling in forgotPassword trpc router
2023-11-06 13:01:13 +11:00