Commit Graph

277 Commits

Author SHA1 Message Date
Julian Verdurmen
0a3e893a33 Update HtmlSanitizer.nuspec
Added tags
2015-06-13 23:00:49 +02:00
Julian Verdurmen
deab0978ab Merge pull request #1 from 304NotModified/appveyor
fixed unit test for .net 3.5/4.0
2015-06-13 20:25:54 +02:00
Julian Verdurmen
3126298c70 Create appveyor.yml 2015-06-13 20:12:48 +02:00
304NotModified
96cf727c5c fixed unit test for .net 3.5/4.0
Fixed unit test for .net 3.5/4.0 by a fallback. Needed for appveyor.
2015-06-13 20:10:05 +02:00
304NotModified
08c691a12c enable nuget package restore 2015-06-13 19:50:20 +02:00
Michael Ganss
e166ac02b3 Merge pull request #31 from 304NotModified/patch-1
Added note about mailto:
2015-06-08 13:41:46 +02:00
Julian Verdurmen
b90792153a added note about mailto: 2015-06-08 13:39:16 +02:00
Michael Ganss
44fdc6fd53 Merge branch 'master' of github.com:mganss/HtmlSanitizer 2015-06-05 16:56:34 +02:00
Michael Ganss
9083f2caec Add russian text test (custom output formatter) 2015-06-05 16:55:51 +02:00
Michael Ganss
69305ace7a Escape invalid URLs
Closes #27
2015-05-25 17:26:37 +02:00
Michael Ganss
c648e8a59d Allow post-processing an all nodes not just elements 2015-04-27 17:52:06 +02:00
Michael Ganss
1e5c2fa1dd Add test showing how to autolink in a post-processing step 2015-04-23 16:12:12 +02:00
Michael Ganss
c35f6a33ca Add post processing hook 2015-03-13 16:33:41 +01:00
Michael Ganss
79107598ee Update README.md 2015-03-12 17:19:29 +01:00
Michael Ganss
bd5bcd79b0 Modify test 2015-03-12 16:59:11 +01:00
Michael Ganss
f9d8dc5d6c Add test 2015-03-12 16:20:09 +01:00
Michael Ganss
4fc0c896ed Generate XML documentation in Release configuration
Update year
2015-03-11 13:48:41 +01:00
Michael Ganss
1d946f7ebe Merge pull request #23 from 304NotModified/patch-1
This is a library
2015-03-03 12:39:44 +01:00
Julian Verdurmen
b2baca1d36 Update README.md
.NET also useful info
2015-03-02 23:35:58 +01:00
Julian Verdurmen
70b5ec7df3 Update README.md
This is a library ;)
2015-03-02 23:34:10 +01:00
Michael Ganss
a264c5bf56 Merge pull request #21 from 304NotModified/master
Added nuget badge
2015-03-02 20:21:03 +01:00
Julian Verdurmen
0edce55785 added nuget badge 2015-03-02 20:06:59 +01:00
Julian Verdurmen
a8a025017c added nuget badge 2015-03-02 20:06:16 +01:00
Michael Ganss
e773c178ad Add to README.md 2014-12-04 15:28:16 +01:00
Michael Ganss
9170c0b6ef Merge pull request #19 from 304NotModified/master
extended the readme
2014-12-04 15:17:41 +01:00
Julian
0615ea9651 added notes
Some useful stuff to know
2014-12-03 23:06:17 +01:00
Julian
3e9d61f335 added NuGet hyperlink 2014-12-03 22:55:47 +01:00
Michael Ganss
cc52078584 Expand XML comments
Compact conditional in IsAllowedAttribute
2014-11-29 18:29:56 +01:00
Michael Ganss
e4ad283fb5 Merge branch '304NotModified-enchantments' 2014-11-29 18:02:51 +01:00
Julian
20c04f50d9 refactor for consistency 2014-11-28 23:52:04 +01:00
Julian
db625a14e8 improved comments 2014-11-28 23:17:51 +01:00
Julian
d4cc48f48b manual LF fix 2014-11-28 23:15:40 +01:00
Julian
142dc602fd cleanup 2014-11-28 23:14:29 +01:00
Julian
9b06a53da1 more docs 2014-11-28 23:13:16 +01:00
Julian
82cc1babb4 namespace fix in project files 2014-11-28 23:10:58 +01:00
Julian
82440e756e Html5 data-attributes 2014-11-28 22:47:13 +01:00
Julian
d8329975fa more comments 2014-11-28 22:41:11 +01:00
Julian
756aefc66c refactor: extract remove.. methods (consistency) 2014-11-28 22:39:06 +01:00
Julian
c7f9f0347f Merge pull request #1 from mganss/master
sync back
2014-11-28 22:35:06 +01:00
Michael Ganss
7cab8bdf41 Add a test 2014-11-28 13:56:52 +01:00
Michael Ganss
576642e7ee Replace JSInclude with simple string.Contains
Replace .Not selector with set contains on the tag name
Make <, > replacement easier to read
2014-11-28 13:32:22 +01:00
Michael Ganss
976291a9d5 Add a test for protocol relative URLs 2014-11-27 10:35:45 +01:00
Michael Ganss
a5ef90125f Change namespace (closes #13) 2014-11-25 17:43:30 +01:00
Michael Ganss
c8b5e5f806 Add .gitattributes 2014-11-25 17:34:29 +01:00
Michael Ganss
29ef982c9c Fix crlf issue 2014-11-25 17:28:08 +01:00
Michael Ganss
8f00a93cf4 Fix crlf issue 2014-11-25 17:27:41 +01:00
Michael Ganss
6e911501b0 Update README.md 2014-11-25 17:09:35 +01:00
Michael Ganss
b80f08fb59 Use StringComparer.OrdinalIgnoreCase on all HashSets 2014-11-25 16:57:58 +01:00
Michael Ganss
b8fd0a2894 Fix newlines 2014-11-25 16:51:14 +01:00
Michael Ganss
b518450df2 Merge pull request #12 from NullRef-Opportunity/master
fixing test + ctor improvements + InvariantCultureIgnoreCase
2014-11-25 16:45:52 +01:00