Commit Graph

22524 Commits

Author SHA1 Message Date
Ralf Becker
29f2bdf948 allways return an array, easier then copying with null in various places 2013-08-01 12:59:45 +00:00
Ralf Becker
c65130d714 * Admin/Filemanager: added filesystem check and repair for missing or broken required directories /, /apps and /home 2013-08-01 07:53:58 +00:00
Klaus Leithoff
47503f4fcd attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question 2013-07-31 10:24:36 +00:00
Ralf Becker
1c86db7749 * Admin/SambaAdmin: fixed not set sambaNTPassword and sambaLMPassword hashes in LDAP (hook changepassword was called without password) 2013-07-30 18:13:41 +00:00
Nathan Gray
ce6511e934 Have resource thumbnails open image when clicked 2013-07-30 17:23:58 +00:00
Klaus Leithoff
e5b36d3ce3 if SUBJECT is an array, use thelast one, as we assume something with the unfolding for the subject did not work 2013-07-30 14:33:05 +00:00
Klaus Leithoff
bacd4ac2e6 fix/prevent possible breakdown of imap_rfc822_parse_addrlist of non emailaddress header fields 2013-07-30 14:05:11 +00:00
Klaus Leithoff
cb98dca3ff * eMail/eSync: fix cut off of multiple TO/CC addresses in header retrieval (seen in eSync); return empty syncMail Object on header retrieval failure for activesync 2013-07-30 10:55:19 +00:00
Ralf Becker
afd4d3d75c fixed "PHP Parse error: syntax error, unexpected \ (T_NS_SEPARATOR)" error caused by email validation, also added error_log for these type of parse-errors 2013-07-30 09:12:00 +00:00
Ralf Becker
1f792dac6a Changelog for 11.1.20130729 2013-07-29 10:24:56 +00:00
Ralf Becker
b4e38ab24c * CardDAV/ActiveDirectory/LDAP: fixed typo causing doublication in account-addressbook of eMclient by always returning all accounts in multiget report 2013-07-27 08:22:48 +00:00
Nathan Gray
aa40d1cbb0 Fix custom image being lost when you're in the edit dialog and click Apply, Save or Apply, Apply 2013-07-26 14:47:01 +00:00
Klaus Leithoff
7ef750d6ef * eMail/Net-IMAP: harden get raw response against unexpected return results from server 2013-07-26 11:36:13 +00:00
Klaus Leithoff
c5380c2647 * CKEditor/ASpell: adaption of aspell plugin to work with IE10 2013-07-26 10:41:11 +00:00
Ralf Becker
3b0eccb9d4 * eTemplate/all apps: (silently) limit number of links shown to 1000 newest, to not run into memory_limit or max_execution_time and assuming noone will scroll further down anyway 2013-07-26 09:39:14 +00:00
Ralf Becker
acccfe2132 * PostgreSQL/ProjectManager/InfoLog: invalid SQL opening a new entry InfoLog entry
can not "SELECT * FROM table ... GROUP BY *" has to be "SELECT table.* ... FROM table GROUP BY table.*"
2013-07-26 06:57:42 +00:00
Ralf Becker
69a336d58b * Async service/Backup: updating job to next scheduled time BEFORE running it, to copy with jobs running longer then async frequency of 5min, eg. backup 2013-07-25 13:11:37 +00:00
Ralf Becker
e4e725b5bc removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV 2013-07-25 12:18:43 +00:00
Ralf Becker
8695076798 * EMailAdmin/Setup: disabling certificate validation on imaps connection by default for new profiles (can be enabled in EMailAdmin) 2013-07-25 09:05:04 +00:00
Klaus Leithoff
2fd1e98eee * Filemanager/eMail: on attaching files to emails from filemanager; if there is a plus sign within the path, we have to encode it, so the file can be found by filesize after urldecode 2013-07-25 07:54:47 +00:00
Ralf Becker
be0c913c35 * Admin/Preferences: fixed not working special char detection in passwords, if you required 4 character classes it always failed 2013-07-25 07:24:33 +00:00
Ralf Becker
d10dc3ac8b fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:09:07 +00:00
Ralf Becker
3fc090ba33 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:03:12 +00:00
Ralf Becker
4557a1d24d reverted "no need for RegExp replace", as javascript only replace first occurence, if a string given 2013-07-23 14:42:24 +00:00
Ralf Becker
02917ec5bf fixed DISTINCT leading to no data returned (eg. ctag in accounts-addressbook in eSync and CardDAV), DISTINCED added twice and not using so_sql_cf::search if no custom fields defined 2013-07-23 13:48:08 +00:00
Ralf Becker
b883bf86e5 fix indention 2013-07-23 13:43:00 +00:00
Ralf Becker
daf247f3ad fixed tail-window did not scroll to bottom automatic after jQuery update 2013-07-23 11:45:57 +00:00
Ralf Becker
ae86519a58 disable outer scrollbar, eg. if rendering time is swichted on 2013-07-23 11:32:29 +00:00
Klaus Leithoff
46e8c16016 suppress warning on searching for active members 2013-07-23 10:58:43 +00:00
Ralf Becker
56bc1768c9 fixed an other SQL error caused by prefixing columns with DISTINCT: id in field-list is ambigous 2013-07-23 09:35:19 +00:00
Ralf Becker
dbd43126c8 * All apps/custom fields: fixed multiple identical rows, if custom fields where set (introduced in last package) 2013-07-23 07:58:51 +00:00
Klaus Leithoff
c0d040342b * eMail/Activesync: improve behavior on connection failure. Return 503 Service unavailable/Retry After on Connection error.
Exception that was thrown previously after the 503 header did overwrite the 503 header with a 500 header (so now we should have the behavior as intended)
2013-07-23 07:16:22 +00:00
Ralf Becker
4619a9f9c6 fixed accounts::search sometimes returning too many lines 2013-07-17 13:14:35 +00:00
Ralf Becker
2d6be6926a Changelog for 11.1.20130716 2013-07-16 15:31:56 +00:00
Ralf Becker
18cb6f75a6 fixed again not working new account creation under AD agains Win2008r2 2013-07-16 15:19:38 +00:00
Ralf Becker
d9ec5f2d89 AD requires to activate account AFTER setting pw 2013-07-16 14:59:30 +00:00
Ralf Becker
4e3c34f257 always check with "passwd_forbid_name" enabled, if setting of password failed 2013-07-16 14:57:43 +00:00
Ralf Becker
b9cefd3755 fixed not being able to switch "forbid password to contain name" off again, after it has been switched on (caused by name "passwd_forbid_name") 2013-07-16 14:51:03 +00:00
Klaus Leithoff
1c8433fb94 give a more meanigful translation for the consoldidation of calender views config 2013-07-16 11:00:07 +00:00
Klaus Leithoff
8afd5fb840 pass acount_id to crackcheck, as it is required for crackcheck rule validation forbid_name 2013-07-16 10:45:00 +00:00
Ralf Becker
ab7c7930f8 * PostgreSQL: fix for SQL error eg. on update from 1.8.001 to 1.8.004 from 9.1 on 2013-07-16 06:48:19 +00:00
Ralf Becker
ee32f4fa44 Changelog for 11.1.20130715 2013-07-15 20:32:35 +00:00
Ralf Becker
e82af0a961 need to use own authentication method, to be able to auth user forced to change password and need to always recheck flag, if user are forced to change password, as otherwise he will be prompt again after changing it 2013-07-15 20:30:30 +00:00
Ralf Becker
d26074731f * Active Directory: allow to do a forced password change in EGroupware and handle reset of that flag for Samba4 too 2013-07-15 20:01:29 +00:00
Ralf Becker
0fd2830aa6 allow to set smtp auth options via setup-cli 2013-07-15 15:27:34 +00:00
Ralf Becker
00fedbf069 * WebDAV/CalDAV/CardDAV: fixed basic authentication via redirect-rule to use $_SERVER["REDIRECT_HTTP_AUTHORIZATION"] as it is used by newer Apache versions 2013-07-15 11:07:24 +00:00
Hadi Nategh
4a3563ee65 Fix displaying wrong number of deleted logs from accesslog in the message bar. 2013-07-15 09:36:27 +00:00
Ralf Becker
eb7cccf775 * Admin/Preferences/Active Directory: more understandable password policy errors and using windows defaults only, if admin has not configured something else 2013-07-14 13:06:39 +00:00
Ralf Becker
fcd1f660b8 disable "account_lid" input, if backend (eg. AD) does not allow changing it 2013-07-13 08:34:33 +00:00
Ralf Becker
dc7f8e11b1 * Admin/Active Directory: fixed not working display, setting and removing of "must change password upon next login" 2013-07-13 07:51:40 +00:00