Viktar Dubiniuk

Results 23 comments of Viktar Dubiniuk

so the solution will be to clean up the app cache on upgrade.

`Test\LargeFileHelperGetFileSizeTest::testGetFileSizeViaCurl` seems to be a php_curl regression: ``` # curl -I file:///home/deo/public_html/oc-tmp/tests/data/lorem.txt Content-Length: 446 Accept-ranges: bytes Last-Modified: Mon, 17 Jun 2013 07:25:11 GMT ``` Headers are here. But the script...

The target version is provided by the update server via the XML feed. The `daily` version is something that doesn't exist there as it always has an exact version number....

@Gazoo thanks. but this is **non-default** setup.... See the log above, r57 shell is **detected** on the same server (as well as the other malware). c99 is **not**. Obviously something...

@wassereimer86 I guess the auth token is expiring and then being automatically refreshed by client.

Login attempt using expired oauth token is a failed login attempt.

@mmattel please post ``` select * from oc_jobs where class like '%LDAP%'; ```

Looks like the logging was added intentionally :unsure: https://github.com/owncloud/core/pull/32623

@mmattel you can delete `OCA\User_LDAP\Jobs\UpdateGroups` job from DB, as it is unneeded and has been removed from the app recently

> do not run a bgj for a disabled app... @mmattel it is not run. https://github.com/owncloud/core/pull/32623 adds a log entry why the job was skipped, before this PR the job...