1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 05:05:51 +00:00
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
2018-02-27 09:09:18 +02:00
..
admin Cleanup models.User.HashPassword (#3334) 2018-01-12 00:19:38 +02:00
convert Populate URL field of API commits (#3546) 2018-02-20 20:50:42 +08:00
misc Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
org Fix ignored errors when checking if organization, team member (#3177) 2017-12-21 09:43:26 +02:00
repo Populate URL field of API commits (#3546) 2018-02-20 20:50:42 +08:00
swagger Update swagger documentation (#2899) 2017-11-13 09:02:25 +02:00
user Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
utils Fix API status code for hook creation (#2814) 2017-11-20 15:00:53 +08:00
api.go Add option to enable or disable swagger endpoints (#3502) 2018-02-14 06:46:00 +02:00