Commit Graph

888 Commits

Author SHA1 Message Date
Catalin Pit
a2635851cf chore: rename files 2023-11-06 13:01:12 +11:00
Catalin Pit
a94b80d07d chore: implemented feedback 2023-11-06 13:01:12 +11:00
Catalin Pit
766fc6410b feat: add the admin page 2023-11-06 13:01:12 +11:00
Catalin Pit
61df56c21e feat: creating the admin ui for metrics 2023-11-06 13:01:12 +11:00
Mythie
6ad10f6317 fix: tidy up code 2023-11-06 13:01:12 +11:00
Catalin Pit
383f8d6e3c chore: removed one more console.log 2023-11-06 13:01:12 +11:00
Catalin Pit
d1db20ff4a chore: removed console.logs and warn 2023-11-06 13:01:12 +11:00
Mythie
4146d71f9d feat: store signature on signup 2023-11-06 13:01:12 +11:00
Mythie
e05eaffb61 feat: store profile signature 2023-11-06 13:01:12 +11:00
Mythie
8a271ff8bc fix: fix eslint warnings 2023-11-06 13:01:12 +11:00
Mythie
7f5ef8690b fix: further stash conflicts 2023-11-06 13:01:11 +11:00
Mythie
d7bd8fcd37 fix: add items from stash 2023-11-06 13:01:11 +11:00
Mythie
c3f11afaf9 feat: make billing page functional 2023-11-06 13:01:11 +11:00
Mythie
5cba252627 fix: minor tidying 2023-11-06 13:01:11 +11:00
Ephraim Atta-Duncan
9524875e98 feat: prevent a user from updating password with the same password 2023-11-06 13:01:11 +11:00
Mythie
7811035384 feat: promise safety with eslint 2023-11-06 13:01:11 +11:00
Mythie
7b2d3356f2 fix: remove unused code 2023-11-06 13:01:11 +11:00
Mythie
dfe04018a0 feat: add data table actions 2023-11-06 13:01:11 +11:00
Mythie
62c4a89521 feat: onepage inbox 2023-11-06 13:01:11 +11:00
David Nguyen
a99efdc916 feat: add inbox 2023-11-06 13:01:11 +11:00
nafees nazik
7a74f3c77e fix: authentication 2023-11-06 13:01:11 +11:00
Mythie
166271ac4b fix: add missing await on mail send 2023-11-06 13:01:10 +11:00
David Nguyen
215eaebc1a feat: update document flow
- Fixed z-index when dragging pre-existing fields
- Refactored document flow
- Added button spinner
- Added animation for document flow slider
- Updated drag and drop fields
- Updated document flow so it adjusts to the height of the PDF
- Updated claim plan dialog
2023-11-06 13:01:10 +11:00
David Nguyen
a0abf56833 refactor: extract common components into UI package 2023-11-06 13:01:10 +11:00
David Nguyen
371f0947fb feat: update items
Refactored billing flag name

Refactored FeatureFlag type

Disabled session recording by default
2023-11-06 13:01:10 +11:00
David Nguyen
aa2969fd50 feat: feature flags 2023-11-06 13:01:10 +11:00
Mythie
7a705e3b81 feat: document authoring 2023-11-06 13:01:09 +11:00
Ephraim Atta-Duncan
0da6e93a6a chore: format date 2023-11-06 13:01:08 +11:00
Mythie
dc58f77c61 chore: upgrade deps and linting 2023-11-06 13:01:08 +11:00
Mythie
0fca2e9f4e fix: improve typesafety 2023-11-06 13:01:08 +11:00
Ephraim Atta-Duncan
0de4fe5883 fix: update types from code review 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
e1d57e6d29 feat: add recipients avatars on all tables 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
71c689eae8 chore: refactor stacked avatars into component 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
00a15124be feat: stack recipients avatars on dashboard 2023-11-06 13:01:07 +11:00
Mythie
12d8cebd4c feat: use server-actions for authoring flow
This change actually makes the authoring flow work for
the most part by tying in emailing and more.

We have also done a number of quality of life updates to
simplify the codebase overall making it easier to continue
work on the refresh.
2023-11-06 13:01:07 +11:00
Mythie
3c73f030ac feat: persist fields and recipients for document editing 2023-11-06 13:01:07 +11:00
Doug Andrade
5442e82ae7 clean up console.log() used for testing 2023-11-06 13:01:07 +11:00
Doug Andrade
6253c42ca1 feat: google auth without schema change 2023-11-06 13:01:07 +11:00
Mythie
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
yashug
82ccdd5104 fix-null-name-email 2023-08-20 10:15:26 +05:30
Alejandro Criado-Pérez
b5328eebde Corrected ts and tsx files 2023-08-04 02:14:04 +02:00
Lucas Smith
ef34c4fe5d Merge pull request #179 from documenso/fix/improve-stripe-webhook-endpoint
fix: improve stripe webhook endpoint
2023-06-17 11:46:37 +10:00
Mythie
d3f82e1eb0 fix: code style updates and email wording changes 2023-06-17 11:44:34 +10:00
Ephraim Atta-Duncan
e3bc41934c Fixes from code review 2023-06-09 03:55:30 +00:00
Ephraim Atta-Duncan
5d2349086d Send email on password reset complete 2023-06-05 15:33:27 +00:00
Ephraim Atta-Duncan
6e2b05f835 Change password in database to new reset password 2023-06-05 14:36:20 +00:00
Ephraim Atta-Duncan
66b529a841 feat: send reset password email 2023-06-05 13:44:47 +00:00
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
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