Catalin Pit
61ca34eee1
removed unused cn
2024-03-08 13:46:22 +02:00
Catalin Pit
41843691e8
feat: add website cta
2024-03-08 13:44:25 +02:00
nafees nazik
c463d5a0ed
fix: add double quote
2024-03-08 16:47:38 +05:30
nafees nazik
8afe669978
feat: improve lint staged performance
2024-03-08 16:26:47 +05:30
Lucas Smith
fd4ea3aca5
fix: update docker docs
2024-03-08 20:00:24 +11:00
Catalin Pit
ee2cb0eedf
docs: add article about public api
2024-03-08 10:20:58 +02:00
premiare
1b32c5a17f
fix: fix blog post date ( #1003 )
...
Fixing the blog date for
https://documenso.com/blog/removing-server-actions
(I assume it was meant to be March 7th)

2024-03-08 09:27:30 +02:00
Lucas Smith
6376112f9d
fix: overflow issue with user name input ( #991 )
...
Before:-

After:-

2024-03-08 15:24:17 +11:00
Lucas Smith
ddfd4b9e1b
fix: update styling
2024-03-08 03:59:15 +00:00
Lucas Smith
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
Lucas Smith
2f728f401b
chore: add e2e test for deleting a user ( #1001 )
2024-03-08 14:32:06 +11:00
Lucas Smith
bc60278bac
fix: remove useless ternaries
2024-03-08 03:30:57 +00:00
Lucas Smith
e9664d6369
chore: tidy code
2024-03-08 03:23:27 +00:00
Lucas Smith
3b3346e6af
fix: remove data-testid attributes
2024-03-08 13:47:59 +11:00
Lucas Smith
ee35b4a24b
fix: update test to use getByRole
2024-03-08 02:46:25 +00:00
Lucas Smith
47b06fa290
Merge branch 'main' into test/delete-user
2024-03-08 13:30:24 +11:00
Lucas Smith
b9dccdb359
chore: updated code of conduct link ( #999 )
...
**Description:**
Updated broken link to code of conduct in the Readme
2024-03-08 12:54:23 +11:00
Lucas Smith
5e00280486
fix: add seed script to dx setup ( #1000 )
2024-03-08 12:53:08 +11:00
Lucas Smith
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
Ephraim Atta-Duncan
ff3b49656c
chore: remove unused function
2024-03-08 00:07:11 +00:00
Ephraim Atta-Duncan
e47ca1d6b6
chore: add e2e test for deleting a user
2024-03-08 00:04:27 +00:00
Ephraim Atta-Duncan
59cdf3203e
fix: add seed script to dx setup
2024-03-07 20:09:29 +00:00
Adithya Krishna
92f44cd304
chore: remove trailing slash
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-08 00:36:18 +05:30
Adithya Krishna
3ce5b9e0a0
chore: updated code_of_conduct link
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-08 00:33:15 +05:30
Adithya Krishna
e7f8f4e188
Merge branch 'main' of https://github.com/documenso/documenso into feat/doc-limit-improvement
2024-03-07 21:08:04 +05:30
Adithya Krishna
6c9303012c
chore: updated animation
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 21:06:16 +05:30
Gautam-Hegde
6fc3803ad2
Merge branch 'main' of https://github.com/Gautam-Hegde/documenso
2024-03-07 20:54:55 +05:30
Anik Dhabal Babu
f7e7c6dedf
fix: overflow issue
2024-03-07 20:08:11 +05:30
Adithya Krishna
0c426983bb
chore: updated initial animation state
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 19:28:35 +05:30
Adithya Krishna
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
Rohit Saluja
d694f4a17b
fix: show close icon on notification inmobile
2024-03-07 18:48:23 +05:30
Lucas Smith
80f767b321
chore: update docker section in readme
2024-03-07 23:36:34 +11:00
Lucas Smith
4ec8eeeac1
docs: add article on removing server actions ( #994 )
2024-03-07 23:11:32 +11:00
Mythie
8e813ab2ac
fix: use docker manifests for multiarch
v1.5.2-rc.8
v1.5.2
2024-03-07 22:16:37 +11:00
Lucas Smith
51f60926ce
fix: re-add buildx and qemu
v1.5.2-rc.7
2024-03-07 10:27:14 +00:00
Lucas Smith
2ccc2f22de
chore: back to docker buildx
v1.5.2-rc.6
2024-03-07 10:24:17 +00:00
David Nguyen
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
Lucas Smith
35b2405921
chore: use warpbuild for docker publishing
v1.5.2-rc.5
2024-03-07 10:02:33 +00:00
Catalin Pit
7b77084dee
fix: deleted files that shouldn't have been committed
2024-03-07 11:34:19 +02:00
Catalin Pit
a34334c4dc
docs: add article on removing server actions
2024-03-07 11:32:01 +02:00
Lucas Smith
0c8b24ba75
chore: remove bcrypt ( #993 )
...
Remove `bcrypt` in favor of `@node-rs/bcrypt` which includes precompiled
binaries for many platforms reducing the number of tasks to run post
`npm install`.
Resolves #986
2024-03-07 19:58:53 +11:00
Mythie
8dad3607cf
fix: add @node-rs/bcrypt to server component externals
2024-03-07 18:48:06 +11:00
Mythie
cffb7907b5
chore: remove bcrypt
2024-03-07 18:30:22 +11:00
Lucas Smith
b9b57f16c0
fix: use matrix build
v1.5.2-rc.4
2024-03-07 05:05:35 +00:00
Lucas Smith
03d2a2a278
fix: update buildx platform arg
v1.5.2-rc.3
2024-03-07 04:35:25 +00:00
Lucas Smith
82efc5f589
fix: use docker buildx and push
v1.5.2-rc.2
2024-03-07 04:07:55 +00:00
Lucas Smith
8a9588ca65
fix: fetch tags for publish action
v1.5.2-rc.1
2024-03-07 03:49:03 +00:00
Lucas Smith
f723a34464
chore: remove launch week quote
v1.5.2-rc.0
2024-03-07 14:12:10 +11:00
Lucas Smith
dd1d657057
feat: tidy docker setup ( #988 )
...
Tidy the docker setup and include a Github Action
for publishing docker containers to DockerHub and
Github Container Registry.
Also add a small README file with docker hosting instructions.
2024-03-07 14:11:03 +11:00
Lucas Smith
10ef5b6e51
fix: improvements from testing
2024-03-07 02:57:02 +00:00