08011f9545
chore: added target blank for github link: ( #851 )
2024-01-23 11:27:10 +11:00
6e22eff5a1
feat: command grp border
2024-01-23 00:02:04 +05:30
4909eee401
feat: add viewing on completed page for pending documents
v1.3.2-rc.0
2024-01-22 21:36:46 +11:00
5a28eaa4ff
feat: add recipient creation
2024-01-22 17:38:02 +11:00
98667dac15
chore: code tidy
2024-01-22 12:03:14 +05:30
e8c2ca8890
fix: mask documents in search
v1.3.1
v1.3.1-rc.2
2024-01-22 12:32:19 +11:00
9e433af112
feat: require 2fa code before account is deleted
2024-01-21 15:38:32 +00:00
7762b1db65
feat: add loading to button
2024-01-21 09:47:50 +00:00
a3e560899a
feat: delete user from db and unsubscribe from stripe
2024-01-20 23:30:56 +00:00
f652ca9b73
feat: account deletion confirmation dialog
2024-01-20 19:07:47 +00:00
9cc8bbdfc3
fix: docker compose variable
2024-01-20 17:45:59 +01:00
1191e1d9c3
feat: linear-gh blogpost ( #827 )
v1.3.1-rc.1
2024-01-20 12:18:23 +11:00
9c1e1f50a8
fix: mask recipient tokens for non-owners
2024-01-20 01:14:34 +00:00
b6aface982
chore: update api description
2024-01-19 16:59:48 +02:00
b28a7f9702
chore: add openapi
2024-01-19 16:55:16 +02:00
efb9e9f3ec
Merge branch 'main' into feature/linear-gh
2024-01-18 17:17:01 +01:00
a7672545d7
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:49 +01:00
1a10cd2ae1
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:28 +01:00
204388888d
fix: fix bug for completed document shortcut ( #839 )
...
When you're in the `/documents` page in the dashboard, if you hover over
a draft and a completed document, you'll see different URLs.
At the moment, the shortcut tries to go to the following URL for a
completed document `/documents/{doc-id}`.
However, that's the wrong URL, since the URL for a completed doc is
`/sign/{token}` when the user is the recipient, not the one that sent
the document for signing.
If it's the document owner & the document is completed, the URL is fine
as `/documents/{doc-id}`.
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2024-01-18 09:38:42 +02:00
0d977e783e
refactor: download function to be reusable ( #740 )
2024-01-18 15:24:36 +11:00
0d15b80c2d
fix: simplify code
2024-01-18 04:23:22 +00:00
4e9cce0df0
chore: improve request template ( #833 )
...
Ref #622
Consolidated the template(removed redundant fields), added appropriate
validation.
2024-01-18 12:13:20 +11:00
6f726565e8
Update README.md
...
We are nominated for a Product Hunt Gold Kitty 😺 ✨ and appreciate any support: https://documen.so/kitty
2024-01-17 14:36:28 +01:00
3b82ba57f3
chore: implemented feedback plus some restructuring
2024-01-17 12:44:25 +02:00
9ff44f10a6
chore: add incident blog post
v1.3.1-rc.0
2024-01-17 21:41:00 +11:00
16d97783f2
feat: improve the UX for password protected documents ( #780 )
2024-01-17 19:32:42 +11:00
91dd10ec9b
fix: add symmetric encryption to document passwords
2024-01-17 17:28:28 +11:00
a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
1bc885478d
fix: display the number of documents in mobile view ( #837 )
...
This PR fixes #782 .
It now displays the document count on mobile view.
2024-01-17 11:10:28 +11:00
b4b146ee49
Merge branch 'main' into Gautam-Hegde/issue#622
2024-01-16 23:27:34 +05:30
4aefb80989
feat: restrict app access for unverified users
2024-01-16 14:25:05 +02:00
560352492d
fix: keyboard shortcut ctrl+k fixed ( #830 )
2024-01-16 13:07:42 +11:00
67aebaac1a
Update improvement.yml code quality
2024-01-16 01:14:48 +05:30
a593e045b5
Update improvement.yml
2024-01-16 00:08:04 +05:30
84b0c2756b
fix: fixed the deleting signature block issue on touchscreens ( #809 )
...
Fixed the deleting signature block issue on touchscreens, for some
reason the `onClick` event isn't working on the touchscreens that's why
I've added `onTouchEnd` event to delete the signature block when the
user clicks on it.
2024-01-15 19:33:40 +11:00
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
7e71e06e04
fix: keyboard shortcut ctrl+k default behaviour fixed
2024-01-13 14:19:37 +05:30
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
1a73f3e007
chore: feedback and phrasing
2024-01-11 14:27:44 +01:00
d73ef57794
Merge branch 'main' into fix/bug-798-signatures-block
2024-01-11 16:50:43 +08:00
ea0120abc8
chore: typo
2024-01-10 16:51:42 +01:00
b501ffdee9
chore: images
2024-01-10 16:37:53 +01:00
31050d6b7b
chore: spelling
2024-01-10 16:14:28 +01:00
ed1998278a
feat: draft github blogpost
2024-01-10 16:14:02 +01:00
eeb6a072aa
Merge branch 'main' into harkirat/Protect
2024-01-10 10:45:19 +05:30
b09071ebc7
feat: jump to next field ( #805 )
...
When the fields are not filled, the button will say "Next field". Clicking on the button takes you to
the unfilled field.
2024-01-10 15:27:18 +11:00
66bb56047a
chore: update roadmap links
2024-01-09 14:32:49 +01:00
1d4e78e579
Merge branch 'main' into update-documents-avatar
2024-01-09 20:33:31 +08:00
f9d26e6b3f
fix: stepsRemaining value of the early adopters plan's input section ( #803 )
2024-01-08 19:09:34 +11:00
3054d84ba7
chore: implemented feedback
2024-01-08 09:58:34 +02:00