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