You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
Morgan Bazalgette 535445c32e Rework special link parsing in the post-processing of markup (#3354)
* Get rid of autolink

* autolink in markdown

* Replace email addresses with mailto links

* better handling of links

* Remove autolink.js from footer

* Refactor entire html.go

* fix some bugs

* Make tests green, move what we can to html_internal_test, various other changes to processor logic

* Make markdown tests work again

This is just a description to allow me to force push in order to restart
the drone build.

* Fix failing markdown tests in routers/api/v1/misc

* Add license headers, log errors, future-proof <body>

* fix formatting
6 years ago
..
auth Writable deploy keys (closes #671) (#3225) 7 years ago
avatar Use assert in legacy unit tests (#867) 7 years ago
base Implements generator cli for secrets (#3531) 6 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Add option to enable or disable swagger endpoints (#3502) 6 years ago
cron Add branch overiew page (#2108) 7 years ago
generate Implements generator cli for secrets (#3531) 6 years ago
highlight No highlighting for .txt files (#1922) 7 years ago
httplib Add sensitive headers (#3429) 7 years ago
indexer Reduce repo indexer disk usage (#3452) 6 years ago
lfs Fix SSH auth lfs locks (#3152) 7 years ago
log Fix lint errors (#2547) 7 years ago
mailer Add support for extra sendmail arguments (#2731) 7 years ago
markup Rework special link parsing in the post-processing of markup (#3354) 6 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 7 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
process Fix run command race (#1470) 7 years ago
public Enable caching on assets and avatars (#3376) 6 years ago
search HTML escape all lines of the search result (#3402) 7 years ago
setting Implements generator cli for secrets (#3531) 6 years ago
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Rework special link parsing in the post-processing of markup (#3354) 6 years ago
test Unit tests for routers/repo/issue_label (#3198) 7 years ago
user golint fixed for modules/user 8 years ago
util fix gpg expired bug when time is zero (#3584) 6 years ago
validation Create new branch from branch selection dropdown (#2130) 7 years ago