Skip to content
Snippets Groups Projects
  1. Oct 06, 2016
  2. Oct 05, 2016
  3. Aug 23, 2016
  4. Jul 25, 2016
  5. Jul 21, 2016
  6. Jul 19, 2016
  7. Jul 18, 2016
    • Daniel Gerhardt's avatar
      Merge branch '2.4' · c7726674
      Daniel Gerhardt authored
      c7726674
    • Daniel Gerhardt's avatar
      Merge branch '2.3' into 2.4 · 11d06c06
      Daniel Gerhardt authored
      11d06c06
    • Daniel Gerhardt's avatar
      Bump Maven dependencies · 7e070d2e
      Daniel Gerhardt authored
      7e070d2e
    • Daniel Gerhardt's avatar
      Use updated CI config from 2.4 · 4d70600f
      Daniel Gerhardt authored
      4d70600f
    • Daniel Gerhardt's avatar
      Merge branch 'ws-proxy-support' into 'master' · b36e6ad7
      Daniel Gerhardt authored
      Add proxy support for WebSocket connections
      
      Configuration for Socket.IO has been refactored to support proxies and
      replace ambiguous property names:
      * Added API property `socketioPath` to `/configuration/`
      * Added property `socketio.proxy-path`
      * Removed property `security.ssl`
      * Renamed properties:
        * `socketio.ip` -> `socketio.bind-address`
        * `security.keystore` -> `socketio.ssl.jks-file`
        * `security.storepass` -> `socketio.ssl.jks-password`
      
      The default port to bind to has been changed from 10443 to 8090 since
      SSL is not enabled by default. There is enough room (8081-8089) for
      additional severs (e.g. `grunt run`) in development environments.
      
      See merge request !27
      b36e6ad7
    • Daniel Gerhardt's avatar
      Add proxy support for WebSocket connections · c056ae19
      Daniel Gerhardt authored
      Configuration for Socket.IO has been refactored to support proxies and
      replace ambiguous property names:
      * Added API property `socketioPath` to `/configuration/`
      * Added property `socketio.proxy-path`
      * Removed property `security.ssl`
      * Renamed properties:
        * `socketio.ip` -> `socketio.bind-address`
        * `security.keystore` -> `socketio.ssl.jks-file`
        * `security.storepass` -> `socketio.ssl.jks-password`
      
      The default port to bind to has been changed from 10443 to 8090 since
      SSL is not enabled by default. There is enough room (8081-8089) for
      additional severs (e.g. `grunt run`) in development environments.
      c056ae19
  8. Jul 14, 2016
  9. Jul 12, 2016
  10. Jul 06, 2016