cloud_bbb/CHANGELOG.md

203 lines
6.2 KiB
Markdown
Raw Normal View History

2020-04-26 11:36:41 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
2020-12-15 15:45:13 +01:00
## 1.1.3 (2020-12-15)
### Fixed
- [#103](https://github.com/sualko/cloud_bbb/issues/103) parameter type
- [#98](https://github.com/sualko/cloud_bbb/issues/98) manager in dark mode
- removal of url shortener option
2020-11-19 16:34:25 +01:00
## 1.1.2 (2020-11-19)
### Fixed
- [#102](https://github.com/sualko/cloud_bbb/issues/102) remote link generation
- [#96](https://github.com/sualko/cloud_bbb/issues/96) app init
2020-11-03 15:40:02 +01:00
## 1.1.1 (2020-11-03)
### Fixed
- [#92](https://github.com/sualko/cloud_bbb/issues/92) wait for file action api
### Misc
- update languages
2020-09-29 11:11:07 +02:00
## 1.1.0 (2020-09-29)
2020-09-24 14:25:24 +02:00
### Added
- [#57](https://github.com/sualko/cloud_bbb/issues/57) add support for URL shortener
- [#62](https://github.com/sualko/cloud_bbb/issues/62) create meeting activities
- show access mode in room overview
- show room shared icon in room overview
2020-09-29 11:11:07 +02:00
- add support for Nextcloud 20
2020-09-24 14:25:24 +02:00
### Fixed
- [#80](https://github.com/sualko/cloud_bbb/issues/80) clean up after user was deleted
- [#73](https://github.com/sualko/cloud_bbb/issues/73) drop down not clickable
- translate moderator message
- [#78](https://github.com/sualko/cloud_bbb/issues/78) plural translation
2020-09-29 11:11:07 +02:00
- quoted column names in sql query
2020-09-24 14:25:24 +02:00
- unify error handling for room and restriction
- [#76](https://github.com/sualko/cloud_bbb/issues/76) record deletion with scalelight
2020-09-29 11:11:07 +02:00
- [#85](https://github.com/sualko/cloud_bbb/issues/85) set password on room creation
2020-09-24 14:25:24 +02:00
### Misc
- add meeting events
- order imports
2020-09-29 11:11:07 +02:00
- update composer dependencies
2020-09-24 14:25:24 +02:00
2020-09-04 11:02:43 +02:00
## 1.0.2 (2020-09-04)
### Fixed
- [#70](https://github.com/sualko/cloud_bbb/issues/70) incompatibility with circle v0.18.x
### Misc
- update languages
2020-09-02 11:04:59 +02:00
## 1.0.1 (2020-09-02)
### Fixed
- fix restrictions on postgres
- [#68](https://github.com/sualko/cloud_bbb/issues/68) fix missing personal settings section on some instances
### Misc
- add RestrictionService test
- use identical comparision
2020-09-01 10:21:43 +02:00
## 1.0.0 (2020-09-01)
### Added
- add link to room page to log in into Nextcloud
- [#23](https://github.com/sualko/cloud_bbb/issues/23) add option to require moderator to start a room
- [#61](https://github.com/sualko/cloud_bbb/issues/61) add ability to share rooms with circles
- [#43](https://github.com/sualko/cloud_bbb/issues/43) add admin setting to restrict rooms
- [#31](https://github.com/sualko/cloud_bbb/issues/31) add option to show manager in app navigation
### Fixed
- use custom 404 page
- fix no permission status code
- reset search field after selection
- [#65](https://github.com/sualko/cloud_bbb/issues/65) fix user/group selection with exact match
- hide success message after 3 sec in admin settings
- [#58](https://github.com/sualko/cloud_bbb/issues/58)[#49](https://github.com/sualko/cloud_bbb/issues/49) fix multiple issues with user/group dropdown
- [#64](https://github.com/sualko/cloud_bbb/issues/64) fix room configuration after room creation
- [#47](https://github.com/sualko/cloud_bbb/issues/47) bypass form action error
### Misc
- update feature list
- add TU Graz as sponsor
- update js dependencies
- fix scss style
- remove obsolete config injection
2020-06-19 10:56:03 +02:00
## 0.5.1 (2020-06-19)
### Fixed
- allow admin to start room with presentation
- [#50](https://github.com/sualko/cloud_bbb/issues/50) fix error which prevents guests from joining a room
### Misc
- use Nextcloud coding standard
2020-06-18 16:07:57 +02:00
## 0.5.0 (2020-06-18)
### Added
- [#33](https://github.com/sualko/cloud_bbb/issues/33) add option to share room
- add option to set everyone as moderator
- [#25](https://github.com/sualko/cloud_bbb/issues/25) restrict room access to user and groups
- [#33](https://github.com/sualko/cloud_bbb/issues/33) allow to define user and groups as moderator
### Fixed
- trim user supplied displayname
- show room loading error
- max dialog height
### Misc
- update screenshots
- add integration test for room mapper
- expand name cell
- remove unused controller
2020-06-10 17:35:59 +02:00
## 0.4.0 (2020-06-10)
### Added
- [#10](https://github.com/sualko/cloud_bbb/issues/10)[#24](https://github.com/sualko/cloud_bbb/issues/24) add access policy
- move room settings to dialog
### Fixed
- log failing api request
- [#14](https://github.com/sualko/cloud_bbb/issues/14) room creation error handling
- [#20](https://github.com/sualko/cloud_bbb/issues/20) remove dependency on shares
### Misc
- run tests before push
- add yarn test
- update phpunit
- update bbb api
- ignore tx-robot commits if linting
- reduce db requests
2020-05-24 18:53:39 +02:00
## 0.3.2 (2020-05-24)
### Fix
- add lang files to build
### Misc
- change title for Github release
2020-05-23 12:26:58 +02:00
## 0.3.1 (2020-05-23)
### Fixed
- fix regression which prevents start with presentation
2020-05-23 11:24:33 +02:00
## 0.3.0 (2020-05-23)
### Added
- [#1](https://github.com/sualko/cloud_bbb/issues/1) use direct share for presentation (bypass password requirement for shares)
- [#2](https://github.com/sualko/cloud_bbb/issues/2) add translations (a big thank you to the awesome Nextcloud community)
### Fixed
- fix submit input field
- [#34](https://github.com/sualko/cloud_bbb/issues/34) update bbb library
### Misc
- update screenshots
- change icon order
- change shortcut icon
2020-05-17 17:01:21 +02:00
## 0.2.0 (2020-05-17)
### Added
- add option to store room url as shortcut
- add api check
- show warning if api is not configured
- show spinner while rooms are loading
- [#19](https://github.com/sualko/cloud_bbb/issues/19) manage recordings
### Fixed
- auto complete for api secret
### Misc
- skip merge commits
- use same code style for scripts
- enhance publish script
- update app description
- add contributing guidelines
- add code of conduct
- use adapter for bbb
- [#2](https://github.com/sualko/cloud_bbb/issues/2) prepare translation
2020-04-29 13:30:20 +02:00
## 0.1.2 (2020-04-29)
### Added
- show room name on join page
- [#8](https://github.com/sualko/cloud_bbb/issues/8) show menu for more file types
### Fixed
- [#17](https://github.com/sualko/cloud_bbb/issues/17) allow start/stop recording
- [#12](https://github.com/sualko/cloud_bbb/issues/12) invitation link in moderator message
### Misc
- update readme
- add travis
- enhance publish script
2020-04-28 01:09:45 +02:00
## [0.1.1] - 2020-04-28
### Fixed
- failed bbb api request
- define column types
2020-04-27 11:09:40 +02:00
## [0.1.0] - 2020-04-27
2020-04-26 11:36:41 +02:00
### Added
2020-12-15 15:45:13 +01:00
- First release