1. 17 3月, 2021 1 次提交
    • A
      Replace fs-extra with fs.promises · 964ebe8d
      Asher 提交于
      Remove the Mac directory copy instead of refactoring it since we've had
      this for a long time now and I think it's safe to assume that users
      running code-server on Mac don't have the old directory anymore.
      964ebe8d
  2. 22 1月, 2021 1 次提交
  3. 04 11月, 2020 1 次提交
  4. 31 10月, 2020 4 次提交
  5. 10 10月, 2020 1 次提交
  6. 14 8月, 2020 2 次提交
  7. 19 5月, 2020 1 次提交
  8. 14 5月, 2020 1 次提交
  9. 13 5月, 2020 2 次提交
  10. 27 4月, 2020 1 次提交
  11. 17 3月, 2020 1 次提交
  12. 20 2月, 2020 1 次提交
    • A
      Add binary extraction · 51a5c77c
      Asher 提交于
      I temporarily removed this during the refactor so it needed to be added
      back. This time I bundled it with the nbin loader code since it's all
      related (will also make it easier to remove).
      51a5c77c
  13. 15 2月, 2020 1 次提交
  14. 06 2月, 2020 1 次提交
  15. 05 2月, 2020 1 次提交
  16. 08 11月, 2019 1 次提交
    • A
      Hash password · 20180248
      Asher 提交于
      Fixes issues with unexpected characters breaking things when setting the
      cookie (like semicolons).
      
      This change as-is does not affect the security of code-server
      itself (we've just replaced the static password with a static hash) but
      if we were to add a salt in the future it would let us invalidate keys
      by rehashing with a new salt which could be handy.
      20180248
  17. 25 10月, 2019 1 次提交
  18. 05 10月, 2019 1 次提交
  19. 05 9月, 2019 1 次提交
  20. 28 8月, 2019 1 次提交
  21. 10 8月, 2019 1 次提交
  22. 01 8月, 2019 1 次提交
  23. 27 7月, 2019 1 次提交
  24. 24 7月, 2019 1 次提交
    • A
      Make flags additive and clean up docs · fd55139c
      Asher 提交于
      This means that you have to turn on features now instead of disabling
      them like auth and https.
      
      In addition:
      - Allow multiple options for auth (only password for now).
      - Combine the install docs since they had many commonalities and
      - generally simplified them (hopefully not too much).
      - Move all example configs into docs/examples.
      fd55139c
  25. 23 7月, 2019 1 次提交
  26. 20 7月, 2019 1 次提交
  27. 19 7月, 2019 5 次提交