20 Mar, 2014
1 commit
-
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
2 commits
-
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
06 Feb, 2014
3 commits
15 Dec, 2013
1 commit
03 Oct, 2013
1 commit
-
… way. E.g: http://github.com/devaroop.keys changelog updated to include ssh key retrieval feature update
02 Oct, 2013
1 commit
-
… way. E.g: http://github.com/devaroop.keys
24 Jun, 2013
2 commits