summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor Issues Subscription (#8738)65432019-11-201-39/+9
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-4/+4
* Handle setting default branch via API (#9030)David Svantesson2019-11-171-0/+12
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-3/+14
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-11/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-135-1/+13
* Template Repositories (#8768)John Olheiser2019-11-111-0/+19
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+12
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-1010-10/+10
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-6/+47
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-5/+1
* Fix API deadline removal (#8759)David Svantesson2019-11-032-7/+21
* Add API for Issue set Subscription (#8729)65432019-11-021-0/+216
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-022-4/+2
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-1/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-1/+133
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-7/+0
* Move issue notifications (#8713)Lunny Xiao2019-10-292-15/+2
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-282-7/+3
* Fix deadline on update issue or PR via API (#8696)David Svantesson2019-10-282-16/+14
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-262-20/+15
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-252-6/+54
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-1/+1
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-10/+9
* don't ignore error message (#8550)Antoine GIRARD2019-10-171-1/+1
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-1/+2
* 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