egroupware/api/src/Vfs
2018-08-01 10:02:16 +02: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 not working symlinking vfs files to infologs/links, fixed multiple PHP deprecated should not call non-static self::url_stat static 2016-07-22 18:22:46 +02:00
Links * All apps: fixed moving attachments to new entries (without attachments) lost moved file 2018-04-12 15:10:05 +02:00
Sqlfs fixing not working links stream-wrapper 2018-04-10 08:54:32 +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 Make sure we get correct path when sharing from a share 2018-07-30 12:55:23 -06:00
StreamWrapper.php Replace basename with Vfs::basename to avoid setlocale issue. 2018-08-01 10:02:16 +02: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 Replace basename with Vfs::basename to avoid setlocale issue. 2018-08-01 10:02:16 +02:00