Thomas Bruederli
|
24e5c0d58a
|
Fix password/token length check on OAuth login (#8178)
|
4 years ago |
Thomas Bruederli
|
b23c7f36cc
|
Disable the default spellchecker option using spell.roundcube.net (#8182)
... since this service is no longer available.
|
4 years ago |
Aleksander Machniak
|
71b6a6e7fa
|
Fix bug where "from my contacts" and "from trusted senders" values were mixed up (#8177)
|
4 years ago |
Aleksander Machniak
|
4714f3192a
|
Fix a couple of PHP8 warnings (#8175)
|
4 years ago |
Aleksander Machniak
|
36615aa0c5
|
Fix explode() arguments order (#8176)
|
4 years ago |
Aleksander Machniak
|
6718c0d6ba
|
Fix handling of spellcheck connection errors (#8172)
|
4 years ago |
Aleksander Machniak
|
1660fdb6db
|
Fix so addr-spec with missing closing angle bracket can be parsed (#8164)
|
4 years ago |
Aleksander Machniak
|
00d52a02bf
|
Fix displaying inline images with incorrectly declared content-type (#8158)
|
4 years ago |
Aleksander Machniak
|
14b9b3be9e
|
Elastic: Fix unwanted scrollbars in QR-Code dialog
The usual dialog padding is 28px in Elastic
|
4 years ago |
Aleksander Machniak
|
4515713c85
|
Fix handling of headers that occur multiple times by show_additional_headers plugin (#8157)
|
4 years ago |
Aleksander Machniak
|
b9eb3517d7
|
Fix fatal error/warning on invalid input to user parameter (#8152)
Added a new utility method: rcube_utils::get_input_string()
|
4 years ago |
Aleksander Machniak
|
5ae7e22002
|
Update localization
|
4 years ago |
Aleksander Machniak
|
e23d51a23e
|
Remove redundant if statement (#8119)
|
4 years ago |
Aleksander Machniak
|
41f69f3d5f
|
Simplify the code by making env.attachments always initialized
|
4 years ago |
Aleksander Machniak
|
4903ef616f
|
- Fix bug where expanding a group in the recipient input could corrupt the input content (#7569)
|
4 years ago |
Justin Sleep
|
cd302c0654
|
Detect all variants of @ in suspicious emails (#8139)
|
4 years ago |
Aleksander Machniak
|
02c7ddf9c1
|
Consider also full-width variant of @ when deciding about suspicious sender name
|
4 years ago |
Aleksander Machniak
|
12ea080af8
|
Show suspicious email warning only when the email address is suspicious not the name
|
4 years ago |
Aleksander Machniak
|
13cc4f43fd
|
Fix contacts list title for groups from example_addressbook
|
4 years ago |
Aleksander Machniak
|
9caab5f701
|
Fix PHP8 warnings
|
4 years ago |
Aleksander Machniak
|
a832a6943e
|
Fix converting >1MB of HTML content into plain text (#8137)
|
4 years ago |
Aleksander Machniak
|
e01ec25aac
|
Use setTimeout() without window. prefix consistently
|
4 years ago |
johndoh
|
7aa4b94461
|
Fix Firefox infinate loading display on mail screen #8128 (#8129)
|
4 years ago |
Michael Stilkerich
|
23430eb2b9
|
Fix type annotations for rcmail_output::add_handler (#8099)
|
4 years ago |
johndoh
|
5cc4021670
|
Fix handling of group names with @ character in autocomplete and contacts widget #8098 (#8101)
|
4 years ago |
Aleksander Machniak
|
2f643141b4
|
Fix size of Mailvelope iframe for PGP-inlined mail, again (#8126)
|
4 years ago |
Aleksander Machniak
|
157f969417
|
Fix PHP8 warnings
|
4 years ago |
Aleksander Machniak
|
25214753cb
|
Support displaying RTF content (including encapsulated HTML) from a TNEF attachment
|
4 years ago |
Aleksander Machniak
|
13d61f3c71
|
Fix handling of custom From addresses with names (#8106)
|
4 years ago |
Aleksander Machniak
|
7da8437a25
|
Fix PHP8 warnings
|
4 years ago |
Aleksander Machniak
|
67bb509f2d
|
Fix displaying HTML body with inline images encapsulated using TNEF format (winmail.dat)
|
4 years ago |
Aleksander Machniak
|
b69d20ea19
|
Update to TinyMCE 5.8.2
|
4 years ago |
Aleksander Machniak
|
044398ca82
|
Add an option to disable TNEF decoding
|
4 years ago |
Thomas Bruederli
|
861be4606b
|
Fix phpdoc error
|
4 years ago |
Aleksander Machniak
|
3cc22ad1c8
|
Fix inserting a group from non-default source using the Insert contact(s) dialog (#8095)
|
4 years ago |
Sebastian Brückner
|
1d2ad936a7
|
Fix parsing aud jwt claim (#8096)
|
4 years ago |
Aleksander Machniak
|
5043255f7e
|
Example_addressbook: Various improvements and fixes
|
4 years ago |
Aleksander Machniak
|
fca2a8b826
|
Update localization
|
4 years ago |
Aleksander Machniak
|
5d81c15f07
|
Document blankpage_url option (#5025)
|
4 years ago |
Aleksander Machniak
|
655e7c7159
|
Add RFC2231 support to rcube_mime_decode (#7390)
|
4 years ago |
Aleksander Machniak
|
9d60ee1675
|
Remove debug code
|
4 years ago |
Aleksander Machniak
|
7ac269f775
|
Prevent contact email reset on update with invalid vcard (#7132)
|
4 years ago |
Aleksander Machniak
|
c201242d6f
|
Submit various simple dialog forms with the Enter key (#7133)
|
4 years ago |
Aleksander Machniak
|
db2888c604
|
Support IMAP LITERAL- extension [RFC 7888] (#6878)
|
4 years ago |
Aleksander Machniak
|
094ef387e9
|
Fix bug where plus characters in attachment filename could have been ignored (#8074)
|
4 years ago |
Aleksander Machniak
|
a493a31d84
|
Fix bug where consecutive LDAP searches could return wrong results (#8064)
|
4 years ago |
Aleksander Machniak
|
ed17ce58b1
|
Remove (incorrect) use of Return-Receipt-To header (#8069)
|
4 years ago |
Aleksander Machniak
|
24fc958f03
|
Improve template conditionals parsing
The old method with big regexps was buggy as described in #8065.
|
4 years ago |
johndoh
|
bf2c4f32e4
|
Regex optimisation, fix #8065 (#8068)
|
4 years ago |
Aleksander Machniak
|
9e735cb544
|
Vcard_attachments: Improve handling of multiple contacts (#7027)
|
4 years ago |