1. 13 Nov, 2018 2 commits
  2. 12 Nov, 2018 3 commits
  3. 09 Nov, 2018 2 commits
  4. 07 Nov, 2018 1 commit
  5. 30 Oct, 2018 3 commits
  6. 26 Oct, 2018 1 commit
  7. 22 Oct, 2018 2 commits
  8. 21 Oct, 2018 3 commits
  9. 19 Oct, 2018 3 commits
  10. 18 Oct, 2018 1 commit
  11. 17 Oct, 2018 1 commit
  12. 15 Oct, 2018 1 commit
  13. 12 Oct, 2018 1 commit
  14. 11 Oct, 2018 3 commits
  15. 08 Oct, 2018 2 commits
  16. 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
  17. 01 Oct, 2018 1 commit
  18. 27 Sep, 2018 1 commit
  19. 24 Sep, 2018 1 commit
  20. 21 Sep, 2018 1 commit
  21. 18 Sep, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 11 Sep, 2018 3 commits
  24. 10 Sep, 2018 1 commit