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`.
13 Feb, 2014
1 commit
-
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
12 Feb, 2014
1 commit
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
19 Jan, 2014
1 commit
15 Dec, 2013
1 commit
11 Dec, 2013
1 commit
02 Dec, 2013
1 commit
-
Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
09 Oct, 2013
3 commits
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
26 Sep, 2013
1 commit
-
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
06 Aug, 2013
1 commit
12 Jul, 2013
2 commits
24 Jun, 2013
2 commits