Fedor Kalugin
1622fd4152
Preserve environment when forking shared process ( #545 )
2019-04-29 10:47:45 -05:00
Kyle Carberry
6c972e855f
codercom -> cdr
2019-04-27 16:57:10 -04:00
Kyle Carberry
e332882a88
Package only on darwin
2019-04-26 10:51:38 -05:00
Kyle Carberry
d0142e2536
Include version with target env
2019-04-26 10:29:12 -04:00
Kyle Carberry
e8c8fba91d
Add docker service
2019-04-26 10:00:15 -04:00
Kyle Carberry
01a63a7241
Merge branch 'master' of github.com:codercom/code-server
2019-04-26 09:57:16 -04:00
Kyle Carberry
a2e0638c6a
Add support for musl and centos
2019-04-26 09:56:14 -04:00
John McCambridge
4e62f938a9
Remove reveal in finder/explorer option from the context menu ( #586 )
2019-04-25 15:23:03 -05:00
Asher
4c5bb83fc1
Fix open dialog crash when there is a broken link
...
Fixes #579 .
2019-04-25 15:17:22 -05:00
Asher
a3ac4567e3
Only output password if it was generated
2019-04-25 14:08:46 -05:00
Asher
58cf109a83
Fix full screen detection for Chromium
2019-04-25 13:29:11 -05:00
Asher
fab45dedcd
Fix toggling full screen
2019-04-25 13:22:30 -05:00
Asher
446573809c
Improve size column in dialogs
...
- Remove size from directories (often always 4K and not very useful).
- Format file sizes to be more human-readable.
2019-04-25 12:07:35 -05:00
Nick Wade
5ad9398b01
Fix typo DigitalOcean ( #595 )
2019-04-25 07:57:12 -07:00
Kyle Carberry
bcdbd90197
Fix #587 ( #588 )
2019-04-24 18:34:57 -05:00
Asher
0de7247868
Fix protocol fs test
2019-04-24 18:15:56 -05:00
Asher
c9f91e77cd
Fix coping and moving files around using the file tree ( #568 )
...
* Implement write/read buffers in electron fill
This makes cutting and copy files from the file tree work.
* Implement fs.createReadStream
This is used by the file tree to copy files.
* Allow passing proxies back from client to server
This makes things like piping streams possible.
* Synchronously bind to proxy events
This eliminates any chance whatsoever of missing events due to binding
too late.
* Make it possible to bind some events on demand
* Add some protocol documentation
2019-04-24 10:38:21 -05:00
John McCambridge
30b8565e2d
Fix markdown preview focus ( #546 )
...
* Fix hash
* Remove whitespace
2019-04-23 19:14:52 -05:00
John McCambridge
6b887dcc9c
Fix no-auth to still use HTTPS, set default for no-auth to false ( #573 )
2019-04-23 16:38:49 -05:00
John McCambridge
41c7d98b7b
Offer https/http url based on schema ( #572 )
...
* Let people know when telemetry is disabled, change url to https if secure connection
* Remove --no-auth as a http candidate
* Rename variable, change let to const
2019-04-23 16:38:34 -05:00
Kyle Carberry
b055a26dc3
Remove log statement from copy
2019-04-23 11:33:42 -04:00
Kyle Carberry
2bc6e1a457
Fix clipboard pasting
2019-04-22 20:20:48 -04:00
Kyle Carberry
e61ea796c6
Bundle grammars ( #563 )
2019-04-22 12:51:05 -05:00
Kyle Carberry
d073622629
Add --socket flag ( #564 )
...
* Add --socket flag
* Add msg for already bound socket
2019-04-22 12:47:27 -05:00
Kyle Carberry
5f40ebb845
Update wording for sshcode
2019-04-19 21:22:00 -04:00
Kyle Carberry
c56e2797cc
Add sshcode to the readme
2019-04-19 21:20:31 -04:00
Kyle Carberry
166efcb17e
Hide titlebar controls and fix menubar toggle ( #550 )
2019-04-19 19:54:50 -05:00
Kyle Carberry
206e107a9a
Merge branch 'master' of github.com:codercom/code-server
2019-04-19 20:03:54 -04:00
Kyle Carberry
12c8b5d337
Closes #466
2019-04-19 20:03:52 -04:00
Asher
4aa20fd864
Fix require.toUrl on the Node side
...
- Fixes #542
2019-04-19 13:32:10 -05:00
Illia Poplawski
0cd4e46055
Fix self hosted flags ( #523 )
...
* Remove -h flag for help information
* Add tab after removing -h option
* Remove spaces after --user-data-dir option to line up with other menu items
2019-04-18 13:02:29 -05:00
Asher
f51823b51f
Fix open dialog
...
- Fixes #508
2019-04-18 12:08:44 -05:00
Asher
55bfeab208
Deprecate password flag in favor of an environment variable
2019-04-18 11:10:55 -05:00
Asher
309d15cefd
Use file/folder open commands for all operating systems
...
Mac was using its own thing.
- Fixes #535
- Fixes #501
2019-04-18 10:50:23 -05:00
Kyle Carberry
95006a435a
Merge branch 'master' of github.com:codercom/code-server
2019-04-17 21:01:25 -04:00
Kyle Carberry
4d576ab4d4
Trigger configuration update when loaded
2019-04-17 21:01:23 -04:00
Asher
d5b03ef60e
Remove version from Docker command
2019-04-17 17:38:22 -05:00
Anmol Sethi
cdc5b55a9d
Remove chmod on project dir
...
See #471
2019-04-17 18:36:33 -04:00
Kyle Carberry
c3a38e3fea
Add telemetry and option to disable ( #519 )
...
* Add telemetry and option to disable
* Update readme and getting-started guide
* Update lockfile
* Update getting started guide
2019-04-17 17:18:35 -05:00
Asher
cc8c7e2cee
Make assets unique ( #518 )
...
* Make all assets unique
All CSS and JavaScript files have unique names now. I also moved the
login to the /login path in order to ensure the HTML for each page is
also unique.
* Explicitly include assets to cache
2019-04-17 17:18:20 -05:00
Kyle Carberry
e0f1787ce6
Update logger
2019-04-17 17:47:02 -04:00
John McCambridge
50e6108012
Add confirmation for closing window ( #463 )
...
* Add confirmation for closing window
* Make function an event listener for consistency
* Change let to const
* Refactor for compatability
2019-04-17 16:42:36 -05:00
Asher
630ccfcacc
Add flag to install an extension from the command line ( #504 )
2019-04-17 16:30:50 -05:00
Patrick Smith
c4c26058ef
Use port from PORT env variable if available ( #502 )
2019-04-17 16:30:39 -05:00
Kyle Carberry
8a4da542ae
Add GCP logging extender ( #503 )
...
* Add GCP logging extender
* Minor version bump for new API
* Update packages/logger/src/logger.ts
Co-Authored-By: kylecarbs <kyle@kwc.io>
2019-04-17 13:41:10 -05:00
Luca Casonato
e907dbe7e6
fixe password signin with service-worker ( #511 )
2019-04-17 10:27:24 -05:00
Luca Casonato
22b485acd9
Added serviceworker and web-manifest ( #154 )
...
* Added serviceworker and manifest.json
* added deps in package.json
* fixed image link
* actually fixed images i think
* added assets to individual module folders
* added caching
* Serviceworker now properly loads
* Changed single to double quotes
* Update lock
* moved the service worker back into prod only
* removed sw from general
* changed background color of splash screen
* added logo to server
* centralized logo into single assets folder
2019-04-16 15:44:57 -05:00
Asher
b8f222acf2
Ensure all environment paths are created
...
This normally happens in electron-main/main.ts but we don't run anything
from there.
Fixes #499 .
2019-04-16 10:58:13 -05:00
Asher
aabb2ecda7
Update node to 10.15.1 ( #472 )
...
* Update Node to 10.15.1
* Remove string replace that was used for oclif
* Update nbin
* Package node-pty and spdlog with nbin
* Label stderr/stdout from shared process
* Remove fork override
* Prevent "already disposed" errors when trying to kill disposed proxies
* Include spdlog dependencies
* Shim /node_modules
* Add node_modules to Docker ignore
It keeps using my already-built .node files which results in a
mismatching GLIBC version error.
* Update nbin
2019-04-15 19:48:12 -05:00
Kibo Hikari
dfabc070b9
fix(dockerfile): explicitly create a volume and set permission for project dir ( #471 )
...
Signed-off-by: Kibo Hikari <enra@sayonika.moe>
2019-04-13 23:34:25 -05:00