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.
gitea/routers/api/v1
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
7 years ago
..
admin Cleanup models.User.HashPassword (#3334) 7 years ago
convert Populate URL field of API commits (#3546) 7 years ago
misc Rework special link parsing in the post-processing of markup (#3354) 7 years ago
org Fix ignored errors when checking if organization, team member (#3177) 7 years ago
repo Populate URL field of API commits (#3546) 7 years ago
swagger Update swagger documentation (#2899) 7 years ago
user Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
utils Fix API status code for hook creation (#2814) 7 years ago
api.go Add option to enable or disable swagger endpoints (#3502) 7 years ago