Julius Härtl

Results 886 comments of Julius Härtl

@jancborchardt A rough summary is at https://blog.juliushaertl.de/index.php/2017/08/28/gsoc-final-report/ @dsommers We are currently doing some final fixes in libcloudproviders. After that I have a patch for the client ready to add support...

I also can see those errors for some of the models, they seem to be all of the removed Phpml type: ``` [suspicious_login] loading latest model [suspicious_login] using cached model...

Failures seemed to be an unrelated timeout, I've retriggered the CI.

oci should be straight forward to install: https://github.com/mlocati/docker-php-extension-installer image could be added as in ci: https://github.com/nextcloud/server/blob/ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0/.github/workflows/oci.yml#L24-L27

Do you have the viewer app installed and enabled? I don't think there should be a difference between 7.4 and 8.0 but that would explain the error

Probably https://github.com/nextcloud/server/blob/master/apps/settings/lib/Settings/Personal/ServerDevNotice.php#L82 is not covering that for dev environments as for the releases viewer is always available.

Can you check if you have the viewer app cloned in workspace/server/apps-extra/viewer and if it is on the latest master branch?

> * There is a viewer in /root/nextcloud-docker-dev/workspace/server/apps-extra/ This would be the expected directory. Can you check if there are any files in it and if it is using the...

`xdebug.client_host=gateway.docker.internal ` seems to work, need to double check if that is also working fine on linux