Marc Kohaupt

Results 47 issues of Marc Kohaupt

I just found out that the HTML5 client provides `data-test` attributes for many elements. This is great for testing. It would be great if Greenlight 3 did so as well...

feature request

**Is your feature request related to a problem? Please describe.** There already seem to be some Unit Tests in the `spec/` folder. But as far as I've seen, there are...

feature request

``` # docker exec -it greenlight2_greenlight bundle exec rake migrations:roles --verbose --trace [... skipped warnings ...] ** Invoke migrations:roles (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute migrations:roles...

enhancement
v2

Pressing this button does not do anything: ![image](https://github.com/bigbluebutton/greenlight/assets/2401265/ae99006b-2be4-4bf9-b7c6-26fc98de1b5c)

enhancement

If it is not a big issue, it would be better to also migrate pending and locked users. Not migrating them is just data loss.

Several BBB components expose a Prometheus endpoint. It would be nice if Greenlight3 did so as well. I could imagine this would help in debugging issues like #4253 (i.e. metric...

feature request

`bbb-install-2.5.sh -d` just accepts if there are no certificates in `/local/certs/`. nginx later fails with an error message which points to `/etc/letsencrypt/live/$HOST/fullchain.pem` (instead of `/local/certs/`) because those are softlinks. Additionally,...

**Is your feature request related to a problem?** I'd like to subscribe to a product which does not *yet* have any CVEs. **Do you have a solution in mind, or...

enhancement

The most usual code flow (of what I've seen so far) is to get the number of devices and then iterate over them to get their address and finally to...

It would be nice to have a portable variant for Windows. This could be used on e.g. some desktops in a library where users have no admin privileges.