Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
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
addressbook Feature to display a list of addresses from a given adressbook within the sitemanager 2008-02-21 11:54:22 +00:00
admin get the sidebox menue for admin working again; provided by Stefan Becker 2008-01-29 15:14:35 +00:00
calendar fixed a bug/typo reported by stefan becker 2008-02-11 07:53:54 +00:00
cybro_profile added cprofile 2008-01-03 13:29:36 +00:00
debian adapted the debian patch to the removed tab in phpgwapi/inc/functions.inc.php 2007-12-19 06:40:40 +00:00
doc "- no longer building signed source packages, only a singed md5sum file 2007-06-05 08:31:04 +00:00
etemplate ouch, forgot a closing bracket, ... 2008-02-14 07:46:18 +00:00
filemanager More improvments of the sqlfs code and the command line interface: 2008-02-26 08:51:42 +00:00
home tracer #1370 for farsi 2007-12-22 10:28:44 +00:00
importexport convert pending lang files for apps to utf-8 2007-11-29 23:00:48 +00:00
infolog lang updates 2008-02-09 22:01:42 +00:00
notifications enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications 2008-01-30 18:58:00 +00:00
phpgwapi More improvments of the sqlfs code and the command line interface: 2008-02-26 08:51:42 +00:00
preferences periodical lang updates from translators 2007-12-22 21:39:38 +00:00
psp_admin added pspadmin 2008-01-03 13:28:15 +00:00
resources tracer #1370 for farsi 2007-12-22 10:28:44 +00:00
setup allow to call command objects via setup-cli 2008-01-14 05:44:32 +00:00
timesheet periodical lang updates from translators 2007-12-22 21:39:38 +00:00
.htaccess further settings 2005-11-14 22:28:50 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
header.inc.php.template Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
icalsrv.php "fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots" 2007-12-04 05:23:11 +00:00
index.php replace edo with core team in statu setup info 2007-03-29 20:22:07 +00:00
login.php "patch #889: HTTP auth - support other mod_auth_* Apache modules 2007-06-20 06:46:55 +00:00
logout.php Update headers 2007-02-28 03:33:37 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php global bytes() function returning the number of bytes of a string, independent of mbstring available and mbstring.func_overload set 2007-09-29 09:17:42 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
xajax.php allow to call etemplate widgets via xajax: 2006-04-06 05:09:48 +00:00
xmlrpc.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00