gitdataai/libs/api/room
ZhenYi 8b47f677bb
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(avatar): add upload API routes and fix URL path prefix
- Add /api/users/me/avatar and /api/projects/{name}/avatar multipart upload endpoints
- Fix avatar URL path: missing /avatar prefix (static.gitdata.ai/avatar/{file})
- Fix project avatar: Utc::now() → .timestamp(), missing extension, wrong return type
- Replace broken SkipNoisyPaths middleware with self-contained RequestLogger
  (actix-web 4.13 body type incompatibility with newer actix-http)
- Exclude /assets/* requests from main app logger
- Exclude /avatar/*, /blob/*, /media/*, /static/* from static server logger
- Fix TypingEvent missing sender_type field in ws_universal.rs and connection.rs
- Wire real fetch-based upload in user profile settings
- Add project avatar upload UI to project settings page
2026-04-25 23:19:22 +08:00
..
ai.rs init 2026-04-15 09:08:09 +08:00
category.rs init 2026-04-15 09:08:09 +08:00
draft_and_history.rs init 2026-04-15 09:08:09 +08:00
member.rs init 2026-04-15 09:08:09 +08:00
message.rs init 2026-04-15 09:08:09 +08:00
mod.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
notification.rs init 2026-04-15 09:08:09 +08:00
pin.rs init 2026-04-15 09:08:09 +08:00
reaction.rs feat(room): add attachment upload/download API and attach files to messages 2026-04-20 19:32:11 +08:00
room.rs init 2026-04-15 09:08:09 +08:00
thread.rs init 2026-04-15 09:08:09 +08:00
upload.rs fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
ws_handler.rs fix(ws): replace unreachable_unchecked with safe fallback for TypingStart/TypingStop 2026-04-24 00:04:18 +08:00
ws_types.rs feat(room): implement typing indicator broadcast with Redis 10s TTL 2026-04-24 00:04:09 +08:00
ws_universal.rs fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
ws.rs refactor(api,agent): migrate libs/api room ws and libs/agent client to tracing 2026-04-21 22:31:13 +08:00