Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 1 | -313/+0 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 1 | -0/+4 |
| | |||||
* | finish wiki | Unknwon | 2015-11-30 | 1 | -4/+1 |
| | |||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 1 | -2/+3 |
| | |||||
* | fix #1302 | Unknwon | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -17/+16 |
| | |||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -1/+7 |
| | |||||
* | add get repo API | Unknwon | 2015-10-22 | 1 | -7/+25 |
| | |||||
* | unified API error response | Unknwon | 2015-10-08 | 1 | -26/+23 |
| | |||||
* | added repository remove option to api | Steven Oud | 2015-10-04 | 1 | -0/+36 |
| | |||||
* | fix migrate api | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | fix migrate API | Unknwon | 2015-09-03 | 1 | -17/+3 |
| | |||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -2/+2 |
| | |||||
* | new create repo options | Unknwon | 2015-08-28 | 1 | -42/+38 |
| | |||||
* | #1487 Readme Template | Unknwon | 2015-08-28 | 1 | -2/+9 |
| | |||||
* | minor fix on API response | Unknwon | 2015-08-19 | 1 | -12/+6 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -6/+6 |
| | |||||
* | improve fork process | Unknwon | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword | Lunny Xiao | 2015-04-24 | 1 | -1/+1 |
|\ | | | | | Hotfix/type fix validate password | ||||
| * | fix calls that go rename missed | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 |
| | | |||||
* | | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -1/+2 |
|/ | |||||
* | mirror fix of #1105 | Unknwon | 2015-03-25 | 1 | -2/+4 |
| | |||||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -37/+38 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -37/+38 |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -1/+1 |
| | | |||||
* | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -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 Struct | Peter Smit | 2015-01-23 | 1 | -9/+12 |
|/ | |||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | 1 | -7/+6 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -46/+83 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | GetFile api | Unknwon | 2014-11-16 | 1 | -12/+4 |
| | |||||
* | #12, use go-gogs-client | Unknwon | 2014-11-14 | 1 | -27/+11 |
| | |||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | 1 | -6/+2 |
| | |||||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 | 1 | -0/+257 |