Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-04 | Load plugins before sessions have started | corbosman | |
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-01-04 | Update Changelog1.1-rc | Thomas Bruederli | |
2015-01-03 | Merge pull request #255 from root-io/patch-1 | Aleksander Machniak | |
Fix config file sample tiny typo | |||
2015-01-03 | Fix config file sample tiny typo | David Routhieau | |
2015-01-03 | Fix bug where sent message was saved in Sent folder even if disabled by user ↵ | Aleksander Machniak | |
(#1490208) | |||
2015-01-03 | CS fixes | Aleksander Machniak | |
2014-12-29 | Display "real" attachment size also on attachments list | Aleksander Machniak | |
2014-12-29 | Fix syntax error and codestyle from recent PR merge | Thomas Bruederli | |
2014-12-29 | Merge pull request #244 from alunduil/dockerize | Thomas B. | |
Add Dockerfile and allow configuration overrides through env variables | |||
2014-12-29 | Update changelog | Aleksander Machniak | |
2014-12-29 | Improve move-to and contact-export button in classic skin (#1490166) | Aleksander Machniak | |
2014-12-29 | Fix offset of download icon | Aleksander Machniak | |
2014-12-28 | Add environment variable reading to configuration. | Alex Brandt | |
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 | Add SSL support to Dockerfile. | Alex Brandt | |
2014-12-28 | Add Dockerfile. | Alex Brandt | |
2014-12-28 | Synchronized localizations from Transifex | Thomas Bruederli | |
2014-12-28 | Update Changelog | Thomas Bruederli | |
2014-12-28 | Fix rcube_utils::normalize_string() to support unicode characters + add ↵ | Thomas Bruederli | |
argument for minimum token length | |||
2014-12-28 | Make rcube_utils::strtotime() timezone aware (#1490163) | Thomas Bruederli | |
2014-12-27 | Improve plugin selection in installer; check already selected plugins | Thomas Bruederli | |
2014-12-27 | Use current year for timezone offset display | Thomas Bruederli | |
2014-12-25 | Add _mbox parameter to the 'mark' request sent after opening a message | Aleksander Machniak | |
2014-12-22 | Upgrade jQuery to version 2.1.3 | Aleksander Machniak | |
2014-12-22 | Fix js error when calling show_popup_dialog() without 'options' argument | Aleksander Machniak | |
2014-12-22 | Fix rcube_utils::get_boolean() test to not use deprecated function alias | Aleksander Machniak | |
2014-12-21 | Merge pull request #248 from flanpy/master | Thomas B. | |
#1489096 : Ability to select plugins to enable in the installer | |||
2014-12-19 | Update changelog | Aleksander Machniak | |
2014-12-18 | Add hint about the optional LDAP modules listed in "suggest" (#1490183) | Thomas Bruederli | |
2014-12-18 | Update Changelog | Thomas Bruederli | |
2014-12-18 | Enable updating of composer.json dependencies | Thomas Bruederli | |
2014-12-18 | Sync vendor folder if exists in source package (#1490145) | Thomas Bruederli | |
2014-12-18 | Properly set fuzzy_search for vlv searches | Aleksander Machniak | |
2014-12-18 | Prevent folder selection changes if app is busy (#1490158) | Thomas Bruederli | |
2014-12-18 | Avoid useless reloading list when resetting search with active filter (#1490057) | Thomas Bruederli | |
2014-12-17 | Read page and page_size before check_recent hook is executed | Aleksander Machniak | |
- some plugins may change them to invalid values (in mail context) | |||
2014-12-17 | Fix compatibility with assets_path setting | Aleksander Machniak | |
2014-12-17 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2014-12-17 | Small improvements in About dialog | Aleksander Machniak | |
2014-12-16 | Remove focus from toggle item if clicked with the mouse | Thomas Bruederli | |
2014-12-16 | Fix skin inheritance for some icons (#149017) | Aleksander Machniak | |
2014-12-16 | Fix legacy_plugin so it works with assets_path/assets_dir | Aleksander Machniak | |
and also when css/js file URLs do not contain cache buster | |||
2014-12-16 | Get rid of requests whitelist for security check bypass | Aleksander Machniak | |
2014-12-16 | Improve system security by using optional special URL with security token | Aleksander Machniak | |
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests | |||
2014-12-15 | Fix list icon for replied+forwarded+unread messages | Thomas Bruederli | |
2014-12-14 | Set compose mode in session when needed - skip one session update when ↵ | Aleksander Machniak | |
composing new message | |||
2014-12-14 | Merge pull request #251 from Ch00k/master | Aleksander Machniak | |
Clarify temp/logs directories permissions | |||
2014-12-14 | Clarify temp/logs directories permissions | Andriy Yurchuk | |
2014-12-13 | Don't log "No suitable function found for UTF-8..." as E_USER_WARNING. | Aleksander Machniak | |
Use E_USER_NOTICE - this happens quite often as email messages containing invalid charset name are not so rare. | |||
2014-12-10 | Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching ↵ | Aleksander Machniak | |
issues | |||
2014-12-10 | Assign "mainaction" class to "default" buttons in dialogs | Aleksander Machniak | |