mconf / mconf-web

GNU Affero General Public License v3.0
123 stars 86 forks source link

Allow users to change name and url of webconference rooms #938

Closed RafaFP closed 7 years ago

RafaFP commented 7 years ago
- Users can now edit their webconference room name and URL
- Users can also edit the name and URL of their spaces webconference rooms,
  if they match the required abilities/permissions
- The name of the webconference room will still be updated when the user fullname
  (profile) is updated, but only if the room name and user full name are currently the same
- The URL is no longer going to update when a user's username (user) is updated,
  since a user currently can't change his username, therefore, URLs will be generated once
  when a user creates his account and then only updated by user input
- Space URL can be updated and follows the same behavior
- There is no flag to enable editing name and url, it will be a default behavior

Resolves #363 and #934