summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/topic.go
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-12/+12
* [API] generalize list header (#16551)65432021-08-121-18/+15
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Fix swagger doc by rename repoAddTopĆ­c to repoAddTopic (#16580)Lars Hvam2021-08-011-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+3
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-6/+0
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+30
* Swagger info corrections (#9441)65432019-12-201-23/+25
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+274