Commit graph

14 commits

Author SHA1 Message Date
Ephraim Duncan
7e2cbe46c0
fix: show current month data and add caching (#2573)
### Summary

- Add Cache-Control headers to all route responses (1h s-maxage, 2h
stale-while-revalidate)
- Append current month to chart data so graphs stay up-to-date
(cumulative carries forward, else zero)
- Remove `.limit(12)` from growth queries for full history
- Pass isCumulative flag through addZeroMonth
- Deduplicate TransformedData type, remove transformRepoStats
2026-03-06 13:30:31 +11:00
Lucas Smith
f8ac782f2e
deps: 2026-02-26 upgrades (#2545) 2026-02-26 14:17:08 +11:00
Vincent Vu
51e3d5030d
fix(security): CVE-2025-55184, CVE-2025-55183 (#2314) 2025-12-12 16:50:00 +11:00
Lucas Smith
e66bd422e3
chore: upgrade dependencies (#2278) 2025-12-04 14:31:30 +11:00
Lucas Smith
d2176627ca
chore: dependency updates (#2229) 2025-11-22 20:28:20 +11:00
Ephraim Duncan
35250fa308
feat: server port configurable via PORT env (#2097) 2025-10-27 17:24:24 +11:00
David Nguyen
7f09ba72f4
feat: add envelopes (#2025)
This PR is handles the changes required to support envelopes. The new
envelope editor/signing page will be hidden during release.

The core changes here is to migrate the documents and templates model to
a centralized envelopes model.

Even though Documents and Templates are removed, from the user
perspective they will still exist as we remap envelopes to documents and
templates.
2025-10-14 21:56:36 +11:00
Lucas Smith
93aece9644
chore: dependency updates (#1808) 2025-05-22 14:30:22 +10:00
Ephraim Duncan
5e4956f3a2
fix: zero month addition (#1733)
- Add zero month at the begining of each metric on the open page
2025-04-01 11:12:41 +00:00
David Nguyen
25bb6ffe77 fix: imports 2025-03-03 14:49:28 +11:00
David Nguyen
50a41d0799 fix: pdf viewer and embeds 2025-02-20 15:06:36 +11:00
David Nguyen
5750f2b477
feat: add prisma json types (#1583) 2025-01-15 13:46:45 +11:00
Dunsin
39b1c5bbec
feat: additional valid password (#1456) 2024-12-27 16:02:45 +11:00
Ephraim Duncan
9d02ab4a5e
feat: open page api (#1419) 2024-12-10 21:19:05 +11:00