summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix repo-list private and total count bugs (#11500) (#11532)zeripath2020-05-211-3/+6
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-0/+13
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* Refactor api repo dir (#10048)65432020-01-291-234/+0
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-12/+11
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-73/+67
* Restricted users (#6274)Manush Dodunekov2020-01-131-2/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-4/+4
* Remove deprecation comment for CreateOrgRepo (#9670)Ryan2020-01-101-1/+0
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-6/+7
* [API] creat org repo call same as github (#9186)65432020-01-091-3/+35
* Swagger info corrections (#9441)65432019-12-201-43/+58
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-1/+2
* Hide credentials when submitting migration (#9102)Jordan2019-11-221-1/+1
* 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
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-11/+1
* Template Repositories (#8768)John Olheiser2019-11-111-0/+19
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* 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
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-19/+11
* 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
* 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-031-42/+0
* 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-231-2/+1
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* add notification placeholder (#7409)Lunny Xiao2019-07-121-0/+5
* Add golangci (#6418)kolaente2019-06-121-9/+0
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-0/+278
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-36/+13
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-21/+54
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* Return 409 when creating repo if it already exists. (#6330)Bogdan Petrea2019-03-151-2/+3
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-261-0/+5
* Make repo creation for API similar to UI (#6142)John Olheiser2019-02-211-0/+3
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+5
* admin should be able to delete repos even if he is not a member of the organi...Lanre Adelowo2018-12-021-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-14/+6
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+1
* api: repos/search: add parameters to control the sort order (#3964)Allen Wild2018-08-021-0/+47
* Allow administrator to create repository for any organization (#4368)Lauris BH2018-07-051-7/+9