egroupware/filemanager
Ralf Becker 8afe9094b7 More improvments of the sqlfs code and the command line interface:
- read rights are not checks in each traversed directory (via sql in a single query to locate the path)
- diropen additionally checks for execute rights
- fopen checks for read or write depending on the mode
- chmod, chgrp, chown methods in sqlfs and egw_vfs/vfs plus an egw_vfs::$is_root var used to grant root rights (no access controll and chown or chgrp without being the owner of a file)
- find method (some more params to come) to recursivly search and optionaly execute some callback
- egw_vfs::remove doing a "rm -r" / recursive remove or dirs and files
- new files or dirs inherit the perms and ownership from the parent directory (no umask)
- files/dirs the user has no read rights, in a directory where he has no write rights, get hidden (eg. not showing all the other users / groups home dirs
- many new cli commands (chmod, chgrp, chown, find), recursive option for most commands and the ability to use it with root rights, see the usage message if called without options
- "cp -r -p" to copy a whole tree incl. ownership and perms, eg. backing up /home to /backup
2008-02-26 08:51:42 +00:00
..
doc extend WEBDAV install howto from Jonathan Riddell 2004-05-27 12:44:11 +00:00
inc fixed a bug regarding the search-scope, regarding the allowed dirs to search in. 2007-10-23 11:17:21 +00:00
setup show date/times in the format of the user prefs, plus modifyer+creator 2008-01-17 06:51:28 +00:00
templates show date/times in the format of the user prefs, plus modifyer+creator 2008-01-17 06:51:28 +00:00
tests make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
index.php Search functionality added in filemanager. For the search feature etemplate is used for the interface. The functionality is accessed via the sidebar 2007-07-19 16:13:53 +00:00
ls.php More improvments of the sqlfs code and the command line interface: 2008-02-26 08:51:42 +00:00
todo new bugs new features removed old todo's 2003-12-08 23:25:42 +00:00
webdav.php WebDAV can use now the new stream wrapper interface, thought its switched off by default in filemanager/webdav.php (see the comments at the end of the file) 2008-02-18 06:43:49 +00:00