Dennis Sieben

Results 24 comments of Dennis Sieben

Just adding the corresponding error from the `owncloud.log`: ``` { "reqId": "YqNXr910W0w0Q1bQCO6hMAAAAAM", "level": 3, "time": "2022-06-10 14:39:43.134800", "remoteAddr": "46.142.176.205", "user": "admin", "app": "no app in context", "method": "GET", "url": "/index.php/settings/admin?sectionid=general",...

As workaround you could hide the `/.well-known/openid-configuration` from the client when a certain criteria for the admin matches. E.g. an Admin always coming from a certain IP address.

Just my 2 cents: I see two possible solutions here: 1. The server communicates the role to the client so the client can decide based on the role if OIDC...

I really would like to have a cancel working cancel action here.

> Furthermore, removing the job isn't a valid option. I've only checked with the activity app, but I guess it could happen with more. If the app is disabled and...

Will `error_log()` also be visible when executing `occ`? I mainly need it in case that `occ` is executed, wasn't even aware that this shows up in the browser as well.

No it happened directly when calling `occ`. Will go with the `if` condition in this case.

Updated the commit by force push to the branch. The output now looks like the following for my specific case: ``` root@owncloud-675d799b87-8mb4v:/var/www/owncloud# occ Value of Data directory was: "" Your...

If `\OCP\Util::writeLog` can be used for that similar to https://github.com/owncloud/core/blob/8e3d09343984cf45aff772a0902e9fdfbc33cba5/lib/private/legacy/util.php#L398 I could adjust the PR.

There will be no progress from my side on this. So either there is somebody which will jump in here and drive it forward or we can close it.