Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
javascriptDev
/
code-server
Public
forked from
coder/code-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
code-server
packages
server
on
aur
User selector
All users
All time
Commit history
Commits on Jul 9, 2019
Merge branch 'master' into log-failed-logins
deansheather
authored
1046fc1
View commit details
Copy full SHA for 1046fc1
View code at this point
Browse repository at this point
add timestamp to auth log, add fail2ban conf+docs
deansheather
committed
c48a275
View commit details
Copy full SHA for c48a275
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
Merge pull request #698 from 8sd/patch-1
Show description for 5e8c3f8
deansheather
authored
5e8c3f8
View commit details
Copy full SHA for 5e8c3f8
View code at this point
Browse repository at this point
Fix missing comma in cli-help
8sd
committed
d950e3c
View commit details
Copy full SHA for d950e3c
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
add failed authentication attempt logger
Show description for a657733
deansheather
committed
a657733
View commit details
Copy full SHA for a657733
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Move address output to the listen callback
Show description for 28c9361
code-asher
committed
28c9361
View commit details
Copy full SHA for 28c9361
View code at this point
Browse repository at this point
use port from server.address() when printing URL (#780)
Show description for a9d1788
deansheather
authored and
code-asher
committed
a9d1788
View commit details
Copy full SHA for a9d1788
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Fix "no authentication" message with custom password
Show description for cf63bbd
code-asher
committed
cf63bbd
View commit details
Copy full SHA for cf63bbd
View code at this point
Browse repository at this point
Commits on May 20, 2019
Don't try to create builtin extensions directory
Show description for c020cd2
code-asher
committed
c020cd2
View commit details
Copy full SHA for c020cd2
View code at this point
Browse repository at this point
Commits on May 19, 2019
Extra extensions directories (#694)
Show description for aa1474b
code-asher
authored
aa1474b
View commit details
Copy full SHA for aa1474b
View code at this point
Browse repository at this point
Commits on May 2, 2019
Rename codercom/code-server to cdr/code-server
nhooyr
committed
bb5836e
View commit details
Copy full SHA for bb5836e
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Make preserveEnv return a new object
Show description for cdb900a
code-asher
committed
cdb900a
View commit details
Copy full SHA for cdb900a
View code at this point
Browse repository at this point
Preserve environment when forking shared process (#545)
TheMozg
authored and
code-asher
committed
1622fd4
View commit details
Copy full SHA for 1622fd4
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
Merge branch 'master' of github.com:codercom/code-server
kylecarbs
committed
01a63a7
View commit details
Copy full SHA for 01a63a7
View code at this point
Browse repository at this point
Add support for musl and centos
kylecarbs
committed
a2e0638
View commit details
Copy full SHA for a2e0638
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
Only output password if it was generated
code-asher
committed
a3ac456
View commit details
Copy full SHA for a3ac456
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Fix no-auth to still use HTTPS, set default for no-auth to false (#573)
nol166
authored and
code-asher
committed
6b887dc
View commit details
Copy full SHA for 6b887dc
View code at this point
Browse repository at this point
Offer https/http url based on schema (#572)
Show description for 41c7d98
nol166
authored and
code-asher
committed
41c7d98
View commit details
Copy full SHA for 41c7d98
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Add --socket flag (#564)
Show description for d073622
kylecarbs
authored and
code-asher
committed
d073622
View commit details
Copy full SHA for d073622
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
Deprecate password flag in favor of an environment variable
code-asher
committed
55bfeab
View commit details
Copy full SHA for 55bfeab
View code at this point
Browse repository at this point
Trigger configuration update when loaded
kylecarbs
committed
4d576ab
View commit details
Copy full SHA for 4d576ab
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Add telemetry and option to disable (#519)
Show description for c3a38e3
kylecarbs
authored
c3a38e3
View commit details
Copy full SHA for c3a38e3
View code at this point
Browse repository at this point
Make assets unique (#518)
Show description for cc8c7e2
code-asher
authored and
kylecarbs
committed
cc8c7e2
View commit details
Copy full SHA for cc8c7e2
View code at this point
Browse repository at this point
Add flag to install an extension from the command line (#504)
code-asher
authored and
kylecarbs
committed
630ccfc
View commit details
Copy full SHA for 630ccfc
View code at this point
Browse repository at this point
Use port from PORT env variable if available (#502)
royalicing
authored and
kylecarbs
committed
c4c2605
View commit details
Copy full SHA for c4c2605
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Ensure all environment paths are created
Show description for b8f222a
code-asher
committed
b8f222a
View commit details
Copy full SHA for b8f222a
View code at this point
Browse repository at this point
Update node to 10.15.1 (#472)
Show description for aabb2ec
code-asher
authored
aabb2ec
View commit details
Copy full SHA for aabb2ec
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
Fix some open file/folder issues
Show description for 7047be8
code-asher
committed
7047be8
View commit details
Copy full SHA for 7047be8
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Add storage save to ide-api
kylecarbs
committed
3fae68b
View commit details
Copy full SHA for 3fae68b
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Explicitly mention if netstat isn't installed; downgrade to warning
code-asher
committed
bbd8b27
View commit details
Copy full SHA for bbd8b27
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
Update VS Code to 1.33.0 (#445)
Show description for a1136b3
code-asher
authored
a1136b3
View commit details
Copy full SHA for a1136b3
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Update @coder/nbin. Fixes UI state saves
kylecarbs
committed
3c1dfb1
View commit details
Copy full SHA for 3c1dfb1
View code at this point
Browse repository at this point
Update @coder/nbin
kylecarbs
committed
2bd7281
View commit details
Copy full SHA for 2bd7281
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
Fix error when shared process exits with null
code-asher
committed
e12fcd3
View commit details
Copy full SHA for e12fcd3
View code at this point
Browse repository at this point
Add flags for customizing user data dir and extensions dir (#420)
Show description for 4af84fc
kylecarbs
authored and
code-asher
committed
4af84fc
View commit details
Copy full SHA for 4af84fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.