Commit Graph

4266 Commits

Author SHA1 Message Date
Nathan Gray
26462b10c8 Escape quotes in user names 2011-03-10 15:51:52 +00:00
Ralf Becker
16851d0d88 add Evolution as know GroupDAV client and disable error_log about not know GroupDAV clients 2011-03-07 13:58:47 +00:00
Ralf Becker
b9e714f40d * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:34:21 +00:00
Ralf Becker
d6c6dc2de0 * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:49:28 +00:00
Klaus Leithoff
617d7dc90a with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually 2011-02-23 13:27:30 +00:00
Ralf Becker
f595a3f334 do NOT allow to change backup_files config if backup is called outside of setup, as it can have a huge impact on the server 2011-01-20 22:21:34 +00:00
Ralf Becker
e0bd41579e fix common::get_body_attribs() (gave fatal error, because egw_framework::_get_body_attribs() was protected) and add body_attribs to Sitemgr Template3::get_meta() 2011-01-06 21:05:30 +00:00
Ralf Becker
358946b06a fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far 2011-01-05 23:13:58 +00:00
Ralf Becker
9ab5949756 removed accidently commited commenting of fallback async run used for rpm/deb packages 2011-01-05 02:44:59 +00:00
Ralf Becker
74a0ff602c * JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected
JSCalendar shows iso8601 week numbers as used eg. in Europe, which are defined for weeks starting on Monday, JSCal used first displayed day (not Monday) to calculate the week number
fix now always uses the Monday to set the week number
US, Canada and middle east uses uses a different week numbering schema than iso8601, which is currently NOT supported by JSCalendar or EGroupware!
2011-01-05 02:40:06 +00:00
Ralf Becker
27928086e6 hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not) 2010-12-20 21:00:53 +00:00
Ralf Becker
f08abdbd83 fixed in handling of 0 as value in checkbox_multiselect (was always selected before) 2010-12-19 22:04:47 +00:00
Klaus Leithoff
2ae764a2e6 adding sub and superscript to purifier config 2010-12-14 15:08:42 +00:00
Klaus Leithoff
90b3c80729 fix for error during editing of extended ACL in filemanager; Report error if path to be checked does not exist; Make sure that array_merge uses a casted return of self::get_eacl in case the internal call will return false 2010-12-08 14:28:45 +00:00
Ralf Becker
2d01173d94 replace PHP5.3 deprecated ereg with preg_match 2010-11-27 09:42:22 +00:00
Klaus Leithoff
b07d097493 handle deprecated warning set_magic_quotes_runtime, do not set magic quotes all the time, only when get_magic_quotes_runtime returns true 2010-11-25 15:04:52 +00:00
Jörg Lehrke
72889a32e3 Fix SyncML device info handling 2010-11-21 18:19:24 +00:00
Jörg Lehrke
fcbdc01839 * Implemented deleteaccount hook for SyncML
Optimize SyncML device information handling
2010-11-21 15:17:44 +00:00
Christian Binder
fdcd757ae0 respect max_session_size of -1 correctly (no limit) while reading session files 2010-11-17 16:46:12 +00:00
Ralf Becker
f7f05beb20 updating preferences object in session too 2010-11-16 14:28:33 +00:00
Ralf Becker
f09ecebb4a no need to invalidate session cache, if we write the prefs to the session too 2010-11-16 09:37:55 +00:00
Ralf Becker
f9893f96b0 debug switch to get Apache error_log message, why logins fail 2010-11-16 08:55:16 +00:00
Ralf Becker
70ce24bca9 fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware 2010-11-12 09:14:54 +00:00
Ralf Becker
de818e86e3 * telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone) 2010-11-10 10:51:11 +00:00
Klaus Leithoff
e044892c8d * core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated 2010-11-09 15:23:39 +00:00
Ralf Becker
b70ef59cfd tell IE > 7 to use it's own mode, not old compatibility mode eg. IE=7 for IE8 2010-11-09 14:50:24 +00:00
Ralf Becker
5b60cb3096 set $options[need_mime] for $dirsontop, as it can NOT work otherwise 2010-11-09 12:58:06 +00:00
Klaus Leithoff
102289e2ff assumption if strlen>24 and not starting with " it is to be treated as bas64 encoded, falls short of postgres timestamps length; testing for strlen>26 now 2010-11-08 13:26:11 +00:00
Ralf Becker
647ab3e449 if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp 2010-11-04 13:48:48 +00:00
Ralf Becker
5b50417da2 * exceptions get now logged to Apache error_log again 2010-11-04 11:34:20 +00:00
Ralf Becker
ba9871f4c8 switched off forgotten permanent error_log 2010-11-03 10:06:08 +00:00
Ralf Becker
a5e2762a91 fixed not working alternating nextmatch colors of groups in account selection popup 2010-11-02 13:30:28 +00:00
Ralf Becker
a2ff799ab8 fixed wired sorting (no sorting) of groups in account selection popup 2010-11-02 13:04:03 +00:00
Ralf Becker
442728c4cf new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients 2010-10-31 07:58:40 +00:00
Jörg Lehrke
7c61ffa833 Fix vCard-parser for multible type parameters 2010-10-29 08:40:48 +00:00
Ralf Becker
243c778109 fixed bug introduce in fix: no more serialized cat data (like calendar colors) were returned 2010-10-26 07:42:51 +00:00
Ralf Becker
9d26feb253 SiteMgr bugfix: edit category always reads sort as 0, (unserialize data only, if it is serialized) 2010-10-25 18:09:19 +00:00
Ralf Becker
0386d90d37 copied groupdav_hooks from trunk (instead of inaccessible Stylite-EPL-10.1 branch 2010-10-23 08:41:18 +00:00
Ralf Becker
bdb67a03c6 remove groupdav_hooks, to readd it (it was copied from not accessible Stylite-EPL-10.1 branch) 2010-10-23 08:39:14 +00:00
Klaus Leithoff
53374d91fb * API/Passwordmanagement: option enable a warning for users to inform them, that their password is about to expire
will be displayed once every session starting X days before the password will expure, when enforce password change is enabled and 
a suitable period is set
-translations for that option
-pending translations
2010-10-21 13:58:57 +00:00
Ralf Becker
fa58c2adc4 * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
Merge of following commits from Trunk:
r32609: * GroupDAV preference for addressbook-home-set (requires to register hooks)
r32610: missing groupdav hooks
r32611: fixed missing "users" of principal url in calendar-user-address-set
r32615: as the pricipal of current user is influenced by GroupDAV prefs, we have to include them in the etag
r32619: loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group"
r32620: urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices
r32621: fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks
r32622: returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
r32623: * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
r32624: we need a real redirect, not just a proxy
r32631: fixed working in GroupDAV prefs and translation
2010-10-21 11:26:47 +00:00
Ralf Becker
567e952fba * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
Merge of following commits from Trunk:
r32609: * GroupDAV preference for addressbook-home-set (requires to register hooks)
r32610: missing groupdav hooks
r32611: fixed missing "users" of principal url in calendar-user-address-set
r32615: as the pricipal of current user is influenced by GroupDAV prefs, we have to include them in the etag
r32619: loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group"
r32620: urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices
r32621: fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks
r32622: returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
r32623: * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
r32624: we need a real redirect, not just a proxy
r32631: fixed working in GroupDAV prefs and translation
2010-10-21 11:17:46 +00:00
Ralf Becker
92f8814fe9 fixed working in GroupDAV prefs and translation 2010-10-21 10:55:20 +00:00
Ralf Becker
20a409ca52 * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
2010-10-20 18:59:27 +00:00
Ralf Becker
e86f5fb663 fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks 2010-10-20 15:47:30 +00:00
Ralf Becker
4e65bde081 urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices 2010-10-20 14:37:48 +00:00
Ralf Becker
20fb58dd6a loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group" 2010-10-20 13:23:19 +00:00
Klaus Leithoff
925ea5d624 doubleencoding issue and performance issue regarding the use of html::htmlspecialchars 2010-10-20 13:19:57 +00:00
Klaus Leithoff
783b9935bc doubleencoding issue and performance issue regarding the use of html::htmlspecialchars 2010-10-20 13:17:39 +00:00
Klaus Leithoff
b55bb74988 doubleencoding issue and performance issue regarding the use of html::htmlspecialchars 2010-10-20 13:16:21 +00:00