Benedikt Kulmann
Benedikt Kulmann
There are some locations in code where we actually don't use signed urls for fetching media as of now. - Files app: FileItem.vue loads thumbnail images as blob - Mediaviewer...
The share jail id (needed for constructing webdav urls) has been hardcoded in https://github.com/owncloud/web/blob/51f31888dff248a8fa5e10e3c3a5c79d116f39fc/packages/web-app-files/src/services/folder/spaces/loaderShare.ts#L9 While that works, it is not a clean solution. The share jail gets populated via graph...
## Describe the bug When I want to add a new CSP rule to the set of [default CSP rules](https://github.com/opencloud-eu/opencloud/blob/main/services/proxy/pkg/config/csp.yaml), I can't be certain that it reaches all OpenCloud installations....
# Description It would be nice to have a generic PDF conversion endpoint, which I can call with a source `fileId`, and optionally a target location and a target filename....
We have the experimental feature to deny access to a folder, even when a parent folder is shared with read or write access with the same person. Can we kill...
# Description Our current set of CSP rules doesn't allow pasting image sources as external URLs into a markdown file. This feels like a bug and we should improve it....
# Description The current implementation of registering CSP rules is not flexible enough and frequently breaks OpenCloud instances (at least the web ui). Since CSP rules are for the web...
## Describe the bug Webdav `REPORT` with favorite filter rule fails with http 400. ## Steps to reproduce 1. Enable favorites by setting `FRONTEND_ENABLE_FAVORITES` to `true` 2. Restart opencloud 3....
# Description ## User Stories * > As a web dev, I want know the info if the opencloud instance is running on a rolling or stable version, so that...
## Description While testing https://github.com/opencloud-eu/opencloud/pull/1617 I found out that we forgot to add the update server to the default csp rules. ## Types of changes - [x] Bug fix (non-breaking...