- Oct 25, 2012
-
-
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
-
- 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.
-
- Oct 17, 2012
-
-
Julian Hochstetter authored
questions object
-
-
Paul-Christian Volkmer authored
-
Christoph Thelen authored
-
Christoph Thelen authored
The properties are needed by the client and must not be ignored.
-