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.
|
||
|---|---|---|
| .. | ||
| access_key.rs | ||
| avatar.rs | ||
| chpc.rs | ||
| mod.rs | ||
| notification.rs | ||
| notify.rs | ||
| preferences.rs | ||
| profile.rs | ||
| projects.rs | ||
| repository.rs | ||
| ssh_key.rs | ||
| subscribe.rs | ||
| user_info.rs | ||