]> source.dussan.org Git - nextcloud-server.git/commit
Add a more powerful notify mechanism
authorRobin Appelman <robin@icewind.nl>
Fri, 6 Jan 2017 14:39:01 +0000 (15:39 +0100)
committerRobin Appelman <robin@icewind.nl>
Fri, 27 Jan 2017 09:44:33 +0000 (10:44 +0100)
commit269747985e1f17ab5cafa0ff02d811433683f7e8
tree499a75038209518b9fa24cfc1a4c53c0447ea519
parent0aa211eefb4fd8d007f07d720825b9aa86e3c6ea
Add a more powerful notify mechanism

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/lib/Lib/Notify/SMBNotifyHandler.php [new file with mode: 0644]
apps/files_external/lib/Lib/Storage/SMB.php
lib/private/Files/Notify/Change.php [new file with mode: 0644]
lib/private/Files/Notify/RenameChange.php [new file with mode: 0644]
lib/public/Files/Notify/IChange.php [new file with mode: 0644]
lib/public/Files/Notify/INotifyHandler.php [new file with mode: 0644]
lib/public/Files/Notify/IRenameChange.php [new file with mode: 0644]
lib/public/Files/Storage/INotifyStorage.php