Aleksander Machniak
2015-10-07 a03233cebafc62ec7d88a24856b8a7b37fef4381
2015-10-07 Aleksander Machniak
CS fixes
blob@ a03233 commitdiff | diff to current
2015-09-18 Aleksander Machniak
Fix handling random_bytes() errors in PHP 7.0.0RC3
blob@ b2b9b5 commitdiff | diff to current
2015-09-10 Aleksander Machniak
random_bytes() can throw an exception in some cases, since PHP 7.0.0rc3
blob@ e85bbc commitdiff | diff to current
2015-09-08 Aleksander Machniak
Improve randomness of security tokens (#1490529)
blob@ 260869 commitdiff | diff to current
2015-08-25 Aleksander Machniak
CS fixes
blob@ f00e1f commitdiff | diff to current
2015-08-13 Aleksander Machniak
Simplify rcube_utils::check_ip()
blob@ 7a4217 commitdiff | diff to current
2015-08-12 Aleksander Machniak
Fix IPv6 address validation on PHP with disabled IPv6 support
blob@ 6b3184 commitdiff | diff to current
2015-08-05 Aleksander Machniak
Small code improvements
blob@ 93e640 commitdiff | diff to current
2015-06-28 Aleksander Machniak
Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code
blob@ 8447ba commitdiff | diff to current
2015-06-26 Aleksander Machniak
Fix so microseconds macro (u) in log_date_format works (#1490446)
blob@ 9aae1b commitdiff | diff to current
2015-06-07 Aleksander Machniak
CS fixes
blob@ a95874 commitdiff | diff to current
2015-05-23 Aleksander Machniak
Installer: Use openssl_random_pseudo_bytes() (if available) to generate des...
blob@ 3994b3 commitdiff | diff to current
2015-03-03 Thomas Bruederli
Add untility function to match strings ignoring word order
blob@ c32998 commitdiff | diff to current
2014-12-28 Thomas Bruederli
Fix rcube_utils::normalize_string() to support unicode characters + add arg...
blob@ e8b82c commitdiff | diff to current
2014-12-28 Thomas Bruederli
Make rcube_utils::strtotime() timezone aware (#1490163)
blob@ 09c58d commitdiff | diff to current
2014-11-22 Aleksander Machniak
Fix rcube_utils::anytodatetime() with no timezone specified
blob@ 787a42 commitdiff | diff to current
2014-09-13 Aleksander Machniak
Fix validation of email addresses with IDNA domains (#1490067)
blob@ 848e20 commitdiff | diff to current
2014-08-28 Aleksander Machniak
Get rid of DIRECTORY_SEPARATOR for consistency
blob@ 29c24e commitdiff | diff to current
2014-08-24 Aleksander Machniak
Added rcube_utils::resolve_url()
blob@ 5f5812 commitdiff | diff to current
2014-08-24 Aleksander Machniak
Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() fo...
blob@ 75bbad commitdiff | diff to current
2014-07-31 Thomas Bruederli
Add optional timezone argument for date conversion
blob@ cc8502 commitdiff | diff to current
2014-05-27 Aleksander Machniak
Fix broken normalize_string(), add support for ISO-8859-2
blob@ 49dad5 commitdiff | diff to current
2014-03-26 Felix Eckhofer
Remove usage of $RCMAIL global variable
blob@ 30e6b9 commitdiff | diff to current
2014-03-26 Felix Eckhofer
Add config variable 'proxy_whitelist'
blob@ ef721f commitdiff | diff to current
2014-02-07 Aleksander Machniak
Fix directories check in Installer on Windows (#1489576) Added rcube_utils:...
blob@ 517c9f commitdiff | diff to current
2013-12-20 Aleksander Machniak
Fix PHP warning when 1st argument of parse_host() is not a string (#1489486)
blob@ f6d23a commitdiff | diff to current
2013-12-17 Aleksander Machniak
Fix handling of X-Forwarded-For header with multiple addresses (#1489481)
blob@ a520f3 commitdiff | diff to current
2013-12-12 Aleksander Machniak
In normalize_string() replace 4-byte unicode characters with '?' character....
blob@ d19c0f commitdiff | diff to current
2013-10-28 Aleksander Machniak
Fixed saving contact birthday/anniversary dates before 01-01-1970
blob@ b1f3c3 commitdiff | diff to current
2013-10-26 Thomas Bruederli
Fix CSS selector modifications when nested in @media blocks
blob@ fdb30f commitdiff | diff to current
2013-10-13 Aleksander Machniak
Some micro-optimizations
blob@ ff6de9 commitdiff | diff to current
2013-10-12 Aleksander Machniak
Fix infinite loop in rcube_utils::mod_css_styles() after recent changes in ...
blob@ d1abd8 commitdiff | diff to current
2013-10-04 Aleksander Machniak
Fixed issues where HTML comments inside style tag would hang Internet Explorer
blob@ af79a7 commitdiff | diff to current
2013-10-03 Aleksander Machniak
Improved mailto: link arguments handling (#1489363)
blob@ eafd5b commitdiff | diff to current
2013-09-10 Thomas Bruederli
Improve handling of date strings and DateTime values in contacts
blob@ 52830e commitdiff | diff to current
2013-08-24 Aleksander Machniak
Fix handling of non-default date formats (#1489294) - remove ambiguous m/d/...
blob@ b32fab commitdiff | diff to current
2013-07-17 Thomas Bruederli
Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check
blob@ 4d480b commitdiff | diff to current
2013-06-20 Aleksander Machniak
Canonize boolean ini_get() results (#1489189)
blob@ 39b905 commitdiff | diff to current
2013-05-28 Aleksander Machniak
Add more rcube_utils tests
blob@ 896e2b commitdiff | diff to current
2013-05-28 Aleksander Machniak
Improve rcube_utils::file2class() to not return duplicates
blob@ fe0f1d commitdiff | diff to current
2013-05-07 Aleksander Machniak
Avoid uninitialized/unused variables
blob@ 3725cf commitdiff | diff to current
2013-04-15 Aleksander Machniak
Fix parsing invalid date string (#1489035)
blob@ b7570f commitdiff | diff to current
2013-01-23 Thomas Bruederli
Use the right variable for IPv6 check
blob@ 293a57 commitdiff | diff to current
2012-12-18 Aleksander Machniak
Cleanup, remove file paths from doc
blob@ d2534c commitdiff | diff to current
2012-11-27 Thomas Bruederli
Separate the very application-specific output classes from the Roundcube fr...
blob@ 60226a commitdiff | diff to current
2012-11-21 Aleksander Machniak
Framework files moved to lib/Roundcube
blob@ ba6f21 commitdiff | diff to current
first | « prev | next »