Benedikt Kulmann
Benedikt Kulmann
pdf-viewer and drawio exist as frontend-only apps in web. Image gallery is not implemented, yet.
> @kulmann when I mean image gallery, I mean the image viewer, that is working on master, just to clarify. Thanks for clarifying! I thought you referred to the grid...
> So the file preview is working with edge? Yes, the preview app and all thumbnails are working fine with edge.
Hey @tarkhil - are webdav operations via owncloud sdk actually not working or is it just the fact that the sdk uses `remote.php/dav` instead of `remote.php/webdav`? The difference between the...
We're planning that you can specify the absolute url of the respective endpoint on every operation. Reason for that is that with `ownCloud Infinite Scale` we plan that you can...
So, as far as I know the concept of this feature evolved in two steps: 1. product decision: we'll allow users to choose their default app (i.e. the app that...
~~fyi that'd be a change in core, not in web.~~ sorry, my bad. It's in web. We'll include the change in web v5.7.0 final.
The current implementation is supposed to memorize the user choice of going to the `New Design` or `Classic Design`, nothing else. Other nav items are not supposed to be memorized....
Having a look into the browser network tab, I see that when switching from classic to new design the request to set the default app gets cancelled. @JammingBen could you...
Would need to add a `format` param to https://github.com/owncloud/owncloud-sdk/blob/1fa10b001dc47b7116f41646352961eb3a879113/src/helperFunctions.js#L215 , use it in that function for the request and the parsing preference. Then use it in `getShares` and `getShare` of...