Dennis1993
2013-07-16 906953126e0657bc4a6cdc907f4735b7708d52f4
2013-07-12 Thomas Bruederli
Allow to load config files for different environments (#1487311); keep (non...
tree@ deb2b8 commitdiff
2013-07-12 Thomas Bruederli
Enable fixed list header in IE7, too. Seems to work after some testing
tree@ f67777 commitdiff
2013-07-10 Thomas Bruederli
Merged configuration refactoring from 'dev_config' branch back into master ...
tree@ 0703bf commitdiff
2013-07-10 Aleksander Machniak
Simplified logic of finding non-existent but subscribed folders. Should be ...
tree@ bd2846 commitdiff
2013-07-10 Thomas Bruederli
Enable fixed message list header in classic skin
tree@ 8efdd9 commitdiff
2013-07-10 Aleksander Machniak
Fix parse error from last commit
tree@ 6dd22a commitdiff
2013-07-09 Thomas Bruederli
Finally: make message list header stay on top when scrolling (#1295420)
tree@ 73ad4f commitdiff
2013-07-09 Aleksander Machniak
Performance fix: Do not ask for folder attributes if we know that folder do...
tree@ e89d8f commitdiff
2013-07-09 Aleksander Machniak
Fix identity selection when opening extwindow from compose window
tree@ d3d1e3 commitdiff
2013-07-08 Aleksander Machniak
Fix bug where signature wasn't changed on identity selection when editing a...
tree@ 3b944e commitdiff
2013-07-08 Aleksander Machniak
Fix IMAP SETMETADATA parameters quoting (#1489231)
tree@ cc02a9 commitdiff
2013-07-08 Aleksander Machniak
Merge pull request #86 from mweimerskirch/patch-2
tree@ 1ca1e2 commitdiff
2013-07-08 Aleksander Machniak
Fix "could not load message" error on valid empty message body (#1489228)
tree@ 8acf62 commitdiff
2013-07-07 Michel Weimerskirch
Added support for the enchant spell checking engine
tree@ f99aa1 commitdiff
2013-07-05 Aleksander Machniak
Update to Mail_Mime 1.8.8
tree@ 4c8bec commitdiff
2013-07-04 Aleksander Machniak
Fix handling of message/rfc822 attachments on message forward and edit (#14...
tree@ cb1715 commitdiff
2013-07-04 Aleksander Machniak
Fix parsing of square bracket characters in IMAP response strings (#1489223)
tree@ 6e57fb commitdiff
2013-07-03 Aleksander Machniak
Store group objectclass to member attribute mapping in one place, cs fixes
tree@ 3e7b9b commitdiff
2013-07-03 Aleksander Machniak
Fix groups list in contact info page - get_record_groups() result is a ID=>...
tree@ 42b9ce commitdiff
2013-07-03 Thomas Bruederli
Fix binary data upload with jQuery.ajax()
tree@ 988840 commitdiff
2013-07-02 Aleksander Machniak
Don't clear References and in-Reply-To when a message is "edited as new" (#...
tree@ bd73a8 commitdiff
2013-07-02 Aleksander Machniak
Make possible to disable some (broken) IMAP extensions with imap_disable_ca...
tree@ ed3e51 commitdiff
2013-07-01 Aleksander Machniak
Fix so setting frame to blank page works also while frame is loading anothe...
tree@ 446dbe commitdiff
2013-07-01 Aleksander Machniak
Fix email duplicate check on contact move/copy
tree@ a3f745 commitdiff
2013-07-01 Aleksander Machniak
Contacts drag-n-drop default action is to move contacts (#1488751) Added po...
tree@ a45f9b commitdiff
2013-06-30 Aleksander Machniak
Fix message list sort with THREADS=REFS and sort column other than "None" o...
tree@ 049ba0 commitdiff
2013-06-30 Aleksander Machniak
Use absolute paths in is_dir() checks to prevent open_basedir related warnings
tree@ b7addf commitdiff
2013-06-29 Aleksander Machniak
Fix messages list sorting with THREAD=REFS
tree@ d4a2ea commitdiff
2013-06-28 Thomas Bruederli
Enable legacy mode: allow running with old config files and log warnings ev...
tree@ 0f39b4 commitdiff
2013-06-28 Aleksander Machniak
Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)"
tree@ 7045bb commitdiff
2013-06-28 Aleksander Machniak
Fix so filename label is "Name" not "Display name"
tree@ ad052b commitdiff
2013-06-27 Thomas Bruederli
Synchronized localization files with Transifex
tree@ a7e089 commitdiff
2013-06-27 Aleksander Machniak
Add some displayed attachment info into javascript environment
tree@ eaf383 commitdiff
2013-06-26 Aleksander Machniak
Support 'univentiongroup' objectclass, small code improvements
tree@ 1b52cf commitdiff
2013-06-26 Aleksander Machniak
Refactoring in groups cache handling code, CS fixes
tree@ 4feb8e commitdiff
2013-06-26 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ 342788 commitdiff
2013-06-26 Aleksander Machniak
Make identity signature field wider (#1489159)
tree@ d675ab commitdiff
2013-06-26 Thomas Bruederli
Don't query cache if static group_filter list is used
tree@ b373ac commitdiff
2013-06-26 Thomas Bruederli
Disable dragging/copying of contact groups
tree@ 6ff6be commitdiff
2013-06-26 Thomas Bruederli
Describe group filter's name_attr in sample config; defaults to 'cn' if not...
tree@ 9eaf68 commitdiff
2013-06-25 Aleksander Machniak
Fix empty messages list when register_globals is enabled (#1489157)
tree@ a5b79b commitdiff
2013-06-25 Aleksander Machniak
Improve code readability
tree@ 8f42c3 commitdiff
2013-06-25 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ 2b3a3b commitdiff
2013-06-25 Aleksander Machniak
Performance improvement for searching in threaded mode. We can use cached i...
tree@ 855c85 commitdiff
2013-06-25 Victor Benincasa
Fix improper error checking
tree@ 093a3d commitdiff
2013-06-24 Aleksander Machniak
Revert change where NULL config value wasn't handled as unset (#1489202)
tree@ 2787fb commitdiff
2013-06-24 Aleksander Machniak
Improved/unified attachment preview page Implemented attachment print button
tree@ 049428 commitdiff
2013-06-22 Aleksander Machniak
Fix error when searching in threaded mode
tree@ f255dd commitdiff
2013-06-21 Aleksander Machniak
CS fixes
tree@ 39a82a commitdiff
2013-06-21 Aleksander Machniak
Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is d...
tree@ 9df7e1 commitdiff
first | « prev | next »