27252 Commits

Author SHA1 Message Date
bfe9e404dd quote order column in backup and always quote "index" as it seems to be one of very little names not automatic recogniced in MySQL, backported current name_quote from trunk 2015-03-30 08:38:03 +00:00
89726bc051 Fix issue with include path for SyncML using old Horde (induced by Rev. 47458) 2015-02-26 19:52:23 +00:00
684242d1d1 Changelog for 1.8.007.20150218 2015-02-18 12:35:31 +00:00
40a52e4552 harden ldap auth, by removing \000 bytes, causing passwords to be not empty by php, but empty to c libaries 2015-02-17 22:28:37 +00:00
f25eb6c0df removed not used remote administration, use json serialization for new admin_cmd data and (secured) json_php_unserialize for existing data 2015-02-14 17:07:33 +00:00
92ac6bb039 * Backup: backing up bool columns now for all databases as 1 or 0, but understanding PostgreSQL "t" or "f" too 2015-01-30 12:49:33 +00:00
6a987a4032 fix typo preventing ics parsing 2015-01-27 13:14:33 +00:00
fbdc01d839 using recommended lowercase protocol "mailto:" in ATTENDEE or ORGANIZER iCal properties 2015-01-23 09:46:17 +00:00
7525388a87 using recommended lowercase protocol "mailto:" in CalDAV:calendar-user-address-set 2015-01-23 09:41:15 +00:00
c6e3dce8dd * Backup: fixed broken backup of tables without an auto index 2015-01-15 16:35:35 +00:00
f18efe513b fixed not working seek in stream-wrapper, caused by sw interface uses true/false while fseek uses 0/-1 2015-01-10 13:07:15 +00:00
0c614b4449 * CalDAV: big calendars with more then 500 events in result-set were missing events 2014-11-10 14:21:49 +00:00
2fe41c8c69 changing access control stuff for Apache 2.4 again, as openSUSE 13.1 base config uses Deny, which has higher precedence then Require 2014-10-07 12:56:31 +00:00
ec358ad5ab use "systemctl enable <service>" for RHEL 7 2014-10-07 11:39:28 +00:00
14ff9d2d59 * Apache 2.4 and RHEL 7 installation fixes 2014-10-06 15:11:40 +00:00
ea8fb452b8 handle string parsing on own imap_rfc822_parse_adrlist ; improve on expectations, when string contains multiple rfc-addresses 2014-09-09 11:41:51 +00:00
40de690ae4 fixed sql error "argument of AND must be type boolean, not type integer" 2014-08-26 19:30:56 +00:00
63d48ac7c9 * PostgreSQL/Admin/Setup: backup stopped with SQL error 2014-08-26 14:04:13 +00:00
411b192e16 fix typo introduced with rev47607, accidently returning the decoded attachment instead of preparing data for the array to be returned 2014-08-19 08:19:50 +00:00
aa6f344c7f fixed typo 2014-07-18 09:48:13 +00:00
52a3750b39 removed not used setting of application via GET parameter 2014-07-18 08:49:33 +00:00
3e76fd9570 use self::get_id on multiple selects and radio AND regard its output-format 2014-07-17 12:34:49 +00:00
38f3e77cb5 only modify js&css files for "real" browsers identified by existing of HTTP_REFERER, to return false data to WebDAV clients eg. used for backup 2014-07-17 07:35:44 +00:00
e6612b853f mitigate risk of serving javascript or css via webdav from our domain 2014-07-16 14:54:56 +00:00
91eecc8812 fixed problems reported by LFRZ 2014-07-16 12:25:40 +00:00
d7c6caac47 * Backup: backup could contain rows multiple times (which caused restore to fail) 2014-07-11 17:37:36 +00:00
2a4a93a465 improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function; replace imap_base64 (used for decoding) 2014-07-11 11:32:04 +00:00
12eb2a6113 fix (not) setting owner in 1.8 2014-07-10 06:23:44 +00:00
6fafa913bd remove error_log message on own imap_rfc822_parse_adrlist 2014-07-01 14:59:07 +00:00
570d9a76bd use own wrapperfunctions on used but possibly missing imap_rfc822_* functions; work to handle default horde stuff for (auto) loading vs. old Horde stuff used with lib/core.php 2014-07-01 13:20:19 +00:00
4867709a6e enable mcyrpt PHP extension for Ubuntu 14.04+ 2014-06-27 12:10:39 +00:00
e50c4b4936 an other stall of PostgreSQL update caused by string literals with double quotes 2014-06-25 15:55:13 +00:00
134e50c3ca * PostgreSQL/Addressbook: fixed not displayed pictures
by backporting ADORecordSet_postgres64::_decode() from ADOdb 5.19
2014-06-25 15:43:58 +00:00
e6e0d3f83b fixing not working propagation of language from setup 2014-06-25 13:18:04 +00:00
c96111fbca prevent false CSRF warning, if DB schema upgrade is needed 2014-06-24 08:50:20 +00:00
8da996500f setting hook-values as GUI 2014-06-04 09:33:02 +00:00
12ff3cf102 * Setup: fixed CSRF error when trying to save configuration, if session encryption is switched on in header.inc.php ($GLOBALS[egw_info][server][mcrypt_enabled] = true;) 2014-06-03 12:00:22 +00:00
85ee05a6e8 * PHP 5.5: disabling deprecated warnings of 5.5 eg. preg_replace with /e 2014-05-27 15:05:13 +00:00
6ec049d7b4 * Setup: always try to use a TLS connection for mail auth 2014-05-19 17:38:40 +00:00
9244d88ffa Changelog for 1.8.007.20140512 2014-05-12 06:36:15 +00:00
c317b9298b * LDAP: prevent CSRF error while saving accounts stored in LDAP 2014-05-09 18:53:26 +00:00
3b0eae42fe silence warning on chech for not set or empty userData[forward] 2014-05-08 10:46:41 +00:00
83745e0e5f * Admin: limiting a huge list of accounts returned not all accounts, because full search was limited too original number of requested rows 2014-05-08 08:54:18 +00:00
7a9dcaa2e9 Readd from Trunk 2014-05-08 07:10:08 +00:00
7ea389730c Remove to readd it from Trunk (not public unavailable EPL branch) 2014-05-08 07:09:35 +00:00
6ec24b1b50 Make sure app ObjectManager is there before trying to use it 2014-05-07 20:55:34 +00:00
3230554c01 Add a config setting 'assigned' to allow extending classes to provide assigned users in a way other than a specific entry field. 2014-05-07 20:54:53 +00:00
01011c7349 Fix misplaced bracket causing warning message about invalid arguments 2014-05-07 18:36:13 +00:00
d80ef84012 Remove div from console, it's no longer useful 2014-05-07 16:35:51 +00:00
b111f5005b fixed select-accounts show only part of users, caused by previously trying to extend now used array 2014-05-07 15:51:45 +00:00