An error occurred fetching the project authors.
  1. 19 Sep, 2018 2 commits
  2. 07 Sep, 2018 2 commits
  3. 25 Jun, 2018 1 commit
  4. 21 Jun, 2018 1 commit
  5. 23 May, 2018 2 commits
  6. 16 Apr, 2018 1 commit
  7. 13 Apr, 2018 4 commits
  8. 11 Apr, 2018 1 commit
    • blackst0ne's avatar
      [Rails5] Fix admin/application_settings_controller · ac1b5def
      blackst0ne authored
      The `RAILS5=1 rspec spec/controllers/admin/application_settings_controller_spec.rb`
      command throws the error:
      
      Failures:
      
        1) Admin::ApplicationSettingsController PUT #update falls back to defaults when settings are omitted
            Failure/Error: import_sources = params[:application_setting][:import_sources]
      
            NoMethodError:
              undefined method `[]' for nil:NilClass
            # ./app/controllers/admin/application_settings_controller.rb:62:in `application_setting_params'
      
      This commit fixes it.
      ac1b5def
  9. 08 Jan, 2018 2 commits
  10. 14 Nov, 2017 1 commit
  11. 06 Sep, 2017 1 commit
  12. 30 Aug, 2017 2 commits
    • 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
  13. 28 Jul, 2017 1 commit
  14. 27 Jul, 2017 1 commit
  15. 26 Jul, 2017 1 commit
  16. 25 Jul, 2017 1 commit
  17. 21 Jul, 2017 1 commit
  18. 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
  19. 06 Jul, 2017 3 commits
  20. 05 Jul, 2017 1 commit
  21. 29 Jun, 2017 1 commit
  22. 26 Jun, 2017 1 commit
  23. 14 Jun, 2017 1 commit
  24. 07 Jun, 2017 2 commits
  25. 05 Jun, 2017 1 commit
  26. 02 Jun, 2017 1 commit
  27. 22 May, 2017 1 commit
  28. 10 May, 2017 1 commit
  29. 28 Apr, 2017 1 commit