nextcloud/apps/files_sharing/lib
Joas Schilling dbb93074b3 Fix endless loop on windows servers
Directory seperator is \ on windows
However we can just check for path != dirname(path) because that is
the same for '' (empty string), '.' and DIRECTORY_SEPARATOR on all OS
2014-05-07 17:38:29 +02:00
..
connector Expose public shares over webdav 2014-04-25 14:45:18 +02:00
share fix encryption tests after the removal of the shared folder 2014-04-23 12:54:25 +02:00
api.php fix share api tests 2014-04-23 12:54:25 +02:00
cache.php return the new name if a mount point was renamed 2014-04-30 20:29:21 +02:00
helper.php Fix endless loop on windows servers 2014-05-07 17:38:29 +02:00
maintainer.php Remove "link" shares right after disabling the "allow_link_share" setting 2013-10-18 11:37:13 +02:00
permissions.php make sure that we have the right permissions for the mount points 2014-04-23 12:54:24 +02:00
sharedstorage.php we can take the permission directly from the share, no need to call the share api first 2014-05-07 16:49:07 +02:00
updater.php Fix endless loop on windows servers 2014-05-07 17:38:29 +02:00
watcher.php fix share api tests 2014-04-23 12:54:25 +02:00