Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download codeserver-7.x-1.0-beta2.tar.gztar.gz 17.29 KB
MD5: 3489cfecbd408b8c384a081da15d4b8d
SHA-1: cb2848dd14377b715a9a563c6d67a33f89f891a2
SHA-256: 27ba5eaa400a5dce37d531f0e7d903250a1d232cefb8de91f37bca54a86feef2
Download codeserver-7.x-1.0-beta2.zipzip 21.3 KB
MD5: c5a1c338a5ac5bb453f86b0b6a1123fb
SHA-1: ab4cdf6fe1b3b2a8463f69c34020614954261a8e
SHA-256: e255dd607f7c41fb051a1708d227c91a93c710f08d295e81e433a27185cee55c

Release notes

  • Added safe_serialize option. This avoids any PHP Object Injection risk. See below for more information.
  • Various small improvements and minor fixes.

Upgrading from beta1

No changes are needed unless you want to use the Code Server Test module.
Disable and re-enable the Code Server Test module if you are using it. This is so that its configuration will be regenerated using the new defaults. Alternatively, edit the configuration and enable codeserver_test in the configured allowed_functions.

Safe serialize option

There is a new option in configuration safe_serialize which defaults to TRUE (enabled).

Keeping this option enabled is important in any situation where you Code Server services are made accessible to untrusted users, i.e. not restricted to your private IP addresses. If you only give access to your own trusted clients then it is less relevant, but nonetheless can normally be left enabled.

Created by: Andy Inman
Created on: 1 Sep 2015 at 10:35 UTC
Last updated: 6 Sep 2015 at 16:33 UTC
Bug fixes
New features

Other releases