summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-11-26Add new identity level: one identity with edit only signaturejeremie kornobis
2012-11-12Grancefully handle SSO redirections on Ajax requestsjkornobis
On some SSO systems, when the SSO session is expired, the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page. This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page. Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually.
2012-10-28Fix error in IE<8Aleksander Machniak
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-27Merge pull request #38 from dupondje/masterThomas B.
Option to hide SQL addressbook
2012-10-26Prepare template processor to handle skin inheritanceThomas Bruederli
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-24Show compose options if they were visible in openerThomas Bruederli
2012-10-24Fix new (empty) window opening on FF and othersThomas Bruederli
2012-10-24Refactored compose UI according to discussions on the mailing listThomas Bruederli
2012-10-24Add option to disable saving sent mail in Sent folder - ↵Aleksander Machniak
no_save_sent_messages (#1488686)
2012-10-24- Fix handling dont_override with message_sort_col and message_sort_order ↵Aleksander Machniak
settings (#1488760)
2012-10-24Remove leftover codeAleksander Machniak
2012-10-23Give option to hide DB address book with addressbook pluginJean-Louis Dupond
2012-10-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-22Convert all identity headers into the desired message charsetThomas Bruederli
2012-10-22Fix HTML part detection in messages with attachments (#1488769)Aleksander Machniak
2012-10-21Fixed undefined global variableAleksander Machniak
2012-10-20Short text label in en_GBThomas Bruederli
2012-10-20Fix bug where wrong words were highlighted on spell-before-send checkAleksander Machniak
2012-10-19Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-19Display email address if contact has more than one (in compose address book ↵Thomas Bruederli
widget)
2012-10-19Match http://localhost/xxx as linkThomas Bruederli
2012-10-19Improved error message when setting required options fails (#1488682)Aleksander Machniak
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-10-18Skip redundant SELECT on new user creationAleksander Machniak
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-18Don't display session error message if imap connection failedThomas Bruederli
2012-10-18Fix handling of URLs with asterisk characters (#1488759)Aleksander Machniak
2012-10-18Ignore htmlspecialchars() warningsAleksander Machniak
2012-10-18Remove automatic to-lowercase conversion of usernames (#1488715)Aleksander Machniak
2012-10-17Close compose step in opener windowThomas Bruederli
2012-10-17Copy translations from pluginThomas Bruederli
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-10-17Make possible rcube_plugin_api class extendingAleksander Machniak
2012-10-17Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-10-17s/rcmail/rcube/Aleksander Machniak
2012-10-17Fix the fix for empty text parts handling (#1488757)Aleksander Machniak
2012-10-16Fix return value of storage_connect()Aleksander Machniak
2012-10-16Display connection errors in UI. Stack error messages in popup (Larry skin)Thomas Bruederli
2012-10-16Fix post-filtering vlv results, fixes warning "mb_strtolower() expects ↵Aleksander Machniak
parameter 1 to be a string, array given"
2012-10-15Partially revert 9546d22c6: don't validate with parse_charset()Thomas Bruederli
2012-10-15Better fix for headers decoding problem: fetch them as raw and let ↵Thomas Bruederli
rcube_mime::decode_address_list() do the job right
2012-10-15Avoid unnecessary strtoupper() calls but validate target charset if specifiedThomas Bruederli
2012-10-15Fix header charset decoding when opening a draft messageThomas Bruederli
2012-10-12Fix displaying of multipart/alternative messages with empty parts (#1488750)Aleksander Machniak
2012-10-11- Very small perf improvementAleksander Machniak
2012-10-11Add flags and date arguments to kolab_storage::save_message()Aleksander Machniak
2012-10-11Support flags and date arguments in APPEND commandAleksander Machniak
2012-10-11Fix threaded list sorting on PHP < 5.2.9 (#1488748)Aleksander Machniak