summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-3/+8
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Don't paginate the board view for now (#29482).Jean-Philippe Lang2019-10-261-3/+8
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-1/+1
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-1/+10
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-4/+14
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+13
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-0/+1
* Use sorted instead of sort (#29406).Go MAEDA2018-12-021-1/+1
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-1/+1
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-6/+0
* Reverts change made to ProjectController in r16766 (#26376).Jean-Philippe Lang2017-07-081-2/+1
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-081-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-9/+14
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-0/+5
* Menu items mapping.Jean-Philippe Lang2016-12-161-1/+1
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-0/+7
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+4
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Removes action caching on /robots.txt.Jean-Philippe Lang2016-07-101-6/+0
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-181-1/+1
* 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/+1
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-23/+3
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-1/+1
* Moved controller code to new method Project#add_default_member.Jean-Philippe Lang2014-11-021-4/+1
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-021-5/+6
* Code cleanup, #roadmap no longer exists.Jean-Philippe Lang2014-11-021-1/+0
* Removed unused helpers.Jean-Philippe Lang2014-11-021-6/+0
* Code cleanup, removed conditions on request method.Jean-Philippe Lang2014-11-021-5/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-13/+13
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#count with finder options at ProjectsCont...Toshi MARUYAMA2014-01-101-2/+2
* gender neutral source comment at app/controllers/projects_controller.rbToshi MARUYAMA2013-07-061-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* remove trailing tabs from app/controllers/projects_controller.rbToshi MARUYAMA2013-02-171-1/+1
* Test failure.Jean-Philippe Lang2013-01-201-3/+2
* Don't use && return.Jean-Philippe Lang2013-01-201-1/+2
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-0/+1