Skip to content
Snippets Groups Projects
  1. May 07, 2014
  2. Apr 13, 2014
  3. Apr 11, 2014
  4. Apr 05, 2014
  5. Apr 04, 2014
  6. Mar 18, 2014
  7. Jul 16, 2013
  8. Jul 10, 2013
  9. Jul 09, 2013
  10. Jun 28, 2013
  11. Jun 05, 2013
  12. Jun 04, 2013
  13. May 15, 2013
  14. Apr 17, 2013
  15. Apr 15, 2013
  16. Apr 12, 2013
  17. Mar 12, 2013
  18. Mar 05, 2013
  19. Feb 19, 2013
  20. Feb 12, 2013
  21. Jan 24, 2013
  22. Dec 28, 2012
    • Paul-Christian Volkmer's avatar
      Major changes is Spring application configuration · df62a3bb
      Paul-Christian Volkmer authored
      With this changeset the spring servlet configuration is separeted from the
      application configuration. This will result in a main context and a servlet
      context, holding only spring mvc information.
      
      This change has a very nice side effekt: Spring AOP beans will be loaded
      only once in application context, not a second time in mvc servlet context.
      df62a3bb
  23. Nov 01, 2012
  24. Oct 30, 2012
  25. Oct 25, 2012
  26. Oct 24, 2012
    • Paul-Christian Volkmer's avatar
      Put all user relevant session information into UserService · 26b343e9
      Paul-Christian Volkmer authored
      All relevant information about users (e.g. session mebership) are
      accessible via UserService.
      The method IUserService::getCurrentUser provides information about
      the actual logged in user. If no user is logged in, this method will
      throw a UnauthorizedException which will end up in 401 HTTP error.
      26b343e9