summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc/markdown.go
Commit message (Expand)AuthorAgeFilesLines
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-127/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+5
* Refactor renders (#15175)Lunny Xiao2021-04-191-24/+14
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+6
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-2/+12
* Swagger info corrections (#9441)65432019-12-201-6/+8
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Add golangci (#6418)kolaente2019-06-121-5/+22
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-3/+19
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-3/+6
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-20/+30
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-1/+2
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-2/+2
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-2/+23
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-241-1/+7
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-3/+4
* Golint fixed for modules/contextLunny Xiao2016-11-251-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-2/+4
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-4/+4
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
* Make markdown as an independent moduleUnknwon2016-02-201-4/+4
* fix #1829 and fix #890Unknwon2015-12-041-1/+1
* refactor API routes and some work for #976Unknwon2015-12-041-0/+42