Commit Graph

17701 Commits

Author SHA1 Message Date
Klaus Leithoff
ae3075ccaf make sure we set SMTPSecure to ssl or tls if the standardports for ssl or tls are configured for the given profile 2011-07-04 13:50:12 +00:00
Klaus Leithoff
b60be9c82c fix wrong class::function call 2011-06-29 09:21:04 +00:00
Ralf Becker
09bf4690e1 * Calendar: fixed not working accept/reject of invitations, if participant is in a group with only a freebusy grant
- previouse prevented that, thought we dont know why it was implemented that way
2011-06-26 15:49:04 +00:00
Ralf Becker
cb95b96180 fixed since r29490 not working private attribute 2011-06-26 13:22:33 +00:00
Jörg Lehrke
e6d7728385 * Fix RRULE parser (UTC fix) - Bug#2991@egroupware.org 2011-06-25 17:48:52 +00:00
Jörg Lehrke
9e63a721f1 * Fix RRULE parser (2nd part) - Bug#2991@egroupware.org 2011-06-25 14:15:26 +00:00
Jörg Lehrke
682202437f * Fix RRULE parser - Bug#2991@egroupware.org 2011-06-25 12:14:04 +00:00
Oscar Manuel Gómez Senovilla
45a463830e Update Czech translation for 1.8. Tracker #2886 2011-06-23 13:41:31 +00:00
Klaus Leithoff
8efb865d30 test on 'null', as json_last_error is a php5.3.x function 2011-06-22 10:48:05 +00:00
Klaus Leithoff
ba9a2f48c0 * eMail: fix for displayed message body is null: if charset reported is reported not correctly, converting to utf-8 may not succeed as expected, leaving some non utf-8 chars which may lead to problems with json_encode; 2011-06-22 09:56:29 +00:00
Klaus Leithoff
cee4aa10f5 regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages, even if accountstorage is the same as the authmechanismn 2011-06-21 13:53:14 +00:00
Klaus Leithoff
a54d7b34e7 * eMail: regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages 2011-06-21 13:11:27 +00:00
Ralf Becker
7ad6211b18 fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant 2011-06-21 06:51:25 +00:00
Klaus Leithoff
99d9994932 add authPLAIN Method 2011-06-15 15:32:00 +00:00
Klaus Leithoff
582a136219 improve search for best auth Method, if you try one, the server is not suporting 2011-06-15 14:41:04 +00:00
Klaus Leithoff
cfbe85603f try LOGIN first for login to IMAP Server as prefered login method. only use best auth method, if LOGIN is not available: Reason-> some servers do report auth methods that they do not truly support (cram-md5) 2011-06-15 13:03:58 +00:00
Nathan Gray
5d1a576b70 Order link search results by name 2011-06-14 14:39:47 +00:00
Ralf Becker
7d55a8f78c fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname 2011-06-14 07:38:07 +00:00
Ralf Becker
6346cfb78e * CalDAV/GroupDAV/KDE Akonadi seems to require redundant namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 2011-06-13 09:11:42 +00:00
Ralf Becker
2255f9b905 * Admin/VFS/LDAP: on saving a group, check if group directory exists and create it if not 2011-06-10 11:02:20 +00:00
Klaus Leithoff
8da6d7246e * eMail: match cid to filename if the attempt to match the cid failed -> extending the fetch attempt even for non cid attachments, when nothing is found within the previous loops 2011-06-10 09:21:55 +00:00
Klaus Leithoff
1357ba206e * eMail: improving of the fetching of cids; match cid to filename if the attempt to match the cid failed 2011-06-09 13:54:17 +00:00
Klaus Leithoff
58a39a67a8 * eMail: fixed bug for not getting multiple unnamed attachments, while saving a mail to infolog or tracker 2011-06-09 11:15:53 +00:00
Ralf Becker
e12e0d8fb5 fixed sometimes not working setting of multiple status (timesheet_bo::read($td_id) require ts_id as parameter not array("ts_id" => $ts_id)!) 2011-06-08 11:19:38 +00:00
Ralf Becker
afbd8485ef consider running in setup (install/update of app) as run by an admin 2011-06-08 11:04:08 +00:00
Ralf Becker
e9accf3103 no need to run expensive mb_substr 3 times 2011-06-08 10:43:05 +00:00
Klaus Leithoff
ac35d07a1f extending (trunk) patch rev32909/34417 (chopped off urls when URI contains umlauts AND mbstring.func_overload is activated): using rawurlencode instead of '%' . sprintf('%02X', ); as ord() only returns the int for the first character in a given string, thus crippling multibyte chars 2011-06-08 10:16:47 +00:00
Ralf Becker
46c1b46bce added parameter to run a command after copying checkout to buildroot, eg. to apply a patch or replace some files 2011-06-05 10:33:10 +00:00
Ralf Becker
52655f1c14 nicer workaround 2011-06-03 10:15:27 +00:00
Ralf Becker
a672be9a43 * workaround for Fennec bug https://bugzilla.mozilla.org/show_bug.cgi?format=multiple&id=648250 window.(outerHeight|outerWidth|screenX|screenY) throw exception 2011-06-03 09:54:16 +00:00
Jörg Lehrke
b958ad8f8c fix for egroupware.org bug #2824: SyncML ingnored multiline descriptions in infolog 2011-06-02 18:16:27 +00:00
Ralf Becker
dc78b0a525 - fixed silently not working statistic submit with Webkit browsers (Safari, Chrome, ...)
- changed submit url to https://www.egroupware.org/usage-statistic to overcome unsecure submit warnings
2011-05-31 09:26:47 +00:00
Ralf Becker
400f631baf * IE9: enable IE dropdown menu hack only for IE<9, as it stalls IE9 www.stylite.de bug #1722 2011-05-31 07:56:54 +00:00
Ralf Becker
d427a3b8fe allow to specify "none" in popup size for no popup AND no link target, to allow dial scripts to use status "204 No Content" 2011-05-30 15:01:04 +00:00
Ralf Becker
3ad94bc96c fix for bug #2965 - "setup-cli.php --check" prints additional unintended lines on exit code 14 2011-05-28 07:25:27 +00:00
Klaus Leithoff
ff4efeb47e handle PEAR error while cmdExamine: May be not connected. 2011-05-27 12:55:32 +00:00
Ralf Becker
b30b060151 * Calendar: fixed not working freetime search caused by not mbstring.func_overload supporting xajax libary 2011-05-27 08:31:53 +00:00
Ralf Becker
1f2af1630b * Calendar: fixed not included organizer in meeting request 2011-05-26 17:22:58 +00:00
Ralf Becker
db971bae43 * Calendar/CalDAV: use X-EGROUPWARE-UID only, if it resolves to same email (otherwise we are in trouble if different EGw installs talk to each other) 2011-05-26 16:49:04 +00:00
Ralf Becker
d68b289093 * Calendar/CalDAV: fixed wrong line-defolding, if folding occured in whitespace
reverting r29794, as it "eat" to much whitespace
2011-05-26 15:36:26 +00:00
Ralf Becker
983bafb7cb * Calendar/CalDAV: fixed SQL error on ctag generation, if no ACL rights for requested group calendar exists 2011-05-23 14:52:58 +00:00
Klaus Leithoff
ba4e912630 fix for bug #1631 on Stylite tracker: no browsing/navigation in egws popup filenavigation used for image browsing for CK-Editor. 2011-05-16 07:48:36 +00:00
Klaus Leithoff
2b5601d0c4 fix typo that prevented the referencing of sub elements in get_array in some cases 2011-05-12 14:57:45 +00:00
Ralf Becker
6f8406f93f do not restore install_id, as that would give two systems with identical install_id 2011-05-07 17:11:11 +00:00
Ralf Becker
557c943914 * InfoLog: fixed not working link-search (Parameter 2 to infolog_bo::link_query() expected to be a reference)
by merging r28803, r28855 and r31233 from Trunk
2011-05-06 11:59:26 +00:00
Klaus Leithoff
e57eb8d891 fixing a problem of swallowed whitespace while converting html to text 2011-05-05 09:04:26 +00:00
Ralf Becker
82d20a8697 historically crypt is called des in ldap 2011-05-04 20:21:24 +00:00
Ralf Becker
737b97566d keeping the old defaults to not break existing installs 2011-05-04 17:58:59 +00:00
Ralf Becker
9e8fe54da3 password hash migration for LDAP (requires ACL to read password hash!) 2011-05-04 16:39:03 +00:00
Ralf Becker
e970f85b1a fixed broken password hashes hook (default label was in option value) 2011-05-04 16:34:07 +00:00