6d083211e9
if we have NO password, eg. because we run by async service outside a regular user session
...
> --> fall back to the default profile / mail config from setup
2011-10-06 09:39:25 +00:00
58337d147c
* Fix WBXML encoding issue (community bug#3020)
2011-10-05 17:40:03 +00:00
43e8d418b4
* CalDAV/GroupDAV: return empty collection, as iCal under iOS 5 had problems with returning "404 Not found" status
2011-09-30 12:54:48 +00:00
014c567e2d
* email: apply timeout for connections for the waiting for data (while no response is comming in) as well
2011-09-29 10:22:30 +00:00
4d9308bd7e
* GroupDAV/KDE: access with old (KDE < 4.7) GroupDAV resource is working again (client did not find any folder, because it requies full URL not just pathes in PROPFIND response)
2011-09-28 15:34:34 +00:00
6412e94472
if ldap with fallback sql, we may be able to fetch and set the password last change date, if we are on primary, so check if the method exists instead of returning false.
2011-09-26 15:23:26 +00:00
d3f9c892b5
* eMail/Sieve/Vacation: set default to 7 for days setting in vacation for new vacation setups
2011-09-26 14:39:59 +00:00
30c6e41c01
check if method exists for the fallback_auth, before calling get/setLastPwdChange
2011-09-26 11:01:11 +00:00
110ffa9110
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
2011-09-26 10:01:46 +00:00
e655d67c97
* API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change)
2011-09-26 09:11:13 +00:00
9bcac1f034
* Fix SyncEvolution issue (community bug#2975)
2011-09-24 17:54:02 +00:00
72b234398a
fix fatal error, when getNamespace is giving a PEAR Error
2011-09-23 10:16:03 +00:00
3d57038c0e
remove title-blur for same behavior after apply, as for opening the saved entry again
2011-09-21 15:08:12 +00:00
9e7ddcebaf
silence error_log on failed connection: tell only on debug==true, as user should be told on ui in anycase
2011-09-21 11:13:02 +00:00
2d303d366a
* felamimail: improve connection handling regarding the validation of connections via expected responses
2011-09-21 09:52:00 +00:00
e6df83be65
* egw-pear: improve connection handling regarding the validation of connectionsvia expected responses
2011-09-21 09:24:18 +00:00
643dcfa834
* emailadmin: caching nameSpace information for the request to reduce communication to imap-server with the goal of improved performance clientside and less querying the mailserver
2011-09-21 09:06:24 +00:00
a0c437a23e
* emailadmin: fix problem with UpperLowerCase User Names, use lower case usernames ONLY, when accessing / creating / updating mailboxes
2011-09-20 10:20:56 +00:00
cb2a317922
fixed no longer possible direct access/mount of VFS root via WebDAV after r36606
2011-09-19 11:40:47 +00:00
06f84a1205
* addressbook/csv-import: fix/enable update of account - userdata when accounts are stored with ldap. If the condition is on account_id, we supplement the condition with owner=0 (this is needed to correctly determine the storage engine (ldap/sql) for accounts); we strongly recomment NOT to try to use this for adding accounts: use admin import definitions for that task
2011-09-19 10:29:23 +00:00
a79e748ac2
switching off output compression for Lighttpd and HTTPS, as it makes problems with TB Lightning
2011-09-16 15:35:08 +00:00
fb12d54854
check if we are already trying to unlink the entry, to avoid an infinit recursion
2011-09-15 16:36:11 +00:00
926ffc1688
* Filemanager/WebDAV: understand Windows7 modification time attribute and setting and returning is as vfs modification time
2011-09-15 12:19:33 +00:00
d35dcaa295
log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage
2011-09-13 11:30:46 +00:00
ef6bc0949a
making 1st param for custumfield_widget construct (ui) optional, to avoid warning
2011-09-13 08:40:23 +00:00
7b0942d998
* eMail: is_a compatibility vs. php5.3.8 resolving to instanceof operator
2011-09-12 15:26:38 +00:00
711280c17e
remove class no longer used
2011-09-12 15:01:12 +00:00
018e32601f
is_a compatibility vs. php5.3.8 resolving to instanceof operator
2011-09-12 13:31:56 +00:00
346b580e25
Do NOT move start- and end-date, to the earliest exception, as they will NOT be found in CalDAV or ActiveSync, because
...
we only recognice recuring events which start before or in the current timerange and end in or after it or have no end-date.
--> give an error message, as it is a debuging/support nightmare, if this gets silently fixed when reading events.
No idea how this situation (exceptions before startdate) can be created anyway.
2011-09-12 11:06:38 +00:00
6a22da856b
adapt php memory limit on client call
2011-09-09 10:49:13 +00:00
b52ba62441
ensure accounts and group addressbooks are never private!
2011-09-09 06:37:07 +00:00
c416620538
fixed typo causing search for group-members to fail for accounts in sql
2011-09-08 09:58:32 +00:00
714d13e8b6
* API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts
2011-09-07 16:54:55 +00:00
1f1e800503
fix typo while saving to config
2011-09-07 09:49:23 +00:00
cb07322b65
% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()
2011-09-07 08:42:05 +00:00
0910460a30
* Filemanager: fixed not working rename of file, if path contains a # or ?
2011-09-07 07:48:41 +00:00
9cf15b6b01
added check for xmlreader extension
2011-09-06 09:55:23 +00:00
2994241a75
Changelog for 10.1.20110905
2011-09-05 13:58:26 +00:00
e92d637522
* Filemanager/WebDAV: #?+ and chinese characters working now in filenames
2011-09-05 13:57:35 +00:00
7f91228840
* WebDAV: allow locking of not (yet) existing files to create them
...
- failed before as there are no write-rights for not existing files
- now we check for not existing files the write rights of the parent directory
2011-08-30 17:04:20 +00:00
32ba7803f3
have edit.xet renewed; handle onclick event in addressbook view mode for name popup for IE9
2011-08-29 12:55:10 +00:00
64167c1422
fix bug regarding the deletion of all rows, when removing an address from mail compose form, when more than 4 addresses where in the list. Reason: remaining Address rows have been set to height 0, instead of defaulting to a defaultvalue, when reading the value of clientHeight of the first row in the list failed
2011-08-29 08:45:24 +00:00
d10b19485e
* WebDAV: fix for Netdrive to work correct with non-ascii chars like German umlauts
...
- unfortunatly Netdrive uses no User-Agent header, so we can only detect it on the absense of one
- we use now rawurlencode with replacing / and : afterwards, instead of the minimal version, which is the default
2011-08-27 10:53:55 +00:00
a13283e39d
backported r33878, r33880 from Nathan to display supported fileformats in addressbook prefs
2011-08-26 10:09:23 +00:00
d6574654c1
fix problem with double encoding html special chars (introduced with rev36143)
2011-08-26 08:37:12 +00:00
364483c8df
* API: taking care of sorting AND filtering by customfields with names containing whitespace; (best way to deal with this issue, is not using whitespace in your customfield names at all)
2011-08-22 14:46:23 +00:00
5bf2707534
* calendar/holidays: fix charset for japanese holidays
2011-08-22 14:32:30 +00:00
534a30cdc1
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
2011-08-22 10:18:40 +00:00
394ad22822
* API: decodeMailHeader handle nested encoding for imap_mime_header_decode
2011-08-18 15:02:41 +00:00
2fc71002d7
fixed grid in cf widget displays border, if options are set
2011-08-18 09:26:43 +00:00