Thomas Bruederli
caa53b1316
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
4500b2f79b
Consolidate quote_string() method usage; don't add additional filter if required field is already in search query
12 years ago
Aleksander Machniak
e7fa2ce56d
Fix so install do not fail when one of DB driver checks fails but other drivers exist ( #1489178 )
12 years ago
Thomas Bruederli
dd54725b21
Merge branch 'dev-advanced-ldap-groups':
...
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
12 years ago
Thomas Bruederli
b531277d03
Mention new feature in changelog
12 years ago
Aleksander Machniak
428764bf34
Fix so exported vCard specifies encoding in v3-compatible format ( #1489183 )
12 years ago
Aleksander Machniak
38271f246b
Merge pull request #58 from kanarip/master
...
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
12 years ago
Thomas Bruederli
e11e7e786b
Add UI elements for message import to classic skin
12 years ago
Aleksander Machniak
5c74e86eee
Fix messages list column dragging after changing column/sort settings
12 years ago
Thomas Bruederli
f7ac79ced5
Display '(empty subject)' in message view if subject header is missing ( #1489108 )
12 years ago
Aleksander Machniak
3dbe4f79e4
Fix session issues when local and database time differs ( #1486132 )
...
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
12 years ago
Aleksander Machniak
ac1a962b51
Remove session.auto_start setting. It is already too late to set this option.
12 years ago
Aleksander Machniak
8ea08a8264
Split managesieve.php file into two
12 years ago
Aleksander Machniak
1dcd9406bd
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
0185a27907
Implemented date, currentdate and index - RFC5260 ( #1488120 )
12 years ago
Thomas Bruederli
9a7c575650
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
5c6e74b176
Fix js error on operator change
12 years ago
Aleksander Machniak
f41708ced0
Remove old enable_caching option from Installer
12 years ago
Aleksander Machniak
1aff0e7ce2
Fix version selector - do not list versions newer than 0.9.0, use
...
"0.9 or newer" instead.
12 years ago
Thomas Bruederli
4f53ab347e
Add feature to import messages to the currently selected folder
12 years ago
Thomas Bruederli
bf305c1810
Added section for upcoming 0.9.2 release
12 years ago
Thomas Bruederli
c7f958df50
Add styles for image thumbnails in print mode ( #1489134 )
12 years ago
Thomas Bruederli
020bded515
Set minimum height for message headers block ( #1489108 )
12 years ago
Aleksander Machniak
99e17f6131
Fix timeout issue on drag&drop uploads ( #1489170 )
12 years ago
Aleksander Machniak
f0398c87d9
Use rcube_cache class to store attachments in database.
...
Add options to configure TTL and cache type.
12 years ago
Aleksander Machniak
df9d004cf8
Set TTL for attachments stored in sql database
12 years ago
Aleksander Machniak
12f1190a62
Fix typos in sql queries of garbage collector (expired -> expires)
12 years ago
Aleksander Machniak
603e048f73
Fix thread cache syncronization/validation ( #1489028 )
12 years ago
Aleksander Machniak
918a6a6e0e
Fix default sorting of threaded list when THREAD=REFS isn't supported.
...
The result need to be re-sorted even if sort column is not set. This fixes
the issue when new messages aren't displayed on top of the list.
12 years ago
Aleksander Machniak
9ac4006d64
Remove duplicated focus() after opening print window
12 years ago
Aleksander Machniak
36adaf630d
Improved width of message list menu dialog
12 years ago
Aleksander Machniak
22d48c2697
Use global show_real_foldername setting instead archive_localize_name
12 years ago
Thomas B.
c6a173f7f7
Merge pull request #80 from weisslj/fix-http-authentication-plugin
...
Fix http_authentication_host usage after logout
12 years ago
Aleksander Machniak
ec532341ce
Fix list mode switch to 'List' after saving list settings in Larry skin ( #1489164 )
12 years ago
Aleksander Machniak
f3b55ee8e8
Do not reset messages count in set_folder()
12 years ago
Aleksander Machniak
a1679cb650
Use list input field for custom headers list
12 years ago
Aleksander Machniak
b41c1d9498
Small css fixes
12 years ago
Aleksander Machniak
a201e0704c
Small css fix
12 years ago
Aleksander Machniak
bba7814efe
Simplify list inputs (remove add button)
12 years ago
Aleksander Machniak
c6f0755860
Support string list arguments in filter form ( #1489018 )
12 years ago
Aleksander Machniak
ae80b5a309
Fix error when there's no writeable addressbook source ( #1489162 )
12 years ago
Aleksander Machniak
c6406eb1a9
Improved main preferences page performance by skipping form generation
...
when sections list is being build, CS fixes
12 years ago
Aleksander Machniak
85e65c3c76
Improvements to PR merge "add option show_real_foldernames"
12 years ago
Aleksander Machniak
174327c25c
Merge pull request #77 from dpc22/realnames
...
Add show_real_foldernames preference and configuration option.
12 years ago
Aleksander Machniak
545559307e
Make sure to use threads result cached in-memory for correct folder
12 years ago
Aleksander Machniak
49224720be
Fix zipdownload plugin issue with filenames charset ( #1489156 )
12 years ago
Johannes Weißl
d9a8d210f5
Fix http_authentication_host usage
...
Without this fix it is impossible to use a host different from config
option "http_authentication_host" after logout (fixup aec2869
).
12 years ago
Aleksander Machniak
60b6d7c389
Fix database cache expunge issues ( #1489149 ) - added 'expires' column
12 years ago
Aleksander Machniak
d186405c00
Simplified db connection initialisation code
12 years ago
Aleksander Machniak
66407a75d1
Fix date format issues on MS SQL Server ( #1488918 )
12 years ago