Feat: recording perm (#2775)

* fix: comment into code not related - abusive copy/paste

* Add user permission for recording

Add a role permission 'can_launch_record' to users to set the ability to run recording. By default everybody can record, but we can set to the user role without perm to record and create a new role for those who can.
This commit is contained in:
Julien Gribonvald
2021-06-24 00:16:37 +02:00
committed by GitHub
parent e0775122d4
commit a7ecd54381
11 changed files with 55 additions and 13 deletions

View File

@ -145,6 +145,7 @@ en:
roles:
appear_in_share_list: Include users with this role in the dropdown for sharing rooms
can_create_rooms: Can create rooms
can_launch_recording: Allow users with this role to launch recordings
delete: Delete the role
invalid_create: There was a problem creating a new role. Please check the role values and try again
invalid_order: There was a problem updating the priority of the role. Please check the values and try again

View File

@ -145,6 +145,7 @@ fr:
roles:
appear_in_share_list: Inclure les utilisateurs ayant ce rôle dans la liste déroulante de partage des salons
can_create_rooms: Peut créer des salles
can_launch_recording: Permet aux utilisateurs ayant ce rôle d'effectuer des enregistrements
delete: Supprimer le rôle
invalid_create: Il y a eu un problème lors de la création du nouveau rôle. Veuillez vérifier les valeurs entrées et réessayer.
invalid_order: Il y a eu un problème lors de la mise à jour de la priorité du rôle. Veuillez vérifier les valeurs et réessayer.