a1215df91a
refactor: extract api implementation to package
...
Extracts the API implementation to a package so we can
potentially reuse it across different applications in the
event that we move off using a Next.js API route.
Additionally tidies up the tokens page and form to be more simplified.
2023-12-31 13:58:15 +11:00
d283cc2d26
chore: implemented feedback
2023-12-21 16:02:02 +02:00
6a56905fea
chore: merged main
2023-12-21 10:14:07 +02:00
a22ada5f41
chore: add delete cascade
2023-12-20 14:44:43 +02:00
fb46b09e4f
chore: small changes
2023-12-20 12:47:46 +02:00
17486b961d
chore: refactor delete dialog
2023-12-19 15:51:43 +02:00
da03fc1fd0
chore: finishing touches
2023-12-18 12:24:42 +02:00
ff64671e49
fix: stacking issue with notification/toast and header ( #764 )
...
Fixes : #763
2023-12-16 12:40:25 +11:00
089ba1c30e
Merge branch 'main' into fix/css-stacking-notification
2023-12-16 00:35:38 +05:30
cbcd893cfd
fixed z-index
2023-12-16 00:30:52 +05:30
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
e43e8f8c4a
feat: environment variable to toggle signups ( #747 )
...
closes #732
2023-12-15 23:09:01 +11:00
6e10947d00
Merge branch 'main' into feat/732-toggle-signup-form
2023-12-15 21:05:21 +11:00
682cb37786
fix: update auth-options
2023-12-15 20:41:54 +11:00
5809480f02
chore: fix workflows and update package.json file ( #758 )
2023-12-15 16:55:48 +11:00
19736ce60b
chore: implemented feedback
2023-12-14 11:05:39 +02: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
6d34ebd91b
fix: no longer available client component
v1.3.0-rc.2
v1.3.0
2023-12-13 22:49:58 +11:00
f2d4c0721d
chore: removed packageManager as we have engines
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:38:07 +05:30
f9139a54a5
chore: prevent frequent commenting for semantic pr titles
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:37:28 +05:30
2d931b2c9b
chore: fix caching issue in workflows
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-11 23:36:54 +05:30
e79d385534
Merge branch 'main' into feat/public-api
2023-12-11 14:44:29 +02:00
8ecd8a7d10
chore: implemented feedback + a small refactoring
2023-12-11 14:33:30 +02:00
5c1d30bfbb
chore: remove console log
2023-12-10 09:23:31 +05:30
95041fa2e4
fix: build error
2023-12-09 12:05:36 +05:30
49736d2587
Merge branch 'documenso:main' into feat/732-toggle-signup-form
2023-12-09 11:55:55 +05:30
ee5ce78c82
chore: remove unused code
2023-12-09 11:48:46 +05:30
3b3987dcf8
chore: add env to env.example
2023-12-09 11:43:30 +05:30
78a1ee2af0
feat: disable oauth signup when DISABLE_SIGNUP is true
2023-12-09 11:35:45 +05:30
dbdef79263
chore: remove old env variable from docker compose
2023-12-09 10:38:48 +05:30
323380d757
feat: env variable to disable signing up
2023-12-09 10:37:16 +05:30
e4b7747f66
chore: run eslint fix on lint staged ( #743 )
2023-12-09 12:37:13 +11:00
0697e7f817
Merge branch 'main' into eslint-lint-staged
2023-12-09 11:41:20 +11:00
e1d3874e79
fix: do not lint js files
2023-12-09 11:40:23 +11:00
497d9140d2
chore: add lint-staged task for dependency changes ( #548 )
2023-12-09 11:31:01 +11:00
7d22957404
chore: add eslint fix command
2023-12-08 21:27:38 +05:30
66c0db91da
chore: cleanup and feedback implementation
2023-12-08 13:28:34 +00:00
38e5b1d3ce
chore: use minio as s3 storage for document during development ( #588 )
2023-12-08 21:08:30 +11:00
54401b94ae
chore: split api contract
...
moved the schemas from the api contract to a separate file
2023-12-08 09:58:23 +00:00
09dcc2cac0
chore: update github actions
2023-12-08 20:44:28 +11:00
d8d36ae8e2
fix: sticky header z-positioning
2023-12-08 20:41:52 +11:00
dfec8df31e
fix: ensure command menu results are distinct
2023-12-08 20:41:52 +11:00
5e9bc56329
feat: github repo management improvement ( #728 )
2023-12-08 15:47:55 +11:00
48f6765e76
chore: add yml to lint-staged
2023-12-08 13:01:59 +11:00
7feba02e08
chore: update ci and formatting
2023-12-08 13:01:36 +11:00
4e799e68ef
chore: update ci
v1.3.0-rc.1
2023-12-08 09:44:36 +11:00
1831084970
chore: update ci
v1.3.0-rc.0
2023-12-08 09:29:47 +11:00
935601ad16
fix(ee): add handling for incomplete expired checkouts
2023-12-07 18:46:57 +11:00
7b4e38a032
feat: enhance posthog event tracking ( #686 )
2023-12-07 18:08:14 +11:00
2c5d547cdf
fix: add missing import
2023-12-07 18:00:54 +11:00