- Oct 16, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
/getSkillQuestions/{sessionkey}, by default sort by subject but if getSkillQuestions/{sessionkey}?sort=text the result will be sorted by subject and text
-
Julian Hochstetter authored
doesnt throw exceptions if fields are not set. remove info output
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
- Oct 09, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Sep 30, 2012
-
-
Paul-Christian Volkmer authored
It seems that Jetty provides "com.fasterxml.jackson.databind.JsonNode" in any way but Tomcat does not. So we have to include the package containing this class in our Maven configuration. We seriously have to check if ARSnova runs on our main target platform, not only our private developer platform! My be our developer platform should be the main target platform?
-
- Sep 28, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Christoph Thelen authored
-
- Sep 24, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 20, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 19, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
LoginControllerTest::testUser() is still included as comment. This test must be reenabled in near future. Finally the security implementation needs much more testing!
-
Paul-Christian Volkmer authored
Old tests are ignored because they allways fail with unknown reason. The new tests are very simple and there is a lot of work to be done to have a fully tested application.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This layer can be used to create a StubDAO for use with unit tests.
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
- Sep 18, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Sep 17, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
* @ResponseBody Annotation for JSON Response * Old ARSnova Servlet does nothing * New Spring Servlet loads Beans, Services, Security and SocketServer * One Property Loader which is used in XML Spring Configuration and with @Value Annotation
-
- Sep 14, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
With this configuration both - spring security setup - bean properties will be set to values defined in /etc/arsnova/arsnova.properties. Admins ARE REQUIERED to create production settings file by given example in /etc/arsnova.
-
Paul-Christian Volkmer authored
This MUST be done because local developer settings ARE different to the given example settings. Deployed settings MUST be prepared by build process to match production environment. DO NOT expect local example settings will match all production settings.
-
Julian Hochstetter authored
-
Julian Hochstetter authored
user gets back to the right arsnova
-
Julian Hochstetter authored
cleanup is now working as expected
-
Julian Hochstetter authored
-