"src/app/git@git.thm.de:mtrl12/frag-jetzt-swtp-2022.git" did not exist on "04eb080fcdd793663a22a82a97a84dd7c012e7e8"
- Nov 18, 2014
-
-
Christoph Thelen authored
-
- Nov 12, 2014
-
-
Christoph Thelen authored
-
- Nov 05, 2014
-
-
Christoph Thelen authored
-
- Nov 03, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Oct 27, 2014
-
-
Christoph Thelen authored
-
- Aug 24, 2014
-
-
Daniel Gerhardt authored
* Organize imports * Add missing Override annotations * Remove trailing whitespace
-
- Aug 01, 2014
-
-
Daniel Gerhardt authored
-
- Jul 18, 2014
-
-
Daniel Gerhardt authored
-
- Jul 13, 2014
-
-
Daniel Gerhardt authored
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
SessionController: Append integer to a string will result in a string ApplicationPermissionEvaluator: Code formatting UserService: Create new user object instead of assining parameter reference ARSnovaSocketIOServer: No exceptions are thrown
-
- Jun 03, 2014
-
-
Paul-Christian Volkmer authored
The removed implementation used events wich were never published in any part of the application.
-
- May 28, 2014
-
-
Paul-Christian Volkmer authored
-
- May 25, 2014
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
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.
-