v0.8
Changelog:
- Wiki moved to https://github.com/mconf/mconf-web/wiki/
- [#461] Support for recordings: the application shows the list of recordings for a webconference room (in the user's home and in the webconference section in a space), the user is now be able to select if the meeting will be recorded or not (as well as a title and description), and were also included administration pages to see all recordings, edit, delete, and so on. The support for recordings is only enabled for administrators.
- Full list of related issues here.
- [#812] Fix unclosed tags in the user's home page
- [#775] Fix error that sometimes the account page couldn't show the IdP name and user data from shibboleth.
- [#724] Fix error when sending webconference invitations to multiple emails.
- [#530] Add options to configure an external help page
- [#728] Fix huge horizontal scroll bar when uploading profile picture
- [#731] When a user tried to accept and invitation to join a space he was asked to create a new account, now he can only login or create an account in the default registration page.
- [#726] Mark the required fields in the registration.
- [#725] Split "Register / Login" links at the top menu in two separate links.
- [#718] Rooms that belongs to disabled users or spaces cannot be accessed
- [#737] Minimum length for user's login and room's param is now 1 char.
- [#671] Add a default timezone for the website.
- [#297 and others] Fix missing strings.
- [#670] Fix emails to use the correct language (receiver's language, if available, or site language).
- [#732] When a space is set as private/public the webconference room is set as well
- [#734] [#735]
meetingID
s are now static and globally unique (won't be randomized anymore). - Fix
invites/invite_room
to return the user id not the profile id. - Remove scripts to deploy with capistrano. They can still be used, see https://github.com/mconf/mconf-web/wiki/Deployment-with-Capistrano
- [#727] Replaced simple_captcha with reCaptcha in the registration form.
- Important: Requires a reCaptcha key to be generated for you domain on http://www.google.com/recaptcha/whyrecaptcha (Click in "Sign up Now!") and configured in the management page of Mconf-Web, otherwise the registration form will have no captcha validation.
- [#822] When a private space is created the webconference room is also created as private.
- [#813] Fix errors when editing the name of a space.
- [#829] Added a button to force meetings to be closed.
- [#817] When a user tries to access the page to send a join request to a space he's already a member of he is redirected to the space's home page.
- [#837] Change the name of the room when a user changes his login (affects the welcome message shown in the webconference).
- [#821] Translated user roles in spaces ("Admin", "Member", "Invited").
- [#814] Redirect the user to the pages he was in when logging in (works when clicking in the "login" link in the top bar).
- [#789] New pages to join the conference when invited, to make clear the separation between user login and user access to a room (that doesn't necessarily require a login but might require an access code).
- [#807] Added information about Mconf-Mobile in the "join from mobile" page.
- [#756] Use the correct locale to display success message when changing languages.
- [#630] Mark private messages as read when user clicks to read them.
- [#859] Fix missing translation when the list of attachments is empty.
- [#854] Fix wrong tags in the list of attachments when seeing the page as an anonymous user.
- [#816] All links in the list of spaces now point to the space's home (not to the page to ask to join the space).
- [#815] Redirect to the page to ask permission to join a space when trying to access a private space you're not a member of.
- [#809] Block invited users from creating a conference when accessing it using the moderator password.
- [#763] Fix wrong error messages when a private message fails to be sent.
- [#820] The role "invited" in spaces is now functional and explained in the interface.
Update notes:
- To use captcha in the registration page you need to generate reCaptcha keys for you domain on http://www.google.com/recaptcha/whyrecaptcha (Click in "Sign up Now!") and configure it in the management page of Mconf-Web, otherwise the registration form will have no captcha validation.
See also: