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
98e00739c8
Merge branch 'main' into feat/typefully
2024-03-01 15:05:14 +02:00
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
e5fe3d897d
remove fixed true condition
...
from auth signup router
2024-03-01 11:27:24 +00:00
bfb1c65f98
remove debug logs
...
console.log on signup form
2024-03-01 11:25:21 +00:00
3b8b87a90b
Chore/blog ( #980 )
...
day 5
2024-03-01 11:14:26 +01:00
819e58dd61
chore: image
2024-03-01 11:11:52 +01:00
8c435d48b7
chore: day5
2024-03-01 10:22:10 +01:00
0c8a89a2ea
feat: add typefully card
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 12:53:51 +05:30
85885b5ad5
fix: api documentation errors on ssr
v1.5.0-rc.4
2024-03-01 14:54:41 +11:00
5cc4204788
fix: add early return to webhook trigger
2024-03-01 14:12:06 +11:00
e226f012a9
chore: ctas ( #978 )
2024-02-29 14:25:53 +01:00
4ad722ba00
chore: ctas
2024-02-29 14:25:21 +01:00
1927cc4067
chore: typos and links ( #977 )
2024-02-29 14:15:18 +01:00
c2ec092404
chore: typos and links
2024-02-29 14:14:35 +01:00
ebe23335f8
fix: return the recipient as an array to match other formats from zapier ( #971 )
...
Return the recipient as an array to match the other formats for Zapier.
Otherwise, Zaps with the "DOCUMENT_OPENED" hooks won't work.
All the other webhooks return the "Recipient" field as an array.
v1.5.0-rc.3
2024-02-29 08:37:01 +02:00
e5be219b99
feat: claim profile ( #972 )
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-29 15:29:47 +11:00
aa87a86a5f
fix: update e2e tests
2024-02-29 15:19:38 +11:00
1cc7c95a33
fix: update e2e test
2024-02-29 14:26:37 +11:00
9f576eb47c
fix: update signup mutation schema
2024-02-29 14:13:37 +11:00
bd82ad7a0b
fix: revert settings-header changes
2024-02-29 14:12:00 +11:00
cc1b888174
chore: tidy changes
2024-02-29 14:09:17 +11:00
5576cdc2b0
Merge branch 'main' into feat/public-profile-1
2024-02-29 14:08:19 +11:00