aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix milestone API state parameter unhandled (#10049) (#10053)Lunny Xiao2020-01-301-1/+6
* fix bug about wrong dependencies permissions check and other wr… (#9884)Lunny Xiao2020-01-202-8/+24
* Hide credentials when submitting migration (#9102) (#9704)Lauris BH2020-01-111-1/+1
* [Backport] [API] Allow only specific Colums to be updated on Issue (#9539) (#...65432020-01-022-5/+9
* [Backport] Fix bug when migrate from API (#8631) (#9563)65432020-01-021-7/+24
* Fix missing repository status when migrating repository via API (#9511)Lunny Xiao2019-12-271-3/+26
* Fix NewCommitStatus (#9434) (#9435)John Olheiser2019-12-191-2/+2
* Add Close() method to gogitRepository (#8901) (#8956)zeripath2019-11-135-1/+13
* Fix deadline on update issue or PR via API (#8698)David Svantesson2019-10-282-16/+14
* Fix bug on pull requests when transfer head repository (#8564) (#8569)Lunny Xiao2019-10-191-10/+9
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-14/+23
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-2/+2
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-28/+72
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-1/+3
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-1/+1
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-1/+2
* Fix API for edit and delete release attachment (#8285)David Svantesson2019-09-271-2/+6
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-4/+3
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+12
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-182-2/+4
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-3/+4
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+1
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-032-42/+274
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Adds details about what tags can use the Git tags API (#7989)Richard Mahn2019-08-261-2/+2
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-22/+185
* Include description in repository search. (#7942)David Svantesson2019-08-251-11/+16
* Document possibility to limit API Repo search to topics only. (#7957)David Svantesson2019-08-231-0/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2316-22/+7
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-153-15/+15
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-092-10/+41
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-274-5/+8
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-5/+46
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2
* add notification placeholder (#7409)Lunny Xiao2019-07-121-0/+5
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-061-16/+4
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-8/+5
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-11/+42
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-0/+13
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+7
* Add golangci (#6418)kolaente2019-06-122-11/+10
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-082-2/+46
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-7/+7
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-2/+6
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-3/+3
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-302-0/+360
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7