Commit Graph

4860 Commits

Author SHA1 Message Date
Ralf Becker
dcb99a352f * CalDAV/CardDAV: return urn:uuid as last record in calendar-user-address-set, as according to iCal4OL developer, some clients might have problems with it, also adding both full uri and just path of principal url, as calendarserver does it 2012-10-16 12:17:32 +00:00
Ralf Becker
b161c0d500 requests in log were always trunkated (since last changes) and fixed quoting in autoindex for hierarchical props in collection resources 2012-10-16 11:54:16 +00:00
Ralf Becker
5c5b4e1b16 make logging available for iSchedule, only backported so class stays close to trunk, iSchedule itself is not yet ready to be backported 2012-10-16 11:50:59 +00:00
Ralf Becker
138d16cfa3 * CalDAV/Calendar/Resources: calendars of resources can now be accessed or subscribed via CalDAV, to subscribe use CalDAV preferences 2012-10-16 11:30:35 +00:00
Ralf Becker
a735c5886b * CalDAV/CardDAV: sync-collection report for calendar allowing a more efficient sync 2012-10-16 11:11:29 +00:00
Ralf Becker
28f8d4e2b7 * InfoLog/CalDAV: sync-collection report, thought reminder app on OS X 10.8.2 does not use it, moved logic for sync-token to baseclass and determine availablity on supported-report-set 2012-10-16 11:08:33 +00:00
Ralf Becker
39012f847b * CardDAV: rfc 6578 sync-collection report (more efficient way to sync contacts) 2012-10-16 11:04:27 +00:00
Klaus Leithoff
6408fdfc01 update htmLawed to Version 1.1.14 (including adaptions from http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=235) 2012-10-15 09:35:30 +00:00
Ralf Becker
f56c788176 allow to use HTTP_HOST (without optional port) or SERVER_NAME to find matching instance 2012-10-12 15:12:08 +00:00
Klaus Leithoff
09d3160447 rework changes regarding denied attributes; improve import of mails regarding filename detection for attachments 2012-10-10 10:40:08 +00:00
Klaus Leithoff
ed0dd6b321 filter/remove (on(before)?(abort|blur|change|click|dblclick|error|focus|keydown|keypress|keyup|load|mousedown|mousemove|mouseout|mouseover|mouseup|reset|select|submit|unload)) attributes in/with htmLawed for default and email config 2012-10-09 09:29:01 +00:00
Ralf Becker
4d7db4e75d fixed invalid xml in CardDAV:principal-address property of pricipal collection 2012-10-02 05:21:06 +00:00
Ralf Becker
54317da546 additionally check prefs read from cache, if they are of type array, otherwise read them from db, might help with APC at least in some versions not seem to deal correctly with out-of-memory 2012-09-26 10:18:47 +00:00
Ralf Becker
eaebb0d27a allow storing and retrieval of following CalDAV properties: default-alarm-vevent-date, default-alarm-vevent-datetime 2012-09-26 10:01:45 +00:00
Ralf Becker
9df39d8dfc * CalDAV/CardDAV: Max OS X 10.8 (Mountain Lion) support: automatic sync of all addressbooks in one 2012-09-26 08:06:48 +00:00
Ralf Becker
9c0fc7c2c4 * Filemanager: fixed not working repair of doublicate directories 2012-09-25 12:55:43 +00:00
Nathan Gray
86a5b379cb Fix fatal error deleting user (LDAP) 2012-09-24 14:46:33 +00:00
Ralf Becker
f3d12c72c1 * API/all apps: fixed account-selection popup started with all users, not primary group, also displaying shown group in bold 2012-09-04 14:08:30 +00:00
Klaus Leithoff
8e755e1813 fix the use of deprecated firstname/lastname; using account_firstname/account_lastname 2012-08-30 11:50:00 +00:00
Ralf Becker
988d8148c5 an other PHP < 5.3 compatibilty function for ImportExport 2012-08-28 14:59:27 +00:00
Ralf Becker
8eff610872 support (ignoring) for used ! (exclamation mark) in format 2012-08-28 10:28:27 +00:00
Ralf Becker
b62a3f502b * ImportExport: fix for fatal error in PHP 5.2 not having egw_time::createFromFormat() 2012-08-27 14:04:49 +00:00
Klaus Leithoff
6eaeae0d45 silence warnings 2012-08-22 07:58:18 +00:00
Klaus Leithoff
c361ef0219 * email: fix for ->no initial border on plaintext editor textarea<- 2012-08-15 14:56:37 +00:00
Ralf Becker
5eeca01d36 * Filemanager/WebDAV: fixed not working Subscribtions (Notifications) when using WebDAV, caused by PHPs internal stat-cache 2012-08-14 13:55:21 +00:00
Klaus Leithoff
5b5e40ac1b fix bug regarding certain russian filenames when forwarding/compose as new, as AddStringAttachment is using basename to make sure only a filename will be used for the namepart; some fixes backported from phpmailer5.2.1 2012-08-14 13:55:04 +00:00
Ralf Becker
28354db5d5 only truncate string if length given and <= 255, to not unnecessary truncate varchar(>255) as PostgreSQL uses text anyway and MySQL truncates itself silently (unless strict mode!) 2012-08-13 14:43:24 +00:00
Ralf Becker
3b9f7b3d6d * WebDAV/GroupDAV/CalDAV/CardDAV: removed option only used for old KDE GroupDAV resource and unknown WebDAV clients producing invalid XML, fix for community bug #3152 2012-08-13 14:34:16 +00:00
Ralf Becker
06a6a40efe need to allow account_lid string as parameter for accounts::id2name(), it is used in many places 2012-08-13 14:26:19 +00:00
Ralf Becker
1d36c1710f * API/Setup/MySQL: fixed backup to correctly report boolean columns and support MySQL 5.0+ varchar(>255) 2012-08-12 09:50:56 +00:00
Ralf Becker
e87f4c1514 cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts 2012-08-09 09:03:11 +00:00
Ralf Becker
ff99215955 cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts 2012-08-09 08:56:52 +00:00
Ralf Becker
ac88a44f82 cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts 2012-08-09 08:50:22 +00:00
Ralf Becker
f52bdcc51b delete user categories, when user get deleted and admin command to delete already orphaned categories: admin/admin-cli.php --admin-cmd-check-cats admin,password 2012-08-08 16:25:39 +00:00
Ralf Becker
110ad12bb6 delete user categories, when user get deleted and admin command to delete already orphaned categories: admin/admin-cli.php --admin-cmd-check-cats admin,password 2012-08-08 16:25:03 +00:00
Ralf Becker
f94501f50f avoid calling accounts->members(hips) without an account_id 2012-08-08 10:48:10 +00:00
Ralf Becker
48009a16e5 avoid calling accounts->members(hips) without an account_id 2012-08-08 10:47:47 +00:00
Ralf Becker
03f25ed02c avoid calling accounts->members(hips) without an account_id 2012-08-08 10:41:26 +00:00
Ralf Becker
75b458b2f8 avoid calling accounts->members(hips) without an account_id 2012-08-08 10:41:04 +00:00
Ralf Becker
ed6aaac0d9 call hook again, in case an (smtp) error happened 2012-08-08 10:02:57 +00:00
Ralf Becker
c30999f1b4 call hook again, in case an (smtp) error happened 2012-08-08 10:01:01 +00:00
Ralf Becker
ce05125ecf accounts::id2name() needs to return false, not throw an exception for not found accounts 2012-08-07 16:10:17 +00:00
Ralf Becker
92a97ea4d9 accounts::id2name() needs to return false, not throw an exception for not found accounts 2012-08-07 16:09:54 +00:00
Ralf Becker
02c464b94f * API/accounts/preferences: instance-wide cache of account and preference data, so changes from other sessions have immediate effect
r40051: * API/accounts: instance-wide cache for account-data incl. members and memberships, so change take imediate effect (compared to previous session based cache)
r40052: not storing $GLOBALS[egw_info][user] twice in session (was also stored as $GLOBALS[egw]->session->user), also removing not used $GLOBALS[egw_info][user][acl], but re-reading preferences in session::verify() so long running sessions get preferences set by an other session, removing nowhere used creditspoint class from api (calls not public available creditspoint app)
r40053: * API/preferences: caching preferences in instance cache instead of session, to get immediate update in long running sessions (eg. sync) and get smaller sessions
2012-08-07 14:26:52 +00:00
Ralf Becker
0e0993863c * API/preferences: caching preferences in instance cache instead of session, to get immediate update in long running sessions (eg. sync) and get smaller sessions 2012-08-07 13:57:56 +00:00
Ralf Becker
6fa4cc864e not storing $GLOBALS[egw_info][user] twice in session (was also stored as $GLOBALS[egw]->session->user), also removing not used $GLOBALS[egw_info][user][acl], but re-reading preferences in session::verify() so long running sessions get preferences set by an other session, removing nowhere used creditspoint class from api (calls not public available creditspoint app) 2012-08-07 08:55:41 +00:00
Ralf Becker
c2105fcf31 * API/accounts: instance-wide cache for account-data incl. members and memberships, so change take imediate effect (compared to previous session based cache) 2012-08-06 10:06:59 +00:00
Klaus Leithoff
eba8731295 different approach to avoid php-warnings on str_repeat, provided by Santosh Patnaik 2012-08-03 12:56:52 +00:00
Klaus Leithoff
5b47c1cdfa different approach to avoid php-warnings on str_repeat, provided by Santosh Patnaik 2012-08-03 08:24:40 +00:00
Klaus Leithoff
5144a0e0d2 upgrade to htmLawed 1.1.13, 22 July 2012 of Santosh Patnaik; if balancing is switched on, allow span element everywhere 2012-08-02 14:22:33 +00:00