- Apr 11, 2016
-
-
Daniel Gerhardt authored
-
- Apr 07, 2016
-
-
Tom Käsler authored
(https://github.com/thm-projects/arsnova-backend/wiki/Caching ^-- see List of cache entries and associated keys)
-
Tom Käsler authored
-
- Apr 04, 2016
-
-
Paul-Christian Volkmer authored
In some cases the Socket.IO servers used in test cases are not closed when starting a new test. In this cases the tests will fail with an address conflict because an other Socket.IO server is still running. Using a new port, starting with previous defined port 1234 up to 1243 will assign every new created Socket.IO server an other address/port. An address conflict will still occure if an other service is running on ports from 1234 to 1243, so it is generally a bad idea to have tests in the hope that no side effects will occure from outside of application scope.
-
- Mar 17, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
- Mar 15, 2016
-
-
Tom Käsler authored
-
- Mar 11, 2016
-
-
Andreas Gärtner authored
-
- Mar 09, 2016
-
-
Andreas Gärtner authored
-
- Mar 08, 2016
-
-
Andreas Gärtner authored
-
- Mar 06, 2016
-
-
Andreas Gärtner authored
-
- Feb 22, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Feb 21, 2016
-
-
Tom Käsler authored
-
- Feb 19, 2016
-
-
Tom Käsler authored
Conflicts: src/main/java/de/thm/arsnova/controller/LecturerQuestionController.java
-
Tom Käsler authored
-
Tom Käsler authored
fix bug where abstention questions are not exported
-
Tom Käsler authored
fix bug where not all attributes from grid questions are exported
-
Tom Käsler authored
-
Tom Käsler authored
implement: via two booleans you can now decide whether AnswerStatistics and FeedbackQuestions shall be exported, too
-
Tom Käsler authored
-
Tom Käsler authored
add empty test methods
-
Tom Käsler authored
add constructors to transport classes to parse "main"class
-
Tom Käsler authored
-
- Feb 18, 2016
-
-
Andreas Gärtner authored
-
- Feb 17, 2016
-
-
Andreas Gärtner authored
-
- Feb 06, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This fixes a potential NPE and should slightly improve performance.
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
- Feb 02, 2016
-
-
Daniel Gerhardt authored
See also: 003b064b
-
Daniel Gerhardt authored
Also added documentation for the property.
-
- Jan 19, 2016
-
-
Tom Käsler authored
- add controller/service/entity/dao-functions - add motdlist so that users can tell the backend, which motds they have read - add admin account (in arsnova.properties: security.adminaccount). - add permission function for admin
-
- Jan 12, 2016
-
-
Daniel Gerhardt authored
Version information is now compiled as part of a build and written to version.properties. It is exposed by the API.
-