Huakun Shen 99b940b03b
File Transfer (Local Network) (#34)
* feat: implement a file streamer for file share

Only server with hardcoded file path

* bump valibot version

* feat: add server-info gRPC module to serve server info

* feat: add ssl cert and public key to peers state

When peer is online, KK always have know its cert and pub key for future secure communication

* feat: add grpc ts package

* Enable "/refresh-worker-extension" rest API, grpc version isn't ready  yet

* update pnpm lock

* ci: fix CI by moving protobuf install order

* ci: fix

* upgrade api due to valibot incompatibility

* fix: use fs instead of bun shell to be compatible with windows

* skip grpc pkg build on windows

* feat: local network file transfer prototype working

* fix: grpc build.ts

* download next to 14

* ci: add ci env try to fix next

* fix: hideRefreshBtn and a few other btns' hide API in iframe ext page

* feat: disable NODE_TLS_REJECT_UNAUTHORIZED for extension HMR refresh

* fix: manifest json schema with objectWithRest to allow any other fields in package.json

* chore: update valibot and related dependencies to version 1.0.0-beta.9 in pnpm-lock.yaml

* ci: add protobuf compiler installation to manifest-schema-upload workflow

* refactor: move grpc code from jarvis to a separate grpc crate

for easier testing

* feat(file-transfer): POC multi file + directory file transfer

* feat(file-transfer): replace file transfer recursive download in ts with rust

* feat(file-transfer): implement on_progress event for file transfer

* feat(file-transfer): report progress every 1MB instead of 100 iterations

* feat(file-transfer): add progress bar

* feat(file-transfer): UI

* feat(file-transfer): add file transfer bucket info preview

Show total size and number of files

* feat(file-transfer): improve UX

Show bucket info during confirm; improve progress bar UI, prevent inconsistent width

* feat(grpc): skip build in Cloudflare Pages due to missing protoc

* refactor: with cargo fix, unused imports removed

* ci: debug cloudflare pages env var

* fix(grpc): update environment variable access for Cloudflare Pages build check

* fix(grpc): add error handling for protoc command in build script

* chore: update kkrpc version to 0.0.13, remove kkrpc submodule, and enhance grpc build script logging

- Updated kkrpc dependency version from 0.0.12 to 0.0.13 in package.json.
- Removed the kkrpc submodule from the project.
- Enhanced logging in the grpc build script to include additional Cloudflare Pages environment variables for better debugging.

* fix(api): typescript error, remove base.json from tsconfig

* chore: update pnpm lock

* fix(api): update TypeScript configuration to extend base.json and clean up unused options

* refactor(api): update TypeScript configuration to extend path-alias.json and enhance compiler options

* fix(api): restore KunkunManifestPermission in PermissionUnion and update valibot import in schema tests

* fix: missing trait error

* fix: js require replaced with import

* test: fix a unit test with a more robust method

---------

Co-authored-by: Huakun Shen <huaukun.shen@huakunshen.com>
2024-12-11 08:14:40 -05:00

25 KiB

Permission Table

Identifier Description

jarvis:allow-all

This enables all permissions for Jarvis

jarvis:allow-add-to-history

Enables the add_to_history command without any pre-configured scope.

jarvis:deny-add-to-history

Denies the add_to_history command without any pre-configured scope.

jarvis:allow-app-is-dev

Enables the app_is_dev command without any pre-configured scope.

jarvis:deny-app-is-dev

Denies the app_is_dev command without any pre-configured scope.

jarvis:allow-check-screen-capture-access

Enables the check_screen_capture_access command without any pre-configured scope.

jarvis:deny-check-screen-capture-access

Denies the check_screen_capture_access command without any pre-configured scope.

jarvis:allow-close-devtools

Enables the close_devtools command without any pre-configured scope.

jarvis:deny-close-devtools

Denies the close_devtools command without any pre-configured scope.

jarvis:allow-compress-tarball

Enables the compress_tarball command without any pre-configured scope.

jarvis:deny-compress-tarball

Denies the compress_tarball command without any pre-configured scope.

jarvis:allow-create-command

Enables the create_command command without any pre-configured scope.

jarvis:deny-create-command

Denies the create_command command without any pre-configured scope.

jarvis:allow-create-extension

Enables the create_extension command without any pre-configured scope.

jarvis:deny-create-extension

Denies the create_extension command without any pre-configured scope.

jarvis:allow-create-extension-data

Enables the create_extension_data command without any pre-configured scope.

jarvis:deny-create-extension-data

Denies the create_extension_data command without any pre-configured scope.

jarvis:allow-decompress-tarball

Enables the decompress_tarball command without any pre-configured scope.

jarvis:deny-decompress-tarball

Denies the decompress_tarball command without any pre-configured scope.

jarvis:allow-delete-command-by-id

Enables the delete_command_by_id command without any pre-configured scope.

jarvis:deny-delete-command-by-id

Denies the delete_command_by_id command without any pre-configured scope.

jarvis:allow-delete-extension-by-ext-id

Enables the delete_extension_by_ext_id command without any pre-configured scope.

jarvis:deny-delete-extension-by-ext-id

Denies the delete_extension_by_ext_id command without any pre-configured scope.

jarvis:allow-delete-extension-by-path

Enables the delete_extension_by_path command without any pre-configured scope.

jarvis:deny-delete-extension-by-path

Denies the delete_extension_by_path command without any pre-configured scope.

jarvis:allow-delete-extension-data-by-id

Enables the delete_extension_data_by_id command without any pre-configured scope.

jarvis:deny-delete-extension-data-by-id

Denies the delete_extension_data_by_id command without any pre-configured scope.

jarvis:allow-download-file

Enables the download_file command without any pre-configured scope.

jarvis:deny-download-file

Denies the download_file command without any pre-configured scope.

jarvis:allow-download-files

Enables the download_files command without any pre-configured scope.

jarvis:deny-download-files

Denies the download_files command without any pre-configured scope.

jarvis:allow-eject-all-disks

Enables the eject_all_disks command without any pre-configured scope.

jarvis:deny-eject-all-disks

Denies the eject_all_disks command without any pre-configured scope.

jarvis:allow-empty-trash

Enables the empty_trash command without any pre-configured scope.

jarvis:deny-empty-trash

Denies the empty_trash command without any pre-configured scope.

jarvis:allow-file-search

Enables the file_search command without any pre-configured scope.

jarvis:deny-file-search

Denies the file_search command without any pre-configured scope.

jarvis:allow-file-transfer-preview-bucket

Enables the file_transfer_preview_bucket command without any pre-configured scope.

jarvis:deny-file-transfer-preview-bucket

Denies the file_transfer_preview_bucket command without any pre-configured scope.

jarvis:allow-get-all-extensions

Enables the get_all_extensions command without any pre-configured scope.

jarvis:deny-get-all-extensions

Denies the get_all_extensions command without any pre-configured scope.

jarvis:allow-get-all-extensions-by-identifier

Enables the get_all_extensions_by_identifier command without any pre-configured scope.

jarvis:deny-get-all-extensions-by-identifier

Denies the get_all_extensions_by_identifier command without any pre-configured scope.

jarvis:allow-get-applications

Enables the get_applications command without any pre-configured scope.

jarvis:deny-get-applications

Denies the get_applications command without any pre-configured scope.

jarvis:allow-get-command-by-id

Enables the get_command_by_id command without any pre-configured scope.

jarvis:deny-get-command-by-id

Denies the get_command_by_id command without any pre-configured scope.

jarvis:allow-get-commands-by-ext-id

Enables the get_commands_by_ext_id command without any pre-configured scope.

jarvis:deny-get-commands-by-ext-id

Denies the get_commands_by_ext_id command without any pre-configured scope.

jarvis:allow-get-default-extensions-dir

Enables the get_default_extensions_dir command without any pre-configured scope.

jarvis:deny-get-default-extensions-dir

Denies the get_default_extensions_dir command without any pre-configured scope.

jarvis:allow-get-default-extensions-storage-dir

Enables the get_default_extensions_storage_dir command without any pre-configured scope.

jarvis:deny-get-default-extensions-storage-dir

Denies the get_default_extensions_storage_dir command without any pre-configured scope.

jarvis:allow-get-dev-extension-folder

Enables the get_dev_extension_folder command without any pre-configured scope.

jarvis:deny-get-dev-extension-folder

Denies the get_dev_extension_folder command without any pre-configured scope.

jarvis:allow-get-ext-label-map

Enables the get_ext_label_map command without any pre-configured scope.

jarvis:deny-get-ext-label-map

Denies the get_ext_label_map command without any pre-configured scope.

jarvis:allow-get-extension-data-by-id

Enables the get_extension_data_by_id command without any pre-configured scope.

jarvis:deny-get-extension-data-by-id

Denies the get_extension_data_by_id command without any pre-configured scope.

jarvis:allow-get-extension-folder

Enables the get_extension_folder command without any pre-configured scope.

jarvis:deny-get-extension-folder

Denies the get_extension_folder command without any pre-configured scope.

jarvis:allow-get-file-transfer-bucket-by-key

Enables the get_file_transfer_bucket_by_key command without any pre-configured scope.

jarvis:deny-get-file-transfer-bucket-by-key

Denies the get_file_transfer_bucket_by_key command without any pre-configured scope.

jarvis:allow-get-file-transfer-bucket-keys

Enables the get_file_transfer_bucket_keys command without any pre-configured scope.

jarvis:deny-get-file-transfer-bucket-keys

Denies the get_file_transfer_bucket_keys command without any pre-configured scope.

jarvis:allow-get-files-to-send

Enables the get_files_to_send command without any pre-configured scope.

jarvis:deny-get-files-to-send

Denies the get_files_to_send command without any pre-configured scope.

jarvis:allow-get-history

Enables the get_history command without any pre-configured scope.

jarvis:deny-get-history

Denies the get_history command without any pre-configured scope.

jarvis:allow-get-peers

Enables the get_peers command without any pre-configured scope.

jarvis:deny-get-peers

Denies the get_peers command without any pre-configured scope.

jarvis:allow-get-selected-files-in-file-explorer

Enables the get_selected_files_in_file_explorer command without any pre-configured scope.

jarvis:deny-get-selected-files-in-file-explorer

Denies the get_selected_files_in_file_explorer command without any pre-configured scope.

jarvis:allow-get-server-port

Enables the get_server_port command without any pre-configured scope.

jarvis:deny-get-server-port

Denies the get_server_port command without any pre-configured scope.

jarvis:allow-get-unique-extension-by-identifier

Enables the get_unique_extension_by_identifier command without any pre-configured scope.

jarvis:deny-get-unique-extension-by-identifier

Denies the get_unique_extension_by_identifier command without any pre-configured scope.

jarvis:allow-get-unique-extension-by-path

Enables the get_unique_extension_by_path command without any pre-configured scope.

jarvis:deny-get-unique-extension-by-path

Denies the get_unique_extension_by_path command without any pre-configured scope.

jarvis:allow-hide-all-apps-except-frontmost

Enables the hide_all_apps_except_frontmost command without any pre-configured scope.

jarvis:deny-hide-all-apps-except-frontmost

Denies the hide_all_apps_except_frontmost command without any pre-configured scope.

jarvis:allow-is-devtools-open

Enables the is_devtools_open command without any pre-configured scope.

jarvis:deny-is-devtools-open

Denies the is_devtools_open command without any pre-configured scope.

jarvis:allow-is-window-label-registered

Enables the is_window_label_registered command without any pre-configured scope.

jarvis:deny-is-window-label-registered

Denies the is_window_label_registered command without any pre-configured scope.

jarvis:allow-local-net-send-file

Enables the local_net_send_file command without any pre-configured scope.

jarvis:deny-local-net-send-file

Denies the local_net_send_file command without any pre-configured scope.

jarvis:allow-logout-user

Enables the logout_user command without any pre-configured scope.

jarvis:deny-logout-user

Denies the logout_user command without any pre-configured scope.

jarvis:allow-mute

Enables the mute command without any pre-configured scope.

jarvis:deny-mute

Denies the mute command without any pre-configured scope.

jarvis:allow-open-devtools

Enables the open_devtools command without any pre-configured scope.

jarvis:deny-open-devtools

Denies the open_devtools command without any pre-configured scope.

jarvis:allow-open-trash

Enables the open_trash command without any pre-configured scope.

jarvis:deny-open-trash

Denies the open_trash command without any pre-configured scope.

jarvis:allow-path-exists

Enables the path_exists command without any pre-configured scope.

jarvis:deny-path-exists

Denies the path_exists command without any pre-configured scope.

jarvis:allow-plist-to-json

Enables the plist_to_json command without any pre-configured scope.

jarvis:deny-plist-to-json

Denies the plist_to_json command without any pre-configured scope.

jarvis:allow-quit-all-apps

Enables the quit_all_apps command without any pre-configured scope.

jarvis:deny-quit-all-apps

Denies the quit_all_apps command without any pre-configured scope.

jarvis:allow-reboot

Enables the reboot command without any pre-configured scope.

jarvis:deny-reboot

Denies the reboot command without any pre-configured scope.

jarvis:allow-refresh-applications-list

Enables the refresh_applications_list command without any pre-configured scope.

jarvis:deny-refresh-applications-list

Denies the refresh_applications_list command without any pre-configured scope.

jarvis:allow-refresh-applications-list-in-bg

Enables the refresh_applications_list_in_bg command without any pre-configured scope.

jarvis:deny-refresh-applications-list-in-bg

Denies the refresh_applications_list_in_bg command without any pre-configured scope.

jarvis:allow-register-extension-spawned-process

Enables the register_extension_spawned_process command without any pre-configured scope.

jarvis:deny-register-extension-spawned-process

Denies the register_extension_spawned_process command without any pre-configured scope.

jarvis:allow-register-extension-window

Enables the register_extension_window command without any pre-configured scope.

jarvis:deny-register-extension-window

Denies the register_extension_window command without any pre-configured scope.

jarvis:allow-request-screen-capture-access

Enables the request_screen_capture_access command without any pre-configured scope.

jarvis:deny-request-screen-capture-access

Denies the request_screen_capture_access command without any pre-configured scope.

jarvis:allow-restart-server

Enables the restart_server command without any pre-configured scope.

jarvis:deny-restart-server

Denies the restart_server command without any pre-configured scope.

jarvis:allow-run-apple-script

Enables the run_apple_script command without any pre-configured scope.

jarvis:deny-run-apple-script

Denies the run_apple_script command without any pre-configured scope.

jarvis:allow-run-powershell

Enables the run_powershell command without any pre-configured scope.

jarvis:deny-run-powershell

Denies the run_powershell command without any pre-configured scope.

jarvis:allow-search-extension-data

Enables the search_extension_data command without any pre-configured scope.

jarvis:deny-search-extension-data

Denies the search_extension_data command without any pre-configured scope.

jarvis:allow-server-is-running

Enables the server_is_running command without any pre-configured scope.

jarvis:deny-server-is-running

Denies the server_is_running command without any pre-configured scope.

jarvis:allow-set-dev-extension-folder

Enables the set_dev_extension_folder command without any pre-configured scope.

jarvis:deny-set-dev-extension-folder

Denies the set_dev_extension_folder command without any pre-configured scope.

jarvis:allow-set-extension-folder

Enables the set_extension_folder command without any pre-configured scope.

jarvis:deny-set-extension-folder

Denies the set_extension_folder command without any pre-configured scope.

jarvis:allow-set-volume

Enables the set_volume command without any pre-configured scope.

jarvis:deny-set-volume

Denies the set_volume command without any pre-configured scope.

jarvis:allow-show-desktop

Enables the show_desktop command without any pre-configured scope.

jarvis:deny-show-desktop

Denies the show_desktop command without any pre-configured scope.

jarvis:allow-shutdown

Enables the shutdown command without any pre-configured scope.

jarvis:deny-shutdown

Denies the shutdown command without any pre-configured scope.

jarvis:allow-sleep

Enables the sleep command without any pre-configured scope.

jarvis:deny-sleep

Denies the sleep command without any pre-configured scope.

jarvis:allow-sleep-displays

Enables the sleep_displays command without any pre-configured scope.

jarvis:deny-sleep-displays

Denies the sleep_displays command without any pre-configured scope.

jarvis:allow-spawn-extension-file-server

Enables the spawn_extension_file_server command without any pre-configured scope.

jarvis:deny-spawn-extension-file-server

Denies the spawn_extension_file_server command without any pre-configured scope.

jarvis:allow-start-server

Enables the start_server command without any pre-configured scope.

jarvis:deny-start-server

Denies the start_server command without any pre-configured scope.

jarvis:allow-stop-server

Enables the stop_server command without any pre-configured scope.

jarvis:deny-stop-server

Denies the stop_server command without any pre-configured scope.

jarvis:allow-toggle-bluetooth

Enables the toggle_bluetooth command without any pre-configured scope.

jarvis:deny-toggle-bluetooth

Denies the toggle_bluetooth command without any pre-configured scope.

jarvis:allow-toggle-devtools

Enables the toggle_devtools command without any pre-configured scope.

jarvis:deny-toggle-devtools

Denies the toggle_devtools command without any pre-configured scope.

jarvis:allow-toggle-hidden-files

Enables the toggle_hidden_files command without any pre-configured scope.

jarvis:deny-toggle-hidden-files

Denies the toggle_hidden_files command without any pre-configured scope.

jarvis:allow-toggle-mute

Enables the toggle_mute command without any pre-configured scope.

jarvis:deny-toggle-mute

Denies the toggle_mute command without any pre-configured scope.

jarvis:allow-toggle-stage-manager

Enables the toggle_stage_manager command without any pre-configured scope.

jarvis:deny-toggle-stage-manager

Denies the toggle_stage_manager command without any pre-configured scope.

jarvis:allow-toggle-system-appearance

Enables the toggle_system_appearance command without any pre-configured scope.

jarvis:deny-toggle-system-appearance

Denies the toggle_system_appearance command without any pre-configured scope.

jarvis:allow-turn-volume-down

Enables the turn_volume_down command without any pre-configured scope.

jarvis:deny-turn-volume-down

Denies the turn_volume_down command without any pre-configured scope.

jarvis:allow-turn-volume-up

Enables the turn_volume_up command without any pre-configured scope.

jarvis:deny-turn-volume-up

Denies the turn_volume_up command without any pre-configured scope.

jarvis:allow-unmute

Enables the unmute command without any pre-configured scope.

jarvis:deny-unmute

Denies the unmute command without any pre-configured scope.

jarvis:allow-unregister-extension-spawned-process

Enables the unregister_extension_spawned_process command without any pre-configured scope.

jarvis:deny-unregister-extension-spawned-process

Denies the unregister_extension_spawned_process command without any pre-configured scope.

jarvis:allow-unregister-extension-window

Enables the unregister_extension_window command without any pre-configured scope.

jarvis:deny-unregister-extension-window

Denies the unregister_extension_window command without any pre-configured scope.

jarvis:allow-unzip

Enables the unzip command without any pre-configured scope.

jarvis:deny-unzip

Denies the unzip command without any pre-configured scope.

jarvis:allow-update-command-by-id

Enables the update_command_by_id command without any pre-configured scope.

jarvis:deny-update-command-by-id

Denies the update_command_by_id command without any pre-configured scope.

jarvis:allow-update-extension-data-by-id

Enables the update_extension_data_by_id command without any pre-configured scope.

jarvis:deny-update-extension-data-by-id

Denies the update_extension_data_by_id command without any pre-configured scope.

jarvis:allow-verify-auth

Enables the verify_auth command without any pre-configured scope.

jarvis:deny-verify-auth

Denies the verify_auth command without any pre-configured scope.

jarvis:allow-all-store

This enables all permissions for Jarvis