<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/profiles/keys_controller.rb, branch api-internal-errors</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>Explicitly define ordering in models using default_scope</title>
<updated>2015-02-05T22:20:55+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-02-05T22:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62ed1c537e9b8aa85d354b377f18083fb71b8e05'/>
<id>62ed1c537e9b8aa85d354b377f18083fb71b8e05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Key strong params</title>
<updated>2014-06-26T14:00:05+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-06-26T14:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb74c014ea6d27314143ffd4975717b1acee607a'/>
<id>cb74c014ea6d27314143ffd4975717b1acee607a</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `/:username.keys` response content type</title>
<updated>2014-03-20T15:09:14+00:00</updated>
<author>
<name>Dmitry Medvinsky</name>
<email>me@dmedvinsky.name</email>
</author>
<published>2014-03-19T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fefab474569f231676a4fd1579a70723d729f206'/>
<id>fefab474569f231676a4fd1579a70723d729f206</id>
<content type='text'>
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split the user ssh keys by newline, not the characters "\n"</title>
<updated>2014-02-11T18:24:23+00:00</updated>
<author>
<name>Johannes Schleifenbaum</name>
<email>johannes@js-webcoding.de</email>
</author>
<published>2014-02-11T18:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f10153818b51da7ee4e691cea308dd8964d908c9'/>
<id>f10153818b51da7ee4e691cea308dd8964d908c9</id>
<content type='text'>
before:
GET /user.keys

ssh-rsa ...\nssh-rsa ...\nssh-rsa ...

after:
GET /user.keys

ssh-rsa ...
ssh-rsa ...
sha-rsa ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before:
GET /user.keys

ssh-rsa ...\nssh-rsa ...\nssh-rsa ...

after:
GET /user.keys

ssh-rsa ...
ssh-rsa ...
sha-rsa ...
</pre>
</div>
</content>
</entry>
<entry>
<title>code refactor as per standards</title>
<updated>2014-02-11T13:34:47+00:00</updated>
<author>
<name>GitLab</name>
<email>devaroop123@yahoo.co.in</email>
</author>
<published>2014-02-11T13:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46ad09bf70400eeebab5495ee6a5ded4da86012e'/>
<id>46ad09bf70400eeebab5495ee6a5ded4da86012e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with upstream for ease to merge</title>
<updated>2014-02-06T14:17:21+00:00</updated>
<author>
<name>GitLab</name>
<email>devaroop123@yahoo.co.in</email>
</author>
<published>2014-02-06T14:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1492a2a627d1fe51f5cdd5423169247a188f7e4'/>
<id>b1492a2a627d1fe51f5cdd5423169247a188f7e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with upstream master</title>
<updated>2014-02-06T11:26:20+00:00</updated>
<author>
<name>GitLab</name>
<email>devaroop123@yahoo.co.in</email>
</author>
<published>2014-02-06T11:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=319f355aeda3fa67c1bc4451c4db5787090ab8af'/>
<id>319f355aeda3fa67c1bc4451c4db5787090ab8af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding tests for the ssh keys feature</title>
<updated>2014-02-06T09:12:59+00:00</updated>
<author>
<name>GitLab</name>
<email>devaroop123@yahoo.co.in</email>
</author>
<published>2014-02-06T09:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c9a41e0d5cac3ee937555ae4189ecd1ad597004'/>
<id>1c9a41e0d5cac3ee937555ae4189ecd1ad597004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix most of warnings</title>
<updated>2013-12-14T20:05:10+00:00</updated>
<author>
<name>skv</name>
<email>skv-headless@yandex.ru</email>
</author>
<published>2013-12-14T13:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d89527839ea0dd1734dacb71c3ed2a97f1ff74d7'/>
<id>d89527839ea0dd1734dacb71c3ed2a97f1ff74d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys</title>
<updated>2013-10-03T07:20:33+00:00</updated>
<author>
<name>devaroop</name>
<email>devaroop123@yahoo.co.in</email>
</author>
<published>2013-10-02T15:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9d58c4cecd06be74c3cc32ccfb522b31544ab2e'/>
<id>b9d58c4cecd06be74c3cc32ccfb522b31544ab2e</id>
<content type='text'>
changelog updated to include ssh key retrieval feature update
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changelog updated to include ssh key retrieval feature update
</pre>
</div>
</content>
</entry>
</feed>
