Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Feb 28, 2017
  3. Feb 14, 2017
  4. Nov 08, 2016
  5. Jul 06, 2016
  6. Jul 05, 2016
  7. May 17, 2016
  8. 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
  9. May 15, 2016
  10. May 13, 2016
  11. May 11, 2016
  12. Apr 12, 2016
  13. Apr 11, 2016
  14. Apr 07, 2016
  15. Apr 04, 2016
    • Paul-Christian Volkmer's avatar
      To prevent address conflicts for Socket.IO use upcounting port offset · 694f2580
      Paul-Christian Volkmer authored
      In some cases the Socket.IO servers used in test cases are not closed
      when starting a new test. In this cases the tests will fail with
      an address conflict because an other Socket.IO server is still running.
      
      Using a new port, starting with previous defined port 1234 up to 1243 will
      assign every new created Socket.IO server an other address/port.
      
      An address conflict will still occure if an other service is running on
      ports from 1234 to 1243, so it is generally a bad idea to have tests in the
      hope that no side effects will occure from outside of application scope.
      694f2580
  16. Mar 17, 2016
  17. Mar 15, 2016
  18. Mar 11, 2016
  19. Mar 09, 2016
  20. Mar 08, 2016
  21. Mar 06, 2016
  22. Feb 22, 2016
  23. Feb 21, 2016
  24. Feb 19, 2016