summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_tracked_time.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-8/+8
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-2/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-3/+3
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-15/+15
* format with gofumpt (#18184)65432022-01-201-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* [API] generalize list header (#16551)65432021-08-121-4/+27
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-3/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+3
* Add user filter to issueTrackedTimes, enable usage for issue managers (#14081)Norwin2020-12-221-11/+37
* API: Fix GetQueryBeforeSince (#13559)65432020-11-141-3/+3
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-3/+3
* Fix tracked time issues (#11349)65432020-05-091-0/+4
* When deleting a tracked time through the API return 404 not 500 (#11319)65432020-05-071-0/+4
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+31
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-5/+6
* times Add filters (#9373)65432020-01-081-20/+114
* [API] Extend times API (#9200)65432019-12-271-30/+217
* Swagger info corrections (#9441)65432019-12-201-18/+31
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-5/+5
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-4/+4
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-0/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-48/+110
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-16/+34
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+158