Benedikt Kulmann
Benedikt Kulmann
Transferring to the `opencloud` repo, since support for different mime types on the preview endpoint / thumbnail service is a backend thing... although your additional ideas for svg won't work...
> > The preview endpoint returns JPEG content, always. Still, supporting SVG at all would be a start. > > Browsers support displaying SVGs natively, so wouldn't it be better...
There is no "cron" / recurring task. What's happening at the moment: When your access token expires we react on that event from the oidc-client lib and call a method...
@jstehle since you recently introduced a token renewal web worker, could we utilize [navigator.onLine](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine) (seems to be supported on all browsers since basically forever) to skip a token renewal attempt...
cc @tbsbdr
Related: - #7563
Good point 🤔 For the lock information shown in the details panel I would actually like to have both. `owner` for the application owning the lock, and if present also...
Thanks for the context, that's really helpful! I agree, showing the `ownername` (as in: username) is a bad idea then. So let's not do that. For the `owner` prop: What...
@jvillafanez just checked this again together with @JammingBen and @AlexAndBear and we wanted to do the following: 1. use the lock owner from the propfind response in `d:lockdiscovery.d:activelock.d:owner` 2. look...
> > I think we can remove the COLLABORATION_APP_LOCKNAME from the configuration, and just use the COLLABORATION_APP_NAME also for the locks. That would show the name we want and also...