Michael Usher

Results 9 comments of Michael Usher
trafficstars

Great idea. I just ran into an issue where I had dropped 5 apps into Multrin and all bar Slack's window (the active tab) disappeared with it. The apps were...

I have been able to mitigate the issue by skipping the file in the PROPFIND response if it is unreadable, but I'm not sure if this causes any other issues....

@jvillafanez's summary covers what I would like to see resolved > From my side, I think there are 2 problems: the "NotFound" exception happening (which should be handled somehow), and...

@cdamken These are the mimetypes of the files: ``` MariaDB [owncloud]> select t.mimetype, count(*) from (select (select mimetypes.mimetype from mimetypes where id=filecache.mimetype) as mimetype from filecache where permissions > 0...

@cdamken We are hesitant to apply this patch as it seems to have a bit of risk associated with it. As per @jvillafanez's note on the pull request: > Note...

@PVince81 In terms of storage, I'm referring to the user's home directories. We're running CERN's EOS as our underlying storage and interact with it via a FUSE mount. In terms...

@PVince81 I completely agree that it's quite likely it's already past the "ocdata" check. Due to the size of our installation, we are taking advantage of the ability to run...

I've been chasing problems with the Shared folder and shares being removed on our side for a while and think I have come up with a fairly reliable theory on...