Roeland Jago Douma

Results 43 issues of 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...

enhancement
1. to develop
feature: previews and thumbnails

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

enhancement
1. to develop

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

enhancement

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

bug
1. to develop

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":"",...

feature: api
technical debt

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

enhancement
1. to develop

If a notification has actions it should not be allowed to be dismissed. See: ![after](https://user-images.githubusercontent.com/45821/69061997-84b36c00-0a1a-11ea-8b49-27ca99458302.png) For now I would say we should remove the X because there are actions. For...

enhancement
feature: backend 🛠️

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

enhancement
good first issue

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

enhancement
performance