3x-ui/sub
MHSanaei d9ec23c442
feat(settings): drop email leg from default remark model
Change the default remarkModel from "-ieo" to "-io" so a freshly
installed panel composes share-link remarks from the inbound name +
optional extra only, leaving out the client email. Existing panels
keep whatever value they have saved — only fresh installs and
fallback paths (parse failure, missing setting) pick up the new
default. Touched everywhere the literal "-ieo" lived: the canonical
default map, the two sub-package fallback constants, the four
frontend defaults (model class, link generator, two inbound modals,
useInbounds hook). Two snapshot tests regenerated and one obsolete
"contains email" assertion in inbound-from-db.test.ts removed.

To migrate an existing panel that wants the new behaviour, edit
Settings → Remark Model and remove the email leg.
2026-05-27 04:23:09 +02:00
..
default.json dokodemo-door, socks renamed to mixed, tunnel 2025-09-09 13:57:40 +02:00
dist.go feat(inbounds): add sub/client link endpoints; hide panel version on login 2026-05-11 15:03:47 +02:00
links.go feat(settings): drop email leg from default remark model 2026-05-27 04:23:09 +02:00
links_test.go Feat/multi inbound clients (#4469) 2026-05-19 12:20:24 +02:00
sub.go feat(settings): drop email leg from default remark model 2026-05-27 04:23:09 +02:00
subClashService.go fix(sub): multi-inbound traffic + trojan/hysteria userinfo + utf-8 vmess remark 2026-05-27 04:22:51 +02:00
subClashService_test.go fix: address open bug reports (#4539, #4538, #4535, #4531, #4515) (#4545) 2026-05-25 00:08:06 +02:00
subController.go feat(sub): compact subscription rows with per-link email + PQ QR hide 2026-05-27 03:11:59 +02:00
subJsonService.go fix(sub): multi-inbound traffic + trojan/hysteria userinfo + utf-8 vmess remark 2026-05-27 04:22:51 +02:00
subService.go fix(sub): multi-inbound traffic + trojan/hysteria userinfo + utf-8 vmess remark 2026-05-27 04:22:51 +02:00
subService_test.go fix: address open bug reports (#4539, #4538, #4535, #4531, #4515) (#4545) 2026-05-25 00:08:06 +02:00