Skip to content

Tags: cddev/code-server-1

Tags

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

2.1662-vsc1.39.2

Toggle 2.1662-vsc1.39.2's commit message
Bump mixin-deep from 1.3.1 to 1.3.2 (coder#1126)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

2.1655-vsc1.39.2

Toggle 2.1655-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Support opening workspaces from command line

Partly addresses coder#1121.

2.1650-vsc1.39.2

Toggle 2.1650-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Remove directory restrictions for /webview/vscode-resource

This makes viewing images work. Fixes coder#1111.

2.1638-vsc1.39.2

Toggle 2.1638-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Enable password authentication by default

Fixes coder#1062.

2.1637-vsc1.39.2

Toggle 2.1637-vsc1.39.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Set SHELL to /bin/bash in Docker

Fixes coder#1081, fixes coder#918.

2.1523-vsc1.38.1

Toggle 2.1523-vsc1.38.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[README] add Requirements section (coder#1000)

* [README] add Requirements section

This is based user feedback and testing. This may expand if need be

Signed-off-by: Ayane Satomi <[email protected]>

* [README] raised the bar a bit more

Apparently we were targeting GLIBC 2.17

Signed-off-by: Ayane Satomi <[email protected]>

2.1485-vsc1.38.1

Toggle 2.1485-vsc1.38.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Update nbin

The latest version contains a fix for passing null options when reading
a file. Fixes coder#544.