summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2012-08-17Fix domain part check in email address validation function. Added test cases.Aleksander Machniak
2012-08-17Fix bug where domain name was converted to lower-case even with ↵Aleksander Machniak
login_lc=false (#1488593)
2012-08-16Force at least one subtype of address to be specified.Aleksander Machniak
Fixes issue where contact address wasn't displayed at all.
2012-08-16Make $inline_parts property publicly availableAleksander Machniak
2012-08-15Fix lower-casing email address on replies (#1488598)Aleksander Machniak
2012-08-15Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-08-15Fix line separator in exported messages (#1488603)Aleksander Machniak
2012-08-15PDO: quote null values as NULL instad of an empty stringThomas Bruederli
2012-08-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-08-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-08-14Disable autocapitalization in login form on iPad/iPhone (#1488609)Aleksander Machniak
2012-08-14s/rcmail/rcube/Aleksander Machniak
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-08-11Fix wrong search result on servers without SORT supportAleksander Machniak
2012-08-09Replace some forgotten references to skins/default (#1488591)Thomas Bruederli
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
2012-08-08(Again) return error message from is_error()Aleksander Machniak
2012-08-08Improve is_error() so we can check for state of specified queryAleksander Machniak
2012-08-08Fix some typosSylvestre Ledru
2012-08-08Merge branch 'pdo'Aleksander Machniak
Conflicts: CHANGELOG
2012-08-07Fix errors after removing users.alias column (#1488581)Aleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
to use email address from identities as username (#1488581)
2012-08-06- Removed redundant cache.cache_id column (#1488528)Aleksander Machniak
2012-08-01Convert tabs to spacesAleksander Machniak
2012-07-31Added support for SSL connection parameters in mysql driver (#1486594)Aleksander Machniak
2012-07-31Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: program/include/rcube_spellchecker.php
2012-07-31Don't send complete error page to the spellchecker on error (when pspell ↵Aleksander Machniak
extension isn't found)
2012-07-30CS fixesAleksander Machniak
2012-07-30Override default skin value read from user prefsThomas Bruederli
2012-07-30Merged changes to skin foldersThomas Bruederli
2012-07-30Adapt to new default skin folder namimgThomas Bruederli
2012-07-30Merge pull request #14 from bes-internal/masterThomas B.
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
2012-07-30Support connections to memcached socket file (#1488577)Aleksander Machniak
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-07-26use in parse_host HTTP_HOST for %dbes.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-26Use the same hard-coded fields for vlv-based autocompletion as in ↵Thomas Bruederli
steps/mail/autocomplete.inc
2012-07-25CS fixesAleksander Machniak
2012-07-25Support COPYUID responses (store it in $data property)Aleksander Machniak
2012-07-24CS improvementsAleksander Machniak
2012-07-24Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-07-24Small performance improvement: use cookie 'secure' parameter if enabledAleksander Machniak
2012-07-24Set HttpOnly flag also for session cookieAleksander Machniak
2012-07-24Correctly quote localized labels when used in javascript variables (#1488567)Thomas Bruederli
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-07-09Support sqlite file mode settingAleksander Machniak
2012-07-09Fix debugging in sqlite driverAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-07-08Move sequence_name() method into postgres driver classAleksander Machniak
2012-07-08CS fixesAleksander Machniak