summaryrefslogtreecommitdiffstats
path: root/app/controllers/members_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Preload principal and roles in members#index (#35324).Go MAEDA2021-06-271-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of MembersControllerToshi MARUYAMA2020-11-221-5/+5
* use "do end" instead of {} at MembersControllerToshi MARUYAMA2020-11-091-8/+8
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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