644 Commits (master)

Author SHA1 Message Date
Aleksander Machniak 249bc0e338 Fix so N property always exists in a vCard export (#8771) 3 years ago
Aleksander Machniak 80404a8674 Store uploads metadata in a separate sql database table instead of a session (#8415) 3 years ago
Aleksander Machniak 2859a69338 Remove tests related to MSSQL and Oracle 3 years ago
Aleksander Machniak 2847154cd0 Fix bug where multiline data:image URI's in emails were stripped from the message on display (#8613) 3 years ago
Aleksander Machniak aac9b696b8 Fix various PHP 8.2 warnings 3 years ago
Aleksander Machniak 44b3ef6671 Small code improvement 3 years ago
Aleksander Machniak 01e42cfe57 Fix bug where config creation in Installer did ignore options in the form (#8634) 3 years ago
Aleksander Machniak 5c4e18820e Fix anchor links in HTML mail (#8632) 3 years ago
Aleksander Machniak acc6b72f12 Use smaller interval 3 years ago
Aleksander Machniak 8bf7f64c4f Browser tests: Increase pause in mobile toolbar menu testing 3 years ago
Aleksander Machniak 8fdb7e8c55 Try to fix browser tests 3 years ago
Aleksander Machniak 31241485de Advanced mail search syntax with more possibilities (without UI) (#8502) 3 years ago
Aleksander Machniak f8b2afac0c Update changelog and tests 3 years ago
Aleksander Machniak 83bc6289f5 Fix bug where a recipient address containing UTF-8 characters was ignored when sending an email (#8493, #8546) 3 years ago
Aleksander Machniak ba7ae5dab3 Fix bug where some checkboxes could be selected unintentinally (#8565) 3 years ago
Aleksander Machniak 1e5d87c97c Fix support for DSN specification without host e.g. pgsql:///dbname (#8558) 3 years ago
Aleksander Machniak 282f0a2830 Fix bug where title tag content was displayed in the body if it contained HTML tags (#8540) 3 years ago
Aleksander Machniak ee04d8571f Fix so links (e.g. www.some.page or http://some.page) are not considered mispellings (#8527) 3 years ago
Aleksander Machniak 71d151dba9 Add some tests and fix flaky test 3 years ago
Aleksander Machniak 8ad92d5f98 Fix so unix:// URI is supported in various host spec. options again (#8468) 3 years ago
Aleksander Machniak 1f20e7575b Fix browser test regression 3 years ago
Aleksander Machniak f23aaed10e Remove use of unreliable charset detection (#8344) 3 years ago
Aleksander Machniak ab91416599 Fix mail headers injection via the subject field on mail compose (#8404) 4 years ago
Aleksander Machniak a5fd211712 Improve/Fix wrapping of plain text messages on preview and reply (#6974, #8391, #8378, #8289) 4 years ago
Aleksander Machniak 693b7f0ecb Security: Fix cross-site scripting (XSS) via HTML messages with malicious CSS content 4 years ago
Aleksander Machniak 7b81a71393 Don't use TLS by default (#8359) 4 years ago
Aleksander Machniak fd39eecb48 Fix browser tests regression 4 years ago
Aleksander Machniak 893216cb29 Unified and simplified services connection options (#8310) 4 years ago
Aleksander Machniak 8ca3c11f09 Fix browser tests after Larry removal 4 years ago
Aleksander Machniak 4bc05311ad Skip fragile tests 4 years ago
Aleksander Machniak bbde830be2 Improve precision of charset detection on vCard import 4 years ago
Aleksander Machniak 5e2f7042ec Fix test regression 4 years ago
Aleksander Machniak 28b6351750 Fix compatibility with Referrer-Policy: "strict-origin" (#8170) 4 years ago
Aleksander Machniak 035c325d57 Improve searching by sender/recipient headers, support Reply-To and Followup-To (#6582) 4 years ago
Aleksander Machniak 9871b04b13 Fix an infinite loop when parsing environment variables with float/integer values (#8293) 4 years ago
Aleksander Machniak d4cfb94c3d Small improvements and tests for the logout plugin 4 years ago
Aleksander Machniak 59913fd586 Relax some test assertions 4 years ago
Aleksander Machniak 313a33e0a7 Display telephone numbers as tel: links (#8240) 4 years ago
Aleksander Machniak e00795b48b Add workaround for the HTML5 parser performance issue, remove the size limit 4 years ago
Aleksander Machniak 4a82939ca2 Add test for validity of csv2vcard localization files 4 years ago
Aleksander Machniak 13da16b36f Fix charset conversion errors on PHP < 8 for charsets not supported by mbstring (#8252) 4 years ago
Aleksander Machniak a9e096e87f Fix database initialization if db_prefix is a schema prefix (#8221) 4 years ago
Aleksander Machniak c2fc0b64c4 Fix bug where new messages were not added to the list on refresh if skip_deleted=true (#8234) 4 years ago
Aleksander Machniak 38f519659c Fix some PHP8 warnings (#8239) 4 years ago
Aleksander Machniak c445e19484 Fix security issues regarding server name and trusted_host_patterns setting 4 years ago
Aleksander Machniak df7d8f1178 Improve auto-wrapping of plain text messages on preview and reply (#6974) 4 years ago
Aleksander Machniak d6c2e9c3f5 Move wrap_and_quote() method to rcmail_action_mail_compose 4 years ago
Aleksander Machniak 6ed101f5e1 Add support for encryption with AEAD ciphers, e.g. aes-256-gcm (#7097) 4 years ago
Aleksander Machniak 50a3a6fd81 Fix database initialization for the browser tests 4 years ago
Aleksander Machniak 7a269a2b84 Replace get_input_value() with get_input_string() where appropriate 4 years ago