- Aug 10, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
remove spingfox for ApiIgnore direction use swagger-maven-plugin to generate swagger.json before compiling rather than dynamically generate it on request
-
Reasons: * not used consistently * Java signatures are not helpful * Return type should not be hard-coded in a String Statistics model now correctly uses value instead of notes for documentation of properties.
-
* Fix inconsistent whitespaces * Remove unused imports
-
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Daniel Gerhardt authored
-
Christoph Thelen authored
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Oct 29, 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
Replaced the use of Json-lib for deserialization by the use of a Map. This fixes exceptions caused by failed deserializations and is more consistent with JSON handling of other controllers. Log messages for easier debugging have been added.
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
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.
-
- 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
certificate errors with SSL.
-
- Mar 05, 2013
-
-
Daniel Gerhardt authored
-
- Feb 05, 2013
-
-
Daniel Gerhardt authored
-