1. 31 8月, 2017 2 次提交
    • 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
  2. 16 8月, 2017 1 次提交
  3. 12 8月, 2017 1 次提交
  4. 27 7月, 2017 1 次提交
  5. 13 7月, 2017 1 次提交
    • R
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt 提交于
      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
  6. 14 6月, 2017 1 次提交
  7. 22 4月, 2017 1 次提交
  8. 02 3月, 2017 1 次提交
  9. 15 2月, 2017 1 次提交
  10. 12 1月, 2017 1 次提交
    • H
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson 提交于
      This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
      PlantUML diagram all we need is to include a plantuml block like:
      
      ```
      [plantuml, id="myDiagram", width="100px", height="100px"]
      --
      bob -> alice : ping
      alice -> bob : pong
      --
      ```
      
      The plantuml block is substituted by an HTML img element with *src* pointing to
      an external PlantUML server.
      
      This MR also add a PlantUML integration section to the Administrator -> Settings
      page to configure the PlantUML rendering service and to enable/disable it.
      
      Closes: #17603
      f986b4c4
  11. 29 12月, 2016 1 次提交
  12. 29 11月, 2016 1 次提交
  13. 04 11月, 2016 1 次提交
  14. 30 9月, 2016 1 次提交
  15. 09 8月, 2016 1 次提交
  16. 02 7月, 2016 1 次提交
  17. 30 6月, 2016 1 次提交
  18. 28 6月, 2016 1 次提交
  19. 06 7月, 2015 2 次提交