Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker a93474ef2b * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL
changing columns with no user-input to CHARACTER SET ascii (instead of utf8), shorten indexes and add additional autoincrement columns where primary key contained varchars
2015-07-19 10:24:53 +00:00
addressbook trying to avoid empty ENCODING I can not reproduce, but happening for some customers: TEL;TYPE="VOICE,WORK";ENCODING=:+49 (30) 123 4567 2015-07-17 06:38:40 +00:00
admin * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
api/src make sure we are connected, as we need ADOdb object to convert charset to MySQL (eg. utf-8 --> utf8) 2015-07-15 21:28:19 +00:00
calendar * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
doc Changelog for 14.2.20150717 2015-07-17 08:05:04 +00:00
emailadmin * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
etemplate Fix filemanager expose opens wrong image when the clicked image is from expanded sub foldres 2015-07-17 07:22:43 +00:00
filemanager fix not being able to mount /etemplates (no mount button), once it was unmounted and there are modified templates 2015-05-27 14:40:14 +00:00
files
home Remove 'No filters' option, as it causes errors 2015-05-04 20:11:52 +00:00
importexport Fix importexport schedule: 2015-04-13 20:04:22 +00:00
infolog * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
jdots * All apps: fixed not working notification links (not opening given entry) or changing app via url 2015-07-13 16:26:24 +00:00
mail * Mail/Kalendar: remove iCal from alarms and correctly display canceled events in mail 2015-07-16 09:37:08 +00:00
notifications * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
phpgwapi * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL 2015-07-19 10:24:53 +00:00
pixelegg Missed CSS changes for highlighted favorite 2015-07-13 19:01:16 +00:00
preferences * Login/Password: handle forced password change on login page 2015-07-01 17:54:18 +00:00
resources Remove div.et2_container in favor of just .et2_container, as we use form now 2015-04-10 12:56:07 +00:00
setup fix typo stalling new installs 2015-07-07 14:16:15 +00:00
timesheet Fix 'No project' column filter 2015-06-02 21:25:11 +00:00
.htaccess
about.php
composer.json * Mail/CalDAV/CardDAV: update to new Horde and PEAR versions, specially Horde_Icalendar 2.1.1 2015-07-06 15:46:52 +00:00
composer.lock * Mail/CalDAV/CardDAV: update to new Horde and PEAR versions, specially Horde_Icalendar 2.1.1 2015-07-06 15:46:52 +00:00
groupdav.htaccess
groupdav.php
header.inc.php.template * Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg" 2015-05-27 14:01:32 +00:00
index.php Avoid an extra reload from client side (egw.js) if there is no default app set by loading framework with home. 2015-06-02 21:33:41 +00:00
json.php need to call egw_json_request::isJSONRequest(true), before throwing an exception (or calling egw_json_request::parseRequest()), otherwise exception is not shown on client as alert 2015-01-27 08:58:01 +00:00
login.php * Login/Password: handle forced password change on login page 2015-07-01 17:54:18 +00:00
logout.php replace previous logout code with cd=1 "You have been successfully logged out" 2015-07-17 06:29:22 +00:00
redirect.php
remote.php
rpc.php fix SyncML error reported on list 2014-08-22 06:58:51 +00:00
set_box.php
share.php * Filemanager: enhance sharing to keep session of already logged in user, when he clicks on a share 2015-01-20 22:11:35 +00:00
status.php
svn-helper.php teach ./svn-helper.php up to cope with apps being git repos 2015-06-27 16:47:55 +00:00
webdav.php