summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-09Fix some methods for rcube_addressbook implementations where contact email ↵Aleksander Machniak
field is not a flat array
2013-09-08Add option to import vcards with group assignments (pull-request 105)Thomas Bruederli
2013-09-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
2013-09-08Workaround broken PHP function timezone_name_from_abbr (#1489261)Aleksander Machniak
2013-09-07Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading ↵Thomas Bruederli
configured mimetypes mapping
2013-09-07Read RCUBE_CONFIG_PATH env variable for a list of directories that are ↵Thomas Bruederli
searched for config files (#1487311)
2013-09-06Fix error_reporting directive check (#1489323)Aleksander Machniak
2013-09-06Make cached message size limit configurable - messages_cache_threshold ↵Aleksander Machniak
(#1489317)
2013-09-04Aviod code duplication in timezone configuration handlingAleksander Machniak
2013-09-03Fix issue where too big message data was stored in cache causing sql errors ↵Aleksander Machniak
(#1489316)
2013-09-01Fix issue where legacy config was overriden by default config (#1489288)Aleksander Machniak
2013-08-30Add temp_dir_ttl configuration option to control expiry time inDavid Carter
program/lib/Roundcube/rcube.php : gc_temp(). Default is 48 hours. Define hard wired minimum of 6 hours.
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
Added possibility to register flag mappings by a plugin.
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-08-24Fix handling of non-default date formats (#1489294)Aleksander Machniak
- remove ambiguous m/d/Y format from default config
2013-08-23Fix unquoted path in PREG expression on Windows (#1489290)Aleksander Machniak
2013-08-16Let the framework adjust the include_path if necessaryThomas Bruederli
2013-08-15Make session auth cookie name configurableThomas Bruederli
2013-08-13Fix replacement variables in user-specific base_dn in some LDAP requests ↵Aleksander Machniak
(#1489279)
2013-08-09Fix image scaling issues when image has only one dimension smaller than the ↵Aleksander Machniak
limit (#1489274) Other small code improvements.
2013-08-07Fix base URL resolving on attribute values with no quotes (#1489275)Aleksander Machniak
2013-08-07Fix wrong handling of links with '|' character (#1489276)Aleksander Machniak
2013-08-04Merge pull request #100 from Dennis1993/patch-8Aleksander Machniak
Remove sensless version_compare()
2013-08-04Move identity selection based on non-standard headers into (new) ↵Aleksander Machniak
identity_select plugin (#1488553)
2013-08-03Added -stip option to convert command line (#1489270)Aleksander Machniak
2013-08-03Fix colorspace issue on image conversion using ImageMagick (#1489270) - ↵Aleksander Machniak
s/RGB/sRGB/
2013-08-02Hide PHP warning when calling filemtime() on not-existent fileAleksander Machniak
2013-07-31Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-30Fix downloading binary files with (wrong) text/* content-type (#1489267)Aleksander Machniak
2013-07-30Fixed typo in commentAleksander Machniak
2013-07-29Merge pull request #96 from Dennis1993/patch-6Thomas B.
Added required attribute and delete deprecated border attributes
2013-07-28- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)Aleksander Machniak
2013-07-26Update Socket.phpDennis1993
2013-07-26Update SMTP.phpDennis1993
2013-07-26Update rcube_imap_generic.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26Update Socket.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26Update SMTP.phpDennis1993
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-25Fix parsing of links with ... in URL (#1489192)Thomas Bruederli
2013-07-24replaces smart quotes with regular quotes. Fixes improper doctype ↵rodrigo
declarations in html emails
2013-07-23Avoid session timeouts with memcache backend as proposed by D. Carter via ↵Thomas Bruederli
users mailing list
2013-07-21Update html.phpDennis1993
added required attribute to allowed list for input fields
2013-07-17Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP checkThomas Bruederli
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-10Simplified logic of finding non-existent but subscribed folders. Should be ↵Aleksander Machniak
more reliable and (might be) faster now.
2013-07-08Fix IMAP SETMETADATA parameters quoting (#1489231)Aleksander Machniak
2013-07-08Merge pull request #86 from mweimerskirch/patch-2Aleksander Machniak
Added support for the enchant spell checking engine