Commit Graph

26 Commits

Author SHA1 Message Date
Wendell Sun 2d1c5c3756 Fix remove team member issue ()
Put sess.Commit() out of the RemoveOrgUser function

Add an empty line to separate import packages
2018-02-23 16:42:02 +08:00
Ethan Koenig f48680888c Remove IsOwner, NumTeams from OrgUser () 2018-01-08 09:48:37 +02:00
Ethan Koenig c64924682e Fix race condition in team functions () 2017-12-30 21:08:08 -06:00
Ethan Koenig 515cdaa85d Fix ignored errors when checking if organization, team member () 2017-12-21 09:43:26 +02:00
Ethan Koenig aa962deec0 Replace deprecated Id method with ID () 2017-10-05 07:43:04 +03:00
Lunny Xiao dd55534b82 Reduce usage of allcols on update ()
* reduce usage of allcols on update

* fix bug and tests
2017-09-25 12:59:27 +08:00
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support ()
* improve protected branch to add whitelist support

* fix lint

* fix style check

* fix tests

* fix description on UI and import

* fix test

* bug fixed

* fix tests and languages

* move isSliceInt64Eq to util pkg; improve function names & typo
2017-09-14 16:16:22 +08:00
Ethan Koenig f29458bd3a EnableUnit() -> UnitEnabled() () 2017-08-02 11:46:54 +03:00
Antoine GIRARD 30787e48f2 Improve org error handling ()
* Improve ErrOrgNotExist type
Return new error type
Use good error check
Use new method to check error
Update tests

* Fix unchanged method name report
2017-07-06 21:30:19 +08:00
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally () 2017-06-21 08:57:05 +08:00
Lunny Xiao fd6034aaf2 Add units to team ()
* add units to team

* fix lint

* finish team setting backend

* finished permission controll on routes

* fix import blank line

* add unit check on ssh/http pull and push and fix test failed

* fix fixtures data

* remove unused code
2017-05-18 22:54:24 +08:00
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 () 2017-03-21 08:55:00 +08:00
Ethan Koenig ec0ae5d50c Refactor and fix incorrect comment () 2017-03-15 08:51:46 +08:00
Ethan Koenig d21d5fd736 Remove unnecessary loads in org_team () 2017-03-01 09:09:49 +08:00
Ethan Koenig 76057105ca Remove unnecessary loads in org_team () 2017-02-24 14:25:09 +08:00
Ethan Koenig 4f3880ff15 Bug fixes and unit tests for org_team () 2017-02-23 09:36:15 +08:00
Lunny Xiao 7fd14bf7bd optimization for team get repos () 2017-02-16 12:07:58 +08:00
Lunny Xiao 0642cb330c Small opitimization for getUserTeams ()
* Small opitimization for getUserTeams

* more compact
2017-02-16 12:06:23 +08:00
Lunny Xiao bb5a6b7a07 fix xorm NewSession uncorrected usages () 2017-01-28 00:11:41 +08:00
Lunny Xiao f215d78157 rename all uID -> userID on models/org_team.go 2016-11-28 16:33:08 +08:00
Lunny Xiao 21846d16e5 golint for models/org_team.go 2016-11-28 09:30:08 +08:00
Thibault Meyer a4454f5d0f
Rewrite XORM queries 2016-11-10 20:59:51 +01:00
Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode* 2016-11-07 17:20:37 +01:00
LefsFlare 55a4d46f5d Adds checking of reserved keywords against team names () 2016-11-06 10:07:03 +01:00
Unknwon 1f2e173a74 Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
Unknwon b1d41cfa60 add admin APIs to add/remove a user from teams 2016-03-25 18:04:02 -04:00