David Luhmer
David Luhmer
# Issue: When deploying Reana-Cluster onto a Rancher Kubernetes Cluster, I'm running into some certificate issues. Kubectl, on the other hand, still works without problems. ```bash ... HTTPSConnectionPool(host='192.168.1.10', port=8443): Max...
If users only have the dev version installed, the SSO connection doesn't work in the notes and news app. According to the report in the notes app (see ticket below)...
If the user clicks outside the permission request dialog, the sso library doesn't return a proper error message.
By now two apps are having issues with the `NextcloudApiNotRespondingException` Bug. - https://github.com/stefan-niedermann/nextcloud-notes/issues/653 - https://github.com/nextcloud/news-android/issues/769 A few days ago I was experiencing the same issue on my device (I think...
@tobiasKaminsky Just throwing in some thoughts here. As we had a bunch of issues already when trying to figure out which accounts exist, I was thinking about if we can...
Closes https://github.com/nextcloud/Android-SingleSignOn/issues/177
Also adds support for svg favicons by using image proxy which converts them to webp (https://images.weserv.nl/) -> https://github.com/nextcloud/news-android/issues/1062
This is useful for use-cases where you always need to use the front camera. While creating the intent set the key: CameraFragment.CAMERA_ID_KEY to Camera.CameraInfo.CAMERA_FACING_FRONT or CAMERA_FACING_BACK respectively. It's up to...