nextcloud/lib/public/Files/Events/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
..
AbstractNodeEvent.php
AbstractNodesEvent.php
BeforeNodeCopiedEvent.php
BeforeNodeCreatedEvent.php
BeforeNodeDeletedEvent.php
BeforeNodeReadEvent.php
BeforeNodeRenamedEvent.php
BeforeNodeTouchedEvent.php
BeforeNodeWrittenEvent.php
NodeCopiedEvent.php
NodeCreatedEvent.php
NodeDeletedEvent.php
NodeRenamedEvent.php
NodeTouchedEvent.php
NodeWrittenEvent.php