Commit Graph

24 Commits

Author SHA1 Message Date
1b276a0469 fix: support optimise imports 2023-09-21 21:34:24 +10:00
4b13a42731 fix: tidy code and update endpoints 2023-09-21 00:51:02 +00:00
bcb163693a Merge branch 'feat/refresh' into feat/completed-share-link 2023-09-20 12:42:30 +10:00
ca325cc90b fix: add layout and minor updates 2023-09-19 13:34:54 +00:00
079963cde8 feat: better error handling and better toast messages 2023-09-18 15:09:41 +00:00
45f447c796 feat: better error handling in forgotPassword trpc router 2023-09-18 14:41:24 +00:00
f561ef3cda feat: add reset functionality 2023-09-18 14:03:33 +00:00
b84f0548d2 feat: create a password reset token 2023-09-18 11:15:29 +00:00
9014f01276 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-09-14 12:47:47 +10:00
a2ef9468ae feat: separate document data from document 2023-09-07 19:27:21 +10:00
0cdd980a4b feat: move opengraph-image to next.js 13 implementation 2023-09-05 11:37:21 +00:00
7bcf5fbd86 feat: store signature on signup 2023-09-01 19:46:44 +10:00
f1f6e2e40a Merge branch 'feat/refresh' into feat/completed-share-link 2023-08-31 14:20:52 +10:00
83a83164d4 Merge pull request #330 from documenso/feat/profile-password-form
feat: avoid user from updating password with the same password
2023-08-30 14:32:21 +10:00
d71e43c5d6 fix: minor tidying 2023-08-30 14:01:30 +10:00
ed6fa4dc2a feat: avoid updating password with existing password 2023-08-30 03:26:24 +00:00
0abd3da7fd fix: update eslint rules 2023-08-30 12:35:43 +10:00
874d919a6a feat: create sharing id for each recipient 2023-08-29 18:23:52 +00:00
ca40e983e3 feat: promise safety with eslint 2023-08-29 13:01:19 +10:00
48ceb1e5c7 feat: document authoring 2023-08-17 19:56:18 +10:00
9431e7f0ad chore: upgrade deps and linting 2023-08-01 17:34:17 +10:00
b3fa837967 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-07-26 18:52:53 +10:00
eea09dcfac feat: persist fields and recipients for document editing 2023-06-21 23:49:23 +10:00
803ebccee3 wip: refresh design 2023-06-09 18:22:21 +10:00