Commit Graph

6294 Commits (cc15930548dd23d296e91d6fbff09cface001207)

Author SHA1 Message Date
Aleksander Machniak fa0769dc0e Better time handling in rcube_utils::clean_datestr() 10 years ago
Aleksander Machniak 0e15c9bd45 Remove debug code 10 years ago
Aleksander Machniak 4624b22967 Managesieve: Fix parsing of vacation date-time with non-default date_format (#5372)
Added new method rcube_utils::format_datestr() to convert date_format date
into ISO date format.
10 years ago
Aleksander Machniak 654d4e51fc Fix regression in resizing JPEG images with Imagick (#5376)
Conflicts:

	program/lib/Roundcube/rcube_image.php
10 years ago
Thomas Bruederli 12813e9d43 Fix German tranlsation for 'open' (#5360) 10 years ago
Thomas Bruederli 3a7a550518 Bump version to 1.2.1 10 years ago
Thomas Bruederli bd27c764c8 Updated localizations from Transifex 10 years ago
Aleksander Machniak 8ed954838b Fix javascript errors in IE on page with iframe that points to another domain 10 years ago
Aleksander Machniak 9fe1cf16b3 Fix handling of blockquote tags with mixed case on html2text conversion (#5363) 10 years ago
Aleksander Machniak 9a9a147c58 We already require PEAR, so it's not needed to check if PEAR class exists.
Sooner or later it will fail if PEAR does not exist, so better to do this sooner.
10 years ago
Aleksander Machniak 073961a1b6 Fix missing localization of HTML editor when assets_dir != INSTALL_PATH 10 years ago
fliespl 537aaa3d09 Remove deprecated function flattenImages
flattenImages in imagick is deprecated since php 5.6.
`PHP Deprecated:  Imagick::flattenImages method is deprecated and it's use should be avoided `

Proposed solution works with imagick 3.1.0+.
11 is used as an alternative to `Imagick::ALPHACHANNEL_REMOVE` which was added in imagick 3.2.0.
10 years ago
Aleksander Machniak a1e23a8967 Fix handling of 'mailto' and 'error' arguments in message_before_send hook (#5347)
Conflicts:
	program/lib/Roundcube/rcube.php
10 years ago
Aleksander Machniak 28090d38c1 Use contact_search_name format in popup on results in compose contacts search 10 years ago
Aleksander Machniak cd04cf4af0 Don't create multipart/alternative messages with empty text/plain part (#5283) 10 years ago
Thomas Bruederli 334b339bfe Avoid sending completely empty text parts for multipart/alternative messages (#5283) 10 years ago
Aleksander Machniak 75e136f28e Support type=password in rcube_output::get_edit_field() 10 years ago
Aleksander Machniak 25b651e0aa Update TinyMCE to version 4.3.13 (#5309)
Conflicts:
	CHANGELOG
10 years ago
Aleksander Machniak e2ca2e1d08 Trim error message 10 years ago
Aleksander Machniak 4dc138b8c1 Don't add HTTP response body/headers to the spellchecker error message (it is displayed to the user) 10 years ago
Aleksander Machniak b1217807f3 Fix bug where microsecond format in logged date didn't work in some cases 10 years ago
Aleksander Machniak 92df79b37b Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243) 10 years ago
Aleksander Machniak 205233f93d Workaround PHP issue by calling closelog() on script shutdown when using log_driver=syslog (#5289) 10 years ago
Aleksander Machniak 06d09b23c6 Fix handling of --delete argument in moduserprefs.sh script (#5296) 10 years ago
Aleksander Machniak e2278a3c1c Fix searching by email address in contacts with multiple addresses (#5291) 10 years ago
Thomas Bruederli fe1e2b27aa Add licence header to cloned PublicKey.js 10 years ago
Michael Herold 6612715f91 Fixes 'nobodywarning' on sending mailvelope mails 10 years ago
Aleksander Machniak 7a7c3fa8f2 Update localization, add Enigma plugin localizations
Conflicts:
	plugins/managesieve/localization/de_DE.inc
	plugins/managesieve/localization/pt_PT.inc
	plugins/managesieve/localization/sk_SK.inc
10 years ago
Aleksander Machniak 17ca166727 Protect INBOX folder even if protected_default_folders=false 10 years ago
Aleksander Machniak e660f157c0 Fix multi-folder search issues in "this and subfolders" scope (#5282, #5259)
- Fix bug where multi-folder search could choose a wrong folder
- Fix bug where multi-folder search didn't work for unsubscribed INBOX
10 years ago
Aleksander Machniak da96071780 Fix redundant keep-alive requests when session_lifetime is greater than ~20000 (#5273) 10 years ago
Aleksander Machniak 2a352732b5 Use minified publickey.js (with cache-buster) when available (#5254) 10 years ago
Aleksander Machniak a80981cdca Remove application/x-tar file extension test as it might not exist in nginx config (#5253)
Use text/css instead
10 years ago
Aleksander Machniak 2d12748662 Fix bug where message list columns could be in wrong order after column drag-n-drop and list sorting 10 years ago
Aleksander Machniak 7621c18b8e Fix bug where errors could have been not logged when per_user_logging=true
Conflicts:
	CHANGELOG
10 years ago
Thomas Bruederli 1d7be448f3 Some final localozation updates before release 10 years ago
Thomas Bruederli a7aecfee42 Update localizations from Transifex 10 years ago
Thomas Bruederli d2e2a8f32e Bump version to 1.2.0 (stable) 10 years ago
Aleksander Machniak 12b7d5f1b5 Fix XSS issue in href attribute on area tag (#5240, #5241) 10 years ago
Aleksander Machniak bd6d7645d7 Update localization 10 years ago
Aleksander Machniak 667ed37f77 Fix bug where Encrypt button appears when switching editor to HTML (#5235) 10 years ago
Aleksander Machniak 013aaeb895 CS improvements/fixes 10 years ago
Aleksander Machniak 0eece8222b Fix autoloading of 'html' class and improve autoloader performance 10 years ago
Aleksander Machniak 5d08d57005 Don't log ajax requests/responses, browser development tools already can show this information 10 years ago
Aleksander Machniak 5e406f7b7e Disable links list when converting html2text for spellchecking 10 years ago
Aleksander Machniak 1da8ffd52b Use "email" over "e-mail" consistently (#5212) 10 years ago
Aleksander Machniak 7abfe41ab7 Fix bug where getting HTML editor content could steal focus from other form controls (#5223) 10 years ago
Aleksander Machniak 7dad859ffa Fix message list multi-select/deselect issue (#5219) 10 years ago
Aleksander Machniak 52106ffd39 Fix bug where rcube_contacts::get_record() could return cached result when requested record wasn't found (#5218) 10 years ago
Aleksander Machniak e2e56261b9 Fix handling of long script/style tags when converting to text 10 years ago