1. 30 Nov, 2018 1 commit
  2. 26 Nov, 2018 1 commit
  3. 19 Nov, 2018 2 commits
  4. 15 Nov, 2018 1 commit
  5. 14 Nov, 2018 1 commit
  6. 13 Nov, 2018 2 commits
  7. 12 Nov, 2018 3 commits
  8. 09 Nov, 2018 2 commits
  9. 07 Nov, 2018 1 commit
  10. 30 Oct, 2018 3 commits
  11. 26 Oct, 2018 1 commit
  12. 22 Oct, 2018 2 commits
  13. 21 Oct, 2018 3 commits
  14. 19 Oct, 2018 3 commits
  15. 18 Oct, 2018 1 commit
  16. 17 Oct, 2018 1 commit
  17. 15 Oct, 2018 1 commit
  18. 12 Oct, 2018 1 commit
  19. 11 Oct, 2018 3 commits
  20. 08 Oct, 2018 2 commits
  21. 03 Oct, 2018 1 commit
    • Oursin's avatar
      Query encoding should use url.PathEscape (#482) · 2a9bc9a2
      Oursin authored
      * Query encoding should use url.PathEscape
      
      In repository_files.go, url encoding is done with url.QueryEscape, but this makes it impossible to get files with a space in their name. Using url.PathEncodes changes the space encoding from "+" to "%20" and fixes the issue.
      
      * Removed PathEscape when encoding project path
      
      * Fix typos
      2a9bc9a2
  22. 01 Oct, 2018 1 commit
  23. 27 Sep, 2018 1 commit
  24. 24 Sep, 2018 1 commit
  25. 21 Sep, 2018 1 commit