Age | Commit message (Collapse) | Author |
|
engines (#1490283)
|
|
|
|
|
|
|
|
|
|
mb_regex_encoding() function (#1490280)
|
|
|
|
As currently we're using this to find only max_allowed_packet value,
it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
|
|
RFC3676[4.5] (#1490284)
|
|
Conflicts:
CHANGELOG
|
|
shared cache
|
|
Plugin preload
|
|
|
|
Allow the timeout and retry interval for memcached to be configured
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
search (#1490229)
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
argument for minimum token length
|
|
|
|
|
|
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
|
|
Use E_USER_NOTICE - this happens quite often as email messages
containing invalid charset name are not so rare.
|
|
|
|
(#1490178)
|
|
(#1490169)
|
|
|
|
|
|
list_identities()
which should be used always if we want only all user email addresses (with names)
|
|
(#1490159)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|