An error occurred fetching the project authors.
  1. 21 Oct, 2015 1 commit
  2. 01 Oct, 2015 1 commit
  3. 09 Sep, 2015 2 commits
  4. 08 Sep, 2015 1 commit
  5. 05 Aug, 2015 1 commit
  6. 16 Jul, 2015 2 commits
  7. 14 Apr, 2015 1 commit
  8. 13 Apr, 2015 1 commit
  9. 10 Apr, 2015 1 commit
  10. 09 Apr, 2015 1 commit
  11. 16 Mar, 2015 1 commit
  12. 15 Mar, 2015 1 commit
  13. 26 Feb, 2015 1 commit
    • Jacob Vosmaer's avatar
      Remove recursive commands from bin/install · 1d7900b0
      Jacob Vosmaer authored
      It is not clear what we need these for anymore. Because these commands
      would recurse once through all existing files in all Git repositories,
      and then another time through all directories these commands could
      take very long on a server with a lot of repositories.
      
      We keep the 'chmod' on config.repos_path, to deny world access to all
      files and directories beneath it.
      1d7900b0
  14. 19 Feb, 2015 2 commits
  15. 18 Feb, 2015 1 commit
  16. 17 Feb, 2015 1 commit
  17. 16 Feb, 2015 1 commit
  18. 12 Feb, 2015 1 commit
  19. 09 Feb, 2015 1 commit
  20. 29 Jan, 2015 1 commit
  21. 13 Jan, 2015 1 commit
  22. 15 Dec, 2014 1 commit
  23. 24 Nov, 2014 1 commit
  24. 20 Nov, 2014 1 commit
    • Jacob Vosmaer's avatar
      Revert "Merge branch 'git_hook_messages'" · f8453da5
      Jacob Vosmaer authored
      At least the following things were broken:
      - missing require for 'gitlab_access_status' in lib/gitlab_net.rb
      - gitlabhq master internal API returns 'true' or 'false', gitlab-shell
        expects JSON
      
      This reverts commit 11311a95, reversing
      changes made to 45444597.
      f8453da5
  25. 19 Nov, 2014 1 commit
  26. 17 Nov, 2014 1 commit
  27. 14 Nov, 2014 1 commit
  28. 07 Nov, 2014 1 commit
  29. 20 Oct, 2014 1 commit
  30. 25 Sep, 2014 1 commit
  31. 16 Sep, 2014 2 commits
  32. 09 Sep, 2014 1 commit
    • Jacob Vosmaer's avatar
      Ignore missing repositories in create-hooks · 96e85094
      Jacob Vosmaer authored
      When bin/create-hooks is run against a live GitLab server, there is
      a possibility of race conditions when a user deletes one of their
      repositories after bin/create-hooks found it. With this change,
      bin/create-hooks will ignore missing file errors.
      96e85094
  33. 01 Sep, 2014 1 commit
  34. 27 Aug, 2014 2 commits
    • Jacob Vosmaer's avatar
      Handle invalid number of arguments · ea88c9b2
      Jacob Vosmaer authored
      When a remote user with a valid SSH key runs something like 'ssh
      git@gitlab.example.com foobar', gitlab-shell would raise an exception in
      the GitlabShell#escape_path method. With this change, we catch an
      invalid number of arguments as soon as possible and exit.
      ea88c9b2
    • Job van der Voort's avatar
      update changelog · fafa3a2e
      Job van der Voort authored
      fafa3a2e
  35. 13 Aug, 2014 1 commit