Aleksander Machniak
618513a113
Fix PHP warnings ( #9174 )
2 years ago
Aleksander Machniak
7fe57f275e
Fix duplicated Inbox folder on IMAP servers that do not use Inbox folder with all capital letters ( #9166 )
2 years ago
Aleksander Machniak
522562a4ab
Fix PHP8 fatal error when parsing a malformed BODYSTRUCTURE ( #9171 )
2 years ago
Aleksander Machniak
41756cc333
Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML messages ( #9168 )
2 years ago
Aleksander Machniak
ca41c16255
Update changelog
[skip ci]
2 years ago
Aleksander Machniak
7abd0c5ba7
Fix PHP8 warning ( #9160 )
2 years ago
Aleksander Machniak
994a8b6a7f
Fix javascript error when relational or spamtest extension is not enabled ( #9139 )
2 years ago
Aleksander Machniak
fe5da0b8d3
Fix default 'mime.types' path on Windows ( #9113 )
2 years ago
Aleksander Machniak
4c1a8e248d
Fix bug in es_ES localization ( #9146 )
2 years ago
Aleksander Machniak
5976ee7363
Fix PHP8 warnings ( #9142 )
2 years ago
Aleksander Machniak
f3fdd0afa5
Update changelog
[skip ci]
2 years ago
Aleksander Machniak
90f8f6641a
Makefile: Remove unused variable
2 years ago
Aleksander Machniak
7b9a8020ff
Fix PHP warning ( #9125 )
2 years ago
dependabot[bot]
1a615e9931
Bump actions/checkout from 3 to 4 ( #9131 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Aleksander Machniak
e92ec206a8
Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in plain text messages
Thanks to Niraj Shivtarkar for the report.
2 years ago
Aleksander Machniak
ac169c8708
Fix deprecated use of ldap_connect() in password's ldap_simple driver ( #9060 )
2 years ago
Aleksander Machniak
ec11c25de7
Fix various PHP warnings ( #9098 )
2 years ago
Aleksander Machniak
5f80470858
Fix "Show source" on mobile with x_frame_options = deny ( #9084 )
2 years ago
Aleksander Machniak
33ff28080c
Fix PHP8 warnings
2 years ago
Ashus
344c02c505
Fix errors while upgrading plugins with SQL migrations ( #9092 )
2 years ago
Aleksander Machniak
f0e7516af7
Fix PHP8 deprecation warning in the reconnect plugin ( #9083 )
Also improve performance by loading the plugin config file when needed.
2 years ago
Aleksander Machniak
74b6d29c62
Relax uuencode header regexp
2 years ago
Aleksander Machniak
9165e8d750
Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to non-binary FETCH ( #9097 )
2 years ago
Aleksander Machniak
2ddbc019ae
Fix regression in decoding mail parts FETCHed from IMAP ( #9096 )
2 years ago
Aleksander Machniak
93a599b105
Fix handling of mail parts that are encoded with x-uuencode ( #9096 )
2 years ago
Aleksander Machniak
25fac71c25
Add missing Uyghur localization
2 years ago
Aleksander Machniak
64198910b9
Tests: Fix compatibility with Dusk 7.9
2 years ago
Aleksander Machniak
e57b1d1369
CI: Enable PHP 8.3
2 years ago
Aleksander Machniak
54ef0fd0ca
FIx PHP8 warning ( #9071 )
2 years ago
Aleksander Machniak
b48a12054e
Add rcube_db::error_info()
2 years ago
Aleksander Machniak
59e6911850
Fix so install/update scripts do not require PEAR ( #9037 )
2 years ago
Aleksander Machniak
653475c489
Fix wrong order of a multi-folder search result when sorting by size ( #9065 )
2 years ago
Aleksander Machniak
5454c538d3
Fix PHP8 warnings
2 years ago
Aleksander Machniak
eaef7b3e4b
Fix PHP8 warnings
2 years ago
Aleksander Machniak
f40550f9d2
Fix regression where LDAP addressbook 'filter' option was ignored ( #9061 )
Also fix some PHP8 warnings
2 years ago
Aleksander Machniak
ca1b23ea9d
More fixes regarding rcmail::url() ( #9052 )
2 years ago
Aleksander Machniak
8adebeac8c
Update changelog
[skip ci]
2 years ago
Adrien Beau
e5c5676fcc
Fix sort_folder_comparator ( #9057 )
In case $path2 is longer than $path1, and all folders in $path1 are
equal to the corresponding folder in $path2 (in other words: $path2 is a
subfolder of $path1), sort_folder_comparator currently considers them
equal because it stops comparing when it reaches the end of $path1.
This breaks the ordering done by uasort() above, and breaks code that
relies on the folder list being sorted, notably the folders settings
page.
2 years ago
Aleksander Machniak
0597bdf186
Fix bug where a duplicate `<title>` tag in HTML email could cause some parts being cut off ( #9029 )
2 years ago
Aleksander Machniak
7a3c1b4d68
Fix potential PHP fatal error when opening a message with message/rfc822 part ( #8953 )
2 years ago
Aleksander Machniak
f7635575f6
Fix regression that broke use_secure_urls feature ( #9052 )
2 years ago
Aleksander Machniak
fb0e058db4
Update jQuery-UI to version 1.13.2 ( #9041 )
2 years ago
Aleksander Machniak
3e303234d5
Fix bug where installto.sh/update.sh scripts were removing some essential options from the config file ( #9051 )
Plus small code improvements
2 years ago
Aleksander Machniak
348f7f5a3c
CI: Add PHP 8.2
2 years ago
Aleksander Machniak
cc7e0b2757
Managesieve: Fix PHP fatal error when connection fails
2 years ago
Aleksander Machniak
fa492b8428
Fix PHP7 compat. break in last commit
2 years ago
Aleksander Machniak
b31ad1ad65
Fix so output of log_date_format with microseconds contains time in server time zone, not UTC
2 years ago
Aleksander Machniak
3e5d6f832f
Fix PHP8 warnings
2 years ago
Aleksander Machniak
e6571a64c6
Makefile: Use current git branch
2 years ago
Aleksander Machniak
8d66b7d0c0
Makefile: Build the package for minimum supported PHP version
Don't require jq
[skip ci]
2 years ago