Skip to content
Snippets Groups Projects
  1. Feb 19, 2016
  2. Feb 05, 2016
  3. 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
  4. Jun 03, 2015
  5. May 28, 2015
  6. May 27, 2015
  7. May 23, 2015
  8. May 18, 2015
  9. May 13, 2015
  10. Apr 18, 2015
  11. Apr 14, 2015
  12. Apr 09, 2015
  13. Apr 01, 2015
  14. Mar 28, 2015
  15. Mar 19, 2015
  16. Mar 18, 2015
  17. Mar 17, 2015
  18. Mar 13, 2015
  19. Mar 12, 2015
  20. Mar 11, 2015
  21. Mar 05, 2015
  22. Mar 02, 2015
  23. Feb 28, 2015
  24. Feb 19, 2015
  25. Feb 16, 2015
  26. Feb 12, 2015
    • Christoph Thelen's avatar
      Deprecate getSession, use getSessionFromKeyword instead · bb649cb9
      Christoph Thelen authored
      getSession throws an HTTP exception, which is not
      good style. Additionally, as it calls
      getSessionFromKeyword internally -- which has a caching
      annotation -- this caching mechanism will not work
      because it only works if the method is called
      from another object. This is due to the way Spring
      is using proxies to intercept the calls.
      bb649cb9
  27. Feb 10, 2015
  28. Feb 09, 2015