1. 13 5月, 2020 1 次提交
  2. 18 4月, 2020 1 次提交
    • A
      Improve request error handling · 27ba64c7
      Asher 提交于
      See #1532 for more context.
      
      - Errored JSON requests will get back the error in JSON instead of using
        the status text. This seems better to me because it seems more correct
        to utilize the response body over hijacking the status text. The
        caller is expecting JSON anyway. Worst of all I never actually set the
        status text like I thought I did so it wasn't working to begin with.
      - Allow the update error to propagate for JSON update requests. It was
        caught to show the error inline instead of an error page when using
        the update page but for JSON requests it meant there was no error and
        no error code so it looked like it succeeded.
      - Make errors for failed requests to GitHub less incomprehensible.
        Previously they would just be the code which is no context at all.
      27ba64c7
  3. 14 4月, 2020 1 次提交
  4. 09 4月, 2020 1 次提交
  5. 03 4月, 2020 10 次提交
  6. 17 3月, 2020 3 次提交
  7. 14 3月, 2020 1 次提交
    • A
      Add base path to update endpoint from VS Code · 6cb22803
      Asher 提交于
      This will make it work regardless of what the current URL happens to be.
      
      Also move the telemetry setting into the options since we might as well
      make use of it seeing as how we have to parse it for the base path
      anyway.
      6cb22803
  8. 12 3月, 2020 1 次提交
  9. 03 3月, 2020 3 次提交
  10. 29 2月, 2020 1 次提交
  11. 28 2月, 2020 2 次提交
  12. 25 2月, 2020 1 次提交
  13. 22 2月, 2020 1 次提交
  14. 21 2月, 2020 1 次提交
  15. 20 2月, 2020 1 次提交
    • A
      Fix HTTPS redirects and TLS sockets · c567a06f
      Asher 提交于
      It still won't work behind a base path, but if you're using a reverse
      proxy you can just redirect to HTTPS yourself. And should probably
      handle TLS termination there too.
      
      For sockets I just needed to add back the proxy call.
      c567a06f
  16. 15 2月, 2020 2 次提交
  17. 14 2月, 2020 2 次提交
    • A
      Simplify frontend · b8fa7da9
      Asher 提交于
      Just a login form and a list of applications. No modals or anything like
      that.
      b8fa7da9
    • A
      Fix base path · bf1be16d
      Asher 提交于
      Now it should work whether you have a trailing slash or not.
      bf1be16d
  18. 06 2月, 2020 4 次提交
  19. 05 2月, 2020 2 次提交