Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-23 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2012-09-17 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2012-09-17 | Fix HTML special characters handling in message list/header display (#1488523) | Aleksander Machniak | |
2012-09-17 | Fix PHP warning when rep_specialchars_output() 1st argument is not a string ↵ | Aleksander Machniak | |
(#1488643) | |||
2012-09-09 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2012-08-27 | Fix deprecated function usage | Aleksander Machniak | |
2012-08-27 | Rename ip_check to check_ip, add IP checking tests | Aleksander Machniak | |
2012-08-24 | Improved email address validation with IPv6 support | Aleksander Machniak | |
2012-08-17 | Fix domain part check in email address validation function. Added test cases. | Aleksander Machniak | |
2012-08-14 | Codestyle | Thomas Bruederli | |
2012-08-12 | CS fixes (mostly tab -> spaces) | Aleksander Machniak | |
2012-07-26 | use in parse_host HTTP_HOST for %d | bes.internal | |
Use in parse_host function for domain resolve HTTP_HOST not hostname. add %t for hostname without first part For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com) | |||
2012-07-24 | Small performance improvement: use cookie 'secure' parameter if enabled | Aleksander Machniak | |
2012-05-22 | Removed $Id$ | Aleksander Machniak | |
2012-05-15 | Move rcube_addressbook::normalize_string() to ↵ | Thomas Bruederli | |
rcube_utils::normalize_string() for general purpose | |||
2012-05-06 | Remove BOM (#1488458) | Aleksander Machniak | |
2012-05-03 | - Fix the idn_convert() function call that was preventing the login with ↵ | vbenincasa | |
the "%s" replacement variable in config. | |||
2012-04-16 | - Framework refactoring (I hope it's the last one): | alecpl | |
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc |