<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/admin/users_controller.rb, branch parallel-tests</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Prevent ldap_blocked users from being unblocked by the Admin UI</title>
<updated>2016-01-08T18:26:04+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2015-12-29T20:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba9855d4877998e3574907cc542fcab15a9d1353'/>
<id>ba9855d4877998e3574907cc542fcab15a9d1353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor login as to be impersonation with better login/logout</title>
<updated>2015-10-29T10:00:17+00:00</updated>
<author>
<name>James Newton</name>
<email>hello@jamesnewton.com</email>
</author>
<published>2015-10-28T15:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3bb626f91cb50bd2eff58681e22db942b7d6a087'/>
<id>3bb626f91cb50bd2eff58681e22db942b7d6a087</id>
<content type='text'>
Modifies the existing "login as" feature to be called impersonation, as
well as keeping track of who is impersonating to revert back to that
user without having to log out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modifies the existing "login as" feature to be called impersonation, as
well as keeping track of who is impersonating to revert back to that
user without having to log out.
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to a default path if HTTP_REFERER is not set</title>
<updated>2015-10-20T14:45:48+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-10-20T07:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bfc531ec611d108c45af239a1e5e016b892231b'/>
<id>9bfc531ec611d108c45af239a1e5e016b892231b</id>
<content type='text'>
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to admin area to sign in as a specific user</title>
<updated>2015-09-24T13:14:16+00:00</updated>
<author>
<name>Pavel Forkert</name>
<email>fxposter@gmail.com</email>
</author>
<published>2015-09-24T13:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=83347954fc3c0c317c77f0528cdbaa456093771a'/>
<id>83347954fc3c0c317c77f0528cdbaa456093771a</id>
<content type='text'>
Closes #2291
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2291
</pre>
</div>
</content>
</entry>
<entry>
<title>Devise 3.5.x deprecates `confirm!` in favor of `confirm`</title>
<updated>2015-09-20T01:15:13+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-09-20T01:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69723d20024821fb4206e899ffa3acd2da690315'/>
<id>69723d20024821fb4206e899ffa3acd2da690315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Confirm user" button in user admin page</title>
<updated>2015-08-05T07:35:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-29T14:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c1ccda43fe04300a07a5f046a7c1cbae56cff32'/>
<id>0c1ccda43fe04300a07a5f046a7c1cbae56cff32</id>
<content type='text'>
Closes #2116
Closes https://github.com/gitlabhq/gitlabhq/issues/9502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2116
Closes https://github.com/gitlabhq/gitlabhq/issues/9502
</pre>
</div>
</content>
</entry>
<entry>
<title>Add disable_two_factor route for Admin::Users</title>
<updated>2015-07-10T21:18:17+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-07-10T21:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=800df45db2dd9f3baf8377896ecde8a917901fe6'/>
<id>800df45db2dd9f3baf8377896ecde8a917901fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for unlocking users in admin settings</title>
<updated>2015-07-02T11:22:51+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-02T05:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e738e3b9aeae5620116109258c4d4da84180e7e'/>
<id>3e738e3b9aeae5620116109258c4d4da84180e7e</id>
<content type='text'>
Closes https://github.com/gitlabhq/gitlabhq/issues/9381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/gitlabhq/gitlabhq/issues/9381
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'admin-edit-identities' into 'master'</title>
<updated>2015-06-23T14:24:16+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-23T14:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94f130cbfc0349c1b17d4882e7d5c367030b21d1'/>
<id>94f130cbfc0349c1b17d4882e7d5c367030b21d1</id>
<content type='text'>
Admin can see, edit and remove user identities

Related to #1415 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2224

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;

See merge request !843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Admin can see, edit and remove user identities

Related to #1415 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2224

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;

See merge request !843
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error when deleting a user who has projects</title>
<updated>2015-06-23T11:39:49+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-06-22T22:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e80d7a804f335447c8c4db8d8de3532957d80ec8'/>
<id>e80d7a804f335447c8c4db8d8de3532957d80ec8</id>
<content type='text'>
Closes #1856
Closes https://github.com/gitlabhq/gitlabhq/issues/9394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1856
Closes https://github.com/gitlabhq/gitlabhq/issues/9394
</pre>
</div>
</content>
</entry>
</feed>
