ho4ho

Results 32 comments of ho4ho

https://github.com/owncloud/core/commit/3b4027fc538a035108dea7c65384c65ce07ecf5a (#38019): ``` - if (!$this->request->passesCSRFCheck()) { + if (!$this->request->passesCSRFCheck() && $this->request->getHeader("Authorization") === null) { ``` Could problem by cgi-fcgi config not pass header `Authorization` correctly? https://doc.owncloud.com/server/10.6/admin_manual/installation/system_requirements.html#server say: > Apache...

> because of our modifications to make ownCloud working on Windows platform. Checked if problem not come by own modifications or unsupported Windows platform? Checked if happening by also using...

https://github.com/owncloud/files_primary_s3/issues could better fit? Tryed upgradation ownCloud 10.10.0?

Looked like broken by ownCloud 9.1. Looked like more discussion by #26027.

Client issue tracker by https://github.com/owncloud/client/issues

Duplicate by https://github.com/owncloud/client/issues/8328

By https://doc.owncloud.com/server/10.10/admin_manual/troubleshooting/general_troubleshooting.html#debugging-sync-issues: > The data directory on the server is exclusive to ownCloud and must not be modified manually.

In old but not in new: ``` | 1013 | OCA\UpdateNotification\ResetTokenBackgroundJob | null | 1563781622 | 1563781622 | 0 | 0 | ``` In old and mybe new: ``` |...

@JanAckermann Still problem by older installations. Please open.