- Oct 25, 2012
-
-
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.
-
-
Paul-Christian Volkmer authored
-
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
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
Conflicts: src/main/java/de/thm/arsnova/controller/SessionController.java src/main/java/de/thm/arsnova/dao/CouchDBDao.java src/main/java/de/thm/arsnova/dao/IDatabaseDao.java src/main/java/de/thm/arsnova/services/ISessionService.java src/main/java/de/thm/arsnova/services/SessionService.java src/test/java/de/thm/arsnova/dao/StubDatabaseDao.java
-
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.
-
git://scm.thm.de/arsnova/arsnova-warJulian Hochstetter authored
Conflicts: src/main/java/de/thm/arsnova/controller/SessionController.java src/main/java/de/thm/arsnova/dao/CouchDBDao.java src/main/java/de/thm/arsnova/dao/IDatabaseDao.java src/main/java/de/thm/arsnova/services/ISessionService.java src/main/java/de/thm/arsnova/services/SessionService.java src/test/java/de/thm/arsnova/dao/StubDatabaseDao.java
-
Christoph Thelen authored
-
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
-