summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-26unset email address with new level entity 4jeremie kornobis
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-29Ignore plugin_manager plugin.till
Allow packagist.
2012-10-28Fix error in IE<8Aleksander Machniak
2012-10-27Ignore sample plugin!till
2012-10-27Ensure the composer.json is never checked in.till
2012-10-27Enable our plugin repository: composer does not aggregate 'repositories' ↵till
from your dependencies. Add minimum-stability.
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-26Merge branch 'dev-compose-newwindow' of github.com:roundcube/roundcubemail ↵Thomas Bruederli
into dev-compose-newwindow
2012-10-26Style improvements in compose screenAleksander Machniak
2012-10-25Make this a -dist so people can customize it.till
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-24Merge pull request #39 from roundcube/topics/composerThomas B.
Basic composer support
2012-10-24Show compose options if they were visible in openerThomas Bruederli
2012-10-24Add a composer.json file.till
Add all dependencies.
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-24Align size column title to the left to fix overlapping with sorting arrowsAleksander Machniak
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-18Add gradient styles for IEThomas 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-18Fixed filter activation/deactivation confirmation message (#1488765)Aleksander Machniak
2012-10-17Close compose step in opener windowThomas Bruederli
2012-10-17Adapt classic skin to new extwin featureThomas 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-17Fix scrolling quirk in email preview frame using Opera 12 (#1488763)Aleksander Machniak
2012-10-17Make possible rcube_plugin_api class extendingAleksander Machniak