Aleksander Machniak
2013-10-17 037af6890fe6fdb84a08d3c86083e847c90ec0ad
2013-10-17 Thomas
Revert "Backported the canned responses feature to this release branch"
blob@ f0b2ed commitdiff | diff to current
2013-10-17 Thomas
Revert "Allow sysadmins to define static responses which are immutable for ...
blob@ b0b2fe commitdiff | diff to current
2013-09-19 Thomas Bruederli
Allow sysadmins to define static responses which are immutable for the user
blob@ 84ffd5 commitdiff | diff to current
2013-09-04 Thomas Bruederli
Backported the canned responses feature to this release branch
blob@ 92a3c4 commitdiff | diff to current
2013-07-10 Thomas Bruederli
Backported changes from the dev-advanced-ldap-groups branch to 0.9
blob@ 0bd15f commitdiff | diff to current
2013-07-10 Thomas Bruederli
Backported the treelist refactoring to 0.9
blob@ 946657 commitdiff | diff to current
2013-08-26 Aleksander Machniak
Fix bugs when invoking contact creation form when read-only addressbook is ...
blob@ 4fbbd8 commitdiff | diff to current
2013-08-25 Aleksander Machniak
Fix so additional headers are added to all messages sent (#1489284)
blob@ 70eac8 commitdiff | diff to current
2013-06-20 Aleksander Machniak
Canonize boolean ini_get() results (#1489189)
blob@ b96be3 commitdiff | diff to current
2013-06-11 Aleksander Machniak
Fix error when there's no writeable addressbook source (#1489162)
blob@ acb4b7 commitdiff | diff to current
2013-04-29 Aleksander Machniak
Fix list page reset when viewing a message in Larry skin (#1489076)
blob@ af98eb commitdiff | diff to current
2012-12-18 Aleksander Machniak
Plugin API: Added message_before_send hook
blob@ dfc578 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-27 Thomas Bruederli
Move shortcut functions to framework class
blob@ 10da75 commitdiff | diff to current
2012-11-27 Aleksander Machniak
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
blob@ a92beb commitdiff | diff to current
2012-11-23 Aleksander Machniak
Fix hidden flag and default_addressbook settings handling
blob@ 65dff8 commitdiff | diff to current
2012-11-12 Aleksander Machniak
Renamed config options: keep_alive to refresh_interval, min_keep_alive to m...
blob@ f22654 commitdiff | diff to current
2012-11-11 Aleksander Machniak
Added cross-task 'refresh' request for system state updates
blob@ 77de23 commitdiff | diff to current
2012-11-08 Aleksander Machniak
Simplify keep-alive action. Now the interval is based on session_lifetime, ...
blob@ c442f8 commitdiff | diff to current
2012-10-31 Thomas Bruederli
Improve client-side timezone detection using jsTimezoneDetect by Jon Nyland...
blob@ 086b15 commitdiff | diff to current
2012-10-22 Jean-Louis Dupond
Give option to hide DB address book with addressbook plugin
blob@ 5526f9 commitdiff | diff to current
2012-10-18 Thomas Bruederli
Merge branch 'master' of github.com:roundcube/roundcubemail
blob@ 9f0ca2 commitdiff | diff to current
2012-10-18 Thomas Bruederli
Don't display session error message if imap connection failed
blob@ 7ea292 commitdiff | diff to current
2012-10-18 Aleksander Machniak
Remove automatic to-lowercase conversion of usernames (#1488715)
blob@ df95e7 commitdiff | diff to current
2012-10-16 Aleksander Machniak
Fix return value of storage_connect()
blob@ 5f6c71 commitdiff | diff to current
2012-09-21 Aleksander Machniak
Re-fix HTML entities handling in addressbook names
blob@ 1b9923 commitdiff | diff to current
2012-09-13 Aleksander Machniak
Fix invalid error message on deleting mail from read only folder (#1488694)
blob@ 524e48 commitdiff | diff to current
2012-08-27 Aleksander Machniak
Fix deprecated functions usage
blob@ 6075f0 commitdiff | diff to current
2012-08-24 Aleksander Machniak
Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)
blob@ 553225 commitdiff | diff to current
2012-08-17 Aleksander Machniak
Fix bug where domain name was converted to lower-case even with login_lc=fa...
blob@ c72325 commitdiff | diff to current
2012-07-13 Thomas Bruederli
Avoid warnings; silently pipe http: urls through rcmail::url()
blob@ 88fb56 commitdiff | diff to current
2012-07-10 Aleksander Machniak
Simplified method of getting default addressbook. Make sure to use the same...
blob@ 840b4d commitdiff | diff to current
2012-06-30 Aleksander Machniak
Show explicit error message when provided hostname is invalid (#1488550)
blob@ 7c8fd8 commitdiff | diff to current
2012-06-08 Aleksander Machniak
Fix attachment sizes in message print page and attachment preview page (#14...
blob@ 8749e9 commitdiff | diff to current
2012-05-26 Aleksander Machniak
Fix host autoselection when default_host is an array (#1488495)
blob@ 45dd7c commitdiff | diff to current
2012-05-23 Thomas Bruederli
Add another alias for backwards compatibility
blob@ b97f21 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Add is_escaped attribute for html_select and html_textarea (#1488485)
blob@ 0a1dd5 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Deprecate storage_connect() method
blob@ 5a575b commitdiff | diff to current
2012-05-22 Aleksander Machniak
Add imap_connect() method for backward compat.
blob@ 38a08c commitdiff | diff to current
2012-05-01 thomascube
Better handling of HTTP request errors; re-send keep-alive requests on fail...
blob@ 110360 commitdiff | diff to current
2012-04-19 alecpl
- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time()...
blob@ 6a8b4c commitdiff | diff to current
2012-04-18 alecpl
- Fix render_folder_tree_select() (#1488441)
blob@ e7ca04 commitdiff | diff to current
2012-04-16 alecpl
- Moved session init/config functionality into rcube class
blob@ 963a10 commitdiff | diff to current
2012-04-16 alecpl
- Framework refactoring (I hope it's the last one): rcube,rcmail,rcube_ui...
blob@ 1aceb9 commitdiff | diff to current
2012-04-13 alecpl
- Merge devel-framework branch, resolved conflicts
blob@ 0c2596 commitdiff | diff to current
2012-03-22 thomascube
Always return the correct connection state
blob@ b8ea16 commitdiff | diff to current
2012-03-19 alecpl
- Image resize with GD extension (#1488383)
blob@ a71a97 commitdiff | diff to current
2012-02-25 thomascube
Remember custom skin selection after logout (#1488355)
blob@ 40d246 commitdiff | diff to current
2012-02-21 thomascube
Refactored IMAP cache expunge: delegate to storage object; don't rely on de...
blob@ fec2d8 commitdiff | diff to current
first | « prev | next »