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