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