8859b2779f
chore: use rust based cms signing
2024-03-15 22:29:15 +11:00
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
5e00280486
fix: add seed script to dx setup ( #1000 )
2024-03-08 12:53:08 +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
59cdf3203e
fix: add seed script to dx setup
2024-03-07 20:09:29 +00:00
92f44cd304
chore: remove trailing slash
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-08 00:36:18 +05:30
3ce5b9e0a0
chore: updated code_of_conduct link
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-08 00:33:15 +05:30
80f767b321
chore: update docker section in readme
2024-03-07 23:36:34 +11:00
4ec8eeeac1
docs: add article on removing server actions ( #994 )
2024-03-07 23:11:32 +11:00
8e813ab2ac
fix: use docker manifests for multiarch
v1.5.2-rc.8
v1.5.2
2024-03-07 22:16:37 +11:00
51f60926ce
fix: re-add buildx and qemu
v1.5.2-rc.7
2024-03-07 10:27:14 +00:00
2ccc2f22de
chore: back to docker buildx
v1.5.2-rc.6
2024-03-07 10:24:17 +00:00
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
35b2405921
chore: use warpbuild for docker publishing
v1.5.2-rc.5
2024-03-07 10:02:33 +00:00
7b77084dee
fix: deleted files that shouldn't have been committed
2024-03-07 11:34:19 +02:00
a34334c4dc
docs: add article on removing server actions
2024-03-07 11:32:01 +02:00
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
8dad3607cf
fix: add @node-rs/bcrypt to server component externals
2024-03-07 18:48:06 +11:00
cffb7907b5
chore: remove bcrypt
2024-03-07 18:30:22 +11:00
b9b57f16c0
fix: use matrix build
v1.5.2-rc.4
2024-03-07 05:05:35 +00:00
03d2a2a278
fix: update buildx platform arg
v1.5.2-rc.3
2024-03-07 04:35:25 +00:00
82efc5f589
fix: use docker buildx and push
v1.5.2-rc.2
2024-03-07 04:07:55 +00:00
8a9588ca65
fix: fetch tags for publish action
v1.5.2-rc.1
2024-03-07 03:49:03 +00:00
f723a34464
chore: remove launch week quote
v1.5.2-rc.0
2024-03-07 14:12:10 +11:00
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
10ef5b6e51
fix: improvements from testing
2024-03-07 02:57:02 +00:00
9525b9bd63
fix: resolve issue with testing compose file
2024-03-06 23:48:28 +11:00
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
b8fa45380b
Merge branch 'main' into feat/typefully
2024-03-06 13:28:52 +05:30
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
927cb1a934
fix: incorrect download filename logic
v1.5.1-rc.0
v1.5.1
2024-03-05 23:05:32 +00:00
579a2f96e5
chore: rename community => early adopter
2024-03-05 13:04:46 +00:00
8a82952b34
Merge branch 'main' into feat/typefully
2024-03-05 16:42:29 +05:30
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
41ccefe212
chore: remove twt logo asset
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:43:33 +05:30
e83a4becee
chore: update twitter logo
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:41:34 +05:30
a03ce728f3
chore: remove ssr
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:34:42 +05:30
d29caaf823
Merge branch 'feat/typefully' of https://github.com/documenso/documenso into feat/typefully
2024-03-05 14:59:18 +05:30
7e9b96f059
Merge branch 'main' of https://github.com/documenso/documenso into feat/typefully
2024-03-05 14:58:27 +05:30
691255da3f
chore: updated styling of tooltips and margins
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 14:57:29 +05:30
f6f9c301da
feat(ci): cache github workflow actions ( #804 )
2024-03-05 10:04:06 +11:00
a17d4a2a39
fix: handle signature annotations
v1.5.0
v1.5.0-rc.6
2024-03-03 11:36:28 +11:00
73aae6f1e3
feat: improve admin panel
2024-03-03 01:55:33 +11:00
328d16483c
chore: update profile claim dialog and modal ( #983 )
...
**Description:**
**Settings Page:**
<img width="668" alt="Screenshot 2024-03-01 at 19 12 40"
src="https://github.com/documenso/documenso/assets/23498248/08e48432-39a6-4ef0-bc53-931fc3c81545 ">
**Claim Modal:**
<img width="588" alt="Screenshot 2024-03-01 at 19 14 17"
src="https://github.com/documenso/documenso/assets/23498248/69bc2d02-97c6-4a29-88a4-55ed8898ccf5 ">
v1.5.0-rc.5
2024-03-02 12:45:22 +11:00
6dd2abfe51
fix: username min length + fixed condition ( #982 )
...
fixed #981
`url.length <= 6` >>> `url.length < 6`
also removed debug message from the form component
2024-03-02 12:43:44 +11:00
452545dab1
chore: updated button text
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:12:09 +05:30
437410c73a
chore: updated text color
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:11:47 +05:30
36a95f6153
chore: updated text color
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:10:15 +05:30
0f03ad4a6b
chore: updated wordings for claimed ursers
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:05:16 +05:30
8674ad4c88
docs: add node version minimum requirement ( #975 )
...
## PR fixes which issue ?
This PR fixes #974
## Description:
- Have added minimum node version required to setup the Documenso
project locally which will ensure to save time of new contributors
setting up their project. 💚
## Reference for the minimum requirement decision:
https://nextjs.org/docs/app/building-your-application/upgrading/version-14#v14-summary
---------
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com >
2024-03-01 15:12:08 +02:00