gitdataai/libs/service/project
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
..
activity.rs refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
audit.rs init 2026-04-15 09:08:09 +08:00
avatar.rs fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
billing.rs init 2026-04-15 09:08:09 +08:00
board.rs init 2026-04-15 09:08:09 +08:00
can_use.rs init 2026-04-15 09:08:09 +08:00
info.rs init 2026-04-15 09:08:09 +08:00
init.rs init 2026-04-15 09:08:09 +08:00
invitation.rs fix(project): invitation accept always 404 due to wrong column filter 2026-04-21 23:05:18 +08:00
join_answers.rs init 2026-04-15 09:08:09 +08:00
join_request.rs feat(room): auto-add new project members to all rooms 2026-04-19 22:27:57 +08:00
join_settings.rs init 2026-04-15 09:08:09 +08:00
labels.rs init 2026-04-15 09:08:09 +08:00
like.rs init 2026-04-15 09:08:09 +08:00
members.rs feat(room): auto-add new project members to all rooms 2026-04-19 22:27:57 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
repo_permission.rs init 2026-04-15 09:08:09 +08:00
repo.rs fix(agent/service): retry jitter, tool executor ordering, curl SSRF, grep/JSON 2026-04-25 09:53:31 +08:00
settings.rs init 2026-04-15 09:08:09 +08:00
standard.rs init 2026-04-15 09:08:09 +08:00
transfer_repo.rs init 2026-04-15 09:08:09 +08:00
watch.rs init 2026-04-15 09:08:09 +08:00