Commit Graph

22870 Commits

Author SHA1 Message Date
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
Nathan Gray
b3806e3e8e Add child action visbile/enabled checking - previously children were always enabled 2013-09-09 15:01:54 +00:00
Nathan Gray
46d7c0e615 Understand user number preference when importing and exporting floats 2013-09-09 14:48:44 +00:00
Nathan Gray
e83cdd8d65 When exporting as human values, format floats according to user preferences. 2013-09-09 14:45:16 +00:00
Nathan Gray
e68fcf8eaf Fix infinite loop when picking 'all users' or 'just me' 2013-09-09 14:41:00 +00:00
Klaus Leithoff
37fed607b1 commit some french lang file stuff; provided by Thomas Chaillot, Spirea 2013-09-09 12:05:38 +00:00
Klaus Leithoff
7fe91e4e77 * eMail: fix possible problem when mail-message-body (text or html part) is empty 2013-09-06 12:00:41 +00:00
Ralf Becker
55346c45a3 fix sql error when deleting a user without distribution lists 2013-09-03 16:04:53 +00:00
Ralf Becker
c67b27c4ba Changelog for 11.1.20130903 2013-09-03 06:28:27 +00:00
Ralf Becker
32b08d105f fixed not shown day-sum (caused by 0 == 'ts_id') 2013-09-02 18:02:13 +00:00
Ralf Becker
fde4d9df99 silence warning be defining the constants 2013-09-02 13:41:03 +00:00
Ralf Becker
b958240a94 * EMail/all apps: fixed notifications caused EMail to loose connection to IMAP server
- temporary switch of user-enviroment as not fully restored and caused email connection of notified user being tried
- bo_tracking::send_notification does not all switching and is save to used without do_notifications
- references to $GLOBALS[egw_info][user] are now removed, because they also stopped correctly switching user enviroments for notifications
2013-09-02 12:14:08 +00:00
Ralf Becker
97c1c1e75d * Addressbook: deleting an account now also takes care of deleting or changing ownership of distribution lists (beside contacts as before)
r43694: fixed not working delete-account hook
2013-09-02 11:20:27 +00:00
Ralf Becker
79ebc92349 fixed warning reported by Anthony Messina on developers list 2013-09-02 06:49:29 +00:00
Ralf Becker
e57ac57867 * Calendar/ActiveSync: keep external organizer and status&role of existing participants, if clients does not send them 2013-08-30 11:13:58 +00:00
Klaus Leithoff
24d3a11325 commit some french lang file stuff; provided by Thomas Chaillot, Spirea 2013-08-30 07:11:28 +00:00
Ralf Becker
dc4755efb6 * Calendar/EMail: accepting mail invitations sets now external organizer as role CHAIR (externals can not be event-owners), to send replys back to organizer 2013-08-29 14:37:01 +00:00
Ralf Becker
3fa98b8209 * Calendar: automatic cancel alarms from removed or rejected participants 2013-08-29 14:31:45 +00:00
Ralf Becker
18838ef606 fixed SQL error caused by so_sql prefixing 0 with table name 2013-08-29 13:28:24 +00:00