Skip to content
Snippets Groups Projects
  1. May 26, 2014
  2. May 25, 2014
  3. May 24, 2014
  4. May 21, 2014
  5. May 20, 2014
  6. May 19, 2014
  7. Mar 10, 2014
  8. Jan 21, 2014
  9. Jan 20, 2014
  10. Dec 18, 2013
  11. Dec 07, 2013
  12. Oct 30, 2013
  13. Sep 03, 2013
  14. Jul 29, 2013
  15. Jul 16, 2013
  16. Jul 10, 2013
  17. Jul 09, 2013
  18. Jun 06, 2013
  19. Jun 05, 2013
    • Paul-Christian Volkmer's avatar
      Some more code cleanups · bbd4b091
      Paul-Christian Volkmer authored
      bbd4b091
    • Paul-Christian Volkmer's avatar
      Some code cleanups · 94ef4a89
      Paul-Christian Volkmer authored
      94ef4a89
    • Paul-Christian Volkmer's avatar
      Added event based system to recieve and catch events · 86cd815e
      Paul-Christian Volkmer authored
      This could be used to send data via websockets without searching
      sessionIDs or user tables within ARSnova.
      
      Simply publish an event with ARSnova-sessionKey from within the
      application.
      86cd815e
    • 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 15, 2013
  22. May 08, 2013
  23. May 07, 2013
  24. Mar 24, 2013