Commit Graph

22888 Commits

Author SHA1 Message Date
Hadi Nategh
80c633cc14 Warn user to avoid modifying sieve rules created by version trunk mail/felamimail, via epl-11.1, since they have extra fields for Btransform, which modification may cause data loss 2013-10-14 14:38:00 +00:00
Hadi Nategh
90c4ad2b63 Use same sieve-script backend for emailadmin in epl-11.1 to make compatibility for sieve rules which are created by version trunk mail/felamimail 2013-10-14 14:31:09 +00:00
Ralf Becker
4b11895060 * PostgreSQL/ProjectManager: fixed SQL error "pm_id is ambigues" when accessing /apps/projectmanager via filemanager
instead of aliased primary key, we have to use original column incl. table-name as alias is ambigues
2013-10-14 07:53:34 +00:00
Ralf Becker
dad516c08d implemented deleteAccount hook to clean up table 2013-10-10 14:47:59 +00:00
Klaus Leithoff
405ade6280 get_mailcontent -> if we do not want HTML but there is no TextRepresentation with the message itself, try converting 2013-10-09 08:40:03 +00:00
Ralf Becker
04d819afdd Changelog for 11.1.20131008 2013-10-08 07:44:21 +00:00
Ralf Becker
a228113f02 * CardDAV/Addressbook: fixed all contacts were reported as NOT found and therefore not synchronised 2013-10-08 07:41:32 +00:00
Ralf Becker
a234addda6 fixed sometimes not working save, as whole content is used for so_sql::read() 2013-10-07 12:17:47 +00:00
Ralf Becker
f530964d98 Changelog for 11.1.20131007 2013-10-07 07:44:31 +00:00
Ralf Becker
72c350f76d * API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode 2013-10-07 07:22:21 +00:00
Klaus Leithoff
dda8edf295 use egw_cache for session read/write; fix cache handling for flagMessages 2013-10-04 09:26:20 +00:00
Ralf Becker
efb5ef4671 Changelog for 11.1.20131001 2013-10-01 12:14:54 +00:00
Ralf Becker
29b8cc5d5c * CalDAV/CardDAV: fixed not working propfind-request to single resource in calendar/addressbook collection 2013-10-01 11:38:56 +00:00
Ralf Becker
2d88f9db75 full implementation of draft-murchison-webdav-prefer-05, incl. return=representation for 412 conflicts 2013-10-01 10:55:44 +00:00
Ralf Becker
71332a3deb * CalDAV/CardDAV: fixed multiget-report to correctly report not found urls
merge from Trunk r43891: fixed not found multiget-report urls where not reported (worked for calendar only before sync-report was introduced)
2013-10-01 10:46:03 +00:00
Klaus Leithoff
f84ddf992b use 870 as new width for popup windows in felamimail 2013-10-01 10:38:53 +00:00
Ralf Becker
d49c460c5f to mitigate html download with CSP: no blacklisting just IE, only whitelist tested browsers and versions 2013-10-01 09:49:06 +00:00
Klaus Leithoff
e46f2f987c make sure lastattempt and howlong isset and not null, when checking if an device attempts to connect earlier than expected 2013-09-30 07:38:44 +00:00
Klaus Leithoff
6093c39928 fix device specific waitOnFailure 2013-09-27 14:27:37 +00:00
Klaus Leithoff
5e883e7e21 make waitOnFailure deviceSpecific 2013-09-27 13:54:05 +00:00
Klaus Leithoff
8956b6f456 better window height/resize control for display window; ported from compose 2013-09-27 12:50:11 +00:00
Klaus Leithoff
13f5753bb1 rework cache read condition for waitOnFailure Cache; fix possible break of waittime for waitOnFailure Cache 2013-09-27 12:10:56 +00:00
Klaus Leithoff
cbb3055fc5 make sure compose window will not be subject of further height adaptions in inital step of opening, if the compose window is opened with a height smaller than 650 2013-09-27 09:58:58 +00:00
Klaus Leithoff
8dc1d5758e * eMail/eSync: control wait sequence for device;
If a device could not connect successfully, it was sent away and told not to connect until with a retry after header. If it tries before that send the retry after header again and do not attempt to connect
2013-09-27 09:07:03 +00:00
Klaus Leithoff
dac72b58f4 attempt to resolve missing folder-information situation when accessing ajaxfelamimail 2013-09-27 09:06:10 +00:00
Nathan Gray
dec4237e0e Fix exporting custom fields when they're not selected in the nextmatch column list 2013-09-26 16:30:31 +00:00
Nathan Gray
baf5fbef1b Fix definition radio option not showing filters 2013-09-26 16:27:55 +00:00
Klaus Leithoff
8519e34ea5 instead of moving the window up a bit, when availHeight and height differ for screen, just reduce the window.height by that portion 2013-09-26 08:59:53 +00:00
Nathan Gray
5a5d252b0d Hide deleted resources from calendar sidebox list 2013-09-25 15:02:36 +00:00
Klaus Leithoff
f8e18810aa * eMail: limit compose window height to 1000px 2013-09-25 11:08:02 +00:00
Klaus Leithoff
367651a8d1 on async job write, make sure that possible next attribute in data is in sync with job[next] 2013-09-24 10:21:46 +00:00
Klaus Leithoff
b14cc0c07e on deleteUsers hook: we need an admin connection, but we have to check general connected status as well, in case we are not 2013-09-20 07:43:19 +00:00
Klaus Leithoff
0bc9b1357c change convertHTMLToText behavior, regarding the replacing of CRLF or LF to single space; now removing them completely, when text to be processed is regarded to be html 2013-09-18 12:16:06 +00:00
Klaus Leithoff
21c14eecf4 ease debugging for failed folder exists; make sure that openConnection, when called with _icServerID == 0 is using this->profileID instead 2013-09-17 08:29:53 +00:00
Klaus Leithoff
8f4c575de1 * eMail/IMAP: fix for failed connection for subsequent connects when using STARTTLS in certain enviroments
the buffering of capabilities triggers connections that STARTTLS to use these capabilities at the wrong time; thus we reset the capability buffered by icServer object
2013-09-17 07:53:09 +00:00
Klaus Leithoff
fadccd0ece requirement by sales that email-type should not be shown in right - click - action dialog 2013-09-16 11:52:38 +00:00
Klaus Leithoff
1796e904bb * eMail: fix for inline image not displayed in print preview 2013-09-13 12:15:49 +00:00
Klaus Leithoff
e6c3fafbef * eMail/Sieve: improved capability parsing 2013-09-13 09:05:05 +00:00
Ralf Becker
5faeec4ad5 mitigate risk of html downloads by using Content-Security-Policy header or Content-Disposition: attachment for IE 2013-09-12 18:49:36 +00:00
Ralf Becker
ce7efa20a6 share cookie with regular EGroupware (required for Stylite hosting) 2013-09-12 15:24:07 +00:00
Klaus Leithoff
4d01625fb7 * eMail: fix problem for folder preferences did not overrule folders set by getSpecialUseFolders 2013-09-12 13:35:13 +00:00
Klaus Leithoff
f58b3836d8 extend status filter text to state clearly that messages marked as deleted are not shown for status filter >any status< 2013-09-12 10:20:40 +00:00
Ralf Becker
860c5f3974 removed not used assignment 2013-09-12 08:32:40 +00:00
Ralf Becker
1bd42263b6 update from 1.8.005 2013-09-11 16:32:11 +00:00
Ralf Becker
62b6951d50 use secure and httponly cookies by default, secure cookies can be switched off in Admin >> site configuration, if required for sitemgr 2013-09-11 13:09:29 +00:00
Ralf Becker
3c160e5062 use secure and httponly cookies by default, secure cookies can be switched off in Admin >> site configuration, if required for sitemgr 2013-09-11 13:06:27 +00:00
Ralf Becker
ab9f1e32b0 need to tell php session to use secure and httponly cookies too 2013-09-11 12:39:53 +00:00
Ralf Becker
26121ae3d4 fixed language selection got lost 2013-09-11 12:19:00 +00:00
Ralf Becker
eeb679b59a setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type 2013-09-11 11:36:24 +00:00
Ralf Becker
71134ce29a change cli detection to use php_sapi_name() 2013-09-10 17:31:15 +00:00