summaryrefslogtreecommitdiffstats
path: root/app/controllers/members_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-0/+4
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-181-6/+4
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-10/+8
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-3/+7
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* cleanup syntax of Relation#all at MembersController#indexToshi MARUYAMA2014-01-101-6/+5
* 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
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-3/+9
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-211-37/+11
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Prevent mass-assignment when adding a project member (#10390).Jean-Philippe Lang2012-03-061-8/+10
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-1/+1
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-25/+64
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-10/+13
* remove trailing white-spaces from app/controllers/members_controller.rb.Toshi MARUYAMA2011-08-311-11/+11
* Hide the role forms when editing or adding Project members. #5452Eric Davis2010-06-191-1/+7
* Add error messages to MembersController#new so a user is informed of missing ...Eric Davis2010-05-241-6/+22
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-7/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-2/+2
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-6/+0
* User groups branch merged.Jean-Philippe Lang2009-09-121-8/+8
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+6
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-2/+9
* Ability to add multiple project members in a single action (#1556).Jean-Philippe Lang2009-03-271-2/+18
* Adds some functional tests.Jean-Philippe Lang2009-03-011-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Added project module concept.Jean-Philippe Lang2007-09-141-3/+19
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-051-4/+8
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-31/+31
* indentation correctionsJean-Philippe Lang2007-01-281-2/+1
* * project settings split in 4 tabsJean-Philippe Lang2007-01-261-13/+13
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-3/+5
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+41