aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc
Commit message (Expand)AuthorAgeFilesLines
* Add API for gitignore templates (#22783)JakobDev2023-04-271-0/+56
* Add API for License templates (#23009)JakobDev2023-04-261-0/+76
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-242-80/+115
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+7
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+3
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+2
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-4/+38
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-21/+0
* 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