BigW Consortium Gitlab

  1. 30 Aug, 2017 1 commit
  2. 15 Aug, 2017 1 commit
  3. 07 Aug, 2017 1 commit
  4. 13 Jul, 2017 1 commit
  5. 03 Jul, 2017 1 commit
  6. 21 Jun, 2017 1 commit
  7. 27 Apr, 2017 1 commit
  8. 05 Apr, 2017 1 commit
    • Handle SSH keys that have multiple spaces between each marker · 54849afc
      Stan Hu authored
      Notice what happens when a user adds a key with a space in between:
      
      ```
      irb(main):004:0> 'ssh-rsa  foobar'.split(/ /)
      => ["ssh-rsa", "", "foobar"]
      ```
      
      This would cause gitlab-shell to receive a blank argument for the actual
      key, leading to users unable to login.
  9. 03 Apr, 2017 3 commits
  10. 01 Mar, 2017 1 commit
  11. 23 Feb, 2017 5 commits
  12. 16 Feb, 2017 1 commit
  13. 14 Feb, 2017 1 commit
  14. 27 Jan, 2017 1 commit
  15. 04 Nov, 2016 1 commit
  16. 13 Oct, 2016 1 commit
  17. 06 Oct, 2016 1 commit
  18. 16 Sep, 2016 1 commit
  19. 13 Sep, 2016 1 commit
  20. 26 Jul, 2016 1 commit
  21. 30 Jun, 2016 2 commits
  22. 03 Jun, 2016 2 commits
  23. 08 May, 2016 1 commit
    • Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
  24. 04 May, 2016 1 commit
  25. 15 Apr, 2016 3 commits
  26. 04 Feb, 2016 1 commit
  27. 02 Feb, 2016 1 commit
  28. 15 Dec, 2015 1 commit
  29. 18 Nov, 2015 1 commit
  30. 21 Oct, 2015 1 commit