Commit Graph

656 Commits

Author SHA1 Message Date
corbosman
b4be89bdac use factory 2015-02-27 15:03:58 +01:00
corbosman
4df4ab5007 session refactor and add redis driver 2015-02-19 14:55:09 +01:00
Aleksander Machniak
50b04366ee Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
2015-02-19 10:25:38 +01:00
Aleksander Machniak
81d4ff214e Fix setting max packet size for DB caches and check packet size also in shared cache 2015-02-19 10:24:09 +01:00
Aleksander Machniak
3665d1e8ec Merge pull request #259 from corbosman/plugin_preload
Plugin preload
2015-02-19 08:31:43 +01:00
Aleksander Machniak
3779b67a9c Set version number to 1.2-git 2015-02-16 11:22:13 +01:00
Thomas B.
38b42e96af Merge pull request #265 from kanarip/master
Allow the timeout and retry interval for memcached to be configured
2015-02-11 21:32:11 +01:00
Jeroen van Meeuwen (Kolab Systems)
c3e441044d Allow the timeout and retry interval for memcached servers to be configured 2015-02-11 15:24:49 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01:00
corbosman
de89d46be2 Load plugins before sessions have started
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers.  Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
2015-02-04 13:17:51 +01:00
Aleksander Machniak
09d52dbb67 Fix some typos in comments 2015-02-04 10:46:14 +01:00
Aleksander Machniak
20740a9650 Fix error in exec_hook() in case some hook handler was unregistered before 2015-02-04 10:21:00 +01:00
Aleksander Machniak
e17decc4c2 Better handle log/temp directory misconfiguration 2015-02-03 07:52:14 -05:00
Aleksander Machniak
e8fc8d303a Fix handling of GETANNOTATION errors - return NULL on error as documented 2015-02-02 16:08:18 +01:00
Aleksander Machniak
0a5841702f Fix exec_hook() so handlers added inside the hook are not omitted 2015-01-29 12:41:43 -05:00
Aleksander Machniak
a3fa844aad Make logged SMTP errors more verbose - log also real server response and codes 2015-01-28 09:39:23 +01:00
Aleksander Machniak
bf99c50cc1 Fix bug where empty fieldmap config entries caused empty results of ldap search (#1490229) 2015-01-21 10:29:08 +01:00
Thomas Bruederli
ef29153a32 Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91 2015-01-16 16:13:15 +01:00
Aleksander Machniak
786aa0725e Fix XSS issue in style attribute handling (#1490227) 2015-01-13 09:41:41 +01:00
Aleksander Machniak
8c2075b9fc Remove hook aliases deprecated long time ago, CS fixes 2015-01-10 18:05:49 +01:00
Aleksander Machniak
7b924535fd CS fixes 2015-01-03 13:59:07 +01:00
Thomas Bruederli
bca7dc68e9 Fix syntax error and codestyle from recent PR merge 2014-12-29 13:40:26 +01:00
Alex Brandt
e4b9910a32 Add environment variable reading to configuration.
Docker prefers to pass parameters via environment variables.  This
allows the environment variables to be checked and if a value exists it
will override the default.
2014-12-28 12:31:24 -06:00
Thomas Bruederli
e8b82c2e7b Fix rcube_utils::normalize_string() to support unicode characters + add argument for minimum token length 2014-12-28 16:22:08 +01:00
Thomas Bruederli
09c58d1add Make rcube_utils::strtotime() timezone aware (#1490163) 2014-12-28 15:41:47 +01:00
Aleksander Machniak
aafccefb88 Properly set fuzzy_search for vlv searches 2014-12-18 08:49:36 -05:00
Aleksander Machniak
681ba6fc3c Improve system security by using optional special URL with security token
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
066e22874b Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.
Use E_USER_NOTICE - this happens quite often as email messages
containing invalid charset name are not so rare.
2014-12-13 08:54:12 +01:00
Aleksander Machniak
72b117feb1 Use consistent license identifiers, remove redundant package.xml files 2014-12-09 05:02:13 -05:00
Aleksander Machniak
b262e12964 Fix import of contacts with multiple email addresses from Google-csv format (#1490178) 2014-12-08 09:19:17 +01:00
Aleksander Machniak
f864495b7b Fix import of multiple contact email addresses from Outlook-csv format (#1490169) 2014-12-01 14:26:52 +01:00
Aleksander Machniak
692011df7f Extend list_emails() to optionally return only default identity 2014-11-27 06:24:42 -05:00
Aleksander Machniak
32eb977b12 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-11-27 11:40:40 +01:00
Aleksander Machniak
2f46789081 Added rcube_user::list_emails() method with better performance than list_identities()
which should be used always if we want only all user email addresses (with names)
2014-11-27 10:08:55 +01:00
Aleksander Machniak
25fb9732a0 Fix so all unknown email addresses from Google csv format are imported (#1490159) 2014-11-26 18:49:31 +01:00
Aleksander Machniak
787a421846 Fix rcube_utils::anytodatetime() with no timezone specified 2014-11-22 11:39:19 -05:00
Aleksander Machniak
bb1398a54e Fix import of multiple contact groups from Google-csv format (#1490159) 2014-11-19 08:46:43 +01:00
Aleksander Machniak
9e4246d957 Code improvements and fixes (mostly unused variables and methods) 2014-11-16 14:04:53 +01:00
Aleksander Machniak
07280e7643 Remove reference to non-existing option 'default_folders' 2014-11-15 09:40:41 +01:00
Aleksander Machniak
409b649346 Fix lack of delimiter for recipient addresses in smtp_log (#1490150) 2014-11-14 08:48:56 +01:00
Aleksander Machniak
a7a778c157 Fix some character sets detection (#1490135) 2014-11-07 11:43:42 +01:00
Aleksander Machniak
2883fcba2b Move TNEF decoder class to the Roundcube Framework (#1490055)
So, for now all dependencies of the Framework can be installed
with composer and we need only lib/Roundcube folder.
des.inc was never required and is less important since we do
encryption using openssl or mcrypt extensions.
2014-11-04 15:28:27 +01:00
Thomas Bruederli
5c9ddcc052 Check available memory for image resizing with GD on Windows (#1489937) 2014-11-03 15:49:49 +01:00
Thomas Bruederli
a63b9b546c Add plugin hook 'db_table_name' as requested in #1489837 2014-11-03 15:14:38 +01:00
Aleksander Machniak
9d4d48ad4c Remove debug code 2014-11-02 17:50:32 +01:00
Aleksander Machniak
96a7f6cc1b CS fixes 2014-11-02 10:57:33 +01:00
Aleksander Machniak
db357b4187 Remove redundant default 2014-10-30 12:48:11 +01:00
Aleksander Machniak
1ffab0ad4a Fix possible issues in skin/skin_path config handling (#1490125) 2014-10-30 12:34:16 +01:00
Aleksander Machniak
5d8f8b59f3 Correct load_config() return value with improvement in last commit 2014-10-30 09:00:47 +01:00
Aleksander Machniak
ab5b89b854 Improve load_config() so when called many times it will read config file only once 2014-10-30 08:59:52 +01:00