summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-07-26Use the same hard-coded fields for vlv-based autocompletion as in ↵Thomas Bruederli
steps/mail/autocomplete.inc
2012-07-25CS fixesAleksander Machniak
2012-07-25Support COPYUID responses (store it in $data property)Aleksander Machniak
2012-07-24CS improvementsAleksander Machniak
2012-07-24Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-07-24Small performance improvement: use cookie 'secure' parameter if enabledAleksander Machniak
2012-07-24Set HttpOnly flag also for session cookieAleksander Machniak
2012-07-24Correctly quote localized labels when used in javascript variables (#1488567)Thomas Bruederli
2012-07-24Prefer default addressbook also when checking for existence of MDN request ↵Aleksander Machniak
recipient
2012-07-24Fix performance issue in message_headers_output hook handling,Aleksander Machniak
Update version number
2012-07-23Fix 403 error on file uploads with drag&drop (#1488539)Aleksander Machniak
2012-07-23Update ChangelogAleksander Machniak
2012-07-23Fixed scrollbars in Larry's iframesAleksander Machniak
2012-07-23Fixed PHP warning, added check for allowed characters in variable nameAleksander Machniak
2012-07-23Added translation for variable modifiersAleksander Machniak
2012-07-23Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)Aleksander Machniak
2012-07-23Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication ↵Aleksander Machniak
(#1488571)
2012-07-13Show contact photos in mail view and previewThomas Bruederli
2012-07-13Prepare to show contact photo of email sender in mail viewsThomas Bruederli
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-12Join address book toolbars againThomas Bruederli
2012-07-11Fix drag&drop feature test on IE7Thomas Bruederli
2012-07-11Put separated toolbars back together again; add min. width to mail viewThomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-07-10Use file_get_contents() to make code simpler and to fix possible infinite loopAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-07-06Improve iframe form buttons display: fix iframe heights and make footer ↵Thomas Bruederli
buttons float if scrolling is active
2012-07-06Suppress error message popups on login screenThomas Bruederli
2012-07-06Fix connection error alerts when page unloads (#1488547)Thomas Bruederli
2012-07-06There's a case (reason unknown) when destroy() is called with empty session key.Aleksander Machniak
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
2012-07-06Lighter colour for version lineAleksander Machniak
2012-07-05Move splitter between the boxes of message list and message previewThomas Bruederli
2012-07-05Revert "Small improvement for quicksearch box height/position"Thomas Bruederli
This reverts commit 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089.
2012-07-05Plugin API: Add 'unauthenticated' hook (#1488138)Aleksander Machniak
2012-07-05Move Help toolbar to the leftAleksander Machniak
2012-07-05Small improvement for quicksearch box height/positionAleksander Machniak
2012-07-05Set input field padding up again. That is by design.Thomas Bruederli
2012-07-04Some last layout changes for Larry: move search box to the right, visually ↵Thomas Bruederli
connect message list footer to the list
2012-07-02Set display_next option to true by default (in config template)Thomas Bruederli
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-06-30Slightly increase plain text font sizeThomas Bruederli
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
2012-06-30Decorated select width fix is also needed for IE and SafariAleksander Machniak
2012-06-29CSS improvements in mail screen:Aleksander Machniak
- don't display full-circle image for quota below 100% (but close to, e.g.97%) - unified selects style/height, - improvements in search box and messagelist footer
2012-06-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-28Better style for preview header toggleThomas Bruederli
2012-06-28Fix empty user agent string on error page for "incompatible browser" errorAleksander Machniak
2012-06-28Moved advanced switch into table actions menu - fixed css issue in Larry skinAleksander Machniak