gitlab-org--gitlab-foss/spec/controllers
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
..
admin Add "Confirm user" button in user admin page 2015-08-05 00:35:53 -07:00
groups Fix bug where avatar filenames were not actually deleted from the database during removal. 2015-05-07 10:00:35 -07:00
import Show incompatible projects in Bitbucket import status 2015-08-07 07:07:08 -07:00
profiles Add User#disable_two_factor! 2015-07-10 16:18:30 -04:00
projects Merge branch 'disable-internal-tracker-when-external-in-use' into 'master' 2015-08-14 11:01:43 +00:00
application_controller_spec.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
autocomplete_controller_spec.rb Always add current user to autocomplete controller to support filter by "Me" 2015-08-06 00:46:14 -07:00
blob_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
branches_controller_spec.rb Fix errors deleting and creating branches with encoded slashes 2015-08-01 23:33:33 -07:00
commit_controller_spec.rb Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
commits_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
help_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
namespaces_controller_spec.rb Add tests. 2015-03-27 10:27:13 +01:00
profile_keys_controller_spec.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
projects_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
root_controller_spec.rb Add RootController 2015-06-13 17:59:11 -04:00
uploads_controller_spec.rb Reject access to group/project avatar if the user doesn't have access. 2015-03-10 17:13:02 +01:00
users_controller_spec.rb Make username parameter for Users#show case-insensitive 2015-07-18 17:54:56 -04:00