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
Anik Dhabal Babu
b5b74a788c
fix: overflow issue with user name input
2024-03-06 14:52:59 +00:00
Lucas Smith
9525b9bd63
fix: resolve issue with testing compose file
2024-03-06 23:48:28 +11:00
Adithya Krishna
d382e03085
feat: add typefully card to open page ( #979 )
...
**Description:**
The new card for typefully looks like the below screenshot
<img width="960" alt="Screenshot 2024-03-01 at 12 53 00"
src="https://github.com/documenso/documenso/assets/23498248/925d3362-f883-48b2-8870-83b8115bac7d ">
2024-03-06 13:30:35 +05:30
Adithya Krishna
b8fa45380b
Merge branch 'main' into feat/typefully
2024-03-06 13:28:52 +05:30
Mythie
2cce6dc2e5
feat: tidy docker setup
...
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-06 15:46:51 +11:00
Lucas Smith
927cb1a934
fix: incorrect download filename logic
v1.5.1-rc.0
v1.5.1
2024-03-05 23:05:32 +00:00
Lucas Smith
579a2f96e5
chore: rename community => early adopter
2024-03-05 13:04:46 +00:00
Adithya Krishna
8a82952b34
Merge branch 'main' into feat/typefully
2024-03-05 16:42:29 +05:30
David Nguyen
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
Adithya Krishna
41ccefe212
chore: remove twt logo asset
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:43:33 +05:30
Adithya Krishna
e83a4becee
chore: update twitter logo
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:41:34 +05:30
Adithya Krishna
a03ce728f3
chore: remove ssr
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:34:42 +05:30
Adithya Krishna
d29caaf823
Merge branch 'feat/typefully' of https://github.com/documenso/documenso into feat/typefully
2024-03-05 14:59:18 +05:30
Adithya Krishna
7e9b96f059
Merge branch 'main' of https://github.com/documenso/documenso into feat/typefully
2024-03-05 14:58:27 +05:30