Compare commits

...

5 Commits

Author SHA1 Message Date
Sébastien Marinier f58debfd80
Merge fcfc5b788b into 290b6d9998 2024-09-15 12:59:34 +02:00
sualko 290b6d9998
release: 2.7.0 🎉 2024-09-15 12:09:51 +02:00
sualko 6a355a0abc docs: update change log 2024-09-15 12:08:11 +02:00
Nextcloud bot bcf1be96bc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-14 02:26:13 +00:00
Sebastien Marinier fcfc5b788b release: 2.7.0 🎉 2024-09-09 10:10:45 +02:00
5 changed files with 37 additions and 3 deletions

View File

@ -6,6 +6,30 @@ 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

View File

@ -22,7 +22,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.* *This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
]]></description> ]]></description>
<version>2.6.0</version> <version>2.7.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author> <author mail="klaus@jsxc.org">Klaus Herberth</author>
<namespace>BigBlueButton</namespace> <namespace>BigBlueButton</namespace>
@ -43,7 +43,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
<lib>curl</lib> <lib>curl</lib>
<lib>mbstring</lib> <lib>mbstring</lib>
<lib>SimpleXML</lib> <lib>SimpleXML</lib>
<nextcloud min-version="25" max-version="28"/> <nextcloud min-version="25" max-version="29"/>
</dependencies> </dependencies>
<commands> <commands>
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command> <command>OCA\BigBlueButton\Command\ClearAvatarCache</command>

View File

@ -58,6 +58,7 @@ 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",
@ -115,6 +116,10 @@ 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",

View File

@ -56,6 +56,7 @@
"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",
@ -113,6 +114,10 @@
"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",

View File

@ -1,7 +1,7 @@
{ {
"name": "@sualko/cloud_bbb", "name": "@sualko/cloud_bbb",
"description": "Nextcloud Integration for BigBlueButton", "description": "Nextcloud Integration for BigBlueButton",
"version": "2.6.0", "version": "2.7.0",
"author": "Klaus Herberth <klaus@jsxc.org>", "author": "Klaus Herberth <klaus@jsxc.org>",
"bugs": { "bugs": {
"url": "https://github.com/sualko/cloud_bbb/issues" "url": "https://github.com/sualko/cloud_bbb/issues"