gitlab-org--gitlab-foss/config/routes
Stan Hu 1f18823687 Downcase aliased OAuth2 callback providers
Users may specify an OAuth2 callback with a custom name, such as
AWSCognito, but Rails will reject this with the following message:

```
'import/AWSCognito' is not a supported controller name. This can
lead to potential routing problems. See
http://guides.rubyonrails.org/routing.html#specifying-a-controller-to-use
```

To avoid these errors, we can just downcase all the provider names.
Note that this will make it impossible to specify a duplicate name with
different cases.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57156
2019-02-01 22:32:53 -08:00
..
admin.rb Put EE routes in EE files under EE directories 2018-10-26 14:27:05 +08:00
api.rb Pass on arguments passed to the FeatureConstrainer 2018-12-14 14:35:05 +01:00
ci.rb Make ci/lint page context aware: 2018-03-26 17:03:11 -06:00
dashboard.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
development.rb
explore.rb
git_http.rb [CE] Add Naming/FileName rule checking expected class/module per filename 2018-03-08 12:56:54 +00:00
google_api.rb Add - before google_api/auth/callback 2017-10-11 15:49:55 +09:00
group.rb Extend clusters_controller for group type clusters 2018-11-08 23:14:06 +13:00
help.rb Added ssh fingerprint, gitlab ci and pages information in an instance configuration page 2017-10-25 23:51:26 +03:00
import.rb Downcase aliased OAuth2 callback providers 2019-02-01 22:32:53 -08:00
instance_statistics.rb Fix leading slash in redirects and add cop 2018-09-21 14:10:20 +00:00
legacy_builds.rb Just draw :legacy_builds 2017-07-06 22:55:48 +08:00
profile.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
project.rb Add ability to resolve project id into path 2019-01-22 09:59:10 +02:00
repository.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
sherlock.rb
sidekiq.rb
snippets.rb Fix broken Members link when relative URL root paths are used 2017-10-27 14:32:38 -07:00
uploads.rb Use system paths for appearance logos 2018-12-25 08:22:34 -08:00
user.rb Resolve "Add new "Overview" tab on user profile page" 2018-10-04 07:55:37 +00:00
wiki.rb Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb"" 2018-12-03 12:28:51 +01:00