3x-ui/web
root 67c4f6a1ad fix: update rate limit tests to use CF-Connecting-IP header
The middleware was changed to trust CF-Connecting-IP instead of
X-Real-IP/X-Forwarded-For, but the tests still used the old headers.
TestRateLimitMiddleware_DifferentIPsIndependent was failing because
all requests fell back to the same httptest RemoteAddr.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-25 15:14:02 +08:00
..
assets feat: add CodeMirror YAML editor for Clash template and fix settings save button bug 2026-04-24 16:15:22 +08:00
assetsgen feat: add asset generation command 2026-04-07 12:08:10 +08:00
controller fix: trust Cloudflare CF-Connecting-IP for IP extraction 2026-04-25 11:45:07 +08:00
entity fix: Clash YAML injection, path validation, and default template 2026-04-24 14:35:28 +08:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
html fix: unify master/worker connected nodes to single a-table 2026-04-25 11:14:57 +08:00
job fix: resolve shared-mode traffic flush blocked by stale inboundId=0 delta 2026-04-24 02:56:23 +08:00
locale update dependencies 2026-03-04 13:05:29 +01:00
middleware fix: update rate limit tests to use CF-Connecting-IP header 2026-04-25 15:14:02 +08:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
public chore: add generated fingerprinted assets 2026-04-07 17:17:41 +08:00
service fix: add error logging for node state writes and queries 2026-04-24 22:08:00 +08:00
session docs: add comments for all functions 2025-09-20 09:35:50 +02:00
translation fix: correct divider text and worker empty message in nodes page 2026-04-24 17:19:50 +08:00
websocket Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
asset_manifest.go feat: load fingerprinted asset manifest 2026-04-07 12:24:33 +08:00
asset_manifest_test.go build: generate fingerprinted assets before compile 2026-04-07 16:43:18 +08:00
login_template_test.go Fix turnstile tab re-render and bump version 2026-04-08 15:34:50 +08:00
web.go fix: resolve shared-mode traffic flush blocked by stale inboundId=0 delta 2026-04-24 02:56:23 +08:00