gitlab-org--gitlab-foss/app
babatakao 86a262de1a Authorize all teams to admin: fix 500 error on showing team page.
500 error was occured in the following steps:

1. user1 creates new team "team1".
2. Assign team1 to project1.
3. Sign in as admin. This admin is not a member of team1.
4. Open project1 team setting page (/project1/team).
5. Click "team1" link in "Assigned teams" area.
6. 500 error.

Fixed this issue.
2013-06-05 15:41:33 +09:00
..
assets fixed commit tab page shows commit log twice 2013-06-04 14:07:33 +09:00
contexts Added few tests on Issues::BulkUpdateContext 2013-05-16 10:32:27 +00:00
controllers Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
helpers Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist 2013-06-04 18:36:22 +03:00
mailers Extend models functionality with old decorator methods. Use Repository model 2013-03-31 23:48:12 +03:00
models Authorize all teams to admin: fix 500 error on showing team page. 2013-06-05 15:41:33 +09:00
observers Remove project cache before project.destroy 2013-06-04 18:20:50 +03:00
services Use separate property for project path and project path with namespace inside system hook 2013-05-22 14:06:31 +03:00
uploaders Files controller handle redirect to remote storage. Added config block to carrierwave init 2013-05-15 22:35:59 +03:00
views Fixed ability and modify UI a bit 2013-06-04 18:50:42 +03:00
workers Refactor post-receive worker 2013-04-29 09:43:18 +03:00