Add admin management for streams and events#32
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add HasRight interface (getRightColumn/getRightId) implemented by Event and Stream - Collapse 6 entity-specific UserRepository methods into 3 generic ones: selectAdmins, isOwner, deleteRight - Extract provisionAdminUser() in AdminController to deduplicate find/create/token/invite logic shared by event and stream add-admin flows - Replace array_filter+!empty duplicate check with in_array(array_column(...)) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
is_owner = 1) peut gérer les admins — les admins ajoutés ne peuvent pas en ajouter d'autresChangements
19-stream-owner.sql— corrige le bug où les créateurs de streams existants avaientis_owner = 0au lieu de1UserRepository— ajout deisStreamOwner(),selectStreamAdmins(),deleteStreamRight()AdminController— fixnewStream(créateur inscrit avecis_owner = true), gestion admins stream danseditStream/editStreamPost, email d'invitation aligné sur events et streams, helpersendAdminInvitationEmail()stream/edit.html.twig— section "Administrateurs" visible uniquement par le propriétaireTest plan
🤖 Generated with Claude Code