Carlos Damken

Results 54 comments of Carlos Damken

AWESOME! WORKS! Thanks! I still get 2 "errors" 404 (Yes, I know there are no errors, but I just call everything that is not 200 like that) ``` GET /apps/files_reader/vendor/cbrjs/css/img/loading.gif...

The book can be closed by navigating to the book reader bar and then close it.

I prefer to use the default index.php because that is the default ownCloud configuration. I use this server to test real ownCloud problems. Let me talk with some oC developers...

Suggested in https://github.com/Yetangitu/owncloud-apps/issues/85

> 2\. Upload a file (multiple is better) Uploading over the WebUI or over the sync client? > manually removing the read permission that is set in the oc_filecache. >...

I checked in an instance, I have arrond 500K files with other permisions that 27: ``` root@snoopy4:~# occ_db "select distinct(permissions) from oc_filecache where permissions 27" +-------------+ | permissions | +-------------+...

Could it be race condition? 1.- You upload a lot of files 2.- The files are being uploaded in the EOS storage, and at the moment they are being replicated...

@mdusher could you please check which kind of files are all that are in the list? Knowing that: 1.- The files should be reachable by the apache user (are added...

@jvillafanez could you build in the patch https://github.com/owncloud/core/pull/40480 some logging where we can see: the owner of the file or folder, the user who accessed it and the name of...