aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/repo.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* repo: load base repository for loadAttributesUnknwon2017-06-08
|
* api/repo: response full API format for search results (#4522)Unknwon2017-06-08
|
* api/repo: fix admin migrate repo for non-org users (#4479)Unknwon2017-06-05
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* api/repo: improve migration error handlingUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* api/repo: fix nil error panicUnknwon2017-04-06
|
* api/repo: check user type of owner for migrationUnknwon2017-04-06
| | | | Report by MiaoWoo.
* models/mirror: feed git.IsRepoURLAccessible with raw mirror addressUnknwon2017-04-04
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* api/repo: add endpoint to sync mirror (#2235)Unknwon2017-03-23
|
* error: move ErrRepoNotExist -> errors.RepoNotExistUnknwon2017-03-23
|
* api/repo: fix incorrect permission values (#4309)Unknwon2017-03-18
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
|
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* api: add list user and organization's repositories (#3984)Unknwon2017-02-18
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* api: display repository forks (#3252)Dennis Chen2017-01-28
| | | | | Lists the forks of a repository at the /:user/:repo/forks endpoint. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Replace convert.To with APIFormat callsUnknwon2016-08-14
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-13
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #1692 API: admin create repoUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* refactor API routes and some work for #976Unknwon2015-12-04