Joas Schilling

Results 651 comments of Joas Schilling

Server PR for a global setting to opt out of keyboard shortcuts to satisfy accessibility is in: * https://github.com/nextcloud/server/pull/34081 Method to check: `OCP.Accessibility.disableKeyboardShortcuts()` If that is `true` the app(s) must...

> I disagree. Shortcuts with modifier key and probably also ESC are always okay IIRC. This was the outcome of the accessibility review. We have a global setting which disables...

I think it shouldn't be in the root anymore. I think Deck and etc. use an Attachment/ root folder

If non public API is okay you can do things using the manager and participant service: https://github.com/nextcloud/spreed/blob/dc518c46a710e13485feb0977b0f1343eea6d2ec/lib/Manager.php#L899-L926 https://github.com/nextcloud/spreed/blob/f4208eff934795b0cad9586293ff78ebb5d958d9/lib/Controller/RoomController.php#L1094-L1103 https://github.com/nextcloud/spreed/blob/f4208eff934795b0cad9586293ff78ebb5d958d9/lib/Controller/RoomController.php#L1157-L1178

We have a OCS Api available. Don't really want to start adding a public API before the biggest technical change in history 🙈

Source string is at https://github.com/nextcloud/registration/blob/master/src/AdminSettings.vue#L213

Can you post your regex?

Also is there any error in your browser console (F12)?