cc483016d8
chore: updated styling
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 13:24:09 +05:30
025af6e9f4
chore: added eol
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 12:41:08 +05:30
e5497efe7c
chore: updated dark mode styling
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 12:38:56 +05:30
364aaa4cb6
feat: reason label is changed
2024-03-13 11:32:14 +05:30
af6ec5df42
feat: reason is added to the email
2024-03-13 11:30:20 +05:30
487bc026f9
feat: reason is added to the component props
2024-03-13 11:06:35 +05:30
3fb57c877e
feat: send delete email is added
2024-03-13 10:54:53 +05:30
27e7e51789
Merge branch 'main' of https://github.com/documenso/documenso into feat/swagger-styling
2024-03-13 09:56:16 +05:30
52afae331e
chore: updated to send email to doc owners
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 09:50:37 +05:30
27a69819f9
feat: added custom styling for swagger ui
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 09:49:31 +05:30
4dc9e1295b
feat: added the templates for the delete of the documents from the admin
2024-03-12 21:15:17 +05:30
c10cfbf6e1
feat: adding the router for the delete document in the admin router
2024-03-12 20:03:34 +05:30
884eab36eb
feat: adding the schema for the admin delete document mutation
2024-03-12 20:02:05 +05:30
1fd29f7e89
feat: require confirmation for user account deletion ( #1009 )
...
### This PR adds the necessary user friction in the Delete Dialog,
ensuring that users are intentionally deleting their accounts.
- User must disable 2FA to delete the account.

- Explicit user confirmation

fixes #998
2024-03-12 14:15:53 +11:00
d3f4e20f1c
fix: update styling and e2e test
2024-03-12 02:57:22 +00:00
bbcb90d8a5
chore: updated url regex
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-11 15:00:58 +05:30
c2cf25b138
fix: templates incorrectly linking when in a team
2024-03-11 01:46:19 +00:00
1a23744d2a
fix: table layout shift while changing tabs ( #921 )
...
fixes : #875
https://github.com/documenso/documenso/assets/28510494/083fd87a-ef62-40e6-9696-9c04b4411502
2024-03-11 12:16:19 +11:00
7f31ab1ce3
fix: add scrollbar gutter property
2024-03-11 00:52:56 +00:00
b71cb66dd3
fix: show close icon on notification in mobile ( #996 )
...
As per the requirement on the mobile, the close icon will always be
visible
On the desktop, close icon will be visible on hover.
fixes #965
2024-03-10 22:12:29 +11:00
19714fb807
feat: update packages
2024-03-09 00:29:42 +05:30
d462ca0b46
feat: remove prettier plugin
2024-03-09 00:16:16 +05:30
3b5f8d149a
fix: eslint config file parseOptions.project path is updated
2024-03-08 21:14:37 +05:30
0d41c6babf
Merge branch 'main' into test/sign-redirect-url
2024-03-08 15:03:21 +00:00
9b5346efef
chore: add test for multiple recipient
2024-03-08 14:54:18 +00:00
4476cf8fd1
Merge branch 'main' into fix/layout-shift-on-table
2024-03-09 00:41:20 +11:00
5bec549868
feat: improved ui of document dropzone for max quota state ( #997 )
...
**Description:**
[Dropzone.webm](https://github.com/documenso/documenso/assets/23498248/df2d3a54-0e39-4d2d-b792-bf4cd4a1e19d )
2024-03-08 14:38:27 +11:00
bc60278bac
fix: remove useless ternaries
2024-03-08 03:30:57 +00:00
e9664d6369
chore: tidy code
2024-03-08 03:23:27 +00:00
ee35b4a24b
fix: update test to use getByRole
2024-03-08 02:46:25 +00:00
47b06fa290
Merge branch 'main' into test/delete-user
2024-03-08 13:30:24 +11:00
f0fd5506fc
fix: skip seeding when running migrate dev
...
When prisma:migrate-dev needs to reset the database it will run the seed script to repopulate data. Now that we've added the seed script to our root setup command we will want to avoid this behaviour since we will end up double seeding the database which currently can cause issues.
2024-03-08 12:49:55 +11:00
ff3b49656c
chore: remove unused function
2024-03-08 00:07:11 +00:00
e47ca1d6b6
chore: add e2e test for deleting a user
2024-03-08 00:04:27 +00:00
e7f8f4e188
Merge branch 'main' of https://github.com/documenso/documenso into feat/doc-limit-improvement
2024-03-07 21:08:04 +05:30
6c9303012c
chore: updated animation
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 21:06:16 +05:30
0c426983bb
chore: updated initial animation state
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 19:28:35 +05:30
9ae51a0072
feat: improved ui of document dropzone for max quota state
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 19:04:58 +05:30
d694f4a17b
fix: show close icon on notification inmobile
2024-03-07 18:48:23 +05:30
f6eddaa9f6
fix: remove duplicate neon pooler ( #990 )
...
## Description
Fixes the issue with Vercel preview deployments failing.
It appears that the old `PGHOST` environment variable injected by neon
was:
`ep-snowy-snowflake-a2vc5pa2.eu-central-1.aws.neon.tech`
It is now:
`ep-snowy-snowflake-a2vc5pa2.eu-central-1-pooler.aws.neon.tech`
Notice the `-pooler` being attached automatically to the `PGHOST`.
## References
> The following changes were made to the [Neon Vercel
Integration](https://vercel.com/integrations/neon ):
>
>To ensure that users accessing a Neon database from a serverless
environment have enough connections, the DATABASE_URL and PGHOST
environment variables added to a Vercel project by the Neon integration
are now set to a pooled Neon connection string by default. Pooled
connections support up to 10,000 simultaneous connections. Previously,
these variables were set to an unpooled connection string supporting
fewer concurrent connections.
https://neon.tech/docs/changelog
https://neon.tech/docs/guides/vercel#manage-vercel-environment-variables
2024-03-07 18:17:28 +08:00
cffb7907b5
chore: remove bcrypt
2024-03-07 18:30:22 +11:00
10ef5b6e51
fix: improvements from testing
2024-03-07 02:57:02 +00:00
927cb1a934
fix: incorrect download filename logic
2024-03-05 23:05:32 +00:00
579a2f96e5
chore: rename community => early adopter
2024-03-05 13:04:46 +00:00
70494fa5bb
feat: add offline development support ( #987 )
...
## Description
Add support to develop without network access since TRPC by default will
prevent network requests when offline.
https://tanstack.com/query/v4/docs/framework/react/guides/network-mode#network-mode-always
## Changes Made
- Add dynamic logic to toggle offline development
- Removed teams feature flag
2024-03-05 22:06:48 +11:00
a17d4a2a39
fix: handle signature annotations
2024-03-03 11:36:28 +11:00
73aae6f1e3
feat: improve admin panel
2024-03-03 01:55:33 +11:00
870de02efa
Merge branch 'main' into reattach-pdf
2024-03-01 21:23:17 +05:30
00c36782ff
fix: why didn't prettier catch this
2024-03-01 22:59:52 +11:00
665ccd7628
update username min characters
2024-03-01 11:30:42 +00:00