- Sep 06, 2013
-
-
Daniel Gerhardt authored
-
- Jun 19, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Jun 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This reverts commit c22330fd.
-
- Jun 12, 2013
-
-
Paul-Christian Volkmer authored
This enables access to all UserSessionService objects from within the application. This could be used to send events to all session users.
-
- Jun 11, 2013
-
-
Paul-Christian Volkmer authored
-
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.
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 04, 2013
-
-
Paul-Christian Volkmer authored
-
- May 15, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Mar 12, 2013
-
-
Daniel Gerhardt authored
-
- Mar 09, 2013
-
-
Daniel Gerhardt authored
This should perform much better.
-
Daniel Gerhardt authored
Socket.IO about changed active user count.
-
Daniel Gerhardt authored
prevent duplicates if the client uses Socket.IO and still sends the **/online ping.
-
Daniel Gerhardt authored
-
- Mar 08, 2013
-
-
Daniel Gerhardt authored
server.
-
Daniel Gerhardt authored
server.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
UserService. Added a scheduled method to delete inactive users from user2sessionLegacy Map.
-
Daniel Gerhardt authored
implementation updates.
-
Daniel Gerhardt authored
interfere with the existing HTTP polling solution. Some features still need to be ported: - update session attribute lastOwnerActivity in CouchDB - add session to visitedSessions in CouchDB - check if session is locked
-
- Dec 28, 2012
-
-
Paul-Christian Volkmer authored
This patch should increase findbugs report and solve some issues that will occure: * Doing operation on NULL object * Using wrong object type in hope of magic object casting ;-)
-
- Dec 12, 2012
-
-
Christoph Thelen authored
-
- Dec 03, 2012
-
-
Julian Hochstetter authored
* rename methods to clearify that this are sockets
-
- Nov 20, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 31, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 29, 2012
-
-
Paul-Christian Volkmer authored
CouchDBDao: * Removed obsolete method currentTimestamp() * Explicit IOException catch that indicates communication error UserService: * Log if store file could not be created
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
- Oct 24, 2012
-
-
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.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 11, 2012
-
-
Julian Hochstetter authored
* Make guest login working with new UserService * Reuse existing guest username * Adapted tests
-
- Sep 10, 2012
-
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-