nextcloud-server/lib/private/Files/Node
Julius Härtl 7f958e81d3
fix: Pass parent to NonExistingFile instances
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-13 10:28:28 +07:00
..
File.php Fix file_get_content signatures to make it clear it can return false 2023-04-27 09:56:05 +07:00
Folder.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +07:00
HookConnector.php fix: Move Node HookConnecter events to IEventDispatcher 2023-07-27 09:57:53 +07:00
LazyFolder.php reuse isValidPath from Filesystem 2023-09-04 18:42:50 +07:00
LazyRoot.php make LazyFolder::get not load the real folder if we know the path 2023-09-04 18:42:49 +07:00
LazyUserFolder.php make LazyFolder::get not load the real folder if we know the path 2023-09-04 18:42:49 +07:00
Node.php fix: Pass parent to NonExistingFile instances 2023-09-13 10:28:28 +07:00
NonExistingFile.php Fix inherited parameter names 2023-04-03 08:29:33 +07:00
NonExistingFolder.php fix(node): non-existing folder is not searchable 2023-07-13 00:01:32 +07:00
Root.php refactor: declare getMount() and getMountsIn() at IRootFolder 2023-06-21 16:53:20 +07:00