Skip to content
Snippets Groups Projects
  1. Feb 19, 2015
  2. Feb 17, 2015
  3. Feb 16, 2015
  4. Feb 12, 2015
  5. Feb 11, 2015
  6. Feb 03, 2015
    • Daniel Gerhardt's avatar
      Fix session leaving · 7f3b3e02
      Daniel Gerhardt authored
      A NotFoundException was mistakenly thrown when the Session was set to
      null via Socket.IO. Additionally, the user count was sent before it
      had been updated.
      7f3b3e02
  7. Jan 23, 2015
  8. Jan 17, 2015
  9. Jan 13, 2015
  10. Nov 18, 2014
  11. Nov 12, 2014
  12. Nov 05, 2014
  13. Nov 03, 2014
  14. Oct 29, 2014
  15. Oct 27, 2014
  16. Aug 24, 2014
  17. Aug 01, 2014
  18. Jul 18, 2014
  19. Jul 13, 2014
  20. Jun 04, 2014
  21. Jun 03, 2014
  22. May 28, 2014
  23. May 25, 2014
  24. May 19, 2014
  25. Feb 17, 2014
  26. Jun 18, 2013
  27. Jun 17, 2013
  28. Jun 13, 2013
  29. Jun 12, 2013
  30. 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