gitdataai/libs/service/user
ZhenYi aef5280ae8 fix(projects): include project_members when listing user projects
Users who accepted a project invitation could not see that project
on their /user/{username} page because get_user_projects only queried
projects where created_by == user_uid, ignoring project_members entries.
Now unions created_projects and member_projects with privacy filtering.
2026-04-22 22:38:52 +08:00
..
access_key.rs init 2026-04-15 09:08:09 +08:00
avatar.rs init 2026-04-15 09:08:09 +08:00
chpc.rs init 2026-04-15 09:08:09 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
notification.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
notify.rs init 2026-04-15 09:08:09 +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 fix(projects): include project_members when listing user projects 2026-04-22 22:38:52 +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
subscribe.rs init 2026-04-15 09:08:09 +08:00
user_info.rs init 2026-04-15 09:08:09 +08:00