summaryrefslogtreecommitdiffstats
path: root/modules/markdown/sanitizer.go
Commit message (Collapse)AuthorAgeFilesLines
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-58/+0
| | | | | | | | | | * restructure markup & markdown to prepare for multiple markup languages support * adjust some functions between markdown and markup * fix tests * improve the comments
* fix #1501 ssh hangs caused by #1461 (#1513)Lunny Xiao2017-04-191-10/+2
|
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-131-0/+66
* Santiation fix from Gogs * Linting * Fix build-errors * still not working * Fix all the things! * gofmt * Add code-injection checks