Skip to content

Tags: besser/code-server

Tags

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Update vscode patch notes and bump version

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix domain issues when setting the cookie

Fixes coder#1507.

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request coder#1453 from cdr/proxy

HTTP proxy

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Update VS Code to 1.43.2

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Skip vscode dependencies for test phase

They aren't used so we can skip them.

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix crash when unable to request an update

2.1698

Toggle 2.1698's commit message

Verified

This commit was signed with the committer’s verified signature.
Use the nbin centos container to build again

This will put the glibc requirement back down to what it used to be.

2.1692-vsc1.39.2

Toggle 2.1692-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Pass along Node options

2.1688-vsc1.39.2

Toggle 2.1688-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Hash password

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.

2.1665-vsc1.39.2

Toggle 2.1665-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Add secure domain to requirements