summaryrefslogtreecommitdiffstats
path: root/app/models/ssh_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure the key gets written to the Tempfile before invoking ssh-keygenJohan Sørensen2009-08-311-1/+3
* Validate pubkeys using ssh-keygenJohan Sørensen2009-08-281-0/+13
* Simplify the SshKey#fingerprint splitting a little bitJohan Sørensen2009-07-161-2/+1
* Show the pubkey fingerprint instead of the base64 contents on the ssh key lis...Johan Sørensen2009-07-161-0/+8
* Change the way we store public keys to not include the user supplied commentJohan Sørensen2009-06-091-13/+27
* Allowing an underscore in the comment of SSH keys.Marius Mathiesen2009-05-121-1/+1
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+4
* Prettify SSH pubkey listingsJohan Sørensen2009-04-221-0/+12
* Moving the generation of SSH keys into MQ.Marius Mathiesen2009-04-221-8/+15
* - Make repositories#index work properly for the polymorphic ownersJohan Sørensen2009-04-221-0/+4
* Fixing routing issue and unrequiring unnecessary gemsFabio Akita2009-01-071-1/+1
* Add copyright and license headers (AGPL) to code filesTor Arne Vestbø2008-11-281-0/+17
* Allow more elaborate extended comment for ssh keysJohan Sørensen2008-02-231-1/+1
* finish with newline in SshKey#to_keyJohan Sørensen2008-01-211-1/+1
* lint key from newlines in before_validation hookJohan Sørensen2008-01-211-3/+3
* strip beginning and ending whitespace+newlines from keys before_validationJohan Sørensen2008-01-051-0/+1
* * Make Task take more than one argumentJohan Sørensen2007-12-271-2/+2
* add a target_id to Task that is responsible for setting the target obj as readyJohan Sørensen2007-12-261-1/+3
* Allow forward slashes in the public ssh keysJohan Sørensen2007-12-261-1/+1
* Task system for async repos and ssh keys handlingJohan Sørensen2007-12-161-6/+8
* * beginnings of a Task systemJohan Sørensen2007-12-161-2/+23
* betterer ssh key validation regexenJohan Sørensen2007-12-151-2/+4
* rename methodJohan Sørensen2007-12-121-1/+1
* ease parsability of ssh keysJohan Sørensen2007-12-111-1/+3
* SshKey#to_key for the limited key versionJohan Sørensen2007-12-111-0/+4
* ssh key linting and display methodsJohan Sørensen2007-11-291-0/+12
* User can has many SshKey'sJohan Sørensen2007-11-271-0/+6