- Mar 28, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Code cleanup See merge request !48
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 27, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Additionally, removed unused empty constructor
-
Daniel Gerhardt authored
Additionally, made first use of it in CouchDBDao.
-
Daniel Gerhardt authored
Additionally, remove unused loggers.
-
Daniel Gerhardt authored
Bump Java source and target versions to 1.8 See merge request !47
-
Daniel Gerhardt authored
SessionServiceTest.testShouldDeleteAllSessionData fails when run on JDK 8.
-
Daniel Gerhardt authored
This will allow us to use type annotations, lambdas, etc. Documentation already states Java 8+ as a requirement.
-
- Mar 14, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 06, 2017
-
-
Daniel Gerhardt authored
-
This fixes WebSocket communication for course sessions. (dg) Refs GH-40.
-
- Feb 28, 2017
-
-
Daniel Gerhardt authored
Changed `security.facebook.enabled-roles` to `security.facebook.allowed-roles`.
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
Clean up code See merge request !46
-
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
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 13, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 10, 2017
-
-
Daniel Gerhardt authored
Split up and rewrite documentation See merge request !44
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 07, 2017
-
-
Daniel Gerhardt authored
Remove context.xml Servlet Container config See merge request !45
-
Daniel Gerhardt authored
The README file has been split up into separate files for installation and development. A new documentation for the upgrade process has been added. The following changes have been made regarding content: * Removed outdated Vagrant section * Replaced unnecessary session persistance section * Use simple HTTP proxy module instead of AJP for Apache httpd * Nginx as alternative for Apache httpd * Use Websocket proxy which makes HTTPS configuration on the Java side obsolete * Additional configuration steps for server software * Added requirements section * Added upgrading instructions
-
Daniel Gerhardt authored
The context.xml currently is only used to setup Tomcat's Manager component. A file path for session persistence is set. This configuration is unnecessary and complicatetes the setup since Tomcat persists sessions by default without any additional configuration according to https://tomcat.apache.org/tomcat-6.0-doc/config/manager.html.
-