egroupware/api/src/Vfs
2019-07-18 15:25:28 -06:00
..
Dav fixing our wrong static methods in stream-wrapper: unlink, rmdir, mkdir, rename and url_stat (they are not static, so PHP can pass in $context) 2016-07-19 11:59:16 +02:00
Exception * Filemanager/WebDAV: generally deny user to delete directories /, /home, /apps, /templates (last 2 incl. subdirectories) 2016-08-18 10:04:36 +02:00
Filesystem fix warning about unknown option 'ro' by filesystem streamwrapper 2018-10-18 11:13:04 +02:00
Links * Api - Fix linking into new entries fails with SQL error 2019-01-21 11:22:21 -07:00
Sqlfs fix SQLSTATE[42000]: Syntax error or access violation in filemanager 2018-10-19 13:46:06 +02:00
Hooks.php calling (static) EGroupware\Api\Vfs::chown instead of using old egw_vfs not available in minimal install in account::deleted hook when moving home directory to /home/$new_user/old-home-$old_user 2016-08-15 15:43:34 +02:00
Sharing.php Api - When doing monthly share cleanup, check to see if share target is still valid 2019-07-18 15:25:28 -06:00
StreamWrapper.php Changes to support accessing Samba shares with Collabora 2019-01-31 14:42:37 -07:00
StreamWrapperIface.php fixing our wrong static methods in stream-wrapper: unlink, rmdir, mkdir, rename and url_stat (they are not static, so PHP can pass in $context) 2016-07-19 11:59:16 +02:00
WebDAV.php * Filemanager/WebDAV: handle url-special chars like %, # and ? correctly 2019-03-21 12:36:25 +01:00