- May 25, 2014
-
-
Daniel Gerhardt authored
-
- May 19, 2014
-
-
Paul-Christian Volkmer authored
-
- Feb 17, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jun 18, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Jun 17, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This patch intends to close all websocket connections on bean destruction of ARSnovaSocketIOServer.
-
- 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
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.
-
- Jun 10, 2013
-
-
Paul-Christian Volkmer authored
With this patch, websocket feedback data will be send without using UserService arrays within ARSnovaSocketIOServer except reportDeletedFeedback().
-
- Jun 06, 2013
-
-
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.
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
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.
-
- Jun 04, 2013
-
-
Paul-Christian Volkmer authored
Those logging entries are obsolete and only used to grow log files ;-) Only log log entries if an error occured - not for each event.
-
- May 14, 2013
-
-
Christoph Thelen authored
-
- Mar 17, 2013
-
-
Daniel Gerhardt authored
countActiveUsers for reportActiveUserCountForSession as it was already the case for reportSessionDataToClient. Added check against null for session key in Socket.IO's disconnect handler. Logging adjustments for Socket.IO specific code.
-
- Mar 12, 2013
-
-
Daniel Gerhardt authored
prevent the Socket.IO server from stopping and cause a redeployment to fail because of the still running server.
-
- Mar 09, 2013
-
-
Daniel Gerhardt authored
prevent duplicates if the client uses Socket.IO and still sends the **/online ping.
-
Daniel Gerhardt authored
LecturerQuestions and Answers to LecturerQuestions. Renamed events concerning feedback for consistency.
-
Daniel Gerhardt authored
should not be used by the clients.
-
Daniel Gerhardt authored
As a side effect this should smooth the chart animation in arsnova-js. Added some comments concerning code for legacy HTTP polling support.
-
- Mar 08, 2013
-
-
Daniel Gerhardt authored
UserService instead of a CouchDB request.
-
Daniel Gerhardt authored
broadcasting it in reportSessionDataToClient method.
-
Daniel Gerhardt authored
CouchDB and visited sessions.
-
Daniel Gerhardt authored
Socket.IO.
-
Daniel Gerhardt authored
requested.
-
Daniel Gerhardt authored
-
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 12, 2012
-
-
Christoph Thelen authored
-
- Dec 05, 2012
-
-
Christoph Thelen authored
-
- Dec 03, 2012
-
-
Julian Hochstetter authored
and the users inside of it
-
Julian Hochstetter authored
-
Julian Hochstetter authored
* rename methods to clearify that this are sockets
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- 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.
-
Paul-Christian Volkmer authored
-