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