- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
The new NoContentException should indicate, that there is no error, but the server could not provide a response object. This will result in HTTP Code 204 - NO CONTENT => see RFC2616 Fixed two NullPointerExceptions wich might occure in QuestionService or by using CouchDBDao from QuestionService.
-
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
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This change is needed due tu websocket security issues.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Method SessionService::broadcastFeedbackChanges is obsolete since this method is used in FeedbackService. FeedbackService::broadcastFeedbackChanges must not be annotated with "@Authenticated" since authentication is not implemented for web sockets.
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Added menu for "Documentation" containing a list of dependencies, a small indroduction how to install ARSnova for development usage and a link to generated API docs.
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- Oct 24, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
cthelen recently
-
Julian Hochstetter authored
remove methods from session controller which are now in its own controller
-
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.
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This adds URI "/session/mysessions" in addition to the old URI which still can be used.
-
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.
-
Christoph Thelen authored
Currently, there is an issue with the response. It seems like Spring is trying to resolve some view, but fails, and then displaying a message stating POST is not allowed.
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Oct 23, 2012
-
-
Christoph Thelen authored
-
- Oct 18, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
If some kinds of feedback values do not exist do not throw the exception NotFoundException. This only indicates, that these values should be '0' which is the default value. NotFoundException should only be thrown if the requested session of feedback does not exist. Every session has a feedback - sometimes with only 0 values.
-