Commit Graph

1908 Commits

Author SHA1 Message Date
Catalin Pit df33fbf91b feat: admin ui for disabling users (#1547) 2024-12-30 14:45:33 +11:00
Catalin Pit 487f52e194 feat: enable optional fields (#1470) 2024-12-27 19:30:44 +11:00
Dunsin 39b1c5bbec feat: additional valid password (#1456) 2024-12-27 16:02:45 +11:00
SYNO® c588c09b26 fix: remove unwanted semicolon (#1545) 2024-12-26 17:28:22 +11:00
David Nguyen 8a7ec7e982 fix: billing page formatting (#1554) 2024-12-26 17:20:08 +11:00
Mythie 98b2da5018 v1.9.0-rc.5 2024-12-26 13:41:04 +11:00
Catalin Pit fc1f76b543 fix: checkbox logic (#1537)
## Description

<!--- Describe the changes introduced by this pull request. -->
<!--- Explain what problem it solves or what feature/fix it adds. -->

## Related Issue

<!--- If this pull request is related to a specific issue, reference it
here using #issue_number. -->
<!--- For example, "Fixes #123" or "Addresses #456". -->

## Changes Made

<!--- Provide a summary of the changes made in this pull request. -->
<!--- Include any relevant technical details or architecture changes.
-->

- Change 1
- Change 2
- ...

## Testing Performed

<!--- Describe the testing that you have performed to validate these
changes. -->
<!--- Include information about test cases, testing environments, and
results. -->

- Tested feature X in scenario Y.
- Ran unit tests for component Z.
- Tested on browsers A, B, and C.
- ...

## Checklist

<!--- Please check the boxes that apply to this pull request. -->
<!--- You can add or remove items as needed. -->

- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [ ] I have followed the project's coding style guidelines.
- [ ] I have addressed the code review feedback from the previous
submission, if applicable.

## Additional Notes

<!--- Provide any additional context or notes for the reviewers. -->
<!--- This might include details about design decisions, potential
concerns, or anything else relevant. -->
2024-12-23 12:06:47 +02:00
Mythie 22c9fb777b fix: perf improvements 2024-12-18 15:01:57 +11:00
Mythie 2da051a7f9 v1.9.0-rc.4 2024-12-18 08:14:50 +11:00
Catalin Pit c161553d1d feat: add disabled property for user (#1546) 2024-12-17 22:35:59 +11:00
Catalin Pit 2245812f0b fix: document visibility logic (#1521)
Update the logic of document visibility logic and added some tests &
updated some existing ones.
2024-12-16 09:10:40 +02:00
Mythie 861e9c976b v1.9.0-rc.3 2024-12-16 09:35:33 +11:00
David Nguyen b4a7f1887d feat: add trpc openapi (#1535) 2024-12-14 01:23:35 +09:00
Ephraim Duncan 7d201f05d9 fix: admin leaderboard query (#1522)
Co-authored-by: Lucas Smith <me@lucasjamessmith.me>
2024-12-13 15:50:52 +11:00
Mythie a21ee2cea6 v1.9.0-rc.2 2024-12-13 15:16:26 +11:00
Mythie c9fe134852 v1.9.0-rc.1 2024-12-12 10:31:44 +11:00
Mythie f2149719e3 fix: resolve issue with embed css injection 2024-12-12 10:14:23 +11:00
David Nguyen 5df1a6602e fix: refactor search routes (#1529)
Refactor find endpoints to be consistent in terms of input and output.
2024-12-11 19:39:50 +09:00
Mythie 3d7b28a92b chore: update tailwind config 2024-12-11 13:52:34 +11:00
Mythie ed862413b1 v1.9.0-rc.0 2024-12-11 09:48:01 +11:00
Ephraim Duncan 9d02ab4a5e feat: open page api (#1419) 2024-12-10 21:19:05 +11:00
David Nguyen fae9c0ca24 fix: refactor routers (#1523) 2024-12-10 16:11:20 +09:00
Ephraim Duncan dd162205fa fix: prevent accidental signatures (#1515)
![CleanShot 2024-12-06 at 03 30
39](https://github.com/user-attachments/assets/d47dc820-f19d-43b7-a60d-914fc9ab24b8)

![CleanShot 2024-12-06 at 03 32
34](https://github.com/user-attachments/assets/0db98735-8c91-469b-873c-adb19d0fff7b)
2024-12-08 14:17:58 +11:00
David Nguyen 904948e2bc fix: refactor trpc errors (#1511) 2024-12-06 16:01:24 +09:00
David Nguyen 9f45fe62e4 fix: refactor teams router (#1500) 2024-12-05 22:14:47 +09:00
Mythie 0e7e9e17c9 v1.8.1 2024-12-05 13:57:05 +11:00
Mythie b3ccb3d26f v1.8.1-rc.9 2024-12-05 13:53:35 +11:00
Mythie 0c53f5b061 v1.8.1-rc.8 2024-12-04 23:29:15 +11:00
Mythie 5e08d0cffb v1.8.1-rc.7 2024-12-04 22:43:41 +11:00
Catalin Pit 5565aff7a3 fix: docs content (#1495) 2024-12-04 19:49:44 +09:00
David Nguyen f4b1e5104e feat: add platform plan pricing (#1505)
Add platform plan to the billing page.
2024-12-04 15:42:03 +09:00
Mythie a687064a42 v1.8.1-rc.6 2024-12-04 14:58:29 +11:00
Mythie 8ec69388a5 fix: add document rejection webhook
Adds the document rejection webhook since it was missing.

Additionally, normalises and standardises the webhook body.
2024-12-04 14:35:20 +11:00
Mythie 4282a96ee7 v1.8.1-rc.5 2024-12-03 15:44:10 +11:00
Lucas Smith 2aae7435f8 fix: auth cookies across iframes (#1501) 2024-12-03 15:28:30 +11:00
Ephraim Duncan bdd33bd335 feat: signing volume (#1358)
adds a signing volume and leaderboard section to the admin panel
2024-12-03 11:27:22 +11:00
Mythie 9e8d0ac906 v1.8.1-rc.4 2024-12-02 22:07:31 +11:00
Mythie 4326e27a2a v1.8.1-rc.3 2024-12-02 07:48:03 +11:00
Catalin Pit 62806298cf fix: wrong signing invitation message (#1497) 2024-12-02 07:47:11 +11:00
Mythie 87186e08b1 v1.8.1-rc.2 2024-11-29 15:09:03 +11:00
David Nguyen 98d85b086d feat: add initial api logging (#1494)
Improve API logging and error handling between client and server side.
2024-11-28 16:05:37 +07:00
Mythie 04293968c6 chore: update embedding docs 2024-11-28 15:55:17 +11:00
Catalin Pit e6d4005cd1 fix: document title truncation (#1467)
Truncates the document title across various instances where it previously hadn't been truncated.
2024-11-27 10:53:48 +11:00
Mythie 337bdb3553 v1.8.0-rc.1 2024-11-26 21:26:12 +11:00
Catalin Pit ab654a63d8 chore: enable typed signature by default (#1436)
Enable typed signature by default and also add the option to set a typed
signature in the profile page.
2024-11-26 21:03:44 +11:00
Mythie dcb7c2436f fix: update prettier and tailwind 2024-11-26 11:47:28 +11:00
Catalin Pit fa33f83696 feat: download doc without signing certificate (#1477)
## Description

I added the option of downloading a document without the signing
certificate for teams. They can disable/enable the option in the
preferences tab.

The signing certificate can still be downloaded separately from the
`logs` page.
2024-11-25 15:47:26 +11:00
Lucas Smith b15e1d6c47 feat: support whitelabelling in the embedding (#1491)
## Description

Adds support for customising the theme and CSS for the embedding
components which is restricted to platform customers and above.

Additionally adds proper support for the platform plan which will let us
update our stripe products.

<img width="1040" alt="image"
src="https://github.com/user-attachments/assets/f694cd1e-ac93-4dc0-9f78-92fa813f6404">
<img width="1015" alt="image"
src="https://github.com/user-attachments/assets/4209972a-b2bd-40c9-9049-0367382a4de5">
<img width="1065" alt="image"
src="https://github.com/user-attachments/assets/fdbaaaa5-a028-4b1d-a58a-ea6224e21abe">


## Related Issue

N/A

## Changes Made

- Added support for using CSS Vars and CSS within the embedding route
- Added a guard for platform and enterprise plans to activate the custom
css
- Added support for the platform plan

## Testing Performed
Yes
2024-11-25 15:47:00 +11:00
Ephraim Duncan cd5adce7df fix: hardcode delete confirmation text to avoid translation mismatch (#1487) 2024-11-22 14:22:31 +07:00
Mythie 11e483f1c4 chore: update changelog 2024-11-21 13:10:31 +11:00