Thomas Bruederli
1f64c0c629
Prepare release 1.5-beta
4 years ago
Aleksander Machniak
5b8a3e77cc
Fix test regression
4 years ago
Aleksander Machniak
ac8e067ae6
Use official GPL-3.0-or-later license identifier ( #7901 )
4 years ago
Aleksander Machniak
a8afce5fb4
Fix so allowing remote resources does not add an entry to browser history ( #6620 )
4 years ago
Aleksander Machniak
8cf8a47381
new_user_identity: Make sure email_list includes the main user email ( #7085 )
4 years ago
Aleksander Machniak
ab37678da8
Fix PHP8 warning
4 years ago
Harald Leithner
481b5c37f3
Elastic: Disable subject selection in messagelist ( #6724 )
4 years ago
Thomas P
98b105aed8
Do not remove commas in groups/categories list ( #7690 )
4 years ago
Aleksander Machniak
529c1a29a3
Fix invalid IMAP SEARCH command in some rare case on messages cache synchronization ( #7895 )
4 years ago
johndoh
8833dbef45
Update zxcvbn dependency ( #7897 )
[skip ci]
4 years ago
Aleksander Machniak
fa8a73e0d1
Deny access to SECURITY.md and .ci
[skip ci]
5 years ago
Aleksander Machniak
277e66b2ac
Fix undefined index warning
5 years ago
Aleksander Machniak
747bcd2ff4
Fix handling of table prefix and quoting in insert_or_update()
In all places we use this function the $table argument has already
been passed through table_name() method, i.e. it contains the prefix
and is quoted. So, we should not do this again.
5 years ago
Aleksander Machniak
4e4196d01b
Update less files compilation instructions in INSTALL and UPGRADING
[skip ci]
5 years ago
Aleksander Machniak
fdd52a5312
Give more prio to $user_email property in get_user_email(), follow up fix for #7667
5 years ago
Aleksander Machniak
cdd65d91c0
Update localization
5 years ago
Aleksander Machniak
5349b3fd25
Fix transifexpull.sh
`set -e` causes `return` in a function to stop the script. Remove it.
[skip ci]
5 years ago
Aleksander Machniak
43a2005b0e
Update changelog
[skip ci]
5 years ago
Aleksander Machniak
9f19b931e3
Fix cross-site scripting (XSS) via HTML messages with malicious CSS content
and improve css parsing code.
Thanks to Mateusz Szymaniec (CERT Polska) for reporting the issue.
5 years ago
Aleksander Machniak
f1c8c4f6c2
Update changelog
[skip ci]
5 years ago
Marco Miltenburg
0278245653
Fixed errors in MSSQL database update scripts ( #7853 )
* If a column is dropped the constraint that uses that column must be dropped first.
* Removed trailing comma
* Fixed invalid SQL syntax
* Fixed syntax mistakes in MSSQL initial database script
5 years ago
Aleksander Machniak
13e1455cd2
Bump PHP version requirement also for plugins
[skip ci]
5 years ago
Aleksander Machniak
b7ac23ea5d
new_user_identity: Fix missing password for user-specific LDAP operations ( #7667 )
5 years ago
Aleksander Machniak
65bf2a6de4
Fix browser test regression
5 years ago
Aleksander Machniak
a03a1db73c
Tabs to spaces
[skip ci]
5 years ago
Aleksander Machniak
35c3750511
Update changelog
[skip ci]
5 years ago
hefee
8ef57a4173
Add 'reconnect' plugin to retry IMAP connection ( #7844 )
* Make storage_connect hook ready to be usable for reconnect plugins.
* Add reconnect plugin to retry to login into IMAP server.
Co-authored-by: Sandro Knauß <hefee@debian.org>
5 years ago
Aleksander Machniak
79b5343563
Fix handling of address groups in email headers by ignoring their names ( #7663 )
5 years ago
Aleksander Machniak
fa4b918b98
Elastic: Prevent from opening mail preview in a new window on touch devices using double tap ( #7732 )
5 years ago
johndoh
2d38d6e30b
fix typo ( #7866 )
5 years ago
Aleksander Machniak
db911b2b53
Fix PHP8 warnings
5 years ago
Aleksander Machniak
79f839b2f6
Fix so message flags are updated on refresh also for multifolder search results ( #7774 )
5 years ago
Aleksander Machniak
d93f2c8272
Managesieve: Fix Elastic UI issues around a domain selector
5 years ago
Aleksander Machniak
cdeccac627
Also ignore PHP8 warnings on iconv() use with invalid encoding
5 years ago
Aleksander Machniak
40a133c22b
Update changelog
[skip ci]
5 years ago
Aleksander Machniak
0cb1ebef87
Update changelog
[skip ci]
5 years ago
urusha
1be751b1fd
Honor action_domain in managesieve-forward ( #7849 )
5 years ago
johndoh
79af30e924
Add preauth_ident parameter ( #7863 )
5 years ago
Aleksander Machniak
d258f845ab
Fix PHP8 Fatal error: Uncaught ValueError: mb_convert_encoding() ( #7850 )
Also, bring back iconv() fallback, it supports much more charsets than mbstring.
5 years ago
hefee
7dc52190a2
Add .editorconfig to help developers to indent files correctly. ( #7848 )
EditorConfig[1] helps maintain consistent coding styles for multiple
developers working on the same project across various editors and IDEs.
It will reduce the amount of requests to reindent files, as the eidtors
directly knows the correct settings.
[1] https://editorconfig.org
[skip ci]
Co-authored-by: Sandro Knauß <hefee@debian.org>
5 years ago
Aleksander Machniak
5975742bcb
Fix so IMAP ID command is send only after authentication ( #7517 )
5 years ago
Aleksander Machniak
1bdcbb19d1
Installer: Fix skin selector
5 years ago
Aleksander Machniak
274cee321c
Merge branch 'master' of github.com:roundcube/roundcubemail
5 years ago
Aleksander Machniak
670c0a6df5
Installer: Fix non-working Initialize database and Update buttons ( #7847 )
5 years ago
johndoh
1eebfd723b
Improve detection of external urls for redirect ( #7823 )
5 years ago
Aleksander Machniak
5d2668a260
Bring the old error_reporting setting back
5 years ago
Thomas Bruederli
375d668064
Hide login form fields when `oauth_login_redirect` is configured ( #7830 )
5 years ago
Aleksander Machniak
ec9c352ecb
Fix regression in handling save-pref action
5 years ago
Aleksander Machniak
75fca18da4
Use proper array key, fix some typos
5 years ago
Aleksander Machniak
4c49a3cb66
Use proper array key
5 years ago