gitlab-org--gitlab-foss/config
Drew Blessing c50b98da72 Centralize LDAP config/filter logic
Centralize all LDAP config logic in `GitLab::LDAP::Config`. Previously,
some logic was in the Devise initializer and it was not honoring the
`user_filter`. If a user outside the configured `user_filter` signed
in, an account would be created but they would then be denied access.
Now that logic is centralized, the filter is honored and users outside
the filter are never created.
2016-11-11 15:58:33 -06:00
..
environments
initializers Centralize LDAP config/filter logic 2016-11-11 15:58:33 -06:00
locales Validate if project label title does not exist at group level 2016-10-19 14:58:24 -02:00
routes Merge branch 'dz-refactor-project-routes' into 'master' 2016-11-08 13:04:02 +00:00
application.rb Create cycle analytics bundle 2016-10-28 15:56:12 +01:00
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml Blacklist the OSL 3.0 license 2016-10-28 12:05:46 +01:00
environment.rb
gitlab.yml.example Update gitlab.yml.example 2016-11-02 00:04:54 +02:00
license_finder.yml
mail_room.yml Updated mail_room and added sentinel support to Reply by Email 2016-10-26 05:02:47 +02:00
newrelic.yml
resque.yml.example Added Redis Sentinel support documentation 2016-08-04 18:55:37 +02:00
routes.rb Refactor project routing 2016-11-07 17:14:34 +02:00
secrets.yml.example
sidekiq.yml.example
sidekiq_queues.yml Process commits in a separate worker 2016-11-07 13:11:44 +01:00
unicorn.rb.example
unicorn.rb.example.development