mirror of https://github.com/sualko/cloud_bbb
Compare commits
1 Commits
f58debfd80
...
ac3fceb505
Author | SHA1 | Date |
---|---|---|
|
ac3fceb505 |
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -6,30 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## 2.7.0 (2024-09-15)
|
|
||||||
### Added
|
|
||||||
- sharing rooms with moderators and users
|
|
||||||
- manage view of rooms for moderators and users
|
|
||||||
- videos for all users and moderators
|
|
||||||
- sharing rooms with moderators and users
|
|
||||||
- manage view of rooms for moderators and users
|
|
||||||
- videos for all users and moderators
|
|
||||||
- videos for all users and moderators
|
|
||||||
- sharing rooms with moderators and users
|
|
||||||
- manage view of rooms for moderators and users
|
|
||||||
- list all shared rooms for users and moderators
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- no clone action for non-admin
|
|
||||||
- bug with name of shared groups
|
|
||||||
- don't use backticks
|
|
||||||
- add missing translations
|
|
||||||
- use querybuilder for user comparison
|
|
||||||
|
|
||||||
### Misc
|
|
||||||
- respect tabs
|
|
||||||
- disabled checkbox
|
|
||||||
|
|
||||||
## 2.6.0 (2024-04-28)
|
## 2.6.0 (2024-04-28)
|
||||||
### Added
|
### Added
|
||||||
- add Search Provider
|
- add Search Provider
|
||||||
|
|
|
@ -58,7 +58,6 @@ OC.L10N.register(
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administrator",
|
"admin" : "Administrator",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
"user" : "Benutzer",
|
|
||||||
"Name" : "Name",
|
"Name" : "Name",
|
||||||
"Access" : "Zugriff",
|
"Access" : "Zugriff",
|
||||||
"Max" : "Max",
|
"Max" : "Max",
|
||||||
|
@ -116,10 +115,6 @@ OC.L10N.register(
|
||||||
"Delete?" : "Löschen?",
|
"Delete?" : "Löschen?",
|
||||||
"Could not delete record" : "Aufnahme konnte nicht gelöscht werden",
|
"Could not delete record" : "Aufnahme konnte nicht gelöscht werden",
|
||||||
"Server error" : "Serverfehler",
|
"Server error" : "Serverfehler",
|
||||||
"Could not modify publishing state" : "Der Veröffentlichungsstatus konnte nicht geändert werden",
|
|
||||||
"Open room" : "Raum öffnen",
|
|
||||||
"Start" : "Start",
|
|
||||||
"Clone room" : "Raum duplizieren",
|
|
||||||
"Loading" : "Lade",
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administrator",
|
"admin" : "Administrator",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
"user" : "Benutzer",
|
|
||||||
"Name" : "Name",
|
"Name" : "Name",
|
||||||
"Access" : "Zugriff",
|
"Access" : "Zugriff",
|
||||||
"Max" : "Max",
|
"Max" : "Max",
|
||||||
|
@ -114,10 +113,6 @@
|
||||||
"Delete?" : "Löschen?",
|
"Delete?" : "Löschen?",
|
||||||
"Could not delete record" : "Aufnahme konnte nicht gelöscht werden",
|
"Could not delete record" : "Aufnahme konnte nicht gelöscht werden",
|
||||||
"Server error" : "Serverfehler",
|
"Server error" : "Serverfehler",
|
||||||
"Could not modify publishing state" : "Der Veröffentlichungsstatus konnte nicht geändert werden",
|
|
||||||
"Open room" : "Raum öffnen",
|
|
||||||
"Start" : "Start",
|
|
||||||
"Clone room" : "Raum duplizieren",
|
|
||||||
"Loading" : "Lade",
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
|
|
Loading…
Reference in New Issue