summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-23Bump version to 1.0.51.0.5Thomas Bruederli
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap ↵Aleksander Machniak
search (#1490229) Conflicts: CHANGELOG
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s) Conflicts: program/js/app.js
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message. Conflicts: CHANGELOG
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
Conflicts: CHANGELOG
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
Conflicts: CHANGELOG
2015-01-07Correctly handle DateTime values in Vcard exportThomas Bruederli
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
2014-12-29Update changelogAleksander Machniak
2014-12-29Fix offset of download iconAleksander Machniak
2014-12-27Use current year for timezone offset displayThomas Bruederli
2014-12-25Add _mbox parameter to the 'mark' request sent after opening a messageAleksander Machniak
2014-12-23Update changelogAleksander Machniak
2014-12-23Merge pull request #252 from corbosman/uufixAleksander Machniak
fix uupart handling
2014-12-22fix uupart handlingcorbosman
2014-12-18Bump version1.0.4Thomas Bruederli
2014-12-17Read page and page_size before check_recent hook is executedAleksander Machniak
- some plugins may change them to invalid values (in mail context)
2014-12-15Fix bugs where CSRF attacks were still possible on some requestsAleksander Machniak
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option. Conflicts: CHANGELOG
2014-11-16Update changelogAleksander Machniak
2014-11-16The following:David Carter
program/steps/mail/compose.inc :: rcmail_store_target_selection() program/steps/settings/edit_folder.inc :: rcmail_folder_form() both try to localise mailbox names. Push the logic down into the folder_selector() method which can use: $this->config->get('show_real_foldernames') to decide the correct default behaviour. Clients functions and methods can still override by adding 'realnames' named parameter to the folder_selector() call. The obvious example is the Settings -> Preferences -> Special Folders screen.
2014-11-15Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-1.0
2014-11-15Fix issue where Archive folder wasn't protected in Folder Manager (#1490154)Aleksander Machniak
2014-11-14Updated localizations from TransifexThomas Bruederli
2014-11-14Fix lack of delimiter for recipient addresses in smtp_log (#1490150)Aleksander Machniak
2014-11-11Fix bug where cancelling switch from HTML to plain text didn't set editor ↵Aleksander Machniak
type selector properly (#1490141)
2014-11-06Call exif_read_data() only on JPEG imagesAleksander Machniak
2014-10-31Fixed typoAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_plugin.php
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114) Conflicts: program/js/app.js
2014-10-28Fix bug where creating subfolders in shared folders wasn't possible without ↵Aleksander Machniak
ACL extension (#1490113)
2014-10-28Disable TinyMCE contextmenu plugin as there are more cons than pros in using ↵Aleksander Machniak
it (#1490118)
2014-10-24Fix of really fix UNKNOWN-CTE handlingBartlomiej Nogas
2014-10-24Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115)Aleksander Machniak
2014-10-23Really fix UNKNOWN-CTE handlingAleksander Machniak
2014-10-23Fix "PHP Fatal error: Cannot redeclare class PEAR" if both ↵Aleksander Machniak
program/lib/PEAR.php and composer loaders exist (#1490112)
2014-10-23Fix handling of UNKNOWN-CTE response, try do decode content client-side ↵Aleksander Machniak
(#1490046)
2014-10-23Fix handling of base64-encoded attachments with extra spaces (#1490111)Aleksander Machniak
2014-10-22Fix handling of uuencoded messages if messages_cache is enabled (#1490108)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_message.php
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
2014-10-18Fix font style display issue in HTML messages with styled <span> elements ↵Aleksander Machniak
(#1490101)
2014-10-18Fix displaying of HTML messages with absolutely positioned elements in Larry ↵Aleksander Machniak
skin (#1490103)
2014-10-10Fix regression in SHAA password generation in ldap driver of password plugin ↵Aleksander Machniak
(#1490094)
2014-10-04Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)Aleksander Machniak
Conflicts: CHANGELOG
2014-09-29Fix handling of smart list inputs1.0.3Aleksander Machniak
2014-09-28Support hashing algorithms without mhash() and even hash() extension (#1490076)Aleksander Machniak