1. 08 5月, 2020 2 次提交
  2. 07 5月, 2020 1 次提交
  3. 06 5月, 2020 2 次提交
  4. 30 4月, 2020 1 次提交
  5. 29 4月, 2020 2 次提交
  6. 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
  7. 14 4月, 2020 1 次提交
  8. 03 4月, 2020 1 次提交
  9. 31 3月, 2020 1 次提交
  10. 24 3月, 2020 1 次提交
  11. 17 3月, 2020 1 次提交
  12. 06 3月, 2020 1 次提交
  13. 27 2月, 2020 1 次提交
  14. 26 2月, 2020 1 次提交
  15. 19 2月, 2020 1 次提交
  16. 15 2月, 2020 4 次提交
  17. 14 2月, 2020 1 次提交
    • A
      Simplify frontend · b8fa7da9
      Asher 提交于
      Just a login form and a list of applications. No modals or anything like
      that.
      b8fa7da9
  18. 06 2月, 2020 1 次提交
  19. 05 2月, 2020 2 次提交
  20. 16 1月, 2020 1 次提交
  21. 09 1月, 2020 1 次提交
  22. 08 1月, 2020 1 次提交
    • A
      Update nbin · 6a1dcab7
      Asher 提交于
      Should finally be able to build with Node v12 now.
      6a1dcab7
  23. 01 11月, 2019 1 次提交
  24. 19 10月, 2019 3 次提交
    • A
      Simplify build and development steps · 4cd2f2cd
      Asher 提交于
      4cd2f2cd
    • A
      Add dependencies required for running build script · 88cef85f
      Asher 提交于
      They were getting pulled from VS Code which doesn't work if you are
      running a build in a clean repo.
      88cef85f
    • A
      Update to 1.39.2 · bdd11f74
      Asher 提交于
      Also too the opportunity to rewrite the build script since there was a
      change in the build steps (mainly how the product JSON is inserted) and
      to get the build changes out of the patch. It also no longer relies on
      external caching (we'll want to do this within CI instead).
      bdd11f74
  25. 11 10月, 2019 1 次提交
  26. 08 10月, 2019 1 次提交
  27. 05 10月, 2019 1 次提交
  28. 17 9月, 2019 1 次提交
    • A
      Update nbin · ef069d9b
      Asher 提交于
      The latest version contains a fix for passing null options when reading
      a file. Fixes #544.
      ef069d9b
  29. 13 9月, 2019 1 次提交
    • A
      Add tar endpoint · f8635a12
      Asher 提交于
      This will be used to load extensions into the browser using requirefs.
      f8635a12
  30. 31 8月, 2019 1 次提交
  31. 14 8月, 2019 1 次提交