summaryrefslogtreecommitdiffstats
path: root/app/controllers/groups_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails4: replace deprecated find_all_by_* at GroupsControllerToshi MARUYAMA2014-01-081-1/+1
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-2/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-5/+5
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-191-25/+7
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-4/+4
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-081-1/+1
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-14/+12
* Adds #find_group filter.Jean-Philippe Lang2012-06-011-10/+9
* Removed auto-generated comments.Jean-Philippe Lang2012-06-011-20/+7
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-011-2/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds routes for group users.Jean-Philippe Lang2011-11-271-1/+1
* remove trailing white-spaces from app/controllers/groups_controller.rb.Toshi MARUYAMA2011-08-311-14/+14
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-211-2/+4
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-011-1/+1
* Added a warning when a new user or group membership is invalid. #3834Jean-Baptiste Barth2010-08-101-8/+16
* Eager load group projects to avoid N SQL queries.Jean-Philippe Lang2010-05-091-1/+1
* Refactor: Extract method to the Member modelEric Davis2010-03-181-2/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-1/+2
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+162