summaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-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 #981Unknwon2015-02-221-1/+1
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
* | code fix #941 caution: undertestUnknwon2015-02-131-49/+61
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-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 stylePeter Smit2015-02-091-1/+1
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-061-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 TablePeter Smit2015-02-121-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 #739Unknwon2015-02-101-43/+51
|/
* api: able to create repo and fix #726Unknwon2014-12-121-2/+20
| | | | | - POST /user/repos - POST /org/:org/repos
* Fix spelling errors in comments.Joseph Crail2014-12-061-2/+2
|
* fix #644Unknwon2014-11-211-1/+12
|
* Fix #540Unknwon2014-10-121-1/+1
|
* Fix #540Unknwon2014-10-121-17/+2
|
* bug fixed for #540lunnyxiao2014-10-111-3/+7
|
* Prepare 0.5 releaseUnknwon2014-09-121-22/+10
|
* Continue working on new admin pagesUnknwon2014-08-291-0/+7
|
* Finish new admin dashboardUnknwon2014-08-281-0/+6
|
* Bug fix on organizationUnknwon2014-08-271-0/+13
|
* Finsih add/remove repo in organizationUnknwon2014-08-261-55/+175
|
* Finish new edit team page, add member to teamUnknwon2014-08-241-35/+341
|
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-161-8/+110
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-96/+210
|
* Finish new organization members and invitation pageUnknwon2014-08-151-4/+90
|
* Finish new home page of organizationUnknwon2014-08-101-0/+1
|
* Work on #274Unknown2014-07-041-0/+6
|
* Finish create organization teamUnknown2014-07-021-3/+46
|
* Finish Teams pageUnknown2014-06-291-12/+40
|
* Finish organization homepageUnknown2014-06-281-6/+35
|
* Finish delete organizationUnknown2014-06-281-0/+44
|
* Organization settings pageUnknown2014-06-271-0/+86
|
* Work on create organization repo and #257Unknown2014-06-251-0/+37
|
* Add create organizationUnknown2014-06-251-0/+69