9c1e1f50a8
fix: mask recipient tokens for non-owners
2024-01-20 01:14:34 +00:00
a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
eb84d7ff3c
fix: remove invalid migration
2023-12-27 14:05:49 +11:00
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
972c20f906
chore: tidy migrations
2023-12-21 21:20:37 +11:00
7babd82470
fix: updates from review
2023-12-21 20:42:45 +11:00
c40c9b20ec
Merge branch 'main' into feat/document-templates
2023-12-21 14:25:22 +11:00
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
88534fa1c6
feat: add multi subscription support ( #734 )
...
## Description
Previously we assumed that there can only be 1 subscription per user.
However, that will soon no longer the case with the introduction of the
Teams subscription.
This PR will apply the required migrations to support multiple
subscriptions.
## Changes Made
- Updated the Prisma schema to allow for multiple `Subscriptions` per
`User`
- Added a Stripe `customerId` field to the `User` model
- Updated relevant billing sections to support multiple subscriptions
## Testing Performed
- Tested running the Prisma migration on a demo database created on the
main branch
Will require a lot of additional testing.
## Checklist
- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
## Additional Notes
Added the following custom SQL statement to the migration:
> DELETE FROM "Subscription" WHERE "planId" IS NULL OR "priceId" IS
NULL;
Prior to deployment this will require changes to Stripe products:
- Adding `type` meta attribute
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2023-12-14 15:22:54 +11:00
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
cd6184406d
chore: add e2e test for stepper
2023-12-07 15:08:16 +11:00
bfc630aa6a
feat: add document search to the command menu ( #713 )
2023-12-06 12:48:05 +11:00
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00
bfedabdc10
fix: increase e2e test timeout ( #682 )
2023-12-05 13:54:41 +11:00
792158c2cb
feat: add two factor auth ( #643 )
...
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 20:06:32 +11:00
fbbc3b89c3
feat: email verification for registration ( #599 )
2023-11-21 15:44:04 +11:00
d6ae0b44e6
feat: use nextjs.js standalone output for improvised docker image ( #338 )
2023-11-12 13:15:42 +11:00
2065a0debc
feat: add completed at timestamp
2023-11-06 13:02:21 +11:00
5de5d8b0fb
feat: add database indexes
2023-11-06 13:02:20 +11:00
ec1f61faa0
feat: add user schema timestamps
2023-11-06 13:02:20 +11:00
04fc9eb187
chore: upgrade to latest next.js version ( #553 )
...
* chore: upgrade next.js
* fix: canvas not found error
* chore: upgrade package for marketing
* feat: add isServer conditional
* fix: inverse isServer condition
* fix: normalize packages
* fix: upgrade ee package
* fix: depdency nightmares
* fix: failing seed script
2023-11-06 13:02:19 +11:00
c343e8a221
feat: plan limits
2023-11-06 13:02:19 +11:00
2856cd9c15
feat: add free tier Stripe subscription
2023-11-06 13:02:19 +11:00
5a79535080
fix: style updates
2023-11-06 13:02:19 +11:00
dc1b8c3cb8
chore: update import
2023-11-06 13:02:19 +11:00
af73aee113
chore: changes
2023-11-06 13:02:19 +11:00
702df60076
fix: add cascade delete for share links
2023-11-06 13:02:19 +11:00
6fd72321b3
fix(script): minor change on scipt
2023-11-06 13:02:18 +11:00
1b7c887101
fix(script): added script envprisma in root package.json
...
dotenv loads all environment variable before running prisma:migrate-dev script
2023-11-06 13:02:18 +11:00
5e00df1fba
chore: add missing migrations
2023-11-06 13:01:45 +11:00
34232c79e5
feat: add single player mode
2023-11-06 13:01:43 +11:00
7823100272
fix: reverse meta relation and tidy code
2023-11-06 13:01:15 +11:00
826a901c10
fix: document meta relation with document
2023-11-06 13:01:15 +11:00
1e294fc933
feat: add prisma schema for document meta
2023-11-06 13:01:15 +11:00
49ce09f49b
fix: support optimise imports
2023-11-06 13:01:14 +11:00
15fd819132
fix: tidy code and update endpoints
2023-11-06 13:01:14 +11:00
ebcd7c78e4
feat: create sharing id for each recipient
2023-11-06 13:01:14 +11:00
c4282ded57
feat: add password reset token to schema
2023-11-06 13:01:13 +11:00
f700016440
chore: tidy unused code
2023-11-06 13:01:13 +11:00
771042c9ce
feat: add vercel build script
2023-11-06 13:01:13 +11:00
0835da45ef
fix: implement feedback
2023-11-06 13:01:13 +11:00
5a99a0b5eb
fix: update migration for timestamp columns
2023-11-06 13:01:13 +11:00
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
72bec7bc34
feat: separate document data from document
2023-11-06 13:01:13 +11:00
61df56c21e
feat: creating the admin ui for metrics
2023-11-06 13:01:12 +11:00
e05eaffb61
feat: store profile signature
2023-11-06 13:01:12 +11:00
2ba7df4881
fix: update eslint rules
2023-11-06 13:01:11 +11:00
dfe04018a0
feat: add data table actions
2023-11-06 13:01:11 +11:00
62c4a89521
feat: onepage inbox
2023-11-06 13:01:11 +11:00