cloud_bbb/CHANGELOG.md

4.8 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

1.0.2 (2020-09-04)

Fixed

  • #70 incompatibility with circle v0.18.x

Misc

  • update languages

1.0.1 (2020-09-02)

Fixed

  • fix restrictions on postgres
  • #68 fix missing personal settings section on some instances

Misc

  • add RestrictionService test
  • use identical comparision

1.0.0 (2020-09-01)

Added

  • add link to room page to log in into Nextcloud
  • #23 add option to require moderator to start a room
  • #61 add ability to share rooms with circles
  • #43 add admin setting to restrict rooms
  • #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 fix user/group selection with exact match
  • hide success message after 3 sec in admin settings
  • #58#49 fix multiple issues with user/group dropdown
  • #64 fix room configuration after room creation
  • #47 bypass form action error

Misc

  • update feature list
  • add TU Graz as sponsor
  • update js dependencies
  • fix scss style
  • remove obsolete config injection

0.5.1 (2020-06-19)

Fixed

  • allow admin to start room with presentation
  • #50 fix error which prevents guests from joining a room

Misc

  • use Nextcloud coding standard

0.5.0 (2020-06-18)

Added

  • #33 add option to share room
  • add option to set everyone as moderator
  • #25 restrict room access to user and groups
  • #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

0.4.0 (2020-06-10)

Added

  • #10#24 add access policy
  • move room settings to dialog

Fixed

  • log failing api request
  • #14 room creation error handling
  • #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

0.3.2 (2020-05-24)

Fix

  • add lang files to build

Misc

  • change title for Github release

0.3.1 (2020-05-23)

Fixed

  • fix regression which prevents start with presentation

0.3.0 (2020-05-23)

Added

  • #1 use direct share for presentation (bypass password requirement for shares)
  • #2 add translations (a big thank you to the awesome Nextcloud community)

Fixed

  • fix submit input field
  • #34 update bbb library

Misc

  • update screenshots
  • change icon order
  • change shortcut icon

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 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 prepare translation

0.1.2 (2020-04-29)

Added

  • show room name on join page
  • #8 show menu for more file types

Fixed

  • #17 allow start/stop recording
  • #12 invitation link in moderator message

Misc

  • update readme
  • add travis
  • enhance publish script

[0.1.1] - 2020-04-28

Fixed

  • failed bbb api request
  • define column types

[0.1.0] - 2020-04-27

Added

  • First release