chore(deps): update tauri monorepo (v2) (#1512)
* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>pull/1479/head
parent
955ed6aec6
commit
76daee7aaf
@ -0,0 +1,57 @@
|
||||
---
|
||||
"authenticator": patch
|
||||
"autostart": patch
|
||||
"barcode-scanner": patch
|
||||
"biometric": patch
|
||||
"cli": patch
|
||||
"clipboard-manager": patch
|
||||
"deep-link": patch
|
||||
"dialog": patch
|
||||
"fs": patch
|
||||
"global-shortcut": patch
|
||||
"http": patch
|
||||
"localhost": patch
|
||||
"log-plugin": patch
|
||||
"nfc": patch
|
||||
"notification": patch
|
||||
"os": patch
|
||||
"persisted-scope": patch
|
||||
"positioner": patch
|
||||
"process": patch
|
||||
"shell": patch
|
||||
"single-instance": patch
|
||||
"sql": patch
|
||||
"store": patch
|
||||
"stronghold": patch
|
||||
"updater": patch
|
||||
"upload": patch
|
||||
"websocket": patch
|
||||
"window-state": patch
|
||||
"authenticator-js": patch
|
||||
"autostart-js": patch
|
||||
"barcode-scanner-js": patch
|
||||
"biometric-js": patch
|
||||
"cli-js": patch
|
||||
"clipboard-manager-js": patch
|
||||
"deep-link-js": patch
|
||||
"dialog-js": patch
|
||||
"fs-js": patch
|
||||
"global-shortcut-js": patch
|
||||
"http-js": patch
|
||||
"log-js": patch
|
||||
"nfc-js": patch
|
||||
"notification-js": patch
|
||||
"os-js": patch
|
||||
"positioner-js": patch
|
||||
"process-js": patch
|
||||
"shell-js": patch
|
||||
"sql-js": patch
|
||||
"store-js": patch
|
||||
"stronghold-js": patch
|
||||
"updater-js": patch
|
||||
"upload-js": patch
|
||||
"websocket-js": patch
|
||||
"window-state-js": patch
|
||||
---
|
||||
|
||||
Update to tauri beta.23.
|
@ -1,12 +1,140 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-init-auth`|Enables the init_auth command without any pre-configured scope.|
|
||||
|`deny-init-auth`|Denies the init_auth command without any pre-configured scope.|
|
||||
|`allow-register`|Enables the register command without any pre-configured scope.|
|
||||
|`deny-register`|Denies the register command without any pre-configured scope.|
|
||||
|`allow-sign`|Enables the sign command without any pre-configured scope.|
|
||||
|`deny-sign`|Denies the sign command without any pre-configured scope.|
|
||||
|`allow-verify-registration`|Enables the verify_registration command without any pre-configured scope.|
|
||||
|`deny-verify-registration`|Denies the verify_registration command without any pre-configured scope.|
|
||||
|`allow-verify-signature`|Enables the verify_signature command without any pre-configured scope.|
|
||||
|`deny-verify-signature`|Denies the verify_signature command without any pre-configured scope.|
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:allow-init-auth`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the init_auth command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:deny-init-auth`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the init_auth command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:allow-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:deny-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:allow-sign`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the sign command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:deny-sign`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the sign command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:allow-verify-registration`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the verify_registration command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:deny-verify-registration`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the verify_registration command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:allow-verify-signature`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the verify_signature command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`authenticator:deny-verify-signature`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the verify_signature command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,22 +1,183 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-cancel`|Enables the cancel command without any pre-configured scope.|
|
||||
|`deny-cancel`|Denies the cancel command without any pre-configured scope.|
|
||||
|`allow-check-permissions`|Enables the check_permissions command without any pre-configured scope.|
|
||||
|`deny-check-permissions`|Denies the check_permissions command without any pre-configured scope.|
|
||||
|`allow-open-app-settings`|Enables the open_app_settings command without any pre-configured scope.|
|
||||
|`deny-open-app-settings`|Denies the open_app_settings command without any pre-configured scope.|
|
||||
|`allow-request-permissions`|Enables the request_permissions command without any pre-configured scope.|
|
||||
|`deny-request-permissions`|Denies the request_permissions command without any pre-configured scope.|
|
||||
|`allow-scan`|Enables the scan command without any pre-configured scope.|
|
||||
|`deny-scan`|Denies the scan command without any pre-configured scope.|
|
||||
|`allow-vibrate`|Enables the vibrate command without any pre-configured scope.|
|
||||
|`deny-vibrate`|Denies the vibrate command without any pre-configured scope.|
|
||||
|`default`|This permission set configures which
|
||||
## Default Permission
|
||||
|
||||
This permission set configures which
|
||||
barcode scanning features are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
It allows all barcode related features.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-cancel`
|
||||
- `allow-check-permissions`
|
||||
- `allow-open-app-settings`
|
||||
- `allow-request-permissions`
|
||||
- `allow-scan`
|
||||
- `allow-vibrate`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-cancel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the cancel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-cancel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the cancel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-check-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the check_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-check-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the check_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-open-app-settings`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the open_app_settings command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-open-app-settings`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the open_app_settings command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-request-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the request_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-request-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the request_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-scan`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the scan command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-scan`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the scan command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:allow-vibrate`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the vibrate command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`barcode-scanner:deny-vibrate`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the vibrate command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,14 +1,75 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-authenticate`|Enables the authenticate command without any pre-configured scope.|
|
||||
|`deny-authenticate`|Denies the authenticate command without any pre-configured scope.|
|
||||
|`allow-status`|Enables the status command without any pre-configured scope.|
|
||||
|`deny-status`|Denies the status command without any pre-configured scope.|
|
||||
|`default`|This permission set configures which
|
||||
## Default Permission
|
||||
|
||||
This permission set configures which
|
||||
biometric features are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
It allows acccess to all biometric commands.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-authenticate`
|
||||
- `allow-status`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`biometric:allow-authenticate`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the authenticate command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`biometric:deny-authenticate`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the authenticate command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`biometric:allow-status`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the status command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`biometric:deny-status`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the status command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,5 +1,41 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-cli-matches`|Enables the cli_matches command without any pre-configured scope.|
|
||||
|`deny-cli-matches`|Denies the cli_matches command without any pre-configured scope.|
|
||||
|`default`|Allows reading the CLI matches|
|
||||
## Default Permission
|
||||
|
||||
Allows reading the CLI matches
|
||||
|
||||
- `allow-cli-matches`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`cli:allow-cli-matches`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the cli_matches command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`cli:deny-cli-matches`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the cli_matches command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,20 +1,175 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-clear`|Enables the clear command without any pre-configured scope.|
|
||||
|`deny-clear`|Denies the clear command without any pre-configured scope.|
|
||||
|`allow-read-image`|Enables the read_image command without any pre-configured scope.|
|
||||
|`deny-read-image`|Denies the read_image command without any pre-configured scope.|
|
||||
|`allow-read-text`|Enables the read_text command without any pre-configured scope.|
|
||||
|`deny-read-text`|Denies the read_text command without any pre-configured scope.|
|
||||
|`allow-write-html`|Enables the write_html command without any pre-configured scope.|
|
||||
|`deny-write-html`|Denies the write_html command without any pre-configured scope.|
|
||||
|`allow-write-image`|Enables the write_image command without any pre-configured scope.|
|
||||
|`deny-write-image`|Denies the write_image command without any pre-configured scope.|
|
||||
|`allow-write-text`|Enables the write_text command without any pre-configured scope.|
|
||||
|`deny-write-text`|Denies the write_text command without any pre-configured scope.|
|
||||
|`default`|No features are enabled by default, as we believe
|
||||
## Default Permission
|
||||
|
||||
No features are enabled by default, as we believe
|
||||
the clipboard can be inherently dangerous and it is
|
||||
application specific if read and/or write access is needed.
|
||||
|
||||
Clipboard interaction needs to be explicitly enabled.
|
||||
|
|
||||
|
||||
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-clear`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the clear command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-clear`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the clear command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-read-image`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the read_image command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-read-image`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the read_image command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-read-text`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the read_text command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-read-text`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the read_text command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-write-html`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the write_html command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-write-html`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the write_html command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-write-image`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the write_image command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-write-image`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the write_image command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:allow-write-text`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the write_text command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`clipboard-manager:deny-write-text`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the write_text command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,11 +1,119 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-get-current`|Enables the get_current command without any pre-configured scope.|
|
||||
|`deny-get-current`|Denies the get_current command without any pre-configured scope.|
|
||||
|`allow-is-registered`|Enables the is_registered command without any pre-configured scope.|
|
||||
|`deny-is-registered`|Denies the is_registered command without any pre-configured scope.|
|
||||
|`allow-register`|Enables the register command without any pre-configured scope.|
|
||||
|`deny-register`|Denies the register command without any pre-configured scope.|
|
||||
|`allow-unregister`|Enables the unregister command without any pre-configured scope.|
|
||||
|`deny-unregister`|Denies the unregister command without any pre-configured scope.|
|
||||
|`default`|Allows reading the opened deep link via the get_current command|
|
||||
## Default Permission
|
||||
|
||||
Allows reading the opened deep link via the get_current command
|
||||
|
||||
- `allow-get-current`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:allow-get-current`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_current command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:deny-get-current`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_current command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:allow-is-registered`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the is_registered command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:deny-is-registered`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the is_registered command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:allow-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:deny-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:allow-unregister`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the unregister command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`deep-link:deny-unregister`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the unregister command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,17 +1,148 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-is-registered`|Enables the is_registered command without any pre-configured scope.|
|
||||
|`deny-is-registered`|Denies the is_registered command without any pre-configured scope.|
|
||||
|`allow-register`|Enables the register command without any pre-configured scope.|
|
||||
|`deny-register`|Denies the register command without any pre-configured scope.|
|
||||
|`allow-register-all`|Enables the register_all command without any pre-configured scope.|
|
||||
|`deny-register-all`|Denies the register_all command without any pre-configured scope.|
|
||||
|`allow-unregister`|Enables the unregister command without any pre-configured scope.|
|
||||
|`deny-unregister`|Denies the unregister command without any pre-configured scope.|
|
||||
|`allow-unregister-all`|Enables the unregister_all command without any pre-configured scope.|
|
||||
|`deny-unregister-all`|Denies the unregister_all command without any pre-configured scope.|
|
||||
|`default`|No features are enabled by default, as we believe
|
||||
## Default Permission
|
||||
|
||||
No features are enabled by default, as we believe
|
||||
the shortcuts can be inherently dangerous and it is
|
||||
application specific if specific shortcuts should be
|
||||
registered or unregistered.
|
||||
|
|
||||
|
||||
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:allow-is-registered`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the is_registered command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:deny-is-registered`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the is_registered command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:allow-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:deny-register`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:allow-register-all`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register_all command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:deny-register-all`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register_all command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:allow-unregister`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the unregister command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:deny-unregister`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the unregister command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:allow-unregister-all`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the unregister_all command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`global-shortcut:deny-unregister-all`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the unregister_all command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,5 +1,41 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-log`|Enables the log command without any pre-configured scope.|
|
||||
|`deny-log`|Denies the log command without any pre-configured scope.|
|
||||
|`default`|Allows the log command|
|
||||
## Default Permission
|
||||
|
||||
Allows the log command
|
||||
|
||||
- `allow-log`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`log:allow-log`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the log command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`log:deny-log`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the log command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,42 +1,453 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-batch`|Enables the batch command without any pre-configured scope.|
|
||||
|`deny-batch`|Denies the batch command without any pre-configured scope.|
|
||||
|`allow-cancel`|Enables the cancel command without any pre-configured scope.|
|
||||
|`deny-cancel`|Denies the cancel command without any pre-configured scope.|
|
||||
|`allow-check-permissions`|Enables the check_permissions command without any pre-configured scope.|
|
||||
|`deny-check-permissions`|Denies the check_permissions command without any pre-configured scope.|
|
||||
|`allow-create-channel`|Enables the create_channel command without any pre-configured scope.|
|
||||
|`deny-create-channel`|Denies the create_channel command without any pre-configured scope.|
|
||||
|`allow-delete-channel`|Enables the delete_channel command without any pre-configured scope.|
|
||||
|`deny-delete-channel`|Denies the delete_channel command without any pre-configured scope.|
|
||||
|`allow-get-active`|Enables the get_active command without any pre-configured scope.|
|
||||
|`deny-get-active`|Denies the get_active command without any pre-configured scope.|
|
||||
|`allow-get-pending`|Enables the get_pending command without any pre-configured scope.|
|
||||
|`deny-get-pending`|Denies the get_pending command without any pre-configured scope.|
|
||||
|`allow-is-permission-granted`|Enables the is_permission_granted command without any pre-configured scope.|
|
||||
|`deny-is-permission-granted`|Denies the is_permission_granted command without any pre-configured scope.|
|
||||
|`allow-list-channels`|Enables the list_channels command without any pre-configured scope.|
|
||||
|`deny-list-channels`|Denies the list_channels command without any pre-configured scope.|
|
||||
|`allow-notify`|Enables the notify command without any pre-configured scope.|
|
||||
|`deny-notify`|Denies the notify command without any pre-configured scope.|
|
||||
|`allow-permission-state`|Enables the permission_state command without any pre-configured scope.|
|
||||
|`deny-permission-state`|Denies the permission_state command without any pre-configured scope.|
|
||||
|`allow-register-action-types`|Enables the register_action_types command without any pre-configured scope.|
|
||||
|`deny-register-action-types`|Denies the register_action_types command without any pre-configured scope.|
|
||||
|`allow-register-listener`|Enables the register_listener command without any pre-configured scope.|
|
||||
|`deny-register-listener`|Denies the register_listener command without any pre-configured scope.|
|
||||
|`allow-remove-active`|Enables the remove_active command without any pre-configured scope.|
|
||||
|`deny-remove-active`|Denies the remove_active command without any pre-configured scope.|
|
||||
|`allow-request-permission`|Enables the request_permission command without any pre-configured scope.|
|
||||
|`deny-request-permission`|Denies the request_permission command without any pre-configured scope.|
|
||||
|`allow-show`|Enables the show command without any pre-configured scope.|
|
||||
|`deny-show`|Denies the show command without any pre-configured scope.|
|
||||
|`default`|This permission set configures which
|
||||
## Default Permission
|
||||
|
||||
This permission set configures which
|
||||
notification features are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
It allows all notification related features.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-is-permission-granted`
|
||||
- `allow-request-permission`
|
||||
- `allow-notify`
|
||||
- `allow-register-action-types`
|
||||
- `allow-register-listener`
|
||||
- `allow-cancel`
|
||||
- `allow-get-pending`
|
||||
- `allow-remove-active`
|
||||
- `allow-get-active`
|
||||
- `allow-check-permissions`
|
||||
- `allow-show`
|
||||
- `allow-batch`
|
||||
- `allow-list-channels`
|
||||
- `allow-delete-channel`
|
||||
- `allow-create-channel`
|
||||
- `allow-permission-state`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-batch`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the batch command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-batch`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the batch command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-cancel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the cancel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-cancel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the cancel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-check-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the check_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-check-permissions`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the check_permissions command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-create-channel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the create_channel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-create-channel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the create_channel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-delete-channel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the delete_channel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-delete-channel`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the delete_channel command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-get-active`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_active command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-get-active`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_active command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-get-pending`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_pending command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-get-pending`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_pending command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-is-permission-granted`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the is_permission_granted command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-is-permission-granted`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the is_permission_granted command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-list-channels`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the list_channels command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-list-channels`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the list_channels command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-notify`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the notify command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-notify`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the notify command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-permission-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the permission_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-permission-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the permission_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-register-action-types`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register_action_types command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-register-action-types`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register_action_types command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-register-listener`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the register_listener command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-register-listener`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the register_listener command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-remove-active`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the remove_active command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-remove-active`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the remove_active command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-request-permission`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the request_permission command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-request-permission`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the request_permission command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:allow-show`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the show command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`notification:deny-show`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the show command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,5 +1,41 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-move-window`|Enables the move_window command without any pre-configured scope.|
|
||||
|`deny-move-window`|Denies the move_window command without any pre-configured scope.|
|
||||
|`default`|Allows the move_window command|
|
||||
## Default Permission
|
||||
|
||||
Allows the move_window command
|
||||
|
||||
- `allow-move-window`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`positioner:allow-move-window`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the move_window command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`positioner:deny-move-window`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the move_window command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,14 +1,75 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-exit`|Enables the exit command without any pre-configured scope.|
|
||||
|`deny-exit`|Denies the exit command without any pre-configured scope.|
|
||||
|`allow-restart`|Enables the restart command without any pre-configured scope.|
|
||||
|`deny-restart`|Denies the restart command without any pre-configured scope.|
|
||||
|`default`|This permission set configures which
|
||||
## Default Permission
|
||||
|
||||
This permission set configures which
|
||||
process feeatures are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
This enables to quit via `allow-exit` and restart via `allow-restart`
|
||||
the application.
|
||||
|
|
||||
|
||||
|
||||
- `allow-exit`
|
||||
- `allow-restart`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`process:allow-exit`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the exit command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`process:deny-exit`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the exit command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`process:allow-restart`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the restart command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`process:deny-restart`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the restart command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,34 +1,345 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-clear`|Enables the clear command without any pre-configured scope.|
|
||||
|`deny-clear`|Denies the clear command without any pre-configured scope.|
|
||||
|`allow-delete`|Enables the delete command without any pre-configured scope.|
|
||||
|`deny-delete`|Denies the delete command without any pre-configured scope.|
|
||||
|`allow-entries`|Enables the entries command without any pre-configured scope.|
|
||||
|`deny-entries`|Denies the entries command without any pre-configured scope.|
|
||||
|`allow-get`|Enables the get command without any pre-configured scope.|
|
||||
|`deny-get`|Denies the get command without any pre-configured scope.|
|
||||
|`allow-has`|Enables the has command without any pre-configured scope.|
|
||||
|`deny-has`|Denies the has command without any pre-configured scope.|
|
||||
|`allow-keys`|Enables the keys command without any pre-configured scope.|
|
||||
|`deny-keys`|Denies the keys command without any pre-configured scope.|
|
||||
|`allow-length`|Enables the length command without any pre-configured scope.|
|
||||
|`deny-length`|Denies the length command without any pre-configured scope.|
|
||||
|`allow-load`|Enables the load command without any pre-configured scope.|
|
||||
|`deny-load`|Denies the load command without any pre-configured scope.|
|
||||
|`allow-reset`|Enables the reset command without any pre-configured scope.|
|
||||
|`deny-reset`|Denies the reset command without any pre-configured scope.|
|
||||
|`allow-save`|Enables the save command without any pre-configured scope.|
|
||||
|`deny-save`|Denies the save command without any pre-configured scope.|
|
||||
|`allow-set`|Enables the set command without any pre-configured scope.|
|
||||
|`deny-set`|Denies the set command without any pre-configured scope.|
|
||||
|`allow-values`|Enables the values command without any pre-configured scope.|
|
||||
|`deny-values`|Denies the values command without any pre-configured scope.|
|
||||
|`default`|This permission set configures what kind of
|
||||
## Default Permission
|
||||
|
||||
This permission set configures what kind of
|
||||
operations are available from the store plugin.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
All operations are enabled by default.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-clear`
|
||||
- `allow-delete`
|
||||
- `allow-entries`
|
||||
- `allow-get`
|
||||
- `allow-has`
|
||||
- `allow-keys`
|
||||
- `allow-length`
|
||||
- `allow-load`
|
||||
- `allow-reset`
|
||||
- `allow-save`
|
||||
- `allow-set`
|
||||
- `allow-values`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-clear`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the clear command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-clear`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the clear command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-delete`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the delete command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-delete`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the delete command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-entries`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the entries command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-entries`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the entries command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-get`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-get`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-has`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the has command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-has`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the has command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-keys`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the keys command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-keys`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the keys command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-length`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the length command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-length`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the length command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-load`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the load command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-load`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the load command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-reset`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the reset command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-reset`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the reset command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-save`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the save command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-save`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the save command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-set`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the set command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-set`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the set command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-values`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the values command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-values`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the values command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,32 +1,315 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-create-client`|Enables the create_client command without any pre-configured scope.|
|
||||
|`deny-create-client`|Denies the create_client command without any pre-configured scope.|
|
||||
|`allow-destroy`|Enables the destroy command without any pre-configured scope.|
|
||||
|`deny-destroy`|Denies the destroy command without any pre-configured scope.|
|
||||
|`allow-execute-procedure`|Enables the execute_procedure command without any pre-configured scope.|
|
||||
|`deny-execute-procedure`|Denies the execute_procedure command without any pre-configured scope.|
|
||||
|`allow-get-store-record`|Enables the get_store_record command without any pre-configured scope.|
|
||||
|`deny-get-store-record`|Denies the get_store_record command without any pre-configured scope.|
|
||||
|`allow-initialize`|Enables the initialize command without any pre-configured scope.|
|
||||
|`deny-initialize`|Denies the initialize command without any pre-configured scope.|
|
||||
|`allow-load-client`|Enables the load_client command without any pre-configured scope.|
|
||||
|`deny-load-client`|Denies the load_client command without any pre-configured scope.|
|
||||
|`allow-remove-secret`|Enables the remove_secret command without any pre-configured scope.|
|
||||
|`deny-remove-secret`|Denies the remove_secret command without any pre-configured scope.|
|
||||
|`allow-remove-store-record`|Enables the remove_store_record command without any pre-configured scope.|
|
||||
|`deny-remove-store-record`|Denies the remove_store_record command without any pre-configured scope.|
|
||||
|`allow-save`|Enables the save command without any pre-configured scope.|
|
||||
|`deny-save`|Denies the save command without any pre-configured scope.|
|
||||
|`allow-save-secret`|Enables the save_secret command without any pre-configured scope.|
|
||||
|`deny-save-secret`|Denies the save_secret command without any pre-configured scope.|
|
||||
|`allow-save-store-record`|Enables the save_store_record command without any pre-configured scope.|
|
||||
|`deny-save-store-record`|Denies the save_store_record command without any pre-configured scope.|
|
||||
|`default`|This permission set configures what kind of
|
||||
## Default Permission
|
||||
|
||||
This permission set configures what kind of
|
||||
operations are available from the stronghold plugin.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
All non-destructive operations are enabled by default.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-create-client`
|
||||
- `allow-get-store-record`
|
||||
- `allow-initialize`
|
||||
- `allow-execute-procedure`
|
||||
- `allow-load-client`
|
||||
- `allow-save-secret`
|
||||
- `allow-save-store-record`
|
||||
- `allow-save`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-create-client`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the create_client command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-create-client`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the create_client command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-destroy`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the destroy command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-destroy`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the destroy command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-execute-procedure`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the execute_procedure command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-execute-procedure`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the execute_procedure command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-get-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-get-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-initialize`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the initialize command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-initialize`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the initialize command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-load-client`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the load_client command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-load-client`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the load_client command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-remove-secret`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the remove_secret command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-remove-secret`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the remove_secret command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-remove-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the remove_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-remove-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the remove_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-save`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the save command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-save`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the save command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-save-secret`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the save_secret command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-save-secret`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the save_secret command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:allow-save-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the save_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`stronghold:deny-save-store-record`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the save_store_record command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,14 +1,75 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-download`|Enables the download command without any pre-configured scope.|
|
||||
|`deny-download`|Denies the download command without any pre-configured scope.|
|
||||
|`allow-upload`|Enables the upload command without any pre-configured scope.|
|
||||
|`deny-upload`|Denies the upload command without any pre-configured scope.|
|
||||
|`default`|This permission set configures what kind of
|
||||
## Default Permission
|
||||
|
||||
This permission set configures what kind of
|
||||
operations are available from the upload plugin.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
All operations are enabled by default.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-upload`
|
||||
- `allow-download`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`upload:allow-download`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the download command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`upload:deny-download`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the download command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`upload:allow-upload`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the upload command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`upload:deny-upload`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the upload command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,7 +1,68 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-connect`|Enables the connect command without any pre-configured scope.|
|
||||
|`deny-connect`|Denies the connect command without any pre-configured scope.|
|
||||
|`allow-send`|Enables the send command without any pre-configured scope.|
|
||||
|`deny-send`|Denies the send command without any pre-configured scope.|
|
||||
|`default`|Allows connecting and sending data to a WebSocket server|
|
||||
## Default Permission
|
||||
|
||||
Allows connecting and sending data to a WebSocket server
|
||||
|
||||
- `allow-connect`
|
||||
- `allow-send`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`websocket:allow-connect`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the connect command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`websocket:deny-connect`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the connect command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`websocket:allow-send`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the send command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`websocket:deny-send`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the send command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,16 +1,102 @@
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-filename`|Enables the filename command without any pre-configured scope.|
|
||||
|`deny-filename`|Denies the filename command without any pre-configured scope.|
|
||||
|`allow-restore-state`|Enables the restore_state command without any pre-configured scope.|
|
||||
|`deny-restore-state`|Denies the restore_state command without any pre-configured scope.|
|
||||
|`allow-save-window-state`|Enables the save_window_state command without any pre-configured scope.|
|
||||
|`deny-save-window-state`|Denies the save_window_state command without any pre-configured scope.|
|
||||
|`default`|This permission set configures what kind of
|
||||
## Default Permission
|
||||
|
||||
This permission set configures what kind of
|
||||
operations are available from the window state plugin.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
All operations are enabled by default.
|
||||
|
||||
|
|
||||
|
||||
|
||||
- `allow-filename`
|
||||
- `allow-restore-state`
|
||||
- `allow-save-window-state`
|
||||
|
||||
### Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:allow-filename`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the filename command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:deny-filename`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the filename command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:allow-restore-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the restore_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:deny-restore-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the restore_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:allow-save-window-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the save_window_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`window-state:deny-save-window-state`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the save_window_state command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in new issue