Aleksander Machniak
|
ec9c352ecb
|
Fix regression in handling save-pref action
|
2021-01-18 19:34:19 +01:00 |
|
Aleksander Machniak
|
b4b24f93df
|
Fix some PHP8 warnings
|
2021-01-15 18:56:48 +01:00 |
|
Aleksander Machniak
|
a9e50951ee
|
Fix PHP warnings/notices
|
2021-01-14 19:18:53 +01:00 |
|
Thomas Bruederli
|
1d8fc71cad
|
Do not auto-redirect on oauth login failures (#7812)
|
2021-01-12 22:14:54 +01:00 |
|
Aleksander Machniak
|
118453c6ae
|
Initialise output also in cli mode
|
2021-01-10 18:07:24 +01:00 |
|
Aleksander Machniak
|
6a12cb7b67
|
Remove browser compatibility check
Improved code style, localized some more errors.
Added tests for utils/error action
|
2021-01-10 11:46:47 +01:00 |
|
Aleksander Machniak
|
837078cd23
|
Fix mail search error on invalid search_mods definition (#7789)
|
2021-01-10 10:30:43 +01:00 |
|
johndoh
|
5fdf8e62df
|
Add placeholder text when no responses on compose screen (#7807)
|
2021-01-09 18:59:16 +01:00 |
|
Aleksander Machniak
|
703c9287b1
|
Use SameSite=Lax for cookies set client-side
to silence an annoying warning in Firefox console.
|
2021-01-09 13:10:33 +01:00 |
|
Michael Stilkerich
|
ae3f9c215e
|
Improve preciseness of some PHPdoc annotations (#7809)
|
2021-01-09 10:05:46 +01:00 |
|
Aleksander Machniak
|
a0fbcf3816
|
Bump copyright year
[skip ci]
|
2021-01-02 13:46:06 +01:00 |
|
Aleksander Machniak
|
6b8881271f
|
By default do not set the User-Agent header (#7731)
|
2020-12-28 19:25:33 +01: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
|
02ab855c8b
|
Never return null from rcube_addresses::search()
|
2020-12-27 12:10:49 +01:00 |
|
johndoh
|
dec10e51da
|
Support providing skins for plugins inside the main skin folder (#7445)
|
2020-12-21 09:45:34 +01:00 |
|
Aleksander Machniak
|
65c9d08e01
|
PHP8 fixes
|
2020-12-20 17:22:18 +01:00 |
|
Aleksander Machniak
|
93df53ee9e
|
Fix state of subscription toggle on folders list after changing folder state from the search result (#7653)
|
2020-12-20 17:01:47 +01:00 |
|
Aleksander Machniak
|
cfc138e9f2
|
Merge branch 'fix-elastics-folders-settings-toggle-button-in-search' of https://github.com/abshoff/roundcubemail into abshoff-fix-elastics-folders-settings-toggle-button-in-search
|
2020-12-20 16:29:48 +01:00 |
|
Aleksander Machniak
|
ffe8a0c940
|
Elastic: Display email size on the list of messages (#7162)
|
2020-12-20 16:12:52 +01:00 |
|
Aleksander Machniak
|
d88cadf1f2
|
Fix a few E_NOTICE issues
|
2020-12-20 10:36:41 +01:00 |
|
Aleksander Machniak
|
5aa0d09def
|
Add array_first() helper, fix some code issues
|
2020-12-20 09:44:17 +01:00 |
|
Aleksander Machniak
|
66062846ec
|
Fix "unitialized string offset" warnings
|
2020-12-19 19:43:36 +01:00 |
|
johndoh
|
cfd4fa170f
|
Fix a few PHP notices (#7791)
|
2020-12-19 19:36:58 +01:00 |
|
Aleksander Machniak
|
8cd202f57f
|
PHP8 fixes
|
2020-12-19 14:27:59 +01:00 |
|
johndoh
|
9e739faac5
|
Return 204 rather than 404 on missing contact photo (#7778)
* return 204 rather than 404 on missing contact photo
* a little code cleanup
* don't use blank.gif as placeholder, use data: uri instead
|
2020-12-19 10:10:54 +01:00 |
|
Aleksander Machniak
|
8b83d29f24
|
PHP8 fixes, do not require specific error_reporting setting anymore
|
2020-12-19 10:01:10 +01:00 |
|
Aleksander Machniak
|
90b4b4f946
|
Fix bug where it wasn't possible to save Spanish (Latin America) locale preference (#7784)
|
2020-12-19 09:00:32 +01:00 |
|
Aleksander Machniak
|
17ae3693c3
|
PHP8 fixes + fix fatal error when refreshing compose page in forward-as-attachment state
|
2020-12-18 19:27:25 +01:00 |
|
Aleksander Machniak
|
84949fbb4e
|
CS fixes, added more tests
|
2020-12-17 19:45:12 +01:00 |
|
johndoh
|
1cd4839fa2
|
Fix missing title in contacts list in larry skin (#7779)
|
2020-12-13 15:32:53 +01:00 |
|
Aleksander Machniak
|
c0510aaab3
|
GA: See if we can test PHP8 now
|
2020-12-13 12:27:23 +01:00 |
|
Aleksander Machniak
|
3bbb01fe13
|
PHP8 fixes, regression fixes
|
2020-12-13 12:14:15 +01:00 |
|
Aleksander Machniak
|
12547ccf01
|
Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
|
2020-12-13 10:21:52 +01:00 |
|
Aleksander Machniak
|
61a5ade872
|
PHP8 fixes, short array syntax
|
2020-12-12 16:20:14 +01:00 |
|
Aleksander Machniak
|
8eb382b4ca
|
PHP8 fixes
|
2020-12-11 20:29:41 +01:00 |
|
Aleksander Machniak
|
14a94cf0d7
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-12-09 21:11:46 +01:00 |
|
Aleksander Machniak
|
7c53300990
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-12-08 21:56:41 +01:00 |
|
Michael Stilkerich
|
208e627198
|
Restore compatibility in rcube_addressbook::set_sort_order API (#7758)
|
2020-12-06 20:38:15 +01:00 |
|
Aleksander Machniak
|
f4ed1024dc
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-12-02 20:15:00 +01:00 |
|
Aleksander Machniak
|
8110ed9a9d
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-11-30 20:37:50 +01:00 |
|
Aleksander Machniak
|
66ca4f0f72
|
CS fixes, PHP8 fixes, short array syntax, tests
|
2020-11-30 14:03:11 +01:00 |
|
Aleksander Machniak
|
85cfacc882
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-11-29 12:20:51 +01:00 |
|
Aleksander Machniak
|
7e5301f636
|
CS fixes, short array syntax, PHP8 fixes, tests
|
2020-11-28 18:52:36 +01:00 |
|
Aleksander Machniak
|
007f9b81cf
|
Lower SQLite version requirement
|
2020-11-28 16:05:19 +01:00 |
|
Aleksander Machniak
|
066faa1485
|
CS fixes, short array syntax, PHP8 fixes, tests
also fixed listing of table columns on SQLite database
|
2020-11-28 10:06:41 +01:00 |
|
Aleksander Machniak
|
37d75d96a3
|
Short array syntax, CS fixes
|
2020-11-27 19:51:33 +01:00 |
|
Aleksander Machniak
|
21e1ed5c32
|
Remove redundant func_get_arg() call
|
2020-11-27 09:20:35 +01:00 |
|
Aleksander Machniak
|
c98059e43d
|
Short array syntax, CS fixes, tests
|
2020-11-26 20:34:35 +01:00 |
|
dsoares
|
e8b3319302
|
More PHP8 fixes, fix small bug. (#7743)
|
2020-11-25 18:40:25 +01:00 |
|
Aleksander Machniak
|
c94ad33280
|
Bump dusk version
|
2020-11-23 09:52:58 +01:00 |
|