Benedikt Kulmann
Benedikt Kulmann
There are two situations in which the settings service could not be available. At the moment, sdk is returning an empty array in both situations. 1: Settings service is not...
Get rid of `const self = this` statements where possible. Most of the time it should be a) not necessary because it's used in lambda functions or b) possible to...
According to the docs noVNC offers a full and a lite client. Is there a way to skip the choice and always use e.g. the full client? I'm currently building...
Is it possible to override certain XFCE settings e.g. via a config override file via bind mount? Examples of what I'd like to achieve: - set a desktop background -...
At the moment this repo uses `dependabot` for semi-automated dependency bumps for both Go and JS dependencies. For JS dependencies this is not working anymore, because `dependabot` only bumps package...
_Originally posted by @kulmann in https://github.com/owncloud/ocis/issues/8604#issuecomment-1985083188_ For this particular case I would suggest 2 things: - deprecate the service vars because it seems like it only makes sense to have...
## Describe the bug OnlyOffice can write documents from a public link share with "Can upload" role. ## Steps to reproduce 1. As "admin", create `asdf/test.docx` via OnlyOffice 2. As...
## Description Adding `photo` and `image` props to the by default requested dav props. This will enable us to write extensions about image and photo metadata (e.g. an `ExifPanel` for...
## Description This PR introduces more extension points, allows registering extension points through app bootstrapping and gets rid of the `scopes` property on the `Extension` type. All of the changes...
Async tasks currently have the tendency of blocking the UI. The also get hibernated by the browser when the tab becomes a background tab. Needs e.g. web workers / separate...