- Nov 07, 2016
-
-
Daniel Gerhardt authored
-
- Oct 11, 2016
-
-
Tom Käsler authored
-
- Oct 07, 2016
-
-
Andreas Gärtner authored
-
- Oct 06, 2016
-
-
Andreas Gärtner authored
-
- Sep 29, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
- May 17, 2016
-
-
Tom Käsler authored
-
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
implement: via two booleans you can now decide whether AnswerStatistics and FeedbackQuestions shall be exported, too
-
Tom Käsler authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Dec 08, 2015
-
-
Andreas Gärtner authored
-
- Sep 10, 2015
-
-
Christoph Thelen authored
-
- Aug 06, 2015
-
-
Andreas Gärtner authored
-
- Jun 10, 2015
-
-
Katharina Staden authored
refactored handling of logo during the saving of a new session and the update of an existing session out into a new method handleLogo
-
- Jun 08, 2015
-
-
Katharina Staden authored
Retrieved @Cacheable and changed updateSession method in SessionService, now getting the session by keyword and set all fields that may have changed to a new value
-
- Jun 03, 2015
-
-
Daniel Gerhardt authored
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- May 25, 2015
-
-
Daniel Gerhardt authored
-
- Apr 18, 2015
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Apr 16, 2015
-
-
Christoph Thelen authored
-
- Apr 13, 2015
-
-
Christoph Thelen authored
-
- Mar 23, 2015
-
-
Christoph Thelen authored
-
- Mar 19, 2015
-
-
Jan Sladek authored
-
- Feb 25, 2015
-
-
Christoph Thelen authored
-
- Feb 19, 2015
-
-
Christoph Thelen authored
This also fixes a test error.
-
Daniel Gerhardt authored
-
Christoph Thelen authored
-
- Feb 12, 2015
-
-
Christoph Thelen authored
getSession throws an HTTP exception, which is not good style. Additionally, as it calls getSessionFromKeyword internally -- which has a caching annotation -- this caching mechanism will not work because it only works if the method is called from another object. This is due to the way Spring is using proxies to intercept the calls.
-
Christoph Thelen authored
Events for all learning progress related actions are generated, like answering a new question. The event classes are used as a tag to evict the cache based on the session.
-
- Feb 11, 2015
-
-
Christoph Thelen authored
-