egroupware/filemanager
Ralf Becker fcb8f3497c Finally fixed creation and rename of home directories:
- egw_vfs::stat and egw_vfs_stream_wrapper::url_stat now both have a
  parameter $try_create_home=false, which do not create a non-existing
  home-directory by default.
- filemanger_ui calls egw_vfs::stat($path,true) to create an evtl.
  missing home dir (in case it does not exist because of previous
  problems)
--> fixes not working home-dir creation or rename, because url_stat
    already tried to create the home-dir
2009-04-06 13:46:45 +00:00
..
inc Finally fixed creation and rename of home directories: 2009-04-06 13:46:45 +00:00
setup fixed typo: stoped --> stopped 2009-04-06 13:02:28 +00:00
templates Implemented symlinks for eGW's VFS: 2009-03-19 20:12:35 +00:00
cli.php A scheme is not allowed to contain an underscore, but allows a dot and a 2009-04-01 14:08:20 +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