Commit graph

7 commits

Author SHA1 Message Date
root
b930ec71f9 docs: add geofile scheduled update implementation plan 2026-04-28 10:08:45 +08:00
root
3891bb9212 docs: add database backup and snapshot implementation plan 2026-04-26 19:06:26 +08:00
root
9badadc97b chore: remove tracked files matching gitignore (vscode, docs) 2026-04-26 17:23:54 +08:00
root
2721dd0f13 chore: bump version to v1.6.0-beta 2026-04-24 17:25:02 +08:00
root
f5862abc2e feat: add CodeMirror YAML editor for Clash template and fix settings save button bug
- Replace plain textarea with CodeMirror editor (YAML syntax highlighting, line numbers, auto-indent) for Clash subscription template
- Fix confAlerts crash when subClashURI/subURI/subJsonURI is null/undefined (prevented save button from enabling)
- Add yaml.js CodeMirror mode asset
- Include docs and .gitignore cleanup
2026-04-24 16:15:22 +08:00
Sora39831
6eba2ac375 Remove docs from repository 2026-04-06 17:09:15 +08:00
Sora39831
b4047cee54 feat: allow same email across multiple inbounds and auto-add clients on registration
Remove global unique constraint on client_traffics.email, change email
duplication check to per-inbound scope, and automatically register new
users as disabled clients in all existing inbounds within a transaction.
2026-04-03 01:38:31 +08:00