An error occurred fetching the project authors.
  1. 03 Jul, 2019 1 commit
  2. 25 Jun, 2019 1 commit
  3. 30 May, 2019 1 commit
  4. 03 May, 2019 1 commit
  5. 09 Apr, 2019 1 commit
  6. 05 Apr, 2019 3 commits
  7. 26 Mar, 2019 1 commit
  8. 04 Mar, 2019 1 commit
    • Yorick Peterse's avatar
      Refactor API::Settings for EE · 85f11eff
      Yorick Peterse authored
      This refactors API::Settings so that EE can more easily extend its
      behaviour, without having to modify the CE source code directly.
      85f11eff
  9. 06 Feb, 2019 1 commit
    • Jan Provaznik's avatar
      Add local markdown version · 433bcf9b
      Jan Provaznik authored
      Cached markdown version is composed both from global and local
      markdown version. This allows admins to bump version locally when
      needed (e.g. when external URL is changed).
      433bcf9b
  10. 15 Jan, 2019 1 commit
  11. 13 Oct, 2018 1 commit
  12. 30 Sep, 2018 1 commit
  13. 24 Sep, 2018 1 commit
  14. 17 Sep, 2018 1 commit
  15. 01 Aug, 2018 1 commit
  16. 30 Jul, 2018 1 commit
  17. 27 Jul, 2018 3 commits
  18. 11 Jul, 2018 1 commit
  19. 30 May, 2018 1 commit
  20. 29 May, 2018 1 commit
  21. 28 May, 2018 1 commit
  22. 23 May, 2018 1 commit
  23. 22 Feb, 2018 1 commit
  24. 29 Nov, 2017 1 commit
  25. 23 Nov, 2017 3 commits
  26. 30 Aug, 2017 3 commits
    • Nick Thomas's avatar
      eb05bdc6
    • 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
  27. 11 Aug, 2017 1 commit
  28. 27 Jul, 2017 2 commits
  29. 13 Jul, 2017 1 commit
    • Robin Bobbitt's avatar
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt authored
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
      672a68d3
  30. 14 Jun, 2017 1 commit
  31. 02 Jun, 2017 1 commit