Skip to content
Snippets Groups Projects
  1. Jan 27, 2015
  2. Jan 26, 2015
  3. Jan 22, 2015
  4. Jan 17, 2015
  5. Jan 15, 2015
  6. Jan 12, 2015
  7. Jan 08, 2015
  8. Dec 15, 2014
  9. Oct 29, 2014
  10. Oct 15, 2014
  11. Oct 07, 2014
  12. Aug 24, 2014
  13. Jun 30, 2014
  14. Jun 18, 2014
  15. Jun 07, 2014
  16. Jun 04, 2014
  17. Jun 02, 2014
  18. May 26, 2014
  19. May 24, 2014
  20. May 21, 2014
  21. May 20, 2014
  22. May 19, 2014
  23. Mar 10, 2014
  24. Dec 07, 2013
  25. 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
  26. Jun 04, 2013
  27. May 08, 2013
  28. Mar 08, 2013
  29. Mar 06, 2013
  30. Mar 05, 2013
  31. 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
  32. Feb 26, 2013