summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor API routes and some work for #976Unknwon2015-12-041-313/+0
|
* fix #976Unknwon2015-12-031-0/+4
|
* finish wikiUnknwon2015-11-301-4/+1
|
* allow admin to migrate for any user/orgUnknwon2015-11-251-2/+3
|
* fix #1302Unknwon2015-11-131-2/+2
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-17/+16
|
* #1657 allow forcing all private reposUnknwon2015-10-251-1/+7
|
* add get repo APIUnknwon2015-10-221-7/+25
|
* unified API error responseUnknwon2015-10-081-26/+23
|
* added repository remove option to apiSteven Oud2015-10-041-0/+36
|
* fix migrate apiUnknwon2015-09-031-1/+1
|
* fix migrate APIUnknwon2015-09-031-17/+3
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-2/+2
|
* new create repo optionsUnknwon2015-08-281-42/+38
|
* #1487 Readme TemplateUnknwon2015-08-281-2/+9
|
* minor fix on API responseUnknwon2015-08-191-12/+6
|
* WIP: create PR - choose branchUnknwon2015-08-081-6/+6
|
* improve fork processUnknwon2015-08-081-1/+1
|
* allow anonymous SSH cloneUnknwon2015-08-051-3/+3
|
* Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePasswordLunny Xiao2015-04-241-1/+1
|\ | | | | Hotfix/type fix validate password
| * fix calls that go rename missedDustin Willis Webber2015-04-161-1/+1
| |
* | #1070 Clearer error message for illegal charactersUnknwon2015-03-261-1/+2
|/
* mirror fix of #1105Unknwon2015-03-251-2/+4
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-3/+3
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-37/+38
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * routers: able to migrate repo from local pathUnknwon2015-02-221-37/+38
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-1/+1
| |
* | Refactoring of the Access TablePeter Smit2015-02-061-1/+1
| | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | Introducing Collaboration StructPeter Smit2015-01-231-9/+12
|/
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-131-7/+6
|
* api: able to create repo and fix #726Unknwon2014-12-121-46/+83
| | | | | - POST /user/repos - POST /org/:org/repos
* GetFile apiUnknwon2014-11-161-12/+4
|
* #12, use go-gogs-clientUnknwon2014-11-141-27/+11
|
* #12, add/edit hookUnknwon2014-11-131-6/+2
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-0/+257