9527f06b3f
get_project_activities, get_task_activities, and get_recent_activities were gating on "project member OR admin", incorrectly blocking coordinators, directors, and developers from projects they weren't explicitly added to as members. Every other project-scoped router (shots.py, assets.py) only restricts the artist role this way — everyone else has access regardless of membership. Brought activities.py in line with that convention. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>