Mistral Vibe cad2bc1b5c Fix 403 errors for invited users
- bands.py: Change permission from admin-only to member-only
  - Line 33: Changed 'role != "admin"' to 'role is None'
  - Now regular band members can list invites

- versions.py: Add debug logging for audio stream access
  - Added logging to track user access and membership status
  - Helps diagnose why users get 403 on /versions/{id}/stream

These changes should resolve:
- 403 on /bands/{id}/invites (invited users)
- 403 on /versions/{id}/stream (audio playback)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-04-01 12:47:40 +02:00
2026-04-01 12:47:40 +02:00
2026-03-29 20:44:23 +02:00
2026-03-28 21:53:03 +01:00
2026-04-01 12:12:26 +02:00
2026-04-01 09:56:19 +02:00
2026-03-28 21:53:03 +01:00
2026-04-01 09:56:19 +02:00
2026-03-29 20:44:23 +02:00
Description
No description provided
722 KiB
Languages
Python 55.6%
TypeScript 42.2%
Dockerfile 0.6%
Makefile 0.5%
Shell 0.5%
Other 0.6%