Skip to content
Snippets Groups Projects
  1. Feb 09, 2015
  2. Feb 06, 2015
    • Christoph Thelen's avatar
      Create proper anonymized copy of Session object · f0c17488
      Christoph Thelen authored
      Changing the Session object the way it was done previously
      interferes with the new caching mechanism. The objects are
      now long-lived so any direct changes to it which are not
      in the spirit of its use case have to be removed. In this
      case, changing the creator information invalidated many
      of the isCreator checks sprinkled through the code, as
      the new creator's name would have been the string
      "not visible to you."
      f0c17488
  3. Feb 03, 2015
  4. Feb 01, 2015
  5. Jan 26, 2015
  6. Jan 22, 2015
  7. Jan 17, 2015
  8. Jan 15, 2015
  9. Jan 12, 2015
  10. Jan 08, 2015
  11. Dec 15, 2014
  12. Oct 29, 2014
  13. Oct 15, 2014
  14. Oct 07, 2014
  15. Aug 24, 2014
  16. Jun 30, 2014
  17. Jun 18, 2014
  18. Jun 07, 2014
  19. Jun 04, 2014
  20. Jun 02, 2014
  21. May 26, 2014
  22. May 24, 2014
  23. May 21, 2014
  24. May 20, 2014
  25. May 19, 2014
  26. Mar 10, 2014
  27. Dec 07, 2013
  28. 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
  29. Jun 04, 2013
  30. May 08, 2013
  31. Mar 08, 2013
  32. Mar 06, 2013
  33. Mar 05, 2013