summaryrefslogtreecommitdiffstats
path: root/app/controllers/groups_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-3/+9
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+3
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-17/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-2/+6
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-2/+11
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* 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