Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 25, 2017
  3. Mar 28, 2017
  4. Mar 27, 2017
  5. Feb 28, 2017
  6. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Clean up code · bbb7288c
      Daniel Gerhardt authored
      * Remove unused code
      * Optimize imports (group 10+ and static imports)
      * Remove redundant variable assignments
      * Replace explicit type parameters with <>
      * Remove redundant catch blocks
      * Use varargs instead of explicit array instantiation
      * Weaken visibility of methods and fields
      * Simplify conditions
      * Do not use StringBuilder for simple concatenations
      * Fix code style
      * Remove invalid Javadoc
      bbb7288c
  7. Jan 10, 2017
  8. Nov 15, 2016
  9. Oct 11, 2016
  10. Oct 07, 2016
  11. Oct 06, 2016
  12. Sep 29, 2016
  13. Sep 28, 2016
  14. Jul 21, 2016
  15. Jul 19, 2016
  16. Jul 18, 2016
    • 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
  17. Jul 14, 2016
  18. Jul 06, 2016
  19. May 15, 2016
  20. May 13, 2016
  21. May 11, 2016
  22. Apr 11, 2016
  23. Apr 07, 2016
  24. Mar 09, 2016
  25. Feb 22, 2016
  26. Feb 19, 2016