- 03 Mar, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 13 Feb, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 15 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Report: https://github.com/gitlabhq/gitlabhq/issues/10138Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 19 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 04 Aug, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 20 Mar, 2014 1 commit
-
-
Dmitry Medvinsky authored
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`.
-
- 11 Feb, 2014 1 commit
-
-
Johannes Schleifenbaum authored
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
-