summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
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-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-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-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-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-04Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)Aleksander Machniak
Conflicts: CHANGELOG
2014-09-27Updated Changelog + bump versionThomas Bruederli
2014-09-27Enable/disable siganture commands before exiting the function in new compose ↵Thomas Bruederli
window (#1490074)
2014-09-26Initialize TinyMCE editor in rcmail.init() instead of a separate call after. ↵Thomas Bruederli
This makes the edior ready when restoring a HTML message from localStorage (#1490016)
2014-09-26Set comm_path env variable after resetThomas Bruederli
2014-09-17Make noshow attribute for roundcube:label tags actually work as supposedThomas Bruederli
2014-09-16Access list body through abstract propertyThomas Bruederli
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-09Don't override argument variable when collecting resultsThomas Bruederli
2014-09-08Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-1.0
2014-09-08Fix call to a member function get_compressed() on a non-objectAleksander Machniak
2014-09-03Fix merging folder annotations for folders with numeric names (only digits)Aleksander Machniak
2014-09-01Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948) Conflicts: CHANGELOG
2014-08-26Fix PERMANENTFLAGS checking in modFlag()Aleksander Machniak
2014-08-22Fix comm_path update on task switch (#1490041)Aleksander Machniak