aboutsummaryrefslogtreecommitdiffstats
path: root/models/org_team.go
Commit message (Expand)AuthorAgeFilesLines
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-2/+2
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-1/+1
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-6/+6
* Add units to team (#947)Lunny Xiao2017-05-181-0/+22
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-14/+20
* Remove unnecessary loads in org_team (#1090)Ethan Koenig2017-03-011-22/+10
* Remove unnecessary loads in org_team (#1035)Ethan Koenig2017-02-241-47/+35
* Bug fixes and unit tests for org_team (#1016)Ethan Koenig2017-02-231-21/+15
* optimization for team get repos (#953)Lunny Xiao2017-02-161-16/+2
* Small opitimization for getUserTeams (#954)Lunny Xiao2017-02-161-21/+6
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-1/+1
* rename all uID -> userID on models/org_team.goLunny Xiao2016-11-281-26/+26
* golint for models/org_team.goLunny Xiao2016-11-281-41/+42
* Rewrite XORM queriesThibault Meyer2016-11-101-12/+49
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-1/+1
* Adds checking of reserved keywords against team names (#22)LefsFlare2016-11-061-1/+17
* Refactor User.Id to User.IDUnknwon2016-07-241-4/+4
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-0/+618