Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -49/+61 |
| | | |||||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go | ||||
| * | | 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 | -216/+26 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 | 1 | -218/+27 |
| |/ |/| | | | | | | | | | 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. | ||||
* | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | 1 | -43/+51 |
|/ | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -2/+20 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | fix #644 | Unknwon | 2014-11-21 | 1 | -1/+12 |
| | |||||
* | Fix #540 | Unknwon | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix #540 | Unknwon | 2014-10-12 | 1 | -17/+2 |
| | |||||
* | bug fixed for #540 | lunnyxiao | 2014-10-11 | 1 | -3/+7 |
| | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -22/+10 |
| | |||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -0/+7 |
| | |||||
* | Finish new admin dashboard | Unknwon | 2014-08-28 | 1 | -0/+6 |
| | |||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -0/+13 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -55/+175 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -35/+341 |
| | |||||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 1 | -8/+110 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -96/+210 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 1 | -4/+90 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -0/+1 |
| | |||||
* | Work on #274 | Unknown | 2014-07-04 | 1 | -0/+6 |
| | |||||
* | Finish create organization team | Unknown | 2014-07-02 | 1 | -3/+46 |
| | |||||
* | Finish Teams page | Unknown | 2014-06-29 | 1 | -12/+40 |
| | |||||
* | Finish organization homepage | Unknown | 2014-06-28 | 1 | -6/+35 |
| | |||||
* | Finish delete organization | Unknown | 2014-06-28 | 1 | -0/+44 |
| | |||||
* | Organization settings page | Unknown | 2014-06-27 | 1 | -0/+86 |
| | |||||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 | 1 | -0/+37 |
| | |||||
* | Add create organization | Unknown | 2014-06-25 | 1 | -0/+69 |