nextcloud/lib/private/Files/Node
Roeland Jago Douma 6aa6ab3e02
Add lazy events for the Node API
Right now if you want to get events via the Node API you have to have a
real instance of the Root. Which in turns sets up the whole FS.

We should make sure this is done lazy. Else enabling the preview
generator for example makes you setup the whole FS on each and every
authenticated call.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-28 12:35:45 +02:00
..
File.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Folder.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HookConnector.php Add lazy events for the Node API 2020-05-28 12:35:45 +02:00
LazyFolder.php generalize the "lazy folder" concept 2020-05-11 15:36:13 +02:00
LazyRoot.php generalize the "lazy folder" concept 2020-05-11 15:36:13 +02:00
Node.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NonExistingFile.php Update license headers 2019-12-05 15:38:45 +01:00
NonExistingFolder.php Create SimpleFile only when writing the content 2020-02-28 12:55:22 +01:00
Root.php Update license headers for 19 2020-04-29 11:57:22 +02:00