Archived
1
0
Commit Graph

3461 Commits

Author SHA1 Message Date
36c05ed335 Feature/1.32.0 update (#117)
* Update VS Code to 1.32.0

* Update patch

Most changes are moved files, most notably shell.contribution.ts which
is now main.contribution.ts.

Also:
- repl.ts no longer uses isMacintosh
- shell.ts doesn't exist
- added back the commented-out CSP headers

* Use es6 target for bootstrap-fork

* Directly reference cross-env binary

yarn and npm find the binary just fine when running the tasks from the
root but it doesn't work if you run one of those tasks directly from
within those directories.

* Update import paths and bootstrap-fork ignores

* Increase memory limit for building default extensions

* Fix invalid regex in Firefox

* Update startup function

* Fix global.require error

* Update zip extract arguments

* Update travis to minimum required Node version

* Always chmod executable dependencies

Fixes EACCESS errors for users that had the files unpacked before we
added the chmod call.

* Remove unused var declaration
2019-03-08 08:37:03 -08:00
5c435a3b6c Update grammar on README (#139) 2019-03-08 08:34:31 -08:00
9f4212eace inital -> initial (#135) 2019-03-08 08:10:50 -08:00
96175d36ea Handle arch in dockerfile and add PR template (#109)
* repo: add a pull request template

* Dockerfile: include arch when copying

Thanks @yush1ga and @zerdos
2019-03-07 13:48:11 -08:00
c8afb7908e Merge branch 'master' of github.com:codercom/code-server 2019-03-07 21:23:25 +00:00
231cdec7fb Update known issues in readme with better wording 2019-03-07 21:23:16 +00:00
8e5f288459 Updated current args available for passing in docs (#105) 2019-03-07 13:19:00 -08:00
14f1230bed Merge pull request #98 from nhooyr/docker
Dockerfile: cleanup and add en_US.UTF-8 locale
2019-03-07 14:08:09 -05:00
fba3fe5609 Dockerfile: cleanup and add en_US.UTF-8 locale
Closes #84
Closes #83

Thanks @xMrWhite, @frol and @sr229.
2019-03-07 13:55:13 -05:00
8e68411174 Update example docker command port bind options (#88)
must use 127.0.0.1 and not `localhost`
2019-03-07 09:31:01 -08:00
3d654a8df7 Resolve paths
Fixes #19.
2019-03-07 11:25:26 -06:00
87d2e22a6b Open localhost URL with --open (#28)
* Open localhost URL with --open

* Catch errors on opn

Co-Authored-By: fand <fand@users.noreply.github.com>
2019-03-07 09:23:54 -08:00
17267bd801 Add Dockerfile and some cleanup (#57) 1.31.1-100 2019-03-06 18:59:43 -08:00
ac56fcaafc Remove unused markup from password page (#49) 2019-03-06 18:47:05 -08:00
e20b79b5cc Generate secure passwords, fixes issue #26 (#51) 2019-03-06 16:25:44 -08:00
e99f8abc3c Fix spelling error (#46) 2019-03-06 16:21:33 -08:00
994531d8bb Add task for packaging release (#6)
* Add task for packaging release

* Modify package task to package a single binary

This is so it can be used as part of the build/release script.

* Package release as part of Travis deploy

* Set platform env var

* Add arch env var

* Make version available to the code

* Use tar for Linux and zip for Mac & Windows
2019-03-06 18:15:52 -06:00
8916cb9bb2 Update to vscode 1.31.1 (#45) 2019-03-06 11:10:23 -08:00
d4867ca430 Cleanup English in README (#21) 2019-03-06 10:11:27 -08:00
3fbdb2e46c Implement #4 - fix password via CLI (#5) 2019-03-06 00:08:43 -08:00
1d8da2161f Add value props to readme (#20) 2019-03-05 17:45:21 -08:00
414eb7076f Update element fill to replace file URIs in image tags 2019-03-06 00:06:44 +00:00
2b3d2933eb Updated binary name in issue templates 2019-03-05 17:23:13 -06:00
14ead1a62f Fixes calculating number of threads for HappyPack (#10) 2019-03-05 15:02:49 -08:00
3b48c57861 Fix port number in docs (#12) 2019-03-05 13:53:35 -08:00
c772e920cd Add Discord widget to README (#16) 2019-03-05 13:53:05 -08:00
e6aa74c412 Merge pull request #7 from codercom/fix-doc
Clarify that cloud offering is seperate from the open source
2019-03-05 10:52:43 -08:00
838c8a6f2c Clarify that the cloud offering is seperate from the open source 2019-03-05 12:51:34 -06:00
4028e33529 Update travis.yml with new credentials 1.31.0-20 2019-03-05 05:20:57 +00:00
ec94a92a5f Merge branch 'master' of github.com:codercom/code-server 2019-03-05 04:54:53 +00:00
379a5243fe Update api key secret 2019-03-05 04:54:37 +00:00
47765dde23 Add ping/pong to the protocol (#2) 2019-03-04 19:26:17 -08:00
d48d72cb79 Filter out secrets in CI 2019-03-05 01:20:25 +00:00
31518e9754 Make ripgrep executable on extract 2019-03-05 00:42:02 +00:00
1e0d330778 Directly point to the logger src 2019-03-05 00:29:19 +00:00
ef6369d62f Add prerelease 2019-03-05 00:21:29 +00:00
5b0d11e470 Use localhost for code-server domain 2019-03-04 16:11:48 -06:00
c046558d33 Add commercialization section to readme 1.31.0 2019-03-04 14:27:46 -06:00
50d642b98a Disable Travis deploy 2019-03-04 13:55:22 -06:00
df54f67a28 Update repository name 2019-03-04 12:53:17 -06:00
33717b277a Add documentation (#42)
* Add docs

* Add guides for hosting

* Inital commit. Add quick start guide for self hosted

* Add info for flags

* Detail usage flags and provide examples

* Correct file types for certificate

* Add self-signed certificate guide, update .gitignore

* Add additional information.:

* Checkout to master

* Add transition document, add some links to readme

* Comment out some stuff

* Revise transition document

* Fix typo

* Add Google Cloud setup guide

* fix link

* Add guide links to readme

* Add AWS deployment guide

* Fixup based on PR suggestions

* Fixup ssl guide and readme

* Fix typo

* Add step to make binary executable

* Add digitalocean guide, update readme, add chmod steps just in case

* add information about securing the connection to each deploy guide

* Update doc/security/ssl.md

Co-Authored-By: nol166 <jmccamb@gmail.com>

* Fixup from PR suggestions

* Add guide for systemd for when ssh closes

* Fix typos

* VS Code Remote -> code-server

* Fix minor stylistics

* Update readme (#43)

* Update readme

* Add details about chrome warning

* Add back extension ID settings

* Add back SSL guide to readme

* State that chmod is likely not necessary

* Fix type

* Update readme

* Remove transition guide

* Revise readme based on suggestions. (#45)

* Update references to vscode-remote

* No Windows support yet
2019-03-04 12:31:27 -06:00
90d3a0f16a Allow logger package to be publishable (#37) 2019-03-04 11:57:29 -06:00
68cb387fff Remove Windows build for now 2019-03-04 11:55:49 -06:00
63f7c57b4e Randomly generate password 2019-03-04 11:46:34 -06:00
e2ec010a1d Add allow-http flag 2019-03-04 07:45:35 +00:00
d739be18a9 Probably fix Windows keybindings 2019-03-01 17:36:39 -06:00
db4a71aefe Merge branch 'master' of github.com:codercom/vscode-online 2019-03-01 16:55:34 -06:00
185c811354 Update default port to 8443 2019-03-01 16:55:31 -06:00
c384dfb815 Use Coder marketplace (#44)
* Allow setting marketplace URL

* Add zip fill

* Comment out CSP for now

* Fill zip on client as well

Probably will need it for client-side extensions.

* Don't use itemUrl (it's undefined)

* Remove extension rating

* Hide ratings with CSS instead of patching them out

* Add hard-coded fallback for service URL

* Only use coder-develop for extapi if env is explicitly development

* Don't use coder-develop at all for extapi

If you need it, you can set SERVICE_URL.
2019-03-01 15:51:11 -06:00
06855adaa5 Create working directory if it doesn't exist 2019-03-01 10:33:16 -06:00