Skip to content
Snippets Groups Projects
  1. Apr 11, 2016
  2. Apr 07, 2016
  3. 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
  4. Mar 17, 2016
  5. Mar 15, 2016
  6. Mar 11, 2016
  7. Mar 09, 2016
  8. Mar 08, 2016
  9. Mar 06, 2016
  10. Feb 22, 2016
  11. Feb 21, 2016
  12. Feb 19, 2016
  13. Feb 18, 2016
  14. Feb 17, 2016
  15. Feb 06, 2016
  16. Feb 05, 2016
  17. Feb 02, 2016
  18. Jan 19, 2016
    • Tom Käsler's avatar
      add MotD Feature: · 89c91079
      Tom Käsler authored
       - add controller/service/entity/dao-functions
       - add motdlist so that users can tell the backend, which motds they have read
       - add admin account (in arsnova.properties: security.adminaccount).
       - add permission function for admin
      89c91079
  19. Jan 12, 2016
    • Daniel Gerhardt's avatar
      Add version info · 79cb66a4
      Daniel Gerhardt authored
      Version information is now compiled as part of a build and written to
      version.properties. It is exposed by the API.
      79cb66a4