Commit History

Author SHA1 Message Date
  Thorsten Eckel 4ddf75ff4e Maintenance: Bumped Nokogiri to 1.11.0 to resolve CVE-2020-26247. 3 years ago
  Thorsten Eckel 43b6374d16 Updated rubocop(-* gems) to latest version (1.2.0). 3 years ago
  Martin Edenhofer 16872c3c89 Fixes issue #3255 - In certain cases not all content of an html email is shown (HTML sanitizer will remove to much) 3 years ago
  Thorsten Eckel 0b9e6676f8 Maintenance: Updated rubocop(-* gems) to latest version (1.0.0). 4 years ago
  Thorsten Eckel 623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 4 years ago
  Martin Edenhofer dc743a7662 Fixes #2494 - Plus characters are stripped from email addresses and urls in ticket body 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
  Thorsten Eckel 1c63e96675 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1. 5 years ago
  Thorsten Eckel 40dcb0e132 Updated rubocop to latest version (0.74). 5 years ago
  Thorsten Eckel 6a5c5a3e2a Maintenance: Improved HTML sanitization timeout handling. 5 years ago
  Ryan Lue a1da3a27f9 Enable Lint/UselessAssignment cop. 5 years ago
  Billy Zhou 7df5c18182 Fixed #2437 - square brackets are deleted in links 5 years ago
  Billy Zhou 1c55fc0a56 Fixed #2416 - HTML sanitizer blocks email processing because of an endless loop. 5 years ago
  Thorsten Eckel e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 5 years ago
  Thorsten Eckel af1781ff2a Improve performance by fetching 'fqdn' Setting in HTML sanitization only once instead for each link found (issue #2374). 5 years ago
  Thorsten Eckel 4e024291a4 Improve performance by not checking empty strings or strings not containing ':' for URLs (issue #2374). 5 years ago
  Thorsten Eckel 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
  Billy Zhou 9c02d2e02b Added signatureIdentifyByHtml to detect signatures and blockquotes through HTML nodes. 6 years ago
  Martin Edenhofer 1568909afb Fixed issue #2252 - Unable to process email `"ERROR: #<NoMethodError: undefined method `match' for nil:NilClass>"`. 6 years ago
  Ryan Lue e341d07d6b Stop wrapping <a> tags around URLs without a scheme/protocol (fixes #2139) 6 years ago
  Martin Edenhofer 4120afb131 Fixed issue #1246 - Filename of images (c&p) downloaded via lightbox is invalid. 6 years ago
  Ryan Lue 23f30921dc Fix regression in HtmlSanitizer::cleanup_target (whitespace deletion) 6 years ago
  Ryan Lue 5583369d8b Render umlauts and other multi-byte characters correctly in HtmlSanitizer::strict 6 years ago
  Ryan Lue 13ef5d4246 Rewrite Encode::conv as String#utf8_encode 6 years ago
  Thorsten Eckel 4b98c61698 Improved handling of disposition URL parameter for local URLs. 6 years ago
  Ryan Lue 04055f7095 Replace unless with if ! (project-wide) 6 years ago
  Ryan Lue 79d4284365 Fix rubocop violations 6 years ago
  Thorsten Eckel fbeccbc85c Updated to latest rubocop version. 6 years ago
  Thorsten Eckel 0c917e13aa Fixed issue #1902 - Spaces in link URLs are removed. 6 years ago
  Thorsten Eckel 1e9ed11126 Fixed issue #1852: Can't configure local MTA after SMTP was configured as outbound server. 6 years ago
  Martin Edenhofer be751c8176 Added backlisting for certain css properties. 6 years ago
  Martin Edenhofer 56846b2fe9 Allow a href for paste, images and text link with different content. 6 years ago
  Thorsten Eckel 705487154c Applied changes for Rubocop 0.51. 6 years ago
  Martin Edenhofer 3417618798 Improved removing of html comments. 6 years ago
  Thorsten Eckel 757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 7 years ago
  Martin Edenhofer 7a08b9266b Implemented issue #930 - view support for html tables. 7 years ago
  Martin Edenhofer 98a1ba8a62 Fixed html sanitizer loop with own generated link injection. Extended tests. 7 years ago
  Martin Edenhofer 0308d8fe2d Fixed html sanitizer loop. Extended tests. 7 years ago
  Martin Edenhofer 449d1904fe Improvement for issue #952 - External links in html emails will be open in local context. 7 years ago
  Martin Edenhofer b3ae159c2e Fixed issue #952 - External links in html emails will be open in local context. 7 years ago
  Martin Edenhofer 5868fdd19f Fixed issue #951 - Auto detection of www urls fails. 7 years ago
  Martin Edenhofer 0fd5c971fc Fixed html sanitizer with non utf8 content in href attributes. 7 years ago
  Martin Edenhofer 14c1407448 Sometimes spaces are removed which should be still there (e. g. in case of <div>some text <a>123</a>). 7 years ago
  Martin Edenhofer 8f3fe2b399 Fixed endless loop in HtmlSanitizer.cleanup_structure in certain conditions. 7 years ago
  Martin Edenhofer 14507180a3 Improved external attachment support. 7 years ago
  Martin Edenhofer 04eda17d3b Do not change attributes values to downcase (e. g. will break urls). 7 years ago
  Martin Edenhofer 6d808ff3eb Improved html sanitizer with a tags without href attributes. 7 years ago
  Martin Edenhofer 63b0e4fe31 Show incoming images if local content. External images or links with images are still removed. 7 years ago
  Martin Edenhofer 3fa12b73ae Moved to whitelist sanitizer. 7 years ago