This PR adds support for GitLab as an OAuth provider in the Redmine OAuth plugin. It also updates the corresponding settings view to include GitLab as an option.
Changes:
Modified redmine_oauth_controller.rb to include the GitLab provider in the oauth and oauth_callback methods, and to update the oauth_client method to handle GitLab.
Modified _oauth_settings.html.erb to include GitLab as an option in the provider select field.
Before and after files are included in the PR for reference.
This PR adds support for GitLab as an OAuth provider in the Redmine OAuth plugin. It also updates the corresponding settings view to include GitLab as an option.
Changes:
redmine_oauth_controller.rb
to include the GitLab provider in theoauth
andoauth_callback
methods, and to update theoauth_client
method to handle GitLab._oauth_settings.html.erb
to include GitLab as an option in the provider select field.Before and after files are included in the PR for reference.
I hope this can help. Thank you!