- Aug 07, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Implemented migration of settings.
-
- Aug 04, 2018
-
-
Daniel Gerhardt authored
Moved PI timer logic to its own service. The implementation for room owner changes has been removed for now.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Aug 28, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
* Moved classes from `de.thm.arsnova` root package. * New util package * Do not start interface names with `I`. Appended `Impl` to the implementing class instead. * Renamed learning progress classes to score and move them from `.domain` to a new `.services.score` package. * Do not capitalize acronyms in class names: * CASLogoutSuccessHandler -> CasLogoutSuccessHandler * SocketIO* -> Socketio* * Renamed `.socket` package to `.websocket`
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
* Remove unused code * Optimize imports (group 10+ and static imports) * Remove redundant variable assignments * Replace explicit type parameters with <> * Remove redundant catch blocks * Use varargs instead of explicit array instantiation * Weaken visibility of methods and fields * Simplify conditions * Do not use StringBuilder for simple concatenations * Fix code style * Remove invalid Javadoc
-
- Jan 10, 2017
-
-
Daniel Gerhardt authored
-
- Mar 08, 2016
-
-
Andreas Gärtner authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Dec 10, 2015
-
-
Andreas Gärtner authored
-
- Dec 08, 2015
-
-
Andreas Gärtner authored
Feedback reset will be disabled for liveClicker-sessions.
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Oct 29, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
-
- Feb 17, 2014
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Jun 19, 2013
-
-
Paul-Christian Volkmer authored
This should prevent concurrent ConcurrentModificationException after application lock on undeploy.
-
- Jun 17, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 13, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 11, 2013
-
-
Paul-Christian Volkmer authored
With this patch all feedbacks will be stored in memory without any interaction with CouchDB. Due to in memory storage, all feedbacks will be removed if server gets restartet. Depending on new requests, feedbacks will be deleted after some time.
-