Commit graph

5 commits

Author SHA1 Message Date
Lovehsigure_520
78ec4dd8ba
fix(ui-server-auth): trust new Go backend origin (#2043)
## Summary
- trust the new Railway Go backend in the standalone Auth UI
- preserve exact-origin validation for untrusted redirects
- document the root cause, delivery plan, and production validation path

## Root cause
The Auth UI rejected
`api_server_url=https://airi-server-next.up.railway.app`, fell back to
the legacy API, and surfaced `Load failed` at the browser CORS boundary.

## Test plan
- focused bootstrap-context tests: 6/6
- complete Auth UI suite: 27/27
- `vue-tsc --noEmit`
- production Vite build
- emitted bundle contains the exact new backend origin
2026-07-10 15:03:10 +00:00
RainbowBird
87baf622c9
feat(server): add official provider catalog management 2026-07-01 22:34:56 +08:00
RainbowBird
71482d3859
feat(speech): implement Voice Pack model option and integrate into settings 2026-07-01 00:45:08 +08:00
RainbowBird
fa1fed0c15 refactor(server): error-message util 2026-03-28 02:25:44 +08:00
RainbowBird
eab60d0bdb feat(server): reimplement message queue, drop outbox 2026-03-28 02:25:44 +08:00