|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.5.0] - 2017-05-29 |
| 4 | + |
| 5 | +Adds authentication via digital certificate, a new option to force users to sign in to |
| 6 | +be able to join conferences, and bug fixes. |
| 7 | + |
| 8 | +* [#927] Add a new option to the site to force users to sign in to be able to access a |
| 9 | + conference. When enabled, unauthenticated users cannot access conferences. Disabled by |
| 10 | + default. |
| 11 | +* [#936] Allow users to sign in using a digital certificate. It's an optional authentication |
| 12 | + method model similarly to LDAP and Shibboleth. |
| 13 | +* Added a "guest users" module, so that users can sign in using an external authentication |
| 14 | + method just to join a conference, without receiving a new account. Works only for the |
| 15 | + digital certificate authentication for now. |
| 16 | +* [#940] Fix web conference invitations when using Russian or Bulgarian. |
| 17 | +* [#814] Fix small font sizes in some email readers. Having a `font-size` of "0.8125rem" |
| 18 | + would cause some readers to show very small text. Removing the `font-size` lets the email |
| 19 | + client decide the appropriate size. |
| 20 | +* [#932] Fix the redirect when an admin of a space changes his role from admin to normal user. |
| 21 | +* Add missing migration from BigbluebuttonRails 2.0.0 to fix the type of the column |
| 22 | + `size` in the table `bigbluebutton_recordings`. Will only affect servers that updated |
| 23 | + Mconf-Web very frequently and used non stable versions (very few servers). |
| 24 | +* Update BigbluebuttonRails and adjust to its changes. Changes the way the gem is customized |
| 25 | + and it now doesn't have direct database associations between rooms and servers, the |
| 26 | + association is done dynamically. |
| 27 | +* A few gem updates for compatibility with Ubuntu 16.04. |
| 28 | +* Send web conference invitations also to the organizer. The user that is sending the |
| 29 | + invitations will now also be in the list of attendees and receive an email with the invitation. |
| 30 | +* Improve the design of the list of recordings (in `manage/recordings`), now it also shows the |
| 31 | + size of the recordings. |
| 32 | + |
| 33 | + |
3 | 34 | ## [2.4.0] - 2017-01-12 |
4 | 35 |
|
5 | 36 | Includes improvements in the management pages, a new management page for recordings, |
@@ -361,6 +392,7 @@ This is a minor update over 0.8 that was developed in parallel with 2.0. |
361 | 392 | * First version in production and documentation on [[how to setup a production server|Deployment]] |
362 | 393 | * Several other bugs and features implemented. |
363 | 394 |
|
| 395 | +[2.5.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.5.0 |
364 | 396 | [2.4.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.4.0 |
365 | 397 | [2.3.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.3.0 |
366 | 398 | [2.2.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.2.0 |
|
0 commit comments