Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 26, 2018
  3. Feb 03, 2018
  4. Feb 02, 2018
  5. Jan 22, 2018
  6. Oct 30, 2017
  7. Oct 04, 2017
  8. Sep 06, 2017
  9. Aug 30, 2017
    • 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
  10. Aug 15, 2017
  11. Aug 11, 2017
  12. Aug 03, 2017
  13. Jul 27, 2017
  14. Jul 05, 2017
  15. Jun 29, 2017
  16. Jun 19, 2017
  17. Jun 14, 2017
  18. Mar 23, 2017
  19. Mar 20, 2017
  20. Mar 18, 2017
    • Stan Hu's avatar
      Fix Error 500 when application settings are saved · 681af5bc
      Stan Hu authored
      Due to a Rails bug, fetching the application settings from Redis
      may prevent the attribute methods from being loaded for the `ApplicationSetting`
      model. More details here: https://github.com/rails/rails/issues/27348
      
      There was also a secondary problem introduced by overriding these
      association methods which caused all default visibility levels to be
      set to `nil`. Before, the previous implementation allowed the string
      "20" to be saved as an integer, while now a table lookup happens
      before that. We fix this by enforcing the integer value in the
      controller and default to PRIVATE.
      
      Closes #29674
      681af5bc
  21. Mar 17, 2017
  22. Jan 23, 2017
  23. Jan 21, 2017
  24. Jan 15, 2017
  25. Dec 18, 2016
  26. Dec 13, 2016
  27. Jul 29, 2016
  28. Jul 19, 2016
  29. Dec 10, 2015
  30. Sep 18, 2015
  31. Aug 18, 2015
  32. Jun 22, 2015
  33. Jun 12, 2015
  34. Apr 24, 2015
  35. Mar 23, 2015
  36. Jan 17, 2015
Loading