Jannik Stehle

Results 91 comments of Jannik Stehle

Yes, this is still an issue: https://github.com/owncloud/web/assets/50302941/818c0c23-7dc0-48a8-a6da-fe4900e0e49f

Solution for this is being described here: https://github.com/owncloud/web/pull/11893#discussion_r1839834883

I digged into this a bit. With https://github.com/owncloud/web/pull/8055, it is possible to resume a cancelled upload, even after a site reload. But the user needs to manually upload the file...

I'm a bit torn here. It adds a bit of complexity while (currently) having near to no impact (Web now loads smaller but more chunks, even resulting in ~10-20ms more...

Closing here since we're currently not planing this.

Okay so https://github.com/owncloud/web/pull/11040 prevents merging and registering all app languages on page load. Splitting the languages into multiple files and loading them dynamically is not easy though. The splitting itself...

Since it's only client-side extraction, it's expected to take a while with larger zip files. That's why we have a relatively low limit of 64MB hard-coded. We're already utilizing workers...

The basic feature has already been implemented via https://github.com/owncloud/web/pull/9896. However, the whole thing is not yet productized and is missing a few things for that to be possible: * [...

> we should get rid of the .space folder and just render the README.md files at the top on every folder. Yes PLEASE 👍 Would be so much more straightforward...

We also need to think about version downloads. Currently, the web client manually constructs the version URL (https://github.com/opencloud-eu/web/blob/v4.2.0/packages/web-client/src/webdav/getFileUrl.ts#L42) and then signs it. It would be nice if the server would...