Ralf Haferkamp
Ralf Haferkamp
I opened https://github.com/owncloud/ocis/issues/10268 for web
Hm, I guess the client just using `index.php/apps/oauth2/authorize` as a fallback when it can't read the .well-known endpoint. See: https://github.com/owncloud/client/blob/af2cdbbea907c5e8bbda21c0e573a490a7c3ba3a/src/libsync/creds/oauth.cpp#L463C4-L466C1 So something might wrong with the `PROXY_OIDC_REWRITE_WELLKNOWN` settings. (Or implementation)....
@dependabot rebase
@syphernl Can you share some more tails about your setup? Which features do you have deployed? Collabora? Tika? Or is it really just the opencloud container? Do you have and...
I think you're suffering from https://github.com/opencloud-eu/opencloud/issues/1493 This is likely unrelated to the `refresh_token`. AFAIK the web client doesn't even request the `offline_access` scope. So depending on the concrete IDP it...
PDFs can also embed Javascript code, so basically https://github.com/opencloud-eu/opencloud/issues/1465#issuecomment-3265268120 does apply here as well. cc @db-ot @tbsbdr
Our images are alpine based currently. I don't know much about alpine package building, but I suppose this is `spec` file equivalent for libvips on alpine: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/vips/APKBUILD IIUC it's using...
Is this somewhat related to #9000. So if we change the naming here, we should use some `OCIS_` name and use that variable in the `graph` service as well. The...
@aduffeck Here's the bug report for the treesize issue. Just for completeness.
I don't think github.com/davidbyttow/govips/v2/ can handle videos. (I don't even think libvips itself does)