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