<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/initializers/devise.rb, branch gitlab-git-popen</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Remove GitLab custom fealure app for devise</title>
<updated>2017-07-27T15:14:09+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2017-07-27T15:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d83181b81b9ef54a0b310e6ce2eabc7660a0040'/>
<id>3d83181b81b9ef54a0b310e6ce2eabc7660a0040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Style/SpaceInsideBrackets</title>
<updated>2017-02-23T15:31:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-02-21T23:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c10064aad5d0e4ca1981fd898a6688e42ea8c9d0'/>
<id>c10064aad5d0e4ca1981fd898a6688e42ea8c9d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for Authentiq Back-Channel Logout</title>
<updated>2017-02-20T16:46:58+00:00</updated>
<author>
<name>Alexandros Keramidas</name>
<email>dev.alexkeramidas@gmail.com</email>
</author>
<published>2017-01-06T19:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=beb887748e8aa3bc42376656f28b689aad91dab7'/>
<id>beb887748e8aa3bc42376656f28b689aad91dab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-shibboleth-auth-with-no-uid' into 'master'</title>
<updated>2016-11-16T17:28:56+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-11-16T17:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d1afb845b16b2a252f03e173fcdb0afa572c013a'/>
<id>d1afb845b16b2a252f03e173fcdb0afa572c013a</id>
<content type='text'>

fix shibboleth misconfigurations resulting in authentication bypass

This merge request fixes #22267 where a misconfigured Shibboleth `HTTP_UID` or `HTTP_EPPN` could result in users being logged into an account that did not belong to them.

See merge request !7428</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

fix shibboleth misconfigurations resulting in authentication bypass

This merge request fixes #22267 where a misconfigured Shibboleth `HTTP_UID` or `HTTP_EPPN` could result in users being logged into an account that did not belong to them.

See merge request !7428</pre>
</div>
</content>
</entry>
<entry>
<title>fix shibboleth misconfigurations resulting in authentication bypass</title>
<updated>2016-11-14T22:10:20+00:00</updated>
<author>
<name>Brian Neel</name>
<email>brian@gitlab.com</email>
</author>
<published>2016-11-11T01:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=067da6224ef2cc53ae4ac38e3f3d1c99d1a97f96'/>
<id>067da6224ef2cc53ae4ac38e3f3d1c99d1a97f96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize LDAP config/filter logic</title>
<updated>2016-11-11T21:58:33+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@gitlab.com</email>
</author>
<published>2016-11-11T20:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c50b98da723dab9a35ddb2cde0258d141cf92495'/>
<id>c50b98da723dab9a35ddb2cde0258d141cf92495</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to send changed password notification emails</title>
<updated>2016-08-05T18:27:36+00:00</updated>
<author>
<name>Tom Bell</name>
<email>tomb@tomb.io</email>
</author>
<published>2016-08-03T19:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8720a6e4ef47675f5778b140b6b56615f808aff4'/>
<id>8720a6e4ef47675f5778b140b6b56615f808aff4</id>
<content type='text'>
Add the devise initializer config setting to enable the sending of notification
emails when a user changes their password.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the devise initializer config setting to enable the sending of notification
emails when a user changes their password.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Style/SpaceAfterComma Rubocop cop</title>
<updated>2016-06-29T13:23:44+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-06-29T13:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28bafd5354427d27cabe40966bd069a75984e2b1'/>
<id>28bafd5354427d27cabe40966bd069a75984e2b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Codestyle: make sure we have space around operators</title>
<updated>2016-05-13T07:46:56+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2016-05-11T02:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5a0ac0fc197bae2eb5fe1045ed237cdbbaf6ea4'/>
<id>f5a0ac0fc197bae2eb5fe1045ed237cdbbaf6ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a custom Devise failure app to handle unauthenticated .zip requests</title>
<updated>2016-03-09T04:49:30+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-16T02:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5844a21a0acae08a19fa82984dcc0feb1b8777c5'/>
<id>5844a21a0acae08a19fa82984dcc0feb1b8777c5</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12944
</pre>
</div>
</content>
</entry>
</feed>
