manumitted
manumitted
I have my installation set to create a default expiration. I guess what's happening with mine is that I can't update the expiration date to a different value when I...
It seems odd that you can mention a user in a comment but not the description. Then again maybe not? Trying an import from Trello. The cards contain a bunch...
I installed 27.1.0 with updates to all apps that I'm running. This problem still exists. The fact that recent changes were regarding lazy updates leads me to believe that there...
I'm thinking that when I have time, I'm going to need to do a deep-dive on why this is happening (e.g. look at the source code, add log messages, etc.)....
Thanks for the link. It seems this has been happening with regular shares as well.
Quickly looking at the source, code, I traced things to `public function getFileInfo($path, $includeMountPoints = true)` which does reference a cache, so at least things are looking a bit like...
I think I may be able to use this function to send information to the log for debugging: `$this->logger->warning('Storage not valid for mountpoint: ' . $mount->getMountPoint(), ['app' => 'core']);` I...
When retrieving a file successfully (this is an image file in a group folder subtree), getFileInfo() is called with a sequence of calls with full path down to "//MCF" and...