Thomas Bruederli
06af3b5ef5
Add example configs for Gmail and Outlook
...
+ Added option `oauth_login_redirect`
+ Custom styles for Google login button
2020-06-16 08:17:52 +02:00
Thomas Bruederli
5da7708f34
Improve OAuth2 login procedure
...
... as suggested in issue #6933
* add config option `oauth_verify_peer`
* add config option `oauth_identity_fields`
* do not mask access token in session data
* fix refresh token handling
* use a redirect URL without query parameters
2020-06-16 08:17:52 +02:00
Thomas Bruederli
1e6a2f4f49
Basic support for OAuth2 user login and IMAP/SMTP authentication
...
- Add "Login with XXX" button to login screen if oauth is configured
- Perform OAuth login procedure and get an access token
- Implement XOAUTH2 authentication type for IAMP and SMTP
Requires a patched and not yet released version of Net_SMTP.
2020-06-16 08:17:52 +02:00
PhilW
af28ee870a
elastic: message headers view changes
2020-06-14 18:24:13 +01:00
Aleksander Machniak
9ee1f4b636
Merge branch 'master' of github.com:roundcube/roundcubemail
2020-06-13 13:00:11 +02:00
Aleksander Machniak
30610e867e
Merge branch 'fix_encode' of https://github.com/shirosaki/roundcubemail into shirosaki-fix_encode
...
Refactor the new code
2020-06-13 12:53:31 +02:00
johndoh
9dbe666d4c
Allow skins to define which layout options they support ( #7235 )
2020-06-13 09:25:50 +02:00
Kent Varmedal
b4dabff26c
Add newline when writing logs to stdout ( #7418 )
...
Add newline on the end of the line when printing to stdout.
2020-06-13 07:48:13 +02:00
Aleksander Machniak
278cf3c18e
Increase maximum size of contact jobtitle and department fields to 128 characters
...
[skip ci]
2020-06-12 09:14:41 +02:00
Aleksander Machniak
e9c592a6e8
Fix bug where subfolders of special folders could have been duplicated on folder list
2020-06-08 20:35:19 +02:00
Aleksander Machniak
4e00237cc4
Allow opening application/octet-stream attachments according to filename extension ( #6821 )
2020-06-07 10:45:33 +02:00
Aleksander Machniak
25772702ac
Fix so anchor tags without href attribute are not modified ( #7413 )
2020-06-06 07:12:27 +02:00
Christopher Gurnee
9d39c0a05f
Don't warn to re-add attachments when restoring a Mailvelope draft
2020-06-02 16:55:04 -04:00
Christopher Gurnee
a121960b45
Always ask before discarding composed Mailvelopes
2020-06-02 16:55:04 -04:00
Christopher Gurnee
2f71928226
Add config option for size of new Mailvelope keys
2020-06-02 16:55:04 -04:00
Christopher Gurnee
cc3779f7ed
Add config option to use Mailvelope Main Keyring
2020-06-02 16:55:04 -04:00
Christopher Gurnee
7f64384bfb
Avoid initializing Mailvelope if we don't need to
2020-06-02 16:55:03 -04:00
Christopher Gurnee
cec240d2b9
Fix size of Mailvelope iframe for PGP-inlined mail
2020-06-02 16:55:03 -04:00
Aleksander Machniak
46d3cae2ff
Security: Fix cross-site scripting (XSS) via malicious XML attachment
2020-05-30 08:35:33 +02:00
Aleksander Machniak
bda02002de
Security: Better fix for CVE-2020-12641
2020-05-30 08:34:11 +02:00
Aleksander Machniak
ecabb1e667
Security: Fix XSS issue in template object 'username' ( #7406 )
2020-05-30 08:28:05 +02:00
Aleksander Machniak
e05c69afab
Fix bug where PDF attachments marked as inline could have not been attached on mail forward ( #7382 )
2020-05-23 10:30:44 +02:00
Aleksander Machniak
da2bb8af6d
Fix error when user-configured skin does not exist anymore ( #7271 )
...
We fallback to the system skin not the default one.
2020-05-23 09:44:00 +02:00
Aleksander Machniak
f6586c7cf7
Fix PHP warning: count(): Parameter must be an array or an object... in ID command handler ( #7392 )
2020-05-19 07:57:35 +02:00
johndoh
34a0af8964
Allow array in smtp_host config ( #7296 )
2020-05-16 14:05:28 +02:00
Aleksander Machniak
a47c558df4
Fix typo
2020-05-12 15:54:11 +02:00
Christopher Gurnee
24d0cf5d34
Let Mailvelope use sender's address to find pubkeys to check signatures
2020-05-10 10:26:09 +02:00
Christopher Gurnee
c3d4598985
Add missing \'s to regexes in rcube_check_email()
2020-05-10 10:25:40 +02:00
johndoh
3af6303ad7
Remove depreciated jquery.trim function ( #7371 )
2020-05-04 08:27:10 +02:00
Aleksander Machniak
35c29be9b2
Remove use of ext-iconv
2020-05-03 18:33:20 +02:00
Aleksander Machniak
87f42677c2
Don't resize alert and confirm dialogs
2020-05-03 11:50:25 +02:00
Aleksander Machniak
7ead0bb227
Fix empty attachment size handling ( #7370 )
2020-05-03 11:32:29 +02:00
Aleksander Machniak
014659b600
CS fixes, mostly around undefined variables
2020-05-03 11:29:15 +02:00
Aleksander Machniak
377239fa8e
Display a warning and do not try to open empty attachments ( #7332 )
2020-05-02 13:01:48 +02:00
Sander Nilsen
0efa899d6c
Grammar correction ( #7346 )
2020-05-02 10:55:31 +02:00
Aleksander Machniak
c39081b6a1
Fix bug in extracting required plugins from composer.json that led to spurious error in log ( #7364 )
2020-05-01 18:55:14 +02:00
Aleksander Machniak
219e353ac1
Fix local file inclusion (and code execution) via crafted 'plugins' option
2020-04-26 08:02:53 +02:00
Aleksander Machniak
4951d6603a
Fix remote code execution via crafted 'im_convert_path' or 'im_identify_path' settings
2020-04-26 08:02:03 +02:00
Aleksander Machniak
87e4cd0cf2
Fix XSS issue in handling of CDATA in HTML messages
2020-04-26 07:59:47 +02:00
Aleksander Machniak
6b5fc8db95
Fix so Print button for PDF attachments works on Firefox >= 75 ( #5125 )
2020-04-24 07:46:50 +02:00
Aleksander Machniak
b35b5a1a26
Fix typo
2020-04-22 12:36:51 +02:00
Aleksander Machniak
bf34e8cf9c
Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these ( #7331 )
2020-04-22 12:33:34 +02:00
Aleksander Machniak
30b5803ee4
Fix bug where some message/rfc822 parts could not be attached on forward ( #7323 )
2020-04-19 10:03:50 +02:00
Aleksander Machniak
cb9b22dcc1
Fix characters encoding in group rename input after group creation/rename ( #7330 )
2020-04-16 19:18:37 +02:00
Aleksander Machniak
3e9aefceef
Mailvelope: Fix bug where recipients with name were not handled properly in mail compose ( #7312 )
2020-04-05 12:37:24 +02:00
Aleksander Machniak
15ee34a438
Revert "Fix bug where session was destoryed with window close ( #7251 )"
...
This reverts commit 32fac136db .
2020-04-05 12:25:01 +02:00
Aleksander Machniak
4a5efe09f9
Fix bug where a special folder couldn't be created if a special-use flag is not supported ( #7147 )
2020-04-05 11:04:23 +02:00
Aleksander Machniak
43456db922
Fix so imap error message is displayed to the user on folder create/update ( #7245 )
2020-04-04 12:13:45 +02:00
Aleksander Machniak
32fac136db
Fix bug where session was destoryed with window close ( #7251 )
2020-04-04 11:52:42 +02:00
Aleksander Machniak
cb8c07843b
Fix marking as spam/ham on moving messages with Move menu ( #7189 )
2020-03-30 20:15:36 +02:00