ubicloud/views
Jeremy Evans 087a8405a4 Add Web Shell
Web shell allows access to the ubi command line program without
installing it. All features of ubi are available in the web shell,
except for the program execution features.

To avoid the need to create a personal access token to use the
web shell, the internal cli request sets clover.web_cli_session_id
in the request environment, and the internal request uses that
as the session id if that exists. So web cli requests are only
checked against the account's permissions, they are not checked
against a token's permissions. I think this approach is better
than forcing a user to create a personal access token to use the
web shell.

For ease of use, this uses the autofocus attribute, so add that as
a boolean attribute.
2025-08-23 05:16:59 +09:00
..
account Use handle_validation_failure in account login method routes 2025-08-08 01:52:14 +09:00
auth Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
components Add Web Shell 2025-08-23 05:16:59 +09:00
email Make EmailRenderer a Roda app using the mailer plugin 2025-02-05 10:16:51 -08:00
github Show badge on UI for free premium upgrades 2025-07-03 18:14:55 +03:00
inference Playground: Support multiple inference router models 2025-06-27 19:24:15 +02:00
kubernetes-cluster Avoid appending to request.path in kubernetes cluser and private subnet show templates 2025-08-08 01:52:14 +09:00
layouts Add Web Shell 2025-08-23 05:16:59 +09:00
networking Use normal HTML form submission for delete button with POST method 2025-08-08 01:52:14 +09:00
postgres Use handle_validation_failure in postgres config update route 2025-08-08 01:52:14 +09:00
private-location Use handle_validation_failure in private location create route 2025-08-08 01:52:14 +09:00
project Use handle_validation_failure in the invite user to project route 2025-08-08 01:52:14 +09:00
vm Use handle_validation_failure in vm create route 2025-08-08 01:52:14 +09:00
cli.erb Add Web Shell 2025-08-23 05:16:59 +09:00
error.erb Revert "Revert "Update error response title with PascalCase type"" 2024-04-25 00:06:04 -07:00