Anton Georgiev

Results 106 issues of Anton Georgiev

**Describe the bug** Currently users are only allowed to edit/delete their own shapes. If a moderator tries to remove someone else's annotation (eraser, etc) it has effect only locally, in...

type: enhancement
module: core

**Describe the bug** Add a new pan tool to act like what we're used to in BBB

type: enhancement
component: whiteboard
module: client

**Is your feature request related to a problem? Please describe.** Implement a consistent way to control the list of enabled vs disabled features on per-meeting level. **Describe the solution you'd...

type: enhancement
module: core
module: client
type: refactor

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Set the notifications in Settings -> Notifications to enable...

module: client

**Describe the bug** I was in a call and visually all seemed fine. I was toggling myself muted/unmuted every few seconds. At some point I could no longer unmute myself...

module: client
type: bug
target: connection stability

Hypothesis: something makes long meetings heavy, too heavy to join https://github.com/bigbluebutton/bigbluebutton/issues/12619 Please write a test spec to do the following Do X in a meeting, measure time to fully load...

target: performance
type: test

Hypothesis: Reconnection in 2.5 is better (lighter, more reliable, ...) than on 2.4 Setup ( some users join, chat, ...) reconnect, measure time to fully load page, time to join...

target: performance
type: test
target: connection stability

As of BBB ~2.4 we refactored how we specify the role of a user. https://github.com/bigbluebutton/bigbluebutton/pull/14668 It might be time to adopt the change in the 2.5 testing scripts: I tried...

module: client
type: test

Linking to the original comment in #523 ``` The -v parameter value to decide which version of the script makes sense to use (and log it or even ask a...

nginx We should try to run `certbot` _standalone_ https://www.digitalocean.com/community/tutorials/how-to-use-certbot-standalone-mode-to-retrieve-let-s-encrypt-ssl-certificates-on-ubuntu-16-04 `sudo certbot certonly --standalone --preferred-challenges http -d example.com` This may allow us to drop the need to pre-configure nginx like we...