nextcloud/lib/private/files
Vincent Petry f642ad3961 Prevent deleting storage root
Storage mount points are not deletable, so make sure that the unlink
operation and its hooks aren't run in such cases.

Note that some storages might recursively delete their contents when
calling unlink on their root. This fix prevents that as well.
2014-01-08 13:17:36 +01:00
..
cache Now also preventing to override "files" dir size with -1 2014-01-07 22:34:01 +01:00
mount move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
node move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
storage Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 2014-01-02 13:19:10 +01:00
stream Added comment for clarification about fseek() call in quota.php 2013-10-25 16:15:01 +02:00
type Return early if fileinfo is there. 2013-10-29 13:48:30 +01:00
utils move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
filesystem.php External storage space is now not counted in total space 2013-11-18 18:09:01 +01:00
mapper.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
view.php Prevent deleting storage root 2014-01-08 13:17:36 +01:00