1. 16 Nov, 2016 1 commit
  2. 31 Oct, 2016 1 commit
  3. 29 Oct, 2016 1 commit
  4. 27 Oct, 2016 1 commit
  5. 13 Oct, 2016 1 commit
  6. 12 Oct, 2016 4 commits
  7. 11 Oct, 2016 3 commits
  8. 10 Oct, 2016 2 commits
  9. 07 Oct, 2016 3 commits
  10. 05 Oct, 2016 4 commits
  11. 30 Sep, 2016 3 commits
  12. 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
  13. 26 Sep, 2016 1 commit
  14. 23 Sep, 2016 1 commit
  15. 20 Sep, 2016 3 commits
  16. 08 Sep, 2016 1 commit
  17. 06 Sep, 2016 5 commits
  18. 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
  19. 26 Aug, 2016 1 commit