Commit Graph

1259 Commits

Author SHA1 Message Date
Ephraim Atta-Duncan dabeead57f feat: send email to user on successful password reset 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 84bc6eb4f3 feat: add reset functionality 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 9ef50f356e feat: send forgot password email 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 38e8611159 chore: rename email templates export 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 8c12789c03 feat: add reset password email template 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan ca165c8141 feat: add forgot password template 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 729d0c93fe feat: create a password reset token 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 3544e44c31 chore: remove unused error toast 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan b3a312df98 feat: add reset password page 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 8ba9a761d4 feat: add forgot passoword page 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan c4282ded57 feat: add password reset token to schema 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 352720a6ae feat: add deploying documenso with vercel, supabase and resend 2023-11-06 13:01:13 +11:00
Mythie a948adfbb7 chore: update devcontainer 2023-11-06 13:01:13 +11:00
Mythie 77833ba895 chore: update ci 2023-11-06 13:01:13 +11:00
Mythie f700016440 chore: tidy unused code 2023-11-06 13:01:13 +11:00
David Nguyen 771042c9ce feat: add vercel build script 2023-11-06 13:01:13 +11:00
nsylke 95a40400af feat: security headers 2023-11-06 13:01:13 +11:00
Ephraim Atta-Duncan 7d4bb09170 feat: use description of each blog post in og image (#380) 2023-11-06 13:01:13 +11:00
Mythie 269f97fa6b fix: final reference to created column 2023-11-06 13:01:13 +11:00
Mythie 666d682536 fix: remove further references to created column 2023-11-06 13:01:13 +11:00
Mythie 2e5d5bb462 fix: remove references to created column 2023-11-06 13:01:13 +11:00
Mythie 0835da45ef fix: implement feedback 2023-11-06 13:01:13 +11:00
Mythie 5a99a0b5eb fix: update migration for timestamp columns 2023-11-06 13:01:13 +11:00
Mythie 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
Mythie 72bec7bc34 feat: separate document data from document 2023-11-06 13:01:13 +11:00
Timur Ercan 0f38be4e41 chore: update readme to main version 2023-11-06 13:01:13 +11:00
Timur Ercan 706909107f chore: moved rewrite article from next repo 2023-11-06 13:01:13 +11:00
Mythie 48ff16876b fix: add dashboard header border on scroll 2023-11-06 13:01:12 +11:00
David Nguyen a72248e871 refactor: organise recipient utils 2023-11-06 13:01:12 +11:00
David Nguyen 48e58d4675 feat: add avatar email fallback 2023-11-06 13:01:12 +11:00
David Nguyen 41d46c82d1 feat: update document table layout (#371)
* feat: update document table layout

- Removed dashboard page
- Removed redundant ID column
- Moved date to first column
- Added estimated locales for SSR dates
2023-11-06 13:01:12 +11:00
Mythie a849c6431f fix: data table links for recipients 2023-11-06 13:01:12 +11:00
Mythie 399826a6f5 fix: add removed layout guard 2023-11-06 13:01:12 +11:00
Lucas Smith 632b3bd1f4 fix: update layout and wording 2023-11-06 13:01:12 +11:00
Catalin Pit 4f40ce6003 chore: implemented feedback 2023-11-06 13:01:12 +11:00
Catalin Pit e752c0c60b chore: fix version in nextjs config 2023-11-06 13:01:12 +11:00
Catalin Pit 31ae6591dd chore: added app version 2023-11-06 13:01:12 +11:00
Catalin Pit d8bbfae30d chore: changed the cards titles 2023-11-06 13:01:12 +11:00
Catalin Pit f42f2b1aa0 chore: feedback improvements 2023-11-06 13:01:12 +11:00
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
Timur Ercan fdb542765a chore: phrasing 2023-11-06 13:01:12 +11:00
Timur Ercan dcde3317b8 Update apps/marketing/content/blog/building-documenso-pt1.mdx
Co-authored-by: Adithya Krishna  <aadithya794@gmail.com>
2023-11-06 13:01:12 +11:00
Timur Ercan 6be4a1d3e4 fix: update building documenso article description 2023-11-06 13:01:12 +11:00
flō 9c26faba0d fix typo 2023-11-06 13:01:12 +11:00
Ephraim Atta-Duncan 1a48d194f7 refactor: replace whole implementation with a state 2023-11-06 13:01:12 +11:00
Ephraim Atta-Duncan cb5df80a26 fix: hide popover when user selects a recipients 2023-11-06 13:01:12 +11:00
Mythie 661dfe8368 fix: update devcontainer 2023-11-06 13:01:12 +11:00