You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹(frontend) fix access control for screen recording feature flag
Ensure screen recording is properly disabled when the feature
flag is set to false.
Previously, no feature flag was enforced, allowing unintended
access.
Also update the blocked-access message to be more generic and not
specific to public sector users.
Copy file name to clipboardExpand all lines: src/frontend/src/locales/de/rooms.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@
416
416
},
417
417
"premium": {
418
418
"heading": "Premium-Funktion",
419
-
"body": "Diese Funktion ist öffentlichen Bediensteten vorbehalten. Wenn deine E-Mail-Adresse nicht autorisiert ist, kontaktiere bitte den Support, um Zugriff zu erhalten.",
419
+
"body": "Diese Funktion ist für Sie nicht verfügbar. Bitte wenden Sie sich an den Support, um weitere Informationen zu erhalten.",
420
420
"linkMore": "Dokumentation öffnen",
421
421
"linkAriaLabel": "Dokumentation zum Premium-Zugang öffnen – öffnet in neuem Tab",
422
422
"dividerLabel": "ODER",
@@ -467,6 +467,22 @@
467
467
"buttonLabel": "Anfrage senden"
468
468
}
469
469
},
470
+
"premium": {
471
+
"heading": "Premium-Funktion",
472
+
"body": "Diese Funktion ist für Sie nicht verfügbar. Bitte wenden Sie sich an den Support, um weitere Informationen zu erhalten.",
473
+
"linkMore": "Dokumentation öffnen",
474
+
"linkAriaLabel": "Dokumentation zum Premium-Zugang öffnen – öffnet in neuem Tab",
475
+
"dividerLabel": "ODER",
476
+
"login": {
477
+
"heading": "Anmeldung erforderlich",
478
+
"body": "Nur die*der Ersteller:in bzw. Admin kann die Aufzeichnung starten. Melde dich an, um deine Berechtigungen zu überprüfen."
479
+
},
480
+
"request": {
481
+
"heading": "Aufnahme anfragen",
482
+
"body": "Die Moderation wird benachrichtigt und kann die Aufnahme starten.",
483
+
"buttonLabel": "Anfrage senden"
484
+
}
485
+
},
470
486
"durationMessage": "(begrenzt auf {{max_duration}})"
Copy file name to clipboardExpand all lines: src/frontend/src/locales/fr/rooms.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@
415
415
},
416
416
"premium": {
417
417
"heading": "Fonctionnalité premium",
418
-
"body": "Cette fonctionnalité est réservée aux agents publics. Si votre adresse email n’est pas autorisée, contactez le support pour obtenir l'accès.",
418
+
"body": "Cette fonctionnalité ne vous est pas ouverte. Contactez le support pour obtenir plus d'informations.",
419
419
"linkMore": "Ouvrir la documentation",
420
420
"dividerLabel": "OU",
421
421
"login": {
@@ -466,6 +466,22 @@
466
466
"buttonLabel": "Demander"
467
467
}
468
468
},
469
+
"premium": {
470
+
"heading": "Fonctionnalité premium",
471
+
"body": "Cette fonctionnalité ne vous est pas ouverte. Contactez le support pour obtenir plus d'informations.",
472
+
"linkMore": "Ouvrir la documentation",
473
+
"dividerLabel": "OU",
474
+
"login": {
475
+
"heading": "Vous n'êtes pas connecté !",
476
+
"body": "Vous devez être connecté pour utiliser cette fonctionnalité. Connectez-vous, puis réessayez."
477
+
},
478
+
"request": {
479
+
"heading": "Demander à l'organisateur",
480
+
"body": "L'hôte recevra une notification et pourra démarrer l'enregistrement pour vous.",
481
+
"buttonLabel": "Demander"
482
+
},
483
+
"linkAriaLabel": "Ouvrir la documentation sur l'accès premium - ouvre dans une nouvelle fenêtre"
Copy file name to clipboardExpand all lines: src/frontend/src/locales/nl/rooms.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@
415
415
},
416
416
"premium": {
417
417
"heading": "Premiumfunctie",
418
-
"body": "Deze functie is voorbehouden aan openbare medewerkers. Als uw e-mailadres niet is toegestaan, neem dan contact op met de support om toegang te krijgen.",
418
+
"body": "Deze functie is niet voor u beschikbaar. Neem contact op met de ondersteuning voor meer informatie.",
419
419
"linkMore": "Documentatie openen",
420
420
"linkAriaLabel": "Documentatie over premiumtoegang openen - opent in nieuw venster",
421
421
"dividerLabel": "OF",
@@ -466,6 +466,22 @@
466
466
"buttonLabel": "Aanvragen"
467
467
}
468
468
},
469
+
"premium": {
470
+
"heading": "Premiumfunctie",
471
+
"body": "Deze functie is niet voor u beschikbaar. Neem contact op met de ondersteuning voor meer informatie.",
472
+
"linkMore": "Documentatie openen",
473
+
"linkAriaLabel": "Documentatie over premiumtoegang openen - opent in nieuw venster",
474
+
"dividerLabel": "OF",
475
+
"login": {
476
+
"heading": "Inloggen vereist",
477
+
"body": "Alleen de maker van de vergadering of een beheerder kan de opname starten. Log in om uw machtigingen te controleren."
478
+
},
479
+
"request": {
480
+
"heading": "Opname aanvragen",
481
+
"body": "De host wordt op de hoogte gebracht en kan de opname voor u inschakelen.",
482
+
"buttonLabel": "Aanvragen"
483
+
}
484
+
},
469
485
"durationMessage": "(beperkt tot {{max_duration}})"
0 commit comments