feat(webapp): add option for ARD only input encryption - #1965
Benoît Cortier (CBenoit) merged 5 commits into
Conversation
Let maintainers know that an action is required on their side
|
There was a problem hiding this comment.
Pull request overview
Adds an ARD input-only encryption option to the web client.
Changes:
- Adds the ARD encryption checkbox and form data.
- Passes the setting to the ARD client configuration.
- Adjusts the VNC package version range.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
forms.interfaces.ts |
Adds the form setting. |
connection-params.interfaces.ts |
Adds the connection parameter. |
web-client.module.ts |
Registers the new control. |
ard-only-input-encryption.component.ts |
Initializes the checkbox control. |
ard-only-input-encryption.component.scss |
Styles the control. |
ard-only-input-encryption-control.component.html |
Renders the checkbox and tooltip. |
ard-form.component.html |
Adds the control to ARD settings. |
web-client-ard.component.ts |
Applies the setting to client configuration. |
package.json |
Changes the VNC dependency range. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Benoît Cortier (CBenoit)
left a comment
There was a problem hiding this comment.
Looks like we still need to update the lock file 👀
The way it looks
