Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 27, 2017
  3. 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
  4. Jan 10, 2017
  5. Sep 28, 2016
  6. 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
  7. Jul 06, 2016
  8. Mar 09, 2016
  9. Feb 05, 2016
  10. Feb 02, 2016
  11. Jan 12, 2016
  12. Jan 07, 2016
  13. Nov 19, 2015
  14. Oct 31, 2015
  15. Oct 25, 2015
  16. Aug 10, 2015
  17. Jun 24, 2015
  18. Jun 09, 2015
  19. May 24, 2015
  20. Mar 27, 2015
  21. Mar 25, 2015
  22. Feb 19, 2015
  23. Feb 11, 2015
  24. Feb 09, 2015
  25. Feb 06, 2015
  26. Feb 03, 2015
  27. Jan 28, 2015
  28. Jan 27, 2015
  29. Jan 19, 2015
  30. Jan 17, 2015
  31. Jan 16, 2015
  32. Jan 15, 2015
  33. Jan 14, 2015
  34. Jan 10, 2015