Merge branch 'master' into 4310-new-components-rows
* master: (54 commits) Count of verified wikis is incorrect on Geo secondary Remove out-of-context change. Resolve CE/EE conflicts related to pipeline seeds Document mutual TLS values on settings form Validate all credentials used for Mutual TLS Document TLS auth for external authorization TLS Client auth for external authorization service Add fields for credentials for external auth TLS Fix LDAP login without user in DB Fix unapproved unassigned MR email erroring out Put forms from expandable sections into fieldset to ensure proper animation Add CHANGELOG Perform the repository verification per shard on a secondary node Remove gray background from app setting expandable sections Improve application settings page according to feedback Improves User#owned_projects query performance Add test for new README.md in docs remove some lint personal snippets will now comply with `background_upload` Send notification emails when push to a merge request ...
Showing
... | ... | @@ -49,7 +49,7 @@ gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos |
gem 'omniauth-oauth2-generic', '~> 0.2.2' | ||
gem 'omniauth-saml', '~> 1.10' | ||
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.4' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'omniauth-authentiq', '~> 0.3.1' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
... | ... |