gitdataai/libs/api
ZhenYi 5256e72be7
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(room): add access check to ws_universal subscribe and fix stream handling
- Add `check_room_access` before `manager.subscribe()` in ws_universal
  to prevent unauthorized room subscription (security fix)
- Fix busy-wait in `poll_push_streams`: sleep 50ms when streams are
  empty, yield only when there are active streams
- Re-subscribe dead rooms after stream errors so events are not
  permanently lost until manual reconnect
- Fix streaming message placeholder using fake content as room_id:
  use chunk.room_id from backend instead
- Show toast error on history load failures instead of silent fallback
2026-04-17 17:15:34 +08:00
..
agent init 2026-04-15 09:08:09 +08:00
auth init 2026-04-15 09:08:09 +08:00
git fix(api): fix branch route order to prevent shadowing 2026-04-17 16:11:23 +08:00
issue init 2026-04-15 09:08:09 +08:00
project init 2026-04-15 09:08:09 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
room fix(room): add access check to ws_universal subscribe and fix stream handling 2026-04-17 17:15:34 +08:00
search init 2026-04-15 09:08:09 +08:00
user init 2026-04-15 09:08:09 +08:00
workspace init 2026-04-15 09:08:09 +08:00
build.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
Cargo.toml feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
dist.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
gen_api.rs init 2026-04-15 09:08:09 +08:00
lib.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
openapi.rs init 2026-04-15 09:08:09 +08:00
route.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
skill.rs init 2026-04-15 09:08:09 +08:00