Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Branch: master
Commits on Mar 21, 2019
  1. Fix install from VSIX for TAR and ZIP formats (#245)

    foresthoffman authored and kylecarbs committed Mar 21, 2019
    * Fix install from VSIX for TAR and ZIP formats
    
    * Parse TAR before ZIP, when installing from VSIX
  2. Update index.md (#297)

    Foxtur authored and kylecarbs committed Mar 21, 2019
    Added Apache reverse proxy example configuration
  3. Capitalized first letters to be consistent (#304)

    mikeshatch authored and kylecarbs committed Mar 21, 2019
    In addition to capitalizing, I also reworded a sentence for improved grammar.
Commits on Mar 20, 2019
  1. doc: add CrOS install guide (#225)

    sr229 authored and kylecarbs committed Mar 20, 2019
    * doc: add CrOS install guide
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: change occurences of index to install guide
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: add penguin.linux.test as alternative endpoint
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: link Crostini and crouton info pages and describe install guide
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: remove citations for dev mode requirement
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: clarify more wording
    
    Signed-off-by: Hikari <enra@sayonika.moe>
    
    * doc: fix typo in Crostini section
    
    Signed-off-by: Hikari <enra@sayonika.moe>
  2. Fixes #275

    kylecarbs committed Mar 20, 2019
Commits on Mar 19, 2019
  1. Merge branch 'master' of github.com:codercom/code-server

    kylecarbs committed Mar 19, 2019
  2. Update codeowners

    kylecarbs committed Mar 19, 2019
  3. update nginx config (#288)

    easychen authored and kylecarbs committed Mar 19, 2019
    should add one line `proxy_set_header Accept-Encoding gzip; `  or you may get a  `Cannot GET /` error.
  4. Fix debugging

    kylecarbs committed Mar 19, 2019
  5. Fix failure to resolve arrays error

    kylecarbs committed Mar 19, 2019
Commits on Mar 18, 2019
  1. Fixed documentation download links based on latest version (#130)

    MoienTajik authored and kylecarbs committed Mar 18, 2019
    * Fixed documentation based on latest release
    
    * Fixed google-cloud documentation steps order
    
    * Edited docs based on the latest release versions
    
    * Make docs more dynamic based on Releases
    
    * Changed ordered list to unordered list
  2. Add support for Kubernetes by deploying code-server. Also includes AWS (

    stevesloka authored and kylecarbs committed Mar 18, 2019
    #146)
    
    example which persists data to a Persistent Volume / Claim.
    
    Signed-off-by: Steve Sloka <slokas@vmware.com>
  3. Doc: fix typo (#277)

    jimt authored and kylecarbs committed Mar 18, 2019
Commits on Mar 15, 2019
  1. Fix security links in cloud setup guides (#260)

    scsmithr authored and kylecarbs committed Mar 15, 2019
  2. Fix docker cmd in readme

    kylecarbs committed Mar 15, 2019
  3. Fix #251

    kylecarbs committed Mar 15, 2019
  4. Fix type import not resolving properly

    kylecarbs committed Mar 15, 2019
Commits on Mar 14, 2019
  1. Merge branch 'master' of github.com:codercom/code-server

    kylecarbs committed Mar 14, 2019
  2. Fixing broken syntax in the run command (#238)

    dxf authored and kylecarbs committed Mar 14, 2019
  3. Fixed a couple of typos (#243)

    mikeshatch authored and kylecarbs committed Mar 14, 2019
  4. Automatically target production for client-side builds

    kylecarbs committed Mar 14, 2019
Commits on Mar 13, 2019
  1. Merge pull request #231 from nhooyr/docker

    nhooyr committed Mar 13, 2019
    Dockerfile: include git
  2. Dockerfile: include git

    nhooyr committed Mar 13, 2019
    Closes #221
    Closes #230
    Closes #203
  3. Add git to docker container

    pokemonlover1234 authored and nhooyr committed Mar 13, 2019
    Install git in the docker container, proposed by #203. While it is possible that issue requires further discussion, this is just a proposal pull request. If that proposal is accepted, here's the pull request.
  4. Fix race with watcher & stat

    code-asher committed Mar 13, 2019
    There is a window between when the stat is made and the result makes it
    back to the client where a file is created or deleted and it won't be a
    part of that stat.
    
    To fix it, I added a new property signaling that we got some changes
    since starting the stat and should run the stat again because we have no
    way of knowing whether the currently running stat will include the new
    changes or not.
  5. [ImgBot] Optimize images (#222)

    SuperSandro2000 authored and kylecarbs committed Mar 13, 2019
    *Total -- 1,393.88kb -> 908.68kb (34.81%)
    
    /doc/assets/chrome_confirm.png -- 34.10kb -> 18.95kb (44.43%)
    /doc/assets/server-password-modal.png -- 96.67kb -> 58.14kb (39.86%)
    /doc/assets/ide.png -- 984.53kb -> 603.38kb (38.71%)
    /doc/assets/chrome_warning.png -- 44.25kb -> 30.03kb (32.14%)
    /doc/assets/logo-horizontal.png -- 22.00kb -> 17.48kb (20.55%)
    /doc/assets/aws_ubuntu.png -- 51.62kb -> 43.93kb (14.91%)
    /doc/assets/cli.png -- 160.70kb -> 136.78kb (14.89%)
Commits on Mar 12, 2019
  1. Add error message for incorrect password. Fix issue #55 (#201)

    Multishifties authored and kylecarbs committed Mar 12, 2019
  2. Add additional ide-api events

    kylecarbs committed Mar 12, 2019
  3. Fill remainder of graceful-fs

    code-asher committed Mar 12, 2019
    It's just fs. Used by fs-extra.
  4. Fix moving data directory across devices

    code-asher committed Mar 12, 2019
  5. Create data directory path before moving old directory there

    code-asher committed Mar 12, 2019
  6. Fix trash

    code-asher committed Mar 12, 2019
  7. Allow webview iframe to load styles

    code-asher committed Mar 12, 2019
Older
You can’t perform that action at this time.