Joas Schilling

Results 651 comments of Joas Schilling

> HEAD detached at pull/33494/merge Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory)...

https://github.com/nextcloud/server/blob/master/apps/files/lib/Activity/Provider.php#L401 Make sure this still matches or adjust it

Hmm i guess the lost of available 2fa providers is leaked already. So it's a question of user experience that we would show all 2fa methods enabled on the server...

By available I meant instance wide. They are leaked by available translation and JS files

So I don't fully understand what you are worried about. Someone has the username + password from another hack/leak already. And they can now "verify" that a user on a...

Which size are you using? Is it documented?

Should add the recommended size to this block: https://github.com/nextcloud/server/blob/45cf2eef56549f4c360609f82aed8b38e7bb0335/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php#L37-L53 Or try to fix it with CSS

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...

> Can we have some kind of API for this? Anything you have in mind? Yet another package, or just a global function in server/core which then relies on the...

`OCP.Accessibility.disableKeyboardShortcuts()` was added as discussed in the chat