Aleksander Machniak
156e480a26
Fix invalid onclick handler on the logo image when using non-array skin_logo setting ( #8933 )
2023-02-26 10:14:38 +01:00
Aleksander Machniak
642b772087
Fix Help plugin menu ( #8898 )
2023-02-19 14:52:44 +01:00
Aleksander Machniak
fe2516fd26
Fix parse error
2023-02-04 09:50:21 +01:00
Aleksander Machniak
863e5f848f
Add Uyghur localization, update localization
2023-02-04 09:48:49 +01:00
Aleksander Machniak
06ce7a5d34
Fix so LDAP VLV option is disabled by default as documented ( #8833 )
2023-01-29 13:19:20 +01:00
Aleksander Machniak
4b488353c5
Fix support for Windows-31J charset ( #8869 )
2023-01-29 10:11:53 +01:00
Aleksander Machniak
b2f7adb730
Fix PHP8 warning ( #8891 )
2023-01-29 09:39:48 +01:00
Thomas Bruederli
c4c9fa0242
Fix JWT decoding with url safe base64 schema ( #8890 )
2023-01-28 22:05:59 +01:00
Aleksander Machniak
e237054490
Fix bug where a non-ASCII character in app.js could cause error in javascript engine ( #8894 )
2023-01-28 18:33:18 +01:00
Aleksander Machniak
63f63e8f4d
Fix regression in OAuth request URI caused by use of REQUEST_URI instead of SCRIPT_NAME as a default ( #8878 )
2023-01-26 18:14:36 +01:00
Aleksander Machniak
06af033fef
Fix deleting attachments on reply/forward/draft edit ( #8868 )
2023-01-18 11:43:49 +01:00
Aleksander Machniak
e7b381b321
Fix missing mail composing textarea on reply/draft with a long plain text content ( #8866 )
2023-01-18 08:26:57 +01:00
Aleksander Machniak
6251d38ecd
Fix PHP warning
2023-01-08 11:45:44 +01:00
Aleksander Machniak
2d00d18e6c
Rename 'request_uri_field' to 'request_path' and allow a path in it ( #8738 , #8770 )
2023-01-08 09:54:19 +01:00
Thomas B
dec93dc1b7
Update vendor dir from installto.sh if untouched ( #8642 ) ( #8840 )
...
* installto.sh checks for a marker indicating that composer was not run/used.
* update.sh tries to find and run composer
2023-01-05 21:30:51 +01:00
Aleksander Machniak
a7f25ffb25
Update changelog
2023-01-01 13:08:06 +01:00
Shaun A. Johnson
3bd377c387
Added logic to purge messages from junk folder ( #8766 )
...
If delete_junk is on, end user expectation is that both single message delete as well as 'empty folder' operations should immediately delete messages from junk and bypass trash.
2023-01-01 13:03:04 +01:00
anton-labunsky
f1e44f7681
Fix SIGBUS raised in ImageMagick ( #8511 )
...
Use unique filename for temporary file, when image thumbnail is rendered.
2023-01-01 12:49:45 +01:00
Arshid
2605262257
Fix undefined variable ( #8831 )
...
$detected_charset is undefined.
2022-12-31 17:46:54 +01:00
Aleksander Machniak
3bdde947b7
Merge branch 'master' of github.com:roundcube/roundcubemail
2022-12-31 15:30:13 +01:00
Aleksander Machniak
d1d8caa70f
Fix bug where "Invalid skin name" error was logged on preferences save if there's only one skin ( #8825 )
2022-12-31 15:29:16 +01:00
Oliver Rahner
f7b8b14df8
Check if shell_exec() exists and work around if it doesn't ( #8814 )
2022-12-31 10:31:22 +01:00
Aleksander Machniak
11ae5a14e4
Fix possible error in compare_search_value() ( #8823 )
2022-12-31 10:06:11 +01:00
Aleksander Machniak
c65763f59b
Make rcmail::format_date() to work with DateTimeImmutable
2022-12-29 14:14:54 +01:00
Aleksander Machniak
49eb9e09d5
Fix PHP8.2 warning
2022-12-05 15:15:19 +01:00
Aleksander Machniak
98fa870a98
Fix possible PHP warning ( #8793 )
2022-12-04 10:39:56 +01:00
Aleksander Machniak
631dc5a839
Fix get_address_book() issue for addressbooks that have a string identifier starting with a digit
2022-12-01 10:00:16 +01:00
Aleksander Machniak
378a5d3423
Fix PHP 8.1 warning ( #8804 )
2022-11-28 20:52:53 +01:00
Aleksander Machniak
33fac1927e
Fix PHP 8.1 warnings, make BODYSTRUCTURE parser less fragile ( #8803 )
2022-11-28 20:34:02 +01:00
Aleksander Machniak
ec39abf508
Improve handling of available spellchecker languages/dialects
2022-11-26 11:01:52 +01:00
Aleksander Machniak
e7f57c6dd5
Fix PHP warning ( #8794 )
2022-11-26 10:17:29 +01:00
Thomas B
409aee8b3c
Add config option for request uri field ( #8738 ) ( #8770 )
...
This can be used to read a custom header sent by a reverse proxy to resolve the absolute path to Roundcube
* add check against the proxy_whitelist option before using a HTTP header field value for the request uri composition.
* refactor the rcmail::url() method to also work when composing fully qualified urls.
* fix/adapt tests
2022-11-23 21:05:00 +01:00
Aleksander Machniak
3f8c4680c3
Fix bug array values could not be saved in utils/save_pref action ( #8781 )
2022-11-15 19:16:22 +01:00
Aleksander Machniak
1b0c72f9c3
Fix PHP warning ( #8784 )
2022-11-15 19:00:40 +01:00
Aleksander Machniak
cb1951048c
Fix regression in create_config()
...
On update some bool options might got changed values to false,
if not specified in the config.inc.php file.
2022-11-13 14:11:52 +01:00
Aleksander Machniak
e6ed5ae19e
Fix handling of smtp/imap port options on configuration file update ( #8756 )
2022-11-13 13:19:45 +01:00
Aleksander Machniak
c78d998ec3
Fix authenticating to Courier IMAP with passwords containing a '~' character ( #8772 )
2022-11-11 14:11:37 +01:00
Aleksander Machniak
e111f22d50
Fix a PHP warning ( #8743 )
2022-11-11 13:26:08 +01:00
Michael Stilkerich
473eec4a8a
Pass port 0 as integer to Redis::connect() with unix socket ( #8749 )
...
The second parameter to Redis::connect() is an int parameter. Passing
null for it will trigger a PHP deprecation notice with PHP 8.1.
The Redis::connect() documentation shows that a 0 is used for the port
parameter in the examples with unix sockets where parameters beyond the
second parameter are set.
2022-11-11 13:22:59 +01:00
黄威
1c7b4baa85
Update zh_CN Label ( #8750 )
...
update zh_CN Label
2022-11-11 13:17:10 +01:00
Camilo Sperberg
0bfd9a4dc7
Address most common warnings in PHP >= 8.0.0 ( #8769 )
2022-11-11 13:14:59 +01:00
Vitosha Labs
c08e59033f
Use json_decode instead of GuzzleHttp\json_decode ( #8773 )
2022-11-11 11:40:31 +01:00
Michael Steininger
e717bedc10
Fix php 8.0 warning if db_dsnr is used ( #8779 )
2022-11-11 11:38:25 +01:00
Aleksander Machniak
a2c0f79efb
Fix return to previous contact source/group after search reset
2022-11-11 11:25:48 +01:00
Aleksander Machniak
249bc0e338
Fix so N property always exists in a vCard export ( #8771 )
2022-11-02 11:53:31 +01:00
Thomas Bruederli
10f00d3946
Remove debug code again
2022-10-29 22:28:38 +02:00
Thomas Bruederli
6b2e39d132
Kill session if refreshing oauth token fails ( #8734 )
2022-10-29 22:24:09 +02:00
Philip Weir
901b1bb8f1
Remove remaining references to dropped db engines ( #8767 )
2022-10-29 17:06:21 +02:00
Aleksander Machniak
32ddb7b8d1
Use precise session lifetime for garbage collector ( #8671 )
2022-10-09 17:13:41 +02: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