summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-4/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-2/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+2
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+45
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-24/+14
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-20/+22
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-5/+3
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-221-42/+0
* API expose usefull General Repo settings settings (#11758)65432020-06-101-0/+17
* Fix bug with globally disabling mirror (#11760)65432020-06-041-1/+3
* [API] Expose allowed Reactions (#11735)65432020-06-041-0/+23
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-3/+13
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Add gitea-vet (#10948)John Olheiser2020-04-052-0/+8
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+0
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-2/+2
* Swagger info corrections (#9441)65432019-12-203-8/+14
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+62
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-4/+3
* Add golangci (#6418)kolaente2019-06-121-5/+22
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-113-4/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-3/+19
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-2/+2
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-051-1/+1
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-281-1/+1
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-3/+6
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-2/+2
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-202-6/+6
* Update swagger documentation (#2899)Ethan Koenig2017-11-132-32/+38
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-211-0/+19
* 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-162-11/+10
* Improve swagger doc (#2274)Antoine GIRARD2017-08-212-3/+3
* Fix rendering of external links (#2292)Ethan Koenig2017-08-131-1/+1
* gofmt (#1662)Ethan Koenig2017-05-041-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-022-2/+35
* Add basic integration test infrastructure (and new endpoint `/api/v1/version`...Mura Li2017-03-061-0/+16
* Fix go vet faults (#1060)Ethan Koenig2017-02-261-2/+2
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-242-3/+10
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-3/+188
* 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