<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/users.rb, branch patch-53</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>Backport some changes from EE</title>
<updated>2019-04-03T04:20:43+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2019-04-02T15:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8da6255d93beed1ffa3f55587c12a85561f40b0'/>
<id>e8da6255d93beed1ffa3f55587c12a85561f40b0</id>
<content type='text'>
MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9815
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport parameters for API::Users</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-25T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=449d2bb0d894fa6cd31353b82c3b060821d728de'/>
<id>449d2bb0d894fa6cd31353b82c3b060821d728de</id>
<content type='text'>
This backports the EE specific parameters for API::Users, and wraps them
in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the EE specific parameters for API::Users, and wraps them
in a conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add highest_role method to User</title>
<updated>2019-03-22T09:54:03+00:00</updated>
<author>
<name>Thiago Presa</name>
<email>tpresa@gitlab.com</email>
</author>
<published>2019-03-22T09:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=538741f2303f03e520d0bbfea150da6754f5a995'/>
<id>538741f2303f03e520d0bbfea150da6754f5a995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added: Include order by ID desc for tie breakers in pagination</title>
<updated>2019-02-16T10:03:42+00:00</updated>
<author>
<name>Nermin Vehabovic</name>
<email>nermin.vehabovic90@gmail.com</email>
</author>
<published>2019-02-16T10:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff671366cb80a78c2846d5407d2380680a47a90d'/>
<id>ff671366cb80a78c2846d5407d2380680a47a90d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify user requirements for API slugs</title>
<updated>2019-01-31T10:13:23+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2019-01-31T10:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a612bd070862097893103c4babc63df9ad45b214'/>
<id>a612bd070862097893103c4babc63df9ad45b214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Support username with dots</title>
<updated>2019-01-15T16:16:03+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2019-01-15T15:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2190704c61323191b581b4776bda450fa5a089b8'/>
<id>2190704c61323191b581b4776bda450fa5a089b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Display impersonation token value only after creation</title>
<updated>2018-11-12T11:16:25+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2018-11-08T15:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3cd24a9f3f581488d621475e55e3a81bbd9e67c'/>
<id>f3cd24a9f3f581488d621475e55e3a81bbd9e67c</id>
<content type='text'>
Since we migrated all PersonlAccessTokens to store only its hash in the
DB, the token value can no longer be shown to the user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we migrated all PersonlAccessTokens to store only its hash in the
DB, the token value can no longer be shown to the user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove PersonalAccessTokensFinder#find_by method</title>
<updated>2018-11-05T10:36:45+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2018-10-26T14:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8d900ade3832b3e2812f067ace19bad7fd286d54'/>
<id>8d900ade3832b3e2812f067ace19bad7fd286d54</id>
<content type='text'>
find_by_token is overriden by TokenAuthenticatable which can be easily
missed or confused with #find_by(:token) defined by ActiveRecord. First
step for safer usage is to remove #find_by.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find_by_token is overriden by TokenAuthenticatable which can be easily
missed or confused with #find_by(:token) defined by ActiveRecord. First
step for safer usage is to remove #find_by.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make getting a user by the username case insensitive</title>
<updated>2018-10-18T09:06:44+00:00</updated>
<author>
<name>William George</name>
<email>code@williamgeorge.co.uk</email>
</author>
<published>2018-10-18T09:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b153d497b6948932b0de2f0088fe7192eb0994a'/>
<id>1b153d497b6948932b0de2f0088fe7192eb0994a</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 'features/unauth-access-ssh-keys' into 'master'</title>
<updated>2018-10-05T08:41:04+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-05T08:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fcd903b60d88b3df303628b09a15ef09689a002'/>
<id>9fcd903b60d88b3df303628b09a15ef09689a002</id>
<content type='text'>
List public ssh keys by id or username without authentication

See merge request gitlab-org/gitlab-ce!20118</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List public ssh keys by id or username without authentication

See merge request gitlab-org/gitlab-ce!20118</pre>
</div>
</content>
</entry>
</feed>
