1. 09 6月, 2021 8 次提交
  2. 14 5月, 2021 2 次提交
  3. 24 4月, 2021 1 次提交
  4. 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
  5. 22 1月, 2021 1 次提交
  6. 04 11月, 2020 1 次提交
  7. 31 10月, 2020 4 次提交
  8. 10 10月, 2020 1 次提交
  9. 14 8月, 2020 2 次提交
  10. 19 5月, 2020 1 次提交
  11. 14 5月, 2020 1 次提交
  12. 13 5月, 2020 2 次提交
  13. 27 4月, 2020 1 次提交
  14. 17 3月, 2020 1 次提交
  15. 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
  16. 15 2月, 2020 1 次提交
  17. 06 2月, 2020 1 次提交
  18. 05 2月, 2020 1 次提交
  19. 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
  20. 25 10月, 2019 1 次提交
  21. 05 10月, 2019 1 次提交
  22. 05 9月, 2019 1 次提交
  23. 28 8月, 2019 1 次提交
  24. 10 8月, 2019 1 次提交
  25. 01 8月, 2019 1 次提交
  26. 27 7月, 2019 1 次提交
  27. 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