- Aug 10, 2015
-
-
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
-
-
added labeled deprecated rest endpoints to api documentation, commentet and included the feedbackController
-
-
-
- Jun 03, 2015
-
-
Daniel Gerhardt authored
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Daniel Gerhardt authored
-
- Feb 10, 2015
-
-
Daniel Gerhardt authored
The resource by default now includes the total stats. A user parameter has been added to request user specific data. This change intends to restore compatibility with ARSnova Overlay.
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Nov 12, 2014
-
-
Christoph Thelen authored
-
- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- Dec 18, 2013
-
-
Christoph Thelen authored
-
- Jun 06, 2013
-
-
Paul-Christian Volkmer authored
There is no request parameter name set, so forwarding will fail. Fixed by this patch.
-
- Mar 05, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
API specification. Changed StatisticsController to allow requests without a trailing slash to be consistent with the other **/statistics paths.
-
- Feb 28, 2013
-
-
Daniel Gerhardt authored
getInterposedQuestions for .../{questionId} path and renamed method to singular form.
-
- Feb 19, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
/questionbylecturer/* => [/session/{sessionKey}]/lecturerquestion/* /questionbyaudience/* => [/session/{sessionKey}]/audiencequestion/*
-
- Feb 15, 2013
-
-
Christoph Thelen authored
-
- Feb 13, 2013
-
-
Daniel Gerhardt authored
Removed sessionKey from routes if it is not needed. Changed sessionKey from PathVariable to RequestParam if still needed. /session/{sessionKey}/question/* => /question/byaudience/* Added redirections for legacy routes to LegacyController.
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
This allows expecting those exceptions in test classes.
-
- Feb 05, 2013
-
-
Daniel Gerhardt authored
Removed sessionKey from routes if it is not needed. Changed sessionKey from PathVariable to RequestParam if still needed. /session/{sessionKey}/question/* => /question/bylecturer/*
-
Daniel Gerhardt authored
QuestionByLecturerController.
-