ubicloud/spec/routes/web
Jeremy Evans e4a6cb0895 Fix validation/generation account names for social login
The social login may already have a name that it is invalid, so don't
just munge the email, munge the name instead if it is present.

Remove excess whitespace in the name. Limit name to 63 characters. If
the name would be empty, use Unknown as the name. Do not capitalize
the name, as that has the effect of removing capitalization from
characters other than the first.
2025-08-26 02:27:47 +09:00
..
project Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09:00
webhook Use create_with_id in the specs 2025-08-07 02:13:08 +09:00
access_control_spec.rb Use handle_validation_failure to handle attempts to modify Admin subject tag 2025-08-08 01:52:14 +09:00
account_spec.rb Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
auth_spec.rb Fix validation/generation account names for social login 2025-08-26 02:27:47 +09:00
cli_spec.rb Add Web Shell 2025-08-23 05:16:59 +09:00
clover_web_spec.rb Include information about the error in the emit message for missing handle_validation_failure 2025-08-23 04:18:02 +09:00
firewall_spec.rb Use handle_validation_failure in the firewall attach/detach subnet route 2025-08-08 01:52:14 +09:00
github_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_api_key_spec.rb Disable Lint/UnderscorePrefixedVariableName 2025-03-27 12:34:37 +03:00
inference_endpoint_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_playground_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
kubernetes_cluster_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
load_balancer_spec.rb Require vm attached to load balancer be in same location 2025-08-23 04:18:26 +09:00
private_location_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
private_subnet_spec.rb Use normal HTML form submission for delete button with POST method 2025-08-08 01:52:14 +09:00
project_spec.rb Use handle_validation_failure earlier in project create route 2025-08-08 01:52:14 +09:00
spec_helper.rb Switch to multi phase login 2025-07-09 04:32:44 +09:00
token_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
vm_spec.rb Use request.POST as fallback in cases where flash["old"] is not set 2025-08-08 01:52:14 +09:00