ubicloud/routes
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
..
project Add Web Shell 2025-08-23 05:16:59 +09:00
runtime Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
webhook Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
account.rb Add raise_web_error method to DRY up web-specific CloverError raising 2025-08-08 05:06:18 +09:00
cli.rb Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
github.rb Use typecast_params in the github route 2025-05-20 05:49:38 +09:00
project.rb Use handle_validation_failure earlier in project create route 2025-08-08 01:52:14 +09:00