gitdataai/libs/api/user
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
..
access_key.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
chpc.rs init 2026-04-15 09:08:09 +08:00
mod.rs fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
notification.rs chore(api/user): update user notification endpoint 2026-04-20 15:45:26 +08:00
preferences.rs init 2026-04-15 09:08:09 +08:00
profile.rs init 2026-04-15 09:08:09 +08:00
projects.rs init 2026-04-15 09:08:09 +08:00
repository.rs init 2026-04-15 09:08:09 +08:00
ssh_key.rs init 2026-04-15 09:08:09 +08:00
stars.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
subscribe.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user_activity.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user_info.rs init 2026-04-15 09:08:09 +08:00