mirror of https://github.com/sualko/cloud_bbb
Compare commits
No commits in common. "290b6d9998c449fce2489b21deb4ee9905dede24" and "bcf1be96bc2ebe7c9b08d9f9011a9d26688f0745" have entirely different histories.
290b6d9998
...
bcf1be96bc
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
|
||||||
|
|
|
@ -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.7.0</version>
|
<version>2.6.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>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@sualko/cloud_bbb",
|
"name": "@sualko/cloud_bbb",
|
||||||
"description": "Nextcloud Integration for BigBlueButton",
|
"description": "Nextcloud Integration for BigBlueButton",
|
||||||
"version": "2.7.0",
|
"version": "2.6.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"
|
||||||
|
|
Loading…
Reference in New Issue