Michael Voříšek
|
54f4aa33f9
|
Fix CS - imports (#9316)
* fix Tests\Browser\TestCase imports
* fix remaining imports
* fix PHPUnit\Framework\TestCase imports
* import GuzzleHttp\Client
* fix remaining
* "php_unit_method_casing" is not todo
* fix "single_line_comment_spacing"
* fix 2nd commit done using older fixer
|
2024-01-21 19:13:31 +01:00 |
|
Michael Voříšek
|
6a53a1d853
|
Fix CS (whitespace, visibility) (#9297)
* Fix "method_argument_space"
* Fix "control_structure_continuation_position"
* Fix "new_with_parentheses"
* Fix "blank_line_before_statement"
* Fix "visibility_required"
* Fix some "array_indentation"
* Fix some "array_indentation" - unify all "rcube::raise_error" calls
* rm useless eslint ignores and add rules counts
* sort eslint ignores
* fix eslint ignores grammar
* Revert "Fix "blank_line_before_statement""
* fix CS 3.46.0
|
2024-01-04 14:26:35 +01:00 |
|
Michael Voříšek
|
e7d7e62146
|
Modernize more basic CS II (#9254)
* fix "integer_literal_case"
* fix "phpdoc_separation"
* fix "phpdoc_var_without_name"
* fix "operator_linebreak"
* fix "no_alias_language_construct_call"
* fix "list_syntax"
* fix "concat_space"
* fix "array_syntax"
* fix "binary_operator_spaces"
* fix "binary_operator_spaces" relaxed
* fix "phpdoc_types_order"
* fix "phpdoc_trim"
* fix "native_type_declaration_casing"
* fix "method_chaining_indentation"
* fix "phpdoc_no_package"
* fix "elseif"
* fix PHP CS Fixer config itself too
* fix "native_type_declaration_casing"
|
2023-12-17 13:14:45 +01:00 |
|
Aleksander Machniak
|
89e54718ca
|
Migration to PHPUnit v9
|
2021-07-25 11:07:56 +02:00 |
|
Aleksander Machniak
|
4b5e9c10f9
|
Fix handling of multiple link references with the same index in plain text message (#8021)
Second attempt that should work on all supported PHP versions
|
2021-04-25 10:57:17 +02:00 |
|
Aleksander Machniak
|
dc89e18a0f
|
Revert "Fix handling of multiple link references with the same index in plain text message (#8021)"
This reverts commit 2be7e1cb61.
The code used a PHP>=7.4 feature.
|
2021-04-25 09:15:05 +02:00 |
|
Aleksander Machniak
|
2be7e1cb61
|
Fix handling of multiple link references with the same index in plain text message (#8021)
|
2021-04-25 09:05:51 +02:00 |
|
Aleksander Machniak
|
39b3c0049e
|
Fix cross-site scripting (XSS) via HTML or Plain text messages with malicious content [CVE-2020-35730]
Credits to Alex Birnberg <birnbergalex@gmail.com>
|
2020-12-27 18:27:42 +01:00 |
|
Aleksander Machniak
|
8b16a7dfe7
|
More tests
|
2020-11-08 11:06:42 +01:00 |
|