summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|\
| * routers: able to migrate repo from local pathUnknwon2015-02-221-37/+38
* | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-1/+1
* | Refactoring of the Access TablePeter Smit2015-02-061-1/+1
* | 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
* 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