egroupware/api/src/Vfs
2016-04-02 14:16:20 +00:00
..
Dav * Sharing: fixed not accessible share, if user already logged into same EGroupware instance, also fixed WebDAV problems using a share URL 2015-02-28 22:08:23 +00:00
Filesystem
Links fix PHP Fatal error: Cannot make static method EGroupware\Api\Vfs\Sqlfs\StreamWrapper::get_eacl() non static in class EGroupware\Api\Vfs\Links\StreamWrapper 2016-03-29 07:01:36 +00:00
Sqlfs make all static methods static to avoid warning when they get called static 2016-03-27 09:41:58 +00:00
Hooks.php move hooks class to api and only cache hooks in instance cache (instead of database: filesystem scan takes ~4ms, cache ~0.2ms) 2016-04-02 14:16:20 +00:00
Sharing.php fix An error happened (ErrorException): Argument 4 passed to EGroupware\Api\Vfs::copy_files() must be of the type array, none given 2016-03-29 11:01:34 +00:00
StreamWrapper.php replace create_function with performanter, because opcachable closure 2016-03-20 14:01:29 +00:00
StreamWrapperIface.php
WebDAV.php replacing common::egw_exit() with exit, there is no more extra cleanup 2016-03-20 16:30:01 +00:00