- 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
-
- Mar 02, 2016
-
-
Daniel Gerhardt authored
Refac export This reworks the session import/export to generate the json via backend for performance. See merge request !16
-
- 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 08, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 06, 2016
-
-
Daniel Gerhardt authored
Upgrading Netty-socketio makes ARSnova compatible to newer versions of the official socket.io client.
-
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
-
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.
-
- Feb 01, 2016
-
-
Daniel Gerhardt authored
-
- Jan 29, 2016
-
-
Daniel Gerhardt authored
-
- Jan 20, 2016
-
-
Daniel Gerhardt authored
MotD Feature: There are two types of MotD: AdminMessages SessionMessages Every Message has a title, text, start- and enddate. You can declare an admin account in the arsnova.properties (security.adminaccount = <adminusername>) and with this account you can create Messages for different audiences (different types are: all (shown on startpage), loggedIn, students, tutors) which will be shown in a messageBox. SessionMessages can be created for every session by the sessioncreator and is displayed, when you enter the session. When a user that is not logged in via Guest, he pushes a list to the backend with all the messagekeys he read and acknowledged, so that he isn't shown the same messages over and over again. In addition to that, the keys are also stored in the localStorage (e.g. for guest accounts). See merge request !15
-