Commit Graph

7395 Commits (1e6b8ff0aa9da56fb8f4d03904c96f9af5deabf6)
 

Author SHA1 Message Date
Aleksander Machniak 1e6b8ff0aa Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak ffc74814c1 Optimize "empty" framed pages size (#1489792) 10 years ago
Aleksander Machniak b360f707e8 Small code improvement 10 years ago
Aleksander Machniak 3d36e83806 Performance fix: don't send vcard/photo data to the browser after contact update 10 years ago
Aleksander Machniak 2b72ec46a7 Bypass cache when counting EXISTS messages 10 years ago
Aleksander Machniak 9eda939676 Disable cache when counting EXISTS messages 10 years ago
Aleksander Machniak 8f57ce136b Code improvements 10 years ago
Aleksander Machniak d519008498 Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Naifeh 10 years ago
Aleksander Machniak 547028280c Fix icon for DOC files 10 years ago
Aleksander Machniak 596d43be13 Add session ID (first 8 chars) to the log 10 years ago
Thomas Bruederli 06798312da Update Changelog 10 years ago
Thomas Bruederli 7c8533a1ab Update copyright year in about template 10 years ago
Aleksander Machniak 638ebf69c4 Fix/remove tests related to data-* attributes handling 10 years ago
Aleksander Machniak 1af3d97636 Unify lists' records and headers height no matter it's td, li or span 10 years ago
Aleksander Machniak 672621e389 Fix searching in addressbook broken with multi-folder search implementation (#1489869) 10 years ago
Aleksander Machniak 6b5dab613e Merge pull request #188 from bbraybrook/1489868
1489868 - additional_message_headers: correct example X-Originating-IP format
10 years ago
brendan braybrook 01cc39cce4 1489868 - additional_message_headers: correct example X-Originating-IP format 10 years ago
Aleksander Machniak 3cf97b112b Remove unused 'foldertray' container 10 years ago
Aleksander Machniak 7079110c61 Allow data-* attributes (#1489860) 10 years ago
Aleksander Machniak 48e92fcbba Add 'performance_stats' option, so perf. stats can be logged with disabled devel_mode 10 years ago
Aleksander Machniak 60a67f52ad Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6 10 years ago
Thomas Bruederli fd4436475c Reset search when swicthing folders to meet common expecations 10 years ago
Aleksander Machniak 2ea27162e8 Add comment about behavior with empty im_*_path 10 years ago
Aleksander Machniak 8968f9543f Support image operations with Imagick extension (#1489734) 10 years ago
Thomas B. d004009ebb Merge pull request #179 from corbosman/master
add preferences_section_header hook
10 years ago
Aleksander Machniak 93e12fa414 Support upload progress with session.upload_progress and PECL uploadprogress module (#1488702) 10 years ago
corbosman dba1c6f083 add preferences_section_header hook 10 years ago
Aleksander Machniak 37ac40719f Fix IMAP connection test in installer so it is aware of imap_auth_type (#1489746) 10 years ago
Aleksander Machniak cdf79e0926 Improve spellcheck_engine hint about 'googie' option 10 years ago
Aleksander Machniak 5309364e27 Support identities_level=4 in Installer 10 years ago
Aleksander Machniak c76e492392 Add all possible options in spellcheck_engine selector 10 years ago
Aleksander Machniak 3e49064dcf Ignore words containing only <> chars 10 years ago
Aleksander Machniak c51ba01bf2 jQuery-2.1.1 10 years ago
Aleksander Machniak c0037f1882 Improve rcube_find_object() performance by prefering getElementById() as this is the most common case 10 years ago
Aleksander Machniak 0070187e32 Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browser 10 years ago
Aleksander Machniak f923d4bac1 Small code improvements 10 years ago
Aleksander Machniak 378efddbbe MOve more IE<9 code to legacy_browser 10 years ago
Aleksander Machniak 3dfb94fe45 Replace setSelectionRange() call with universal rcmail.set_caret_pos() 10 years ago
Thomas Bruederli b0ce5c62af Make skin meta/hierarchy information accessible for plugins (#1488831) 10 years ago
Aleksander Machniak efdbf4a7d9 Support 'error' and 'body_file' return attribs in 'message_before_send' hook (#1489595) 10 years ago
Aleksander Machniak 65070fcbf4 Small code improvements 10 years ago
Aleksander Machniak c3ce9c9d16 Fix broken threads structure (#1489845) 10 years ago
Aleksander Machniak 204977598a Fix invalid host validation on login (#1489841) 10 years ago
Aleksander Machniak fb1203c07f Fix redundant warning when switching from html to text in empty editor (#1489819)
We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
10 years ago
Aleksander Machniak ecef4cc919 Add some unit tests for DB classes 10 years ago
Aleksander Machniak 3ce4f0a839 Revert [78a58162], TABLE_SCHEMA column does not exist in mysql, also
tables in postgres can be in 'public' schema.
10 years ago
Aleksander Machniak b6f7304d69 Fix too small length of users.preferences column data type on MySQL 10 years ago
Aleksander Machniak d7428263e9 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak d0aef23ba9 Support sql_debug option here 10 years ago
Aleksander Machniak 90f7aa9e39 Fix varius db_prefix issues (#1489839)
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
10 years ago