Michael Voříšek
93946f4ca7
Fix "self_accessor" PHP CS Fixer rule ( #9269 )
2023-12-17 09:44:43 +01:00
Michael Voříšek
a8707ae220
Fix and assert basic CS using CI ( #9246 )
...
* Assert CS using CI
* fix "single_blank_line_at_eof"
* fix "statement_indentation"
* fix "switch_case_semicolon_to_colon"
* fix "control_structure_braces"
* fix "statement_indentation"
* fix "no_whitespace_in_blank_line"
* fix "no_trailing_whitespace_in_comment"
* fix "no_trailing_whitespace"
* fix "single_space_around_construct"
* fix "spaces_inside_parentheses"
* fix "ternary_operator_spaces"
* fix "trim_array_spaces"
* fix "whitespace_after_comma_in_array"
* fix "cast_spaces"
* fix "unary_operator_spaces"
* fix "no_trailing_comma_in_singleline"
* fix "ordered_imports"
* fix "no_unused_imports"
* Check composer.json format
* fix CI job name
* file header comments are not phpdoc
* fix "phpdoc_indent"
* fix "braces_position"
* fix "phpdoc_types"
* fix "no_blank_lines_after_class_opening"
* fix "no_multiple_statements_per_line"
* fix "multiline_comment_opening_closing"
* fix "single_line_empty_body"
* fix "non_printable_character"
* fix "phpdoc_trim_consecutive_blank_line_separation"
* fix "include"
* fix "no_mixed_echo_print"
---------
Co-authored-by: Aleksander Machniak <alec@alec.pl >
2023-12-16 15:37:43 +01:00
Michael Voříšek
5425d1a84a
Fix invalid phpdocs ( #9252 )
...
* fix missing return type in phpdoc
* fix "phpdoc_scalar"
* Fix phpdoc variable names typos
* fix wrong phpdoc tags
2023-12-10 16:20:50 +01:00
Michael Voříšek
0ab210ac1b
Fix Sieve scripts comment parse with CRLF ( #9249 )
2023-12-10 15:43:24 +01:00
Pablo Zmdl
edf2a95fd8
Fix saving other encryption settings besides enigma's ( #9240 )
...
Previously, if the enigma plugin was enabled, it wasn't possible to save
the option whether Roundcube should use Mailvelope's main keyring
(`mailvelope_main_keyring`), because this code overwrote the whole array
for the "encryption"-section on saving. That is now fixed.
2023-12-05 19:33:16 +01:00
Aleksander Machniak
965fd90284
Browser Tests: The last attempt on mobile menu issues
...
If this does not work I give up. Tests work on my computer, but not on GA,
and I don't know really why.
2023-11-26 18:29:26 +01:00
Aleksander Machniak
a31cb3d166
Enigma: Fix finding of a private key when decrypting a message using GnuPG v2.3
...
Additional fix for a case when sender's public key is in the keyring
2023-11-22 18:44:51 +01:00
Aleksander Machniak
7b616863b2
Enigma: Fix finding of a private key when decrypting a message using GnuPG v2.3
2023-11-22 14:33:20 +01:00
Aleksander Machniak
cfd55ca010
Fix PHP8 warnings
2023-11-13 20:01:49 +01:00
Aleksander Machniak
2824e16ffe
Browser Tests: Attempt to fix a flaky test
2023-10-30 09:50:55 +01:00
Aleksander Machniak
941918bb26
Fix UI issue when dealing with an invalid managesieve_default_headers value ( #9175 )
2023-10-21 16:06:20 +02:00
onozaty
3a99bc3799
Fix deactivated and activated messages being reversed in ja_JP. ( #9176 )
2023-10-20 19:10:24 +02:00
Aleksander Machniak
5ebaf19c32
Fix PHP warnings ( #9174 )
2023-10-20 19:00:04 +02:00
Aleksander Machniak
a11270bdb5
Fix javascript error when relational or spamtest extension is not enabled ( #9139 )
2023-10-01 14:56:15 +02:00
Aleksander Machniak
c38c75c0d4
Fix PHP warning ( #9125 )
2023-09-14 08:48:21 +02:00
Aleksander Machniak
a815867bca
Fix deprecated use of ldap_connect() in password's ldap_simple driver ( #9060 )
2023-08-20 08:56:30 +02:00
Aleksander Machniak
ac3ce662e0
Fix PHP8 deprecation warning in the reconnect plugin ( #9083 )
...
Also improve performance by loading the plugin config file when needed.
2023-08-13 14:42:39 +02:00
Aleksander Machniak
c5022b9e52
Update jQuery-UI to version 1.13.2 ( #9041 )
2023-07-08 10:10:38 +02:00
Aleksander Machniak
f60464912a
Fix PHP8 errors
2023-06-30 18:30:12 +02:00
Aleksander Machniak
67cf54881d
Managesieve: Fix PHP fatal error when connection fails
2023-06-30 15:01:58 +02:00
Aleksander Machniak
ed430f0577
Fix PHP8 warnings
2023-06-12 12:14:11 +02:00
Aleksander Machniak
44a4496302
Cleaner code
2023-05-29 08:00:31 +02:00
Aleksander Machniak
3188679bdd
Return early if hashing of password fails
2023-05-28 15:14:42 +02:00
Matwey V. Kornilov
7d13b337db
Some minor improvements for password plugin ( #8402 )
...
* plugins/password/ldap_simple: Allow LDAP access using LDAP URI
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru >
* plugins/password/ldap_simple: Allow LDAP SASL binding when search user DN
This may be particularly useful when UNIX socket connection is used,
or TLS certificate-based authentication is performed.
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru >
* plugins/password/ldap_simple: Allow LDAP SASL bind for admin
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru >
---------
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru >
2023-05-28 10:38:02 +02:00
Aleksander Machniak
6747ac1f68
Fix bug where some mail headers didn't work in cmd_learn driver of markasjunk plugin ( #9005 )
2023-05-16 11:19:02 +02:00
Nik Soggia
5f9004d8c2
Fix insecure shell command params handling in cmd_learn driver of Markasjunk plugin
2023-05-15 19:21:59 +02:00
Aleksander Machniak
295c2d743f
Fix typos in localization ( #8979 , #8995 )
2023-05-07 09:36:04 +02:00
Aleksander Machniak
0266f7a3bf
ACL: Set default of 'acl_specials' option to ['anyone'] ( #8911 )
2023-04-10 09:39:12 +02:00
Philip Weir
9672242de4
Markasjunk: Add SpamAssassin v4 compatibility ( #8975 )
2023-04-09 18:31:22 +02:00
Aleksander Machniak
2d5f7aa9f5
Update localization
2023-04-09 18:30:38 +02:00
Aleksander Machniak
5526aa99ab
Add List-ID to the list of headers for creating new sieve-filters ( #8307 )
2023-03-26 18:49:09 +02:00
Aleksander Machniak
ff72cb078d
Managesieve: Support :encodeurl (RFC 5435) ( #8917 )
2023-03-26 12:40:25 +02:00
Asterios "Aster" Bandis
9c2b459b8c
Update Greek localization (from Transifex) ( #8937 )
...
* Pull new Greek translations from Transifex
* Pull new Greek translations from Transifex
Replace the "Greeklish" folder name with Greek characters
2023-03-04 09:26:25 +01:00
Aleksander Machniak
85973477f4
Switch help_source location to https:// ( #8898 )
2023-02-20 07:37:33 +01:00
Aleksander Machniak
642b772087
Fix Help plugin menu ( #8898 )
2023-02-19 14:52:44 +01:00
Aleksander Machniak
16e523d1e7
Fix so an email address with name is supported as input to the managesieve notify :from parameter ( #8918 )
2023-02-19 14:28:44 +01:00
Aleksander Machniak
863e5f848f
Add Uyghur localization, update localization
2023-02-04 09:48:49 +01:00
Aleksander Machniak
d531f7ffe4
Fix bug where .wav instead of .mp3 file was used for the new mail notification in Firefox ( #8895 )
2023-01-29 09:16:15 +01:00
Aleksander Machniak
9e72055ce6
Fix bug where false attachment reminder was displayed on HTML mail with inline images ( #8885 )
2023-01-26 18:56:42 +01:00
Aleksander Machniak
25c2c99173
Revert "Managesieve plugin: sieverules compatibility ( #8571 )"
...
This reverts commit 974e98baac .
2023-01-21 11:27:31 +01:00
Aleksander Machniak
6cdd9fe86f
Revert "Update changelog, CS fixes"
...
This reverts commit bef70b5b15 .
2023-01-21 11:26:57 +01:00
Дилян Палаузов
e240dc7060
Optimize PNG files ( #8827 )
...
by calling
optipng -o7 -zm9 -strip all `find -name '*.png'`
This will lead to less data transferred to the browsers.
2022-12-30 10:12:42 +01:00
Ángel
87a501cc95
Remove conflict marker from password plugin ( #8809 )
2022-12-04 08:36:29 +01:00
Michael Steininger
971f6f6b84
Fix some PHP 8.0 warnings in managesieve ( #8789 )
2022-11-26 10:03:51 +01:00
Aleksander Machniak
80404a8674
Store uploads metadata in a separate sql database table instead of a session ( #8415 )
2022-10-09 11:35:14 +02:00
Aleksander Machniak
92262aa2a1
Fix fatal error on identity page if Enigma plugin is misconfigured ( #8719 )
2022-09-24 09:03:08 +02:00
Aleksander Machniak
a62f046ad1
Remove redundant gettext() call
2022-08-28 11:58:39 +02:00
Aleksander Machniak
79b089e6d3
Fix PHP8 warnings ( #8677 )
2022-08-25 19:52:56 +02:00
Aleksander Machniak
66f6169774
Update changelog for ( #8525 ), CS fixes
2022-08-15 10:22:16 +02:00
jbweb
f8817bf8cf
Samba AD password driver ( #8525 )
...
* SAMBA Active Directory password driver
Co-authored-by: Jonas Holm Bundgaard <root@mail1.jbweb.dk >
2022-08-15 10:14:13 +02:00