- 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
-
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Daniel Gerhardt 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.
-
- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
- May 24, 2014
-
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- 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 12, 2013
-
-
Paul-Christian Volkmer authored
This allows expecting those exceptions in test classes.
-
- Nov 03, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This change is needed due to client developer restriction not to round returned value on client side but on server side, because this would change sth.
-
Paul-Christian Volkmer authored
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- Oct 24, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
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
All feedback methods are available in class FeedbackController, all question methods are available in class QuestionController. None of the URIs are changed! Added second URI for method QuestionController::getSkillQuestions that matches common URI rules in ARSnova: "/session/{sessionkey}/skillquestions" Both, the old an the new URI can be used equally.
-