gitlab-org--gitlab-foss/app/controllers/projects
Dmitriy Zaporozhets 3483024d93 Merge branch 'disable-internal-tracker-when-external-in-use' into 'master'
Disable internal issue tracker if external tracker in use

### What does this MR do?

This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes.

### Why was this MR needed?

Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them.

### What are the relevant issue numbers?

Closes #2006

See merge request !993
2015-08-14 11:01:43 +00:00
..
application_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
avatars_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
blame_controller.rb Fast blame 2015-08-11 09:15:00 +03:00
blob_controller.rb Revert "Refactor web editor" 2015-08-11 11:49:09 +02:00
branches_controller.rb Fix errors deleting and creating branches with encoded slashes 2015-08-01 23:33:33 -07:00
commit_controller.rb No longer needed to pass project argument to commit methods. 2015-04-24 12:29:36 +02:00
commits_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
compare_controller.rb Revert "Merge branch 'drop-satellites'" 2015-08-11 10:28:42 +02:00
deploy_keys_controller.rb Remove show actions from Admin and Project DeployKeys 2015-06-03 18:03:04 -04:00
forks_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
graphs_controller.rb Add ref switching support for graphs 2015-07-06 16:44:30 +02:00
hooks_controller.rb Add support for Webhook note events 2015-05-21 23:48:16 -04:00
imports_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
issues_controller.rb Disable internal issue tracker if external tracker in use 2015-07-17 22:59:31 -07:00
labels_controller.rb Fix 403 Access Denied error messages when accessing Labels section in a project that has MRs disabled but issues enabled 2015-06-18 03:15:05 -07:00
merge_requests_controller.rb Revert "Merge branch 'drop-satellites'" 2015-08-11 10:28:42 +02:00
milestones_controller.rb Add support for destroying project milestones 2015-07-17 06:54:32 -07:00
network_controller.rb Fix network graph when branch name has single quotes 2015-07-29 23:29:47 -07:00
notes_controller.rb Show who last edited a comment if it wasn't the original author 2015-07-30 14:45:54 +02:00
project_members_controller.rb Move Project Members link from Settings to main menu. 2015-06-09 14:45:38 +02:00
protected_branches_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
raw_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
refs_controller.rb Fix commit data retrieval when branch name has single quotes 2015-07-26 03:47:01 -07:00
repositories_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
services_controller.rb Provide more feedback what went wrong if HipChat service failed test 2015-08-12 07:31:25 -07:00
snippets_controller.rb Update controller filters 2015-06-26 16:44:21 +02:00
tags_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
tree_controller.rb Fix 404 error in files view after deleting the last file in a repository 2015-07-21 14:12:43 -07:00
uploads_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
wikis_controller.rb Update controller filters 2015-06-26 16:44:21 +02:00