1. 23 11月, 2017 1 次提交
  2. 23 10月, 2017 1 次提交
  3. 22 10月, 2017 1 次提交
  4. 19 10月, 2017 1 次提交
  5. 17 10月, 2017 1 次提交
  6. 16 10月, 2017 1 次提交
  7. 11 9月, 2017 1 次提交
  8. 01 9月, 2017 1 次提交
    • Z
      Implement the implied CI/CD config for AutoDevOps · 6ed49040
      Zeger-Jan van de Weg 提交于
      Behind an application setting, which defaults to false, this commit
      implements the implied CI/CD config. Which means that in the case we
      can't find the `.gitlab-ci.yml` on the commit we want to start a
      pipeline for, we fall back to an implied configuration.
      
      For now the Bash template has been copied to
      `Auto-Devops.gitlab-ci.yml` so the tests actually work.
      
      Fixes #34777
      6ed49040
  9. 31 8月, 2017 4 次提交
    • N
      More review comments · 29b40db5
      Nick Thomas 提交于
      29b40db5
    • N
      Move the key restriction validation to its own class · eb05bdc6
      Nick Thomas 提交于
      eb05bdc6
    • N
      Rework the permissions model for SSH key restrictions · 68470602
      Nick Thomas 提交于
      `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
    • N
      Add settings for minimum key strength and allowed key type · b0f982fb
      Nick Thomas 提交于
      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. 27 7月, 2017 2 次提交
  11. 10 7月, 2017 1 次提交
  12. 07 7月, 2017 2 次提交
  13. 15 6月, 2017 1 次提交
  14. 11 5月, 2017 2 次提交
  15. 27 4月, 2017 1 次提交
  16. 23 2月, 2017 5 次提交
  17. 21 2月, 2017 1 次提交
  18. 16 2月, 2017 2 次提交
  19. 15 2月, 2017 2 次提交
  20. 04 11月, 2016 2 次提交
  21. 09 8月, 2016 1 次提交
  22. 19 7月, 2016 4 次提交
  23. 30 6月, 2016 1 次提交
  24. 03 6月, 2016 1 次提交