Thomas Bruederli
|
a315bf2dda
|
Support both new and old config variables
|
11 years ago |
Thomas Bruederli
|
0ee22c2145
|
Retry queries on deadlock errors from InnoDB row-level locking (MySQL)
|
11 years ago |
Thomas Bruederli
|
52830ea605
|
Improve handling of date strings and DateTime values in contacts
|
11 years ago |
Aleksander Machniak
|
ad003c889b
|
Fix some methods for rcube_addressbook implementations where contact email field is not a flat array
|
11 years ago |
Thomas Bruederli
|
0272081d05
|
Add option to import vcards with group assignments (pull-request 105)
|
11 years ago |
Thomas Bruederli
|
028e2a17af
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Thomas Bruederli
|
79367a5631
|
Save groups membership in VCard export (#1488509)
|
11 years ago |
Aleksander Machniak
|
8eb0850ba4
|
Workaround broken PHP function timezone_name_from_abbr (#1489261)
|
11 years ago |
Thomas Bruederli
|
9e9d62d786
|
Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured mimetypes mapping
|
11 years ago |
Thomas Bruederli
|
fb5f5232b9
|
Read RCUBE_CONFIG_PATH env variable for a list of directories that are searched for config files (#1487311)
|
11 years ago |
Aleksander Machniak
|
3d5eea7073
|
Fix error_reporting directive check (#1489323)
|
11 years ago |
Aleksander Machniak
|
21601b4deb
|
Make cached message size limit configurable - messages_cache_threshold (#1489317)
|
11 years ago |
Aleksander Machniak
|
7ebe063a16
|
Aviod code duplication in timezone configuration handling
|
11 years ago |
Aleksander Machniak
|
b6be23ac4b
|
Fix issue where too big message data was stored in cache causing sql errors (#1489316)
|
11 years ago |
Aleksander Machniak
|
993cb6627b
|
Fix issue where legacy config was overriden by default config (#1489288)
|
11 years ago |
David Carter
|
de8687f9f1
|
Add temp_dir_ttl configuration option to control expiry time in
program/lib/Roundcube/rcube.php : gc_temp().
Default is 48 hours. Define hard wired minimum of 6 hours.
|
11 years ago |
Aleksander Machniak
|
05da1577aa
|
Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.
|
11 years ago |
Aleksander Machniak
|
6efadfc8d3
|
Fix so additional headers are added to all messages sent (#1489284)
|
11 years ago |
Aleksander Machniak
|
b32fab16ef
|
Fix handling of non-default date formats (#1489294)
- remove ambiguous m/d/Y format from default config
|
11 years ago |
Aleksander Machniak
|
9f754494e7
|
Fix unquoted path in PREG expression on Windows (#1489290)
|
11 years ago |
Thomas Bruederli
|
d25ad5cc87
|
Let the framework adjust the include_path if necessary
|
11 years ago |
Thomas Bruederli
|
8d2963a4bf
|
Make session auth cookie name configurable
|
11 years ago |
Aleksander Machniak
|
4287c9a2f9
|
Fix replacement variables in user-specific base_dn in some LDAP requests (#1489279)
|
11 years ago |
Aleksander Machniak
|
328876db5c
|
Fix image scaling issues when image has only one dimension smaller than the limit (#1489274)
Other small code improvements.
|
11 years ago |
Aleksander Machniak
|
a79017e662
|
Fix base URL resolving on attribute values with no quotes (#1489275)
|
11 years ago |
Aleksander Machniak
|
0bac7b32de
|
Fix wrong handling of links with '|' character (#1489276)
|
11 years ago |
Aleksander Machniak
|
17239fa522
|
Merge pull request #100 from Dennis1993/patch-8
Remove sensless version_compare()
|
11 years ago |
Aleksander Machniak
|
b825f86108
|
Move identity selection based on non-standard headers into (new) identity_select plugin (#1488553)
|
11 years ago |
Aleksander Machniak
|
7015dd99f9
|
Added -stip option to convert command line (#1489270)
|
11 years ago |
Aleksander Machniak
|
c908fb451d
|
Fix colorspace issue on image conversion using ImageMagick (#1489270) - s/RGB/sRGB/
|
11 years ago |
Aleksander Machniak
|
311d876f0b
|
Hide PHP warning when calling filemtime() on not-existent file
|
11 years ago |
Aleksander Machniak
|
92e7ce6663
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
ae853367ed
|
Fix downloading binary files with (wrong) text/* content-type (#1489267)
|
11 years ago |
Aleksander Machniak
|
80112d0749
|
Fixed typo in comment
|
11 years ago |
Thomas B.
|
86dd036774
|
Merge pull request #96 from Dennis1993/patch-6
Added required attribute and delete deprecated border attributes
|
11 years ago |
Aleksander Machniak
|
59f0313d98
|
- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)
|
11 years ago |
Dennis1993
|
d52a77a10d
|
Update Socket.php
|
11 years ago |
Dennis1993
|
e950546903
|
Update SMTP.php
|
11 years ago |
Dennis1993
|
ac1fa98715
|
Update rcube_imap_generic.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
|
11 years ago |
Dennis1993
|
60a79649f2
|
Update Socket.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
|
11 years ago |
Dennis1993
|
e34e0fd2fa
|
Update SMTP.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
|
11 years ago |
Thomas Bruederli
|
cff07b5f76
|
Fix parsing of links with ... in URL (#1489192)
|
11 years ago |
rodrigo
|
b6a640bdc9
|
replaces smart quotes with regular quotes. Fixes improper doctype declarations in html emails
|
11 years ago |
Thomas Bruederli
|
1a8cf64dd1
|
Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list
|
11 years ago |
Dennis1993
|
ec031a35f1
|
Update html.php
added required attribute to allowed list for input fields
|
11 years ago |
Thomas Bruederli
|
4d480b36ea
|
Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check
|
11 years ago |
Thomas Bruederli
|
deb2b8d080
|
Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app
|
11 years ago |
Thomas Bruederli
|
0703bfecd0
|
Merged configuration refactoring from 'dev_config' branch back into master (#1487311)
|
11 years ago |
Aleksander Machniak
|
bd28469302
|
Simplified logic of finding non-existent but subscribed folders. Should be more reliable and (might be) faster now.
|
11 years ago |
Aleksander Machniak
|
cc02a90f92
|
Fix IMAP SETMETADATA parameters quoting (#1489231)
|
12 years ago |