PhMemmel
PhMemmel
As there aren't any more ideas about the bbb-web issue...I'm leaving my thoughts on this in the meantime... Basically IMO these are the options we have: 1. Don't propagate username...
Talking indicator now also reflects user name change (and any other component using the VoiceUsers collection): 07fe27e
Just made changing of usernames configurable via 6198ce553ac87c1f96155246a73bcb37efe223be By default, changing of names is disabled. Set `allowModsToChangeUsernames=true` in `bigbluebutton.properties` or `/etc/bigbluebutton/bbb-web.properties` to enable the feature serverwide by default. In addition...
As it has been about a month without any comments on the name changing and its propagation to bbb-web, any news about this? I'm kinda stuck without any updates on...
Thank you for your opinion on that @pedrobmarin. I indeed ran into the problem you mentioned as I had to touch a lot of code in very different places trying...
Username change is now being announced in public chat via 121e91dedeb1de714fad6b92d4f134a114fb3273.
Username change is now propagated to bbb-web via 438198118e6353e8c87cec7cd6f74723f0b54604 I decided against an additional attribute in the `getMeetingInfo` answer. I simply replaced the current fullname with the new one. As...
Added basic username validation in html5 client via 9bf855a9fac4cbc2ffde7d285556dd9765825e06 As I couldn't find any existing validation mechanisms I could use as sample in bbb-web or greenlight, e. g., I'm removing...
As far as functionality is concerned, I'm considering this PR as ready. Things to consider: - It might be neccessary to improve the validation - I disabled the feature completely...
Private chat title wasn't properly updated, fixed in 78c90b4f3bed43416330b22d1db8bb526384348d I'm quite unsure if the way I fixed this is the way it should be done, but couldn't think of a...