1. 27 Sep, 2016 2 commits
    • Rémy Coutable's avatar
      Merge branch '59-git-tracing' into 'master' · 0b4fd0af
      Rémy Coutable authored
      Enable GIT_TRACE_PERFORMANCE through a config variable.
      
      The value of the variable must an absolute path needs to exist so we’re able to check if we can write in that file. Because in the 
      case we cannot write we’ll throw a warning to the output of the users.
      
      ```sh
      ~/dev/gitlab/local/pacoguzman/gitlab-ce (master=)$ git push origin master
      warning: could not open '/wadus' for tracing: Permission denied
      Everything up-to-date
      ```
      
      Closes #59
      
      See merge request !91
      0b4fd0af
    • Paco Guzman's avatar
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the... · 192e2bd3
      Paco Guzman authored
      Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the git_trace_log_file config key
      
      The value of the variable if present must be a writable absolute path. If it’s
      not the case we log a proper message and not enable tracing to not throw output to the users.
      192e2bd3
  2. 26 Sep, 2016 1 commit
  3. 23 Sep, 2016 1 commit
  4. 20 Sep, 2016 3 commits
  5. 08 Sep, 2016 1 commit
  6. 06 Sep, 2016 5 commits
  7. 02 Sep, 2016 2 commits
    • Douwe Maan's avatar
      Version 3.5.0 · c6d8af59
      Douwe Maan authored
      c6d8af59
    • Douwe Maan's avatar
      Merge branch '2fa_recovery' into 'master' · df6e5044
      Douwe Maan authored
      Add option to recover 2FA via SSH
      
      Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/3765
      
      Allow users to recover their own account if they lose their 2FA device or recovery codes. 
      
      ## Questions/Concerns
      
      - Does this look secure? I think it is but we need to make sure no one can spoof a username or something and disable two factor.
      
      ## Todo
      
      - [x] Working code
      - [x] Tests
      - [x] GitLab merge requests (including documentation)
      
      ![Screen_Shot_2016-08-18_at_2.34.18_PM](/uploads/1ed00e93abdfc3b41187c021e4f9d4db/Screen_Shot_2016-08-18_at_2.34.18_PM.png)
      
      See merge request !74
      df6e5044
  8. 26 Aug, 2016 1 commit
  9. 19 Aug, 2016 3 commits
  10. 18 Aug, 2016 2 commits
  11. 11 Aug, 2016 4 commits
  12. 10 Aug, 2016 6 commits
  13. 05 Aug, 2016 1 commit
  14. 04 Aug, 2016 3 commits
  15. 03 Aug, 2016 3 commits
  16. 02 Aug, 2016 1 commit
    • Jacob Vosmaer's avatar
      Improve authorized_keys check · f9a55789
      Jacob Vosmaer authored
      The old check only looked if authorized_keys exists. With this change, we look
      whether we can actually open the file for reading and writing. When this fails
      we try to print useful diagnostic information.
      f9a55789
  17. 01 Aug, 2016 1 commit