Skip to content
Snippets Groups Projects
  1. Jun 03, 2014
  2. May 28, 2014
  3. May 19, 2014
  4. Feb 17, 2014
  5. Jun 18, 2013
  6. Jun 17, 2013
  7. Jun 13, 2013
  8. Jun 12, 2013
  9. Jun 11, 2013
    • Paul-Christian Volkmer's avatar
      Do not store login in database · 64d96416
      Paul-Christian Volkmer authored
      This patch uses an in memory storage of logged in users. Every time
      users send a (online) heartbeat the last known active timestamp of all
      users will be checked and inactive users will be removed from active
      user list.
      64d96416
  10. Jun 10, 2013
  11. Jun 06, 2013
    • Paul-Christian Volkmer's avatar
      Check for null to prevent NullPointerException · 4fd92dc9
      Paul-Christian Volkmer authored
      There is one major bug in websocket implementaton crashing the
      application on websocket disconnect caused by NullPointerException.
      
      It seems that disconnect is done after some dependencies are closed.
      This might be caused by data serialisiation.
      4fd92dc9
  12. Jun 05, 2013
  13. Jun 04, 2013
  14. May 14, 2013
  15. Mar 17, 2013
  16. Mar 12, 2013
  17. Mar 09, 2013
  18. Mar 08, 2013
  19. Dec 12, 2012
  20. Dec 05, 2012
  21. Dec 03, 2012
  22. Oct 25, 2012
  23. Oct 24, 2012
    • Paul-Christian Volkmer's avatar
      Put all user relevant session information into UserService · 26b343e9
      Paul-Christian Volkmer authored
      All relevant information about users (e.g. session mebership) are
      accessible via UserService.
      The method IUserService::getCurrentUser provides information about
      the actual logged in user. If no user is logged in, this method will
      throw a UnauthorizedException which will end up in 401 HTTP error.
      26b343e9