Skip to content
Snippets Groups Projects
  1. Jan 22, 2015
  2. Jan 17, 2015
  3. Oct 29, 2014
  4. Oct 15, 2014
  5. Oct 07, 2014
  6. Aug 24, 2014
  7. Jun 30, 2014
  8. Jun 18, 2014
  9. Jun 07, 2014
  10. Jun 04, 2014
  11. Jun 02, 2014
  12. May 26, 2014
  13. May 24, 2014
  14. May 21, 2014
  15. May 20, 2014
  16. May 19, 2014
  17. Mar 10, 2014
  18. Dec 07, 2013
  19. Jun 05, 2013
    • Paul-Christian Volkmer's avatar
      Add UserSessionAspect aspect · 94888c17
      Paul-Christian Volkmer authored
      This sets current user and ARSnova session information in a session
      scoped service bean. If the user connects with a websocket, the
      websocket session ID will be set in addition to the user and session
      object.
      
      The aspects methods pointcut after returning from joinSession() method
      in SessionService. So the UserSessionService will be set with all needed
      data after a user successfully joins a session.
      
      With this service available, it can be used to replace some usage of
      Array/Map based application wide data structures that cause some trouble
      when stopping or redeploying the application.
      94888c17
  20. Jun 04, 2013
  21. May 08, 2013
  22. Mar 08, 2013
  23. Mar 06, 2013
  24. Mar 05, 2013
  25. Feb 28, 2013
    • Paul-Christian Volkmer's avatar
      Add number of sessions to name and short name · ad42d5ff
      Paul-Christian Volkmer authored
      If the current session is linked to a course and there are other sessions
      for this course, add a number to the name and short name of the session,
      indicating which session is ment since all sessions will have the same
      name and short name.
      ad42d5ff
  26. Feb 26, 2013
  27. Feb 22, 2013
  28. Feb 19, 2013
  29. Feb 12, 2013
  30. Feb 05, 2013
  31. Feb 04, 2013
  32. Dec 03, 2012
  33. Nov 01, 2012
  34. Oct 30, 2012