37ed5ad222
v1.12.2-rc.1
2025-07-11 12:55:56 +10:00
d6c11bd195
fix: sign-able readonly fields ( #1885 )
2025-07-10 16:47:36 +10:00
106f796fea
fix: readonly field styling ( #1887 )
...
Changes:
- Updating styling of read only fields
- Removed truncation for fields and used overflow hidden instead
2025-07-10 12:35:18 +10:00
9917def0ca
v1.12.2-rc.0
2025-07-03 10:31:22 +10:00
8d1d098e3a
v1.12.1
2025-07-03 10:07:54 +10:00
1a1a30791e
v1.12.0
2025-07-03 10:01:03 +10:00
8695ef766e
v1.12.0-rc.8
2025-06-30 19:47:37 +10:00
0cc729e9bd
feat: add sequential document view logs ( #1871 )
...
## Description
Add a new document audit log to detect when the document is viewed. This
should only be visible in the document audit log page
Notes:
1. I wanted to reuse the `DOCUMENT_OPENED` event and add an additional
paramter to track sequential views, but it's not query-able
2. This will log "DOCUMENT_VIEWED" before "DOCUMENT_OPENED" but i don't
think it matters
2025-06-30 19:11:16 +10:00
58d97518c8
v1.12.0-rc.7
2025-06-27 22:17:45 +10:00
20c8969272
fix: get real ip for rate limit key
2025-06-27 22:17:02 +10:00
85ac65e405
v1.12.0-rc.6
2025-06-27 21:46:16 +10:00
e07a497b69
feat: api logging by pino ( #1865 )
...
experiemental
2025-06-27 21:44:51 +10:00
21dc4eee62
v1.12.0-rc.5
2025-06-27 18:53:45 +10:00
dc2042a1ee
fix: rate limit api endpoints ( #1863 )
...
Rate limit API endpoint
2025-06-27 18:50:22 +10:00
bfe8c674f2
fix: globalAccessAuth error ( #1851 )
2025-06-23 10:10:57 +10:00
2345de679b
feat: admin monthly active users metric ( #1724 )
2025-06-19 15:12:17 +10:00
1be0e2842c
fix: refactor folders UI/UX ( #1770 )
...
- Add folder search
- Used correct HTML elements
- Added missing translations
- Removed automatic folder redirects
- Removed duplicate code
- Added folder loading skeletons and empty states
2025-06-19 14:57:32 +10:00
29a03d4ec7
feat: add inbox counter ( #1849 )
2025-06-18 13:30:01 +10:00
039cd7d449
fix: remove preconnect font links ( #1798 )
2025-06-18 12:42:54 +10:00
484f6c8b85
fix: admin metrics broken ( #1845 )
2025-06-17 21:15:11 +10:00
b8e08e88ac
fix: api keys not showing ( #1839 )
2025-06-13 17:20:03 +10:00
8be7137b59
v1.12.0-rc.4
2025-06-12 10:27:41 +10:00
400d2a2b1a
feat: sign out of all sessions ( #1797 )
2025-06-11 17:57:38 +10:00
e3ce7f94e6
chore: update build
2025-06-11 14:52:23 +10:00
cad04f26e7
feat: sitemap auto-generation for docs ( #1822 )
2025-06-11 14:09:45 +10:00
d11ec8fa2a
feat: show field coordinates in devmode ( #1802 )
...
Show the fields coordinates when the `devmode` search param is present.
It's meant to help API users understand where to position the fields.
2025-06-11 12:28:39 +10:00
504a0893ab
chore: add organisation docs ( #1831 )
2025-06-10 20:54:36 +10:00
22a37409c1
v1.12.0-rc.3
2025-06-10 12:49:37 +10:00
e6dc237ad2
feat: add organisations ( #1820 )
2025-06-10 11:49:52 +10:00
64c6a51e04
v1.12.0-rc.2
2025-06-07 02:25:14 +10:00
60a623fafd
v1.12.0-rc.1
2025-06-07 00:56:40 +10:00
6059b79a8e
fix: type error
2025-06-07 00:56:33 +10:00
c73d61955b
v1.12.0-rc.0
2025-06-07 00:47:49 +10:00
7c3ca72359
fix: track uninserted fields for multisign
2025-06-07 00:44:41 +10:00
55c8632620
feat: password reauthentication for documents and recipients ( #1827 )
...
Adds password reauthentication to our existing reauth providers,
additionally swaps from an exclusive provider to an inclusive type where
multiple methods can be selected to offer a this or that experience.
2025-06-07 00:27:19 +10:00
ce66da0055
feat: multisign embedding ( #1823 )
...
Adds the ability to use a multisign embedding for cases where multiple
documents need to be signed in a convenient manner.
2025-06-05 12:58:52 +10:00
93aece9644
chore: dependency updates ( #1808 )
2025-05-22 14:30:22 +10:00
abd4fddf31
chore: test reo integration ( #1806 )
...
---
name: Pull Request
about: Submit changes to the project for review and inclusion
---
## Description
Experimental Short-Term Reo Integration
2025-05-21 15:24:46 +02:00
44bc769e60
v1.11.1
2025-05-20 22:37:46 +10:00
8540f24de0
v1.11.0
2025-05-19 15:44:10 +10:00
67203d4bd7
fix: show powered by logic ( #1801 )
...
Previous powered by display logic was incorrect, likely due to a merge
conflict.
2025-05-19 14:31:24 +10:00
9d1e638f0f
fix: pending tooltip click triggers field ( #1800 )
...
Makes it so clicking on the pending field tooltip will trigger the
underlying field it refers to on click if the field can be found within
the DOM.
2025-05-19 10:27:13 +10:00
bd64ad9fef
fix: improve multiselect for webhook triggers ( #1795 )
...
Replaces https://github.com/documenso/documenso/pull/1660 with the same
code but targeting our main branch.
## Demo

2025-05-15 13:01:45 +10:00
99b0ad574e
feat: bulk add fields ( #1683 )
...
## Demo

---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2025-05-14 19:35:32 +00:00
9594e1fee8
chore: minor ui fixes ( #1793 )
2025-05-14 20:08:03 +10:00
f928503a33
chore: update dropdown icons ( #1790 )
...
### Before

### After

2025-05-14 16:44:13 +10:00
2f48679b0b
fix: make lang cookie httpOnly ( #1783 )
2025-05-08 15:59:43 +10:00
e40c5d9d24
v1.10.3
2025-05-03 09:23:25 +10:00
bf1c1ff9dc
v1.10.2
2025-05-03 08:11:27 +10:00
ac7d24eb12
v1.10.1
2025-05-03 07:39:19 +10:00