<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/requests/api/users_spec.rb, branch diff-notes-refactor</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>Update api docs and minor changes</title>
<updated>2017-02-02T15:15:02+00:00</updated>
<author>
<name>George Andrinopoulos</name>
<email>geoandri@gmail.com</email>
</author>
<published>2017-02-02T15:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d796e4fc371a8613e77c70f5571813818c6a35ad'/>
<id>d796e4fc371a8613e77c70f5571813818c6a35ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force new password after password reset via API</title>
<updated>2017-02-02T10:47:23+00:00</updated>
<author>
<name>George Andrinopoulos</name>
<email>geoandri@gmail.com</email>
</author>
<published>2017-02-02T10:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19dda1606b4dc76160bf2198ab95f2998eccaec8'/>
<id>19dda1606b4dc76160bf2198ab95f2998eccaec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Users API to accept confirm parameter</title>
<updated>2017-01-11T14:38:41+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-01-11T14:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72c68b98ae5e016254e56afc60eb9fa662a452de'/>
<id>72c68b98ae5e016254e56afc60eb9fa662a452de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a failing spec to the POST /users API</title>
<updated>2017-01-04T16:29:55+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-04T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=042bcdd555acda83ed1d49e941334fdac8c285a8'/>
<id>042bcdd555acda83ed1d49e941334fdac8c285a8</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>API: extern_uid is a string</title>
<updated>2017-01-03T07:44:33+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2017-01-03T07:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15932c360c229bfd7c3fe6d8777de9930e1f2aa1'/>
<id>15932c360c229bfd7c3fe6d8777de9930e1f2aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Memoize the current_user so that the sudo can work properly</title>
<updated>2016-12-12T12:50:31+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-09T17:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2f45d3bcf0f28d4cd4124b4c9722edc1d3085201'/>
<id>2f45d3bcf0f28d4cd4124b4c9722edc1d3085201</id>
<content type='text'>
The issue was arising when `#current_user` was called a second time
after a user was impersonated: the `User#is_admin?` check would be
performed on it and it would fail.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was arising when `#current_user` was called a second time
after a user was impersonated: the `User#is_admin?` check would be
performed on it and it would fail.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>adds impersonator variable and makes sudo usage overall more clear</title>
<updated>2016-12-07T14:42:51+00:00</updated>
<author>
<name>tiagonbotelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2016-11-21T12:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ed96afc47c481db4f8c0a6581602abaee920808'/>
<id>3ed96afc47c481db4f8c0a6581602abaee920808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed API spec files to describe the correct class</title>
<updated>2016-11-28T17:55:27+00:00</updated>
<author>
<name>Livier</name>
<email>lhirales@nearsoft.com</email>
</author>
<published>2016-11-23T20:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb4f15571d02634920b975e7ce2325572d88356e'/>
<id>eb4f15571d02634920b975e7ce2325572d88356e</id>
<content type='text'>
Restore changes for api spec files

Fix error in rspec Users

Delete extra space Repositories-spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore changes for api spec files

Fix error in rspec Users

Delete extra space Repositories-spec
</pre>
</div>
</content>
</entry>
<entry>
<title>Grapify the users API</title>
<updated>2016-11-21T09:53:28+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2016-10-27T08:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cb3c0b404f256be8bc80430eaf25b468e30ee44'/>
<id>4cb3c0b404f256be8bc80430eaf25b468e30ee44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add query param to filter users on 'external' &amp; 'blocked' type on API</title>
<updated>2016-11-08T20:04:05+00:00</updated>
<author>
<name>Yatish Mehta</name>
<email>yatish.mehta@coupa.com</email>
</author>
<published>2016-10-25T21:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0aaf93fe591215a7fc29a52ff6cbd38604c8dcb'/>
<id>a0aaf93fe591215a7fc29a52ff6cbd38604c8dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
