Skip to content
Snippets Groups Projects
  1. Nov 03, 2016
  2. Oct 13, 2016
  3. Oct 11, 2016
  4. Oct 07, 2016
  5. Oct 06, 2016
  6. Oct 05, 2016
  7. Sep 29, 2016
  8. Sep 28, 2016
  9. Aug 23, 2016
  10. Jul 25, 2016
  11. Jul 21, 2016
  12. Jul 19, 2016
  13. 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
  14. Jul 14, 2016
  15. Jul 12, 2016
  16. Jul 06, 2016
  17. Jul 05, 2016
  18. Jun 07, 2016
  19. May 17, 2016
  20. May 16, 2016
    • Daniel Gerhardt's avatar
      Handle user IDs case-insensitive · b5f8f8bf
      Daniel Gerhardt authored
      Convert database user IDs to lowercase on account creation an login.
      Additionally, LDAP UIDs are lowercased as a fallback when they cannot be
      retrieved from the server.
      b5f8f8bf
  21. May 15, 2016