<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api/users.md, branch docs-css</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>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>Remove consecutive blank lines from markdown files</title>
<updated>2019-02-18T09:36:13+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-02-18T09:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47fb1c5235236c8e28bfdc87b013419ae1d85dc8'/>
<id>47fb1c5235236c8e28bfdc87b013419ae1d85dc8</id>
<content type='text'>
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update last_activity_on for Users on some main GET endpoints</title>
<updated>2019-02-05T14:55:31+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2019-02-05T14:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24226b9fe25ad98b279eae6b3ccd37749ba4d60d'/>
<id>24226b9fe25ad98b279eae6b3ccd37749ba4d60d</id>
<content type='text'>
In order to have an accurate date about the last activity of a User
we need to update the last_activity_on field when the User is visiting
some basic pages of GitLab like pages related to Dashboards, Projects,
Issues and Merge Requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to have an accurate date about the last activity of a User
we need to update the last_activity_on field when the User is visiting
some basic pages of GitLab like pages related to Dashboards, Projects,
Issues and Merge Requests
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace look-alike token with '&lt;your_access_token&gt;'</title>
<updated>2019-01-04T12:19:27+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-12-27T09:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f'/>
<id>0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f</id>
<content type='text'>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to properly reference users instead of projects</title>
<updated>2018-11-23T14:41:50+00:00</updated>
<author>
<name>rkottmann</name>
<email>renzo.kottmann@finanzen.bremen.de</email>
</author>
<published>2018-11-23T14:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4cdf528a5c0fed19365bb2e05ea9ebc0fb5ef37'/>
<id>c4cdf528a5c0fed19365bb2e05ea9ebc0fb5ef37</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>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>
<entry>
<title>List public ssh keys by id or username without authentication</title>
<updated>2018-10-03T17:28:13+00:00</updated>
<author>
<name>Ronald Claveau</name>
<email>sousmangoosta@aliel.fr</email>
</author>
<published>2018-06-28T06:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d55c1353d6402f33a9fef734148fb776da076d3'/>
<id>7d55c1353d6402f33a9fef734148fb776da076d3</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 'feature/set-public-email-through-api' into 'master'</title>
<updated>2018-10-01T15:13:08+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-01T15:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=051090c804a4808cd43a2e5494fe7cb868314765'/>
<id>051090c804a4808cd43a2e5494fe7cb868314765</id>
<content type='text'>
Set public email through api

Closes #37675

See merge request gitlab-org/gitlab-ce!21938</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set public email through api

Closes #37675

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