<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/requests/jwt_controller_spec.rb, branch remove-commit-tree</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>Allow password authentication to be disabled entirely</title>
<updated>2017-11-23T13:16:14+00:00</updated>
<author>
<name>Markus Koller</name>
<email>markus-koller@gmx.ch</email>
</author>
<published>2017-11-23T13:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=257fd5713485a05460a9170190100643199a7e48'/>
<id>257fd5713485a05460a9170190100643199a7e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor `have_http_status` into `have_gitlab_http_status` in the specs</title>
<updated>2017-10-20T08:13:18+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2017-10-19T18:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2f40dac35280f9de9af8c47bdf85c2f0b2d53680'/>
<id>2f40dac35280f9de9af8c47bdf85c2f0b2d53680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide read_registry scope when registry is disabled on instance</title>
<updated>2017-08-21T22:13:32+00:00</updated>
<author>
<name>Robin Bobbitt</name>
<email>ryehle@us.ibm.com</email>
</author>
<published>2017-08-04T13:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62ef67acc3a8d260aa3e641b350aaecf8d60f1aa'/>
<id>62ef67acc3a8d260aa3e641b350aaecf8d60f1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes needed when GitLab sign-in is not enabled</title>
<updated>2017-07-13T14:08:27+00:00</updated>
<author>
<name>Robin Bobbitt</name>
<email>ryehle@us.ibm.com</email>
</author>
<published>2017-06-27T18:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=672a68d3724bcae676d18244c85566e7d664a169'/>
<id>672a68d3724bcae676d18244c85566e7d664a169</id>
<content type='text'>
When sign-in is disabled:
 - skip password expiration checks
 - prevent password reset requests
 - don’t show Password tab in User Settings
 - don’t allow login with username/password for Git over HTTP requests
 - render 404 on requests to Profiles::PasswordsController
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When sign-in is disabled:
 - skip password expiration checks
 - prevent password reset requests
 - don’t show Password tab in User Settings
 - don’t allow login with username/password for Git over HTTP requests
 - render 404 on requests to Profiles::PasswordsController
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct RSpec/SingleLineHook cop offenses</title>
<updated>2017-06-14T18:18:56+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-06-14T18:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6ec5121f0c844786c84c568a3200562ec58a9c2'/>
<id>a6ec5121f0c844786c84c568a3200562ec58a9c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Instruct user to use a personal access token for Git over HTTP</title>
<updated>2017-06-08T01:12:51+00:00</updated>
<author>
<name>Robin Bobbitt</name>
<email>ryehle@us.ibm.com</email>
</author>
<published>2017-06-07T19:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb5a5eb89265f7261ecc97b6de5bd26ca092960c'/>
<id>cb5a5eb89265f7261ecc97b6de5bd26ca092960c</id>
<content type='text'>
If internal auth is disabled and LDAP is not configured on the instance,
present the user with a message to create a personal access token if his
Git over HTTP auth attempt fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If internal auth is disabled and LDAP is not configured on the instance,
present the user with a message to create a personal access token if his
Git over HTTP auth attempt fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test failures</title>
<updated>2017-06-06T14:19:15+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-06-06T11:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fcc3e5982311a380681c822df72fe470a5ea1ca'/>
<id>9fcc3e5982311a380681c822df72fe470a5ea1ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create read_registry scope with JWT auth</title>
<updated>2017-06-05T10:26:49+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-05-31T13:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b81b5ace0dd7c5ba3362238d8be41ce178e1ecc'/>
<id>0b81b5ace0dd7c5ba3362238d8be41ce178e1ecc</id>
<content type='text'>
This is the first commit doing mainly 3 things:
1. create a new scope and allow users to use it
2. Have the JWTController respond correctly on this
3. Updates documentation to suggest usage of PATs

There is one gotcha, there will be no support for impersonation tokens, as this
seems not needed.

Fixes gitlab-org/gitlab-ce#19219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first commit doing mainly 3 things:
1. create a new scope and allow users to use it
2. Have the JWTController respond correctly on this
3. Updates documentation to suggest usage of PATs

There is one gotcha, there will be no support for impersonation tokens, as this
seems not needed.

Fixes gitlab-org/gitlab-ce#19219
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'unauthenticated-container-registry-access' into 'security'</title>
<updated>2016-11-09T11:28:29+00:00</updated>
<author>
<name>Alejandro Rodriguez</name>
<email>alejandro@gitlab.com</email>
</author>
<published>2016-11-08T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32042ef56adfa24ce5952c6f3b7dc97dea5fd2d4'/>
<id>32042ef56adfa24ce5952c6f3b7dc97dea5fd2d4</id>
<content type='text'>
Restore unauthenticated access to public container registries

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24284

See merge request !2025

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore unauthenticated access to public container registries

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24284

See merge request !2025

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Be nice to Docker Clients talking to JWT/auth</title>
<updated>2016-09-27T14:59:05+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-09-26T10:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=137a8016153b6f84086ef6f027e1ba594b48d936'/>
<id>137a8016153b6f84086ef6f027e1ba594b48d936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
