Commit Graph

11525 Commits (aadb13e25f73d783f731a99f9b9c2ea43bb10c79)
 

Author SHA1 Message Date
Thomas Bruederli aadb13e25f Bump version to 1.4.4 4 years ago
Aleksander Machniak 9bbda422ff Fix CSRF bypass that could be used to log out an authenticated user (#7302) 4 years ago
Aleksander Machniak 814eadb699 Fix local file inclusion (and code execution) via crafted 'plugins' option 4 years ago
Aleksander Machniak fcfb099477 Fix remote code execution via crafted 'im_convert_path' or 'im_identify_path' settings 4 years ago
Aleksander Machniak 1c239c90d9 Fix XSS issue in handling of CDATA in HTML messages 4 years ago
Aleksander Machniak 301670f081 Fix so Print button for PDF attachments works on Firefox >= 75 (#5125) 4 years ago
Aleksander Machniak be68e3f679 Fix typo 4 years ago
Aleksander Machniak 37acfc2e03 Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these (#7331) 4 years ago
Aleksander Machniak 080b0afd95 Make install-jsdeps.sh script working without the 'file' program installed (#7325) 4 years ago
Aleksander Machniak ecfee7470c Fix bug where some message/rfc822 parts could not be attached on forward (#7323) 4 years ago
Aleksander Machniak 343da344e0 Fix characters encoding in group rename input after group creation/rename (#7330) 4 years ago
Aleksander Machniak 0d43c51ce1 Mailvelope: Fix bug where recipients with name were not handled properly in mail compose (#7312) 4 years ago
Aleksander Machniak 808f374f42 Revert "Fix bug where session was destoryed with window close (#7251)"
This reverts commit 32fac136db.
4 years ago
Aleksander Machniak 15e924fd64 Fix bug where a special folder couldn't be created if a special-use flag is not supported (#7147) 4 years ago
Aleksander Machniak c99e093f8a Fix so imap error message is displayed to the user on folder create/update (#7245) 4 years ago
Aleksander Machniak 43f90d31c8 Fix bug where session was destoryed with window close (#7251) 4 years ago
Aleksander Machniak 5666ae00a8 Elastic: Restrict logo size in print view (#7275) 4 years ago
PhilW 2ba62d0c98 zipdownload: enable menu options when menu is opened 4 years ago
Aleksander Machniak 7c081d7d72 Update changelog 4 years ago
Aleksander Machniak a74a9e5fc2 Fix marking as spam/ham on moving messages with Move menu (#7189) 4 years ago
Aleksander Machniak cd73ca05d8 Fix PHP warning for real (#7206) 4 years ago
PhilW 1bc41d3a5f markasjunk: handle select all case (#7206) 4 years ago
Aleksander Machniak ae71f01b33 Elastic: Fix color of a folder with recent messages (#7281) 4 years ago
Aleksander Machniak 746ccb7fdf Fix literals handling again 4 years ago
Aleksander Machniak 59af9944ea Update changelog
[skip ci]
4 years ago
dessert1 2005b895be Fix handling keyservers configured with protocol prefix (#7295)
`|^[a-z]://|` matches only single-character protocol shortnames, to correctly exclude e.g. `hkps://` the expression should be `|^[a-z]+://|` instead.
4 years ago
Aleksander Machniak 734f97511a Fix bug where multiple images in a message were replaced by the first one on forward/reply/edit (#7293) 4 years ago
Aleksander Machniak ade470aac9 Support many string literals in a "line response", deduplicate code 4 years ago
Aleksander Machniak a71b33f568 Fix string literals handling in IMAP STATUS (and various other) responses (#7290) 4 years ago
Aleksander Machniak 518d1aea71 Fix internal cache use in rcube_imap::get_message()
Two folders, personal and shared, can contain the same UIDs, so
we should check UID and folder name when dealing with internally
cached message.
4 years ago
Aleksander Machniak 3a32a1e246 Fix cursor position after inserting a group to a recipient input using autocompletion (#7267)
... for larry and classic skins.
4 years ago
Aleksander Machniak 7793386683 Fix regression in testing database schema on MSSQL (#7227) 4 years ago
Aleksander Machniak edbcb03237 Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246) 4 years ago
Aleksander Machniak 73e2b0584a Fix missing contact display name in QR Code data (#7257) 4 years ago
Aleksander Machniak f0aafa98ee Fix scroll-jump in MS Edge when using autoresizeable textarea (#7230) 4 years ago
Aleksander Machniak 5de09e9f21 Update changelog for #7261 4 years ago
Aleksander Machniak 81e55f8033 Elastic: Fix recipient input bug when using click to select a contact from autocomplete list (#7231) 4 years ago
Aleksander Machniak 1c5f83d41c Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230) 4 years ago
Aleksander Machniak 233beea354 Fix identity selection on reply when both sender and recipient addresses are included in identities (#7211) 4 years ago
Aleksander Machniak 88660cd465 Fix bug where original attachments with Content-Id were attached to the message on reply (#7122)
All Content-Disposition:inline parts that aren't used in the body are ignored on reply/forward/edit.
4 years ago
Thomas Bruederli 0c8b71059b Remove plugins/elastic4mobile submodule which was accidentally committed 4 years ago
Thomas Bruederli 273707f378 Bump version to 1.4.3 4 years ago
Aleksander Machniak 322ab30fb9 Update changelog 4 years ago
Paul J. Dorn 9cb796ee2b Fix using unix:///path/to/socket.file in memcached driver (#7210)
off by one when stripping the memcache (sans d) compatible AF_UNIX prefix
4 years ago
Aleksander Machniak 65d6a5aa51 Update localization 4 years ago
Aleksander Machniak ab3220d046 Enigma: Fix bug where "Send unencrypted" button didn't work in Elastic skin (#7205) 4 years ago
Aleksander Machniak ea1260ea72 Fix regression where using an absolute path to SQLite database file on Windows didn't work (#7196) 4 years ago
Aleksander Machniak bff226801d Enigma: Fix incorrect encrypted mail structure (boundary) with Mail_Mime >= 1.10.5 4 years ago
Aleksander Machniak b35bf87105 Fix bug where it wasn't possible to save flag actions (#7188)
Display proper error when no flag is selected.
4 years ago
Aleksander Machniak 7f45e47f00 Fix display issues with mail subject that contains line-breaks (#7191) 4 years ago