mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 17:46:02 +00:00
Backend: - check HTTP status on every Cloudflare API call so error bodies don't get parsed as success - replace unchecked type assertions with comma-ok form (no more panics when Cloudflare returns an error response) - return real errors when license/id/token fields are missing instead of swallowing the failure - guard SetWarpLicense against an empty errors array - 15s timeout on the shared http.Client - build all request bodies and persisted state with json.Marshal - bump API path to v0a4005 and CF-Client-Version to a-6.30-3596 to match the current Cloudflare WARP client Frontend (warp_modal.html): - remove stray </a-form-item> closing tag - declare config/peer with const and null-check before dereferencing - guard addOutbound/resetOutbound against missing warpOutbound - rename getResolved -> getReserved (the array it builds is "reserved") Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| client_bulk_modal.html | ||
| client_modal.html | ||
| dns_presets_modal.html | ||
| inbound_info_modal.html | ||
| inbound_modal.html | ||
| nord_modal.html | ||
| prompt_modal.html | ||
| qrcode_modal.html | ||
| text_modal.html | ||
| two_factor_modal.html | ||
| warp_modal.html | ||
| xray_balancer_modal.html | ||
| xray_dns_modal.html | ||
| xray_fakedns_modal.html | ||
| xray_outbound_modal.html | ||
| xray_rule_modal.html | ||