e330e90688
fix: document meta relation with document
2023-09-20 12:54:24 +00:00
f2d3c51651
fix: avoid creating document meta with empty strings
2023-09-20 12:38:39 +00:00
c9c111cdf2
fix: persist newline in emails
2023-09-20 12:19:52 +00:00
d417255910
feat: replace template variables with values
...
Co-authored-by: Mythie <me@lucasjamessmith.me >
2023-09-20 11:17:26 +00:00
677a15327b
feat: send custom email message
2023-09-20 09:59:42 +00:00
d5238939ad
feat: persist document metadata in database for a specific user
2023-09-20 09:51:04 +00:00
6860726e83
feat: send custom email subjects
2023-09-20 09:06:28 +00:00
a55197fb2d
feat: add prisma schema for document meta
2023-09-20 08:57:50 +00:00
70cb65d266
fix: update token validity check
2023-09-19 13:59:19 +00:00
cef8cad14c
fix: update reset token query
2023-09-19 13:57:11 +00:00
def8f45f8b
fix: update email template
2023-09-19 13:49:01 +00:00
ca325cc90b
fix: add layout and minor updates
2023-09-19 13:34:54 +00:00
0060b9da8c
Merge branch 'feat/refresh' into feat/reset-password
2023-09-19 13:53:38 +10:00
b411db40da
chore: tidy unused code
2023-09-19 02:40:58 +00:00
1be0b9e01f
feat: add vercel build script
2023-09-19 01:54:20 +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
166cbc150f
feat: send email to user on successful password reset
2023-09-18 14:31:04 +00:00
f561ef3cda
feat: add reset functionality
2023-09-18 14:03:33 +00:00
29bd4cb9c3
feat: send forgot password email
2023-09-18 12:14:55 +00:00
1237944b71
chore: rename email templates export
2023-09-18 11:51:43 +00:00
b331e3c780
feat: add reset password email template
2023-09-18 11:49:37 +00:00
7f641e3e73
feat: add forgot password template
2023-09-18 11:38:02 +00:00
b84f0548d2
feat: create a password reset token
2023-09-18 11:15:29 +00:00
47d55a5eab
feat: add password reset token to schema
2023-09-18 06:47:03 +00:00
0d702e9189
fix: remove further references to created column
2023-09-14 13:37:38 +10:00
2356f58e7b
fix: implement feedback
2023-09-14 13:21:03 +10:00
6c12ed4afc
fix: update migration for timestamp columns
2023-09-14 13:07:55 +10:00
d76ee7f33c
Merge branch 'feat/refresh' into feat/universal-upload
2023-09-14 12:53:58 +10: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
fbb332fb35
Merge branch 'feat/refresh' into feat/admin-ui-metrics
2023-09-13 21:54:33 +10:00
7e1cce9155
Merge pull request #365 from documenso/feat/avatar-fallback
...
feat: add avatar email fallback
2023-09-13 21:51:42 +10:00
ed4cbe9fa6
Merge branch 'feat/refresh' into feat/universal-upload
2023-09-12 20:51:31 +10:00
599e857a1e
fix: add removed layout guard
2023-09-12 17:53:38 +10:00
581f08c59b
fix: update layout and wording
2023-09-12 07:25:44 +00:00
24a2e9e6d4
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-09-12 14:29:27 +10:00
e8796a7d86
refactor: organise recipient utils
2023-09-12 12:33:04 +10:00
fbf32404a6
feat: add avatar email fallback
2023-09-11 16:58:41 +10:00
f8a193c0f8
refactor: replace whole implementation with a state
2023-09-09 10:56:45 +00:00
9186cb4d7b
fix: hide popover when user selects a recipients
2023-09-09 10:42:03 +00:00
660f5894a6
chore: feedback improvements
2023-09-08 12:56:44 +03:00
77058220a8
chore: rename files
2023-09-08 12:42:14 +03:00
6cdba45396
chore: implemented feedback
2023-09-08 12:39:13 +03:00
67571158e8
feat: add the admin page
2023-09-08 11:28:50 +03:00
171a5ba4ee
feat: creating the admin ui for metrics
2023-09-08 09:16:31 +03:00
a2ef9468ae
feat: separate document data from document
2023-09-07 19:27:21 +10:00
74180defd1
Merge pull request #339 from G3root/feat-api-error
...
feat: add alert banner for errors in sigin page
2023-09-05 15:36:55 +10:00
6e095921e6
fix: tidy up code
2023-09-05 11:29:23 +10:00
aecf2f32b9
chore: removed one more console.log
2023-09-04 16:41:28 +03:00
b23967d777
chore: removed console.logs and warn
2023-09-04 16:08:22 +03:00