Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | fix pear dependencies | Ryan Richard | |
* net_smtp2 to net_smtp * auth_sasl2-beta to auth_sasl Currently installing `Net_SMTP2` results with the following error: ```bash [09-Jan-2015 21:15:14 UTC] PHP Fatal error: Class 'Net_SMTP' not found in /var/www/program/lib/Roundcube/rcube_smtp.php on line 111 ``` Switching back to Net_SMTP fixes this issue | |||
2015-01-09 | Build proper quota text when quota 'percent' is undefined | Aleksander Machniak | |
2015-01-09 | Hide MDN and DSN options in compose if disabled by admin (#1490221) | Aleksander Machniak | |
2015-01-09 | Fix bug where max_group_members was ignored when adding a new contact (#1490214) | Aleksander Machniak | |
Also fix list refresh after new contact was added and any group is selected. | |||
2015-01-08 | Integrate jquery.tagedit with jqueryui plugin | Aleksander Machniak | |
2015-01-07 | Correctly handle DateTime values in Vcard export | Thomas Bruederli | |
2015-01-07 | Set 'mainaction' class on Save button in ACL dialog | Aleksander Machniak | |
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 | |