1. 17 3月, 2020 1 次提交
  2. 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
  3. 12 3月, 2020 1 次提交
  4. 03 3月, 2020 3 次提交
  5. 29 2月, 2020 1 次提交
  6. 28 2月, 2020 2 次提交
  7. 25 2月, 2020 1 次提交
  8. 22 2月, 2020 1 次提交
  9. 21 2月, 2020 1 次提交
  10. 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
  11. 15 2月, 2020 2 次提交
  12. 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
  13. 06 2月, 2020 4 次提交
  14. 05 2月, 2020 2 次提交