Commit Graph

23875 Commits

Author SHA1 Message Date
Ralf Becker
27a531c1c2 need to consider caching when applying setup operations 2014-04-16 17:58:12 +00:00
Ralf Becker
81d0049777 Changelog for 11.1.20140416 2014-04-16 06:44:42 +00:00
Klaus Leithoff
8eb9ec8ad6 * eMail: some Servers have very limited SEARCH capability; (no OR allowed/supported) try to detect and act accordingly 2014-04-10 13:24:56 +00:00
Klaus Leithoff
4c52933c35 * eMail: make evaluation of message flags case INSENSITIVE (by changing all flags to lowercase before evaluating 2014-04-10 09:17:27 +00:00
Ralf Becker
0171c157ea * CalDAV/calendar: if requesting user had only freebusy rights, no freebusy information was regurned 2014-04-08 13:13:00 +00:00
Ralf Becker
e84aa9972f ignore_validation_match method from trunk 2014-04-08 12:21:48 +00:00
Ralf Becker
bd7b014c7b reverted stuff for type "text" 2014-04-08 12:06:49 +00:00
Ralf Becker
8a529cc4af * eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules 2014-04-08 11:52:12 +00:00
Klaus Leithoff
3a324a2308 * eMail: fix / improve condition for copy to send folder, on not existing send folder -> give warning on compose window 2014-04-08 10:24:02 +00:00
Ralf Becker
5df1bb6ea6 allways explicitly calling header, to allow to supress navbar via egw_framework::$navbar_done=true 2014-03-26 12:18:51 +00:00
Ralf Becker
7f237a0b03 backported egw_json_response::apply and call method to 11.1 2014-03-26 12:17:27 +00:00
Ralf Becker
3e30ca48a7 * FireFox/all apps: fixed in recent FF version popups opened always in a single popup (overwritting previous opened one) 2014-03-26 10:32:54 +00:00
Ralf Becker
2b01649e18 missed to commit parameter to parse CN from url 2014-03-25 12:21:06 +00:00
Ralf Becker
cd10c228fa display old html::form_1button like a button inline-block 2014-03-25 12:18:38 +00:00
Klaus Leithoff
fb9787c26b remove forced timed_vacation setting (introduced for debugging) 2014-03-24 15:47:17 +00:00
Klaus Leithoff
48cbc2dbee * eMail: give user feedback when setting/applying timed vacation; do display of dates regarding user time zone settings; improve information when a vacation is set for a given time-range 2014-03-24 15:30:37 +00:00
Klaus Leithoff
50ec625f0e use show_date as implemented in trunk; as the old stuff is outdated and should not be used anymore 2014-03-24 15:15:12 +00:00
Ralf Becker
53ea91d893 using $readonlys["__ALL__"] with explicit $readonlys[$name] = false was NOT working for extensions 2014-03-24 09:05:47 +00:00
Nathan Gray
cd90487595 Better handling for new LibreOffice cell attributes to handle numbers as float 2014-03-17 17:51:11 +00:00
Ralf Becker
df08e0a4a4 Changelog for 11.1.20140317 2014-03-17 14:47:55 +00:00
Nathan Gray
41a3b27fd0 Revert r46197, it conflicts with 'old' documents.
Needs more investigation.
2014-03-17 14:47:11 +00:00
Klaus Leithoff
3999f0e65e Changelog for 11.1.20140317 2014-03-17 14:46:59 +00:00
Ralf Becker
89f9b194bf * EMail(Admin): inetOrgPerson schema support reported all accounts as inactive
because there is also no MAIL_ALIAS attribute, we have to use "mail" attribute to check if user has at least one email address set
2014-03-15 09:44:43 +00:00
Klaus Leithoff
6ab8d2b86b do not access cache for writing, if there is nothing new to set 2014-03-14 10:03:52 +00:00
Ralf Becker
b07aee1ae0 allow to use namespaced $readonlys for grids, eg. grid uses "grid" as name, you can now set $readonlys["grid"]["something"] as well as $readonlys["something"] like in eTemplate2 2014-03-14 09:33:15 +00:00
Klaus Leithoff
2b81b4359c do not use infologs specific app header as app_header in home 2014-03-13 15:30:11 +00:00
Ralf Becker
f07500ec62 * Calendar/EMail: wrong timezone conversation when accepting meeting requests (happening if server- and user-timezone are different!) 2014-03-13 14:08:44 +00:00
Hadi Nategh
cdf574d73d * Sieve/Felamimail|Mail:Make exclamation mark (\!) in the begining of sieve rule query escapable from always bien used as NOT conditon 2014-03-13 13:18:55 +00:00
Ralf Becker
a401514eb1 * CalDAV/Calendar: store and therefore keep external organizer if he has no common name (just email) and also store its common name 2014-03-13 10:14:48 +00:00
Klaus Leithoff
70ad8ac4c8 work to preserve the ActiveSyncWaitOnFailure state 2014-03-13 09:09:04 +00:00
Klaus Leithoff
6b5505e5b8 way to rebuild the felamimail_bo class without using the session based information but preserving the cached data 2014-03-12 14:38:45 +00:00
Nathan Gray
4c77dcaa17 Update opendocument spreadsheet numeric cell attributes to include celcext:value-type. 2014-03-11 17:34:23 +00:00
Klaus Leithoff
aa91b50b8c * ESync: fix a problem with a non working global profile, when verifying settings 2014-03-11 12:38:17 +00:00
Ralf Becker
6c406d180c fixed etemplate.inc.php download (happens only if directory is not writable) has zero length. Caused by output buffering and unbuffered php://stdout instead of php://output used 2014-02-28 08:27:53 +00:00
Ralf Becker
c12ee68114 added note about certificate validation and some more diagnostics to error_log, for failed ADS auth 2014-02-27 12:05:57 +00:00
Ralf Becker
29dd674438 add deletegroup hook, to automatic delete contacts from a (group-)addressbook when group get deleted 2014-02-26 17:46:26 +00:00
Klaus Leithoff
17df559f36 use html::content_header for gathering download headers on saveMessage 2014-02-25 15:38:08 +00:00
Klaus Leithoff
9045eea7fc use html::content_header for gathering download headers on attachments 2014-02-25 15:31:57 +00:00
Klaus Leithoff
a763dd6234 move groupdav to_ascii to translation class; unify content_header and content_disposition_header to be used by all downloads; adapt vfs_webdav_server thereof 2014-02-25 15:28:36 +00:00
Klaus Leithoff
ed6c1980d4 fix typo/scope problem 2014-02-24 14:22:14 +00:00
Klaus Leithoff
3c3e684552 for mailservers reporting BADCHARSET on search; remember and act upon it (avoid it in the near future) 2014-02-24 13:50:19 +00:00
Ralf Becker
9a3c3b83b2 * WebDAV/Filemanager: reject to save files by clients using chunked transfer-encoding on servers which does not support that (eg. OS X Finder with server using FastCGI PHP) 2014-02-24 12:40:31 +00:00
Ralf Becker
0270078aab verify hook might have changed $prefs by calling read_repository --> apply changes again 2014-02-21 13:45:54 +00:00
Ralf Becker
1e9668bef9 verify hook might have changed $prefs by calling read_repository --> apply changes again 2014-02-21 13:25:25 +00:00
Ralf Becker
33c9f6587e fixed sql error in carddav caused by sync-collection flag interpreted as filter 2014-02-20 19:38:35 +00:00
Ralf Becker
8fb730e01a fixed missing sorting in inital sync-collection report with empty sync-token 2014-02-20 19:26:22 +00:00
Ralf Becker
b54e77f266 * CalDAV/CardDAV: fixed support for limited sync-collection report used eg. by Marten Gajdas Android apps 2014-02-20 17:46:44 +00:00
Ralf Becker
670f11c5f2 fixed iCal and iMip method and notification text for initial responses to organizer to be replys (not added=invitation) 2014-02-20 16:14:59 +00:00
Ralf Becker
1f9922d6b3 * CalDAV/CardDAV: entries with urls containing url-encoded chars, eg. from Google calendar, were not send to clients (missing urldecoding in multiget report) 2014-02-20 15:11:50 +00:00
Ralf Becker
383779419e * CalDAV/Calendar: sending now iMip response to external organizer when initialy accepting invitation via CalDAV client (before only status changes where sent) 2014-02-20 15:05:05 +00:00