Florian Liebe
|
5a079f597e
Fixes #5193 - Information about remote images is lost/not displayed in Zammad.
|
5 months ago |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
10 months ago |
Rolf Schmidt
|
d3d3527f79
Follow up 29cf0990143109c87f9d1ddae8e3f80323a3584f - Fixes #4724 - Large attachments will blow up RAM and CPU usage on mysql.
|
1 year ago |
Thojo0
|
9331892e85
Fixes #2126 - Email signatures trim trailing whitespace in text part.
|
1 year ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
renovatebot
|
ba51a02ed1
Maintenance: Update dependency rubocop to v1.37.1
|
2 years ago |
Rolf Schmidt
|
a45293ecfd
Maintenance: Update nokogiri to 1.13.9.
|
2 years ago |
Florian Liebe
|
ec29f82893
Fixes #4184 - HTML comments/conditions being rendered from emails.
|
2 years ago |
Florian Liebe
|
edd9889e87
Fixes #4112 - Zammad shows "<![if !supportLists]>- <![endif]>" instead of list icon
|
2 years ago |
Martin Gruner
|
b8616317a4
Maintenance: Update company references in source code.
|
2 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 years ago |
Martin Gruner
|
3e2ad0e19c
Maintenance: Bump rubocop from 1.20.0 to 1.21.0
|
3 years ago |
Thorsten Eckel
|
b8b57781b7
Maintenance: Activated rubocop Layout/LeadingCommentSpace.
|
3 years ago |
Thorsten Eckel
|
814f7e997b
Maintenance: Activated rubocop Style/SelfAssignment.
|
3 years ago |
Martin Gruner
|
33a5f470e0
Maintenance: Treat Ruby deprecation warnings as test errors.
|
3 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
Thorsten Eckel
|
707c1670e7
Maintenance: Bumped Nokogiri to 1.11.0 to resolve CVE-2020-26247.
|
3 years ago |
Thorsten Eckel
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
Thorsten Eckel
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
Thorsten Eckel
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
4 years ago |
Thorsten Eckel
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
Thorsten Eckel
|
72bb320fb0
Updated rubocop(-* gems) to latest version (0.85.1).
|
4 years ago |
Thorsten Eckel
|
8690916936
Updated rubocop(-* gems) to latest version (0.84.0).
|
4 years ago |
Thorsten Eckel
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
4 years ago |
Martin Edenhofer
|
7f1d30e089
Fixed issue #2722 - mail processing impossible: invalid byte sequence in UTF-8.
|
5 years ago |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 years ago |
Thorsten Eckel
|
83c77a4a35
Applied required changes to install and use PHP 5.6 for testing the Zammad PHP API client - until @jepf adds PHP 7 support (for tests).
|
5 years ago |
Martin Edenhofer
|
6be530bb1c
Improved performance of utf8_encode!() and html2text() (issue #2374).
|
6 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Ryan Lue
|
fa678f938a
Support processing of emails with Windows-1258 encoding (fixes #2224)
|
6 years ago |
Ryan Lue
|
a93f81e20b
Make String#utf8_encode more robust (fixes #2176)
|
6 years ago |
Ryan Lue
|
dfebe8d767
Relocate test data files from test/fixtures to test/data
|
6 years ago |
Ryan Lue
|
13ef5d4246
Rewrite Encode::conv as String#utf8_encode
|
6 years ago |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Martin Edenhofer
|
b35ff0fef2
Fixed issue #1579 - leading and tailing utf8 spaces are not removed for email addresses are not removed.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Martin Edenhofer
|
ebd2b174df
Removed ruby 2.4.1 warming "warning: regular expression has redundant nested repeat operator '*'".
|
7 years ago |
Jens Pfeifer
|
d1278d44c2
Fixed typos.
|
7 years ago |
Martin Edenhofer
|
060051b710
Improved html sanitizer for layout option / empty lines.
|
7 years ago |
Martin Edenhofer
|
7a08b9266b
Implemented issue #930 - view support for html tables.
|
7 years ago |
Martin Edenhofer
|
8f3fe2b399
Fixed endless loop in HtmlSanitizer.cleanup_structure in certain conditions.
|
7 years ago |
Martin Edenhofer
|
03b0a456e7
Improved signature detection.
|
7 years ago |
Martin Edenhofer
|
b2b835bcc5
Strip beginning and ending new lines. Improved layout of own quoted messages.
|
7 years ago |
Martin Edenhofer
|
63b0e4fe31
Show incoming images if local content. External images or links with images are still removed.
|
7 years ago |
Elias Probst
|
9d0bfa1fae
Fix typos (#622)
|
7 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |
Martin Edenhofer
|
ca141bbb9b
Enabled signature detection for html emails.
|
8 years ago |
Martin Edenhofer
|
249fba71c0
Improved html2html_strict (allow hyperlinks but clean it before).
|
8 years ago |