- 16 Sep, 2025 1 commit
-
-
🛠 Unify the setup initialization endpoint’s error contract to match the rest of the project and keep the frontend unchanged. Changes - controller/setup.go: Return HTTP 200 with {success:false, message} for all predictable errors in POST /api/setup, including: - already initialized - invalid payload - username too long - password mismatch - password too short - password hashing failure - root user creation failure - option persistence failures (SelfUseModeEnabled, DemoSiteEnabled) - setup record creation failure - web/src/components/setup/SetupWizard.jsx: Restore catch handler to the previous generic toast (frontend logic unchanged). - web/src/helpers/utils.jsx: Restore the original showError implementation (no Axios response.data parsing required). Why - Keep API behavior consistent across endpoints so the UI can rely on the success flag and message in the normal .then() flow instead of falling into Axios 4xx errors that only show a generic "400". Impact - UI now displays specific server messages during initialization without frontend adaptations. - Note: clients relying solely on HTTP status codes for error handling should inspect the JSON body (success/message) instead. No changes to the happy path; initialization success responses are unchanged.t0ng7u committed
-
- 15 Sep, 2025 3 commits
-
-
Xyfacai committed
-
feat: 图像倍率,音频倍率和音频补全倍率配置
IcedTangerine committed -
creamlike1024 committed
-
- 14 Sep, 2025 1 commit
-
-
Xyfacai committed
-
- 13 Sep, 2025 11 commits
- 12 Sep, 2025 11 commits
-
-
feitianbubu committed
-
feitianbubu committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
fix: UI 未对齐问题
Calcium-Ion committed -
feat: support amazon nova model
Calcium-Ion committed
-
- 11 Sep, 2025 8 commits
-
-
Zhaokun Zhang committed
-
CaIon committed
-
Alpha
Calcium-Ion committed -
Xyfacai committed
-
huanghejian committed
-
creamlike1024 committed
-
huanghejian committed
-
huanghejian committed
-
- 10 Sep, 2025 5 commits
-
-
huanghejian committed
-
Xyfacai committed
-
Xyfacai committed
-
Xyfacai committed
-
Xyfacai committed
-