summaryrefslogtreecommitdiff
path: root/app/controllers/teams
Commit message (Expand)AuthorAgeFilesLines
* Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-183-106/+0
* s/was/were/ for plural subjectsKyle Kelley2013-04-091-1/+1
* Remove user decoratorDmitriy Zaporozhets2013-04-041-1/+0
* Rebuild team areaDmitriy Zaporozhets2013-03-141-19/+2
* Allow single/multiple user selectDmitriy Zaporozhets2013-03-131-1/+1
* fix decorate calls on collections after draper updateDmitriy Zaporozhets2013-03-011-1/+1
* Fix not-working team memebership permissions changeDmitriy Zaporozhets2013-02-181-2/+7
* Update user finding (by username) in teams members (team of users) controllerAndrey Kumanyaev2013-01-251-1/+1
* Fix project adding to teamDmitriy Zaporozhets2013-01-251-1/+1
* Remove simple code duplication in members controllersAndrey Kumanyaev2013-01-241-2/+1
* Update check If user can assign project to teamAndrey Kumanyaev2013-01-241-1/+1
* Reject non-owned projects to assign to teamsDmitriy Zaporozhets2013-01-241-6/+12
* Dont allow to select a project you have no right to assignDmitriy Zaporozhets2013-01-241-2/+1
* Few UI improvementsDmitriy Zaporozhets2013-01-241-0/+2
* fix testsAndrey Kumanyaev2013-01-241-7/+4
* update all teams code. refactoring and some correctionsAndrey Kumanyaev2013-01-243-43/+37
* Add access control in public section to users teamsAndrey Kumanyaev2013-01-243-1/+11
* remove before_filter from controllersAndrey Kumanyaev2013-01-241-3/+10
* refactoring user team in public sectionAndrey Kumanyaev2013-01-242-4/+20
* add teams application controllerAndrey Kumanyaev2013-01-241-0/+10
* Team projects public sectionAndrey Kumanyaev2013-01-241-0/+21
* Team members public sectionAndrey Kumanyaev2013-01-241-0/+58