egroupware/filemanager
Ralf Becker e76f20f665 New stream-wrapper to mount the regular filesystem into the vfs while
allowing to set an arbitrary uid, gid and mode for the vfs (like
mounting a dos Filesystem under Linux).
Can be used to mount eg. an upload dir writable only by Admins:
filemanger/cli.php mount --user root_admin --password whatever \
        filesystem://dummy/var/www/html/uploads?group=Admins&mode=075 \
        /uploads
Please note that you can NOT use filesystem:/something!
Fixed the vfs-classes to deal correctly with get-parameters used as
mount-options.
2008-09-30 11:52:56 +00:00
..
inc fixed a missing check_access argument 2008-09-09 06:56:41 +00:00
setup - use start dir from prefs only if no path in session 2008-09-04 06:44:48 +00:00
templates added text/rtf icon, as both application/rtf and text/rtf are valid and used 2008-09-04 06:01:25 +00:00
cli.php New stream-wrapper to mount the regular filesystem into the vfs while 2008-09-30 11:52:56 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
webdav.php moved webdav handler in the root dir, as its now a general service and not only used by filemanager 2008-05-10 21:15:46 +00:00