Roeland Jago Douma
Roeland Jago Douma
With 5.6 (and even 7.0) going EOL it seems right to upgrade this lib. It would then automatically be a lot more type safe. Which is always nice.
Right now we serve previews in png or jpg. Which has the advantage of being support on nearly every platform since the late 90s. But of course it is no...
I just had to move all my TOTP codes to my new phone. However in order to do this I have to disable and re-enable the TOTP setting. While valid...
It would be good to have the possibility to allow/deny login for (or the absence of) specific shibboleth attributes. E.g. eduPersonAffiliation: Only allow login if value="employee" Maybe a more general...
Exceptions in the download meta data should be handled a bit more graceful. 1. Use built in saml 2. Click download metadata 3. watch it do boom We should catch...
See: ```json { "activity_id":12672, "app":"core", "type":"security", "user":"tobi", "subject":"You successfully logged in using two-factor authentication (Nextcloud Notification)", "subject_rich":[ "", [ ] ], "message":"", "message_rich":[ "", [ ] ], "object_type":"", "object_id":0, "object_name":"",...
Since we want apps to be as independant as possible we should kill the use of the global jquery. Some options 1. We add jquery as hard dep here 2....
If a notification has actions it should not be allowed to be dismissed. See:  For now I would say we should remove the X because there are actions. For...
With https://github.com/nextcloud/server/pull/13646 merged. We can now use an initial state as well for the notifations. I would suggest to register a callback that will tell the endpoint if there are...
Currently we load the icon separately. Since we have the bundle loaded (and cached) anyways. It would probably make sense to ship it in there. This way it is instant...