An error occurred fetching the project authors.
  1. 30 Aug, 2017 3 commits
    • Nick Thomas's avatar
      Address review comments · b84ca08e
      Nick Thomas authored
      b84ca08e
    • Nick Thomas's avatar
      Rework the permissions model for SSH key restrictions · 68470602
      Nick Thomas authored
      `allowed_key_types` is removed and the `minimum_<type>_bits` fields are
      renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies
      that the key type is disabled.
      
      This also feeds through to the UI - checkboxes per key type are out, inline
      selection of "forbidden" and "allowed" (i.e., no restrictions) are in.
      
      As with the previous model, unknown key types are disallowed, even if the
      underlying ssh daemon happens to support them. The defaults have also been
      changed from the lowest known bit size to "no restriction". So if someone
      does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
      least until the administrator restricts them.
      68470602
    • Nick Thomas's avatar
      Add settings for minimum key strength and allowed key type · b0f982fb
      Nick Thomas authored
      This is an amalgamation of:
      
      * Cory Hinshaw: Initial implementation !5552
      * Rémy Coutable: Updates !9350
      * Nick Thomas: Resolve conflicts and add ED25519 support !13712
      b0f982fb
  2. 03 Aug, 2017 1 commit
  3. 02 Jun, 2017 1 commit
  4. 10 May, 2017 1 commit
  5. 20 Jan, 2017 1 commit
  6. 08 Jan, 2017 1 commit
    • Vincent Wong's avatar
      Record and show last used date of SSH Keys · b6df93a5
      Vincent Wong authored
      Addresses: Issue #13810
      
      1. Adds a last_used_at attribute to the Key table/model
      2. Update a key's last_used_at whenever it gets used
      3. Display how long ago an ssh key was last used
      b6df93a5
  7. 06 Dec, 2016 1 commit
  8. 17 Nov, 2016 1 commit
  9. 15 Nov, 2016 1 commit
  10. 02 Aug, 2016 1 commit
  11. 20 Jun, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 31 May, 2016 1 commit
  14. 09 May, 2016 1 commit
  15. 06 May, 2016 1 commit
  16. 15 Mar, 2016 1 commit
  17. 04 Aug, 2015 1 commit
  18. 11 Jul, 2015 1 commit
  19. 03 May, 2015 1 commit
  20. 14 Apr, 2015 1 commit
  21. 24 Mar, 2015 1 commit
  22. 23 Mar, 2015 2 commits
  23. 05 Feb, 2015 1 commit
  24. 18 Jan, 2015 1 commit
    • Steven Burgart's avatar
      Fix various typos · 5c801602
      Steven Burgart authored
      signe-in -> signed-in
      go_to_gihub_for_permissions -> go_to_github_for_permissions
      descendand -> descendant
      behavour -> behaviour
      recepient_email -> recipient_email
      generate_fingerpint -> generate_fingerprint
      dependes -> depends
      Cant't -> Can't
      wisit -> visit
      notifcation -> notification
      sufficent_scope -> sufficient_scope?
      levet -> level
      5c801602
  25. 28 Dec, 2014 1 commit
  26. 02 Sep, 2014 1 commit
  27. 26 Jun, 2014 1 commit
  28. 09 Apr, 2014 1 commit
  29. 02 Apr, 2014 1 commit
  30. 25 Feb, 2014 1 commit
  31. 21 Aug, 2013 1 commit
  32. 17 Jul, 2013 2 commits
  33. 10 Jul, 2013 1 commit
    • Akiva Levy's avatar
      Allow ecdsa SSH keys · 88301d56
      Akiva Levy authored
      Update app/models/key.rb to permit SSH keys of type ecdsa rather than forcing dsa and rsa algorithms.
      88301d56
  34. 24 Jun, 2013 1 commit
  35. 19 Jun, 2013 1 commit