- Jul 07, 2018
-
-
Daniel Gerhardt authored
libapr alone is not sufficiant. libtcnative is required for Tomcat.
-
- Jan 20, 2018
-
-
Daniel Gerhardt authored
-
- Jan 14, 2018
-
-
Daniel Gerhardt authored
Made links relative for GitHub compatibility.
-
- Sep 11, 2017
-
-
Daniel Gerhardt authored
-
- Jun 29, 2017
-
-
Daniel Gerhardt authored
-
- May 08, 2017
-
-
This should massively reduce the time needed for session creation. Additionally, the `Transactional` annotation has been removed because it did not have any effect in this case.
-
- May 07, 2017
-
-
Daniel Gerhardt authored
Log level for DB logging was overriden by the fallbacki value in some cases.
-
- Apr 11, 2017
-
-
Daniel Gerhardt authored
Readd an empty constructor for deserialization with Jackson. It was accidentally removed a part of a code clean up in commit 685695a6.
-
- Mar 28, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
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
SessionServiceTest.testShouldDeleteAllSessionData fails when run on JDK 8.
-
- Mar 06, 2017
-
-
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
* 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
-
- Feb 13, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 10, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 07, 2017
-
-
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.
-
- Feb 06, 2017
-
-
Klaus-Dieter Quibeldey-Cirkel authored
-
- Jan 26, 2017
-
-
Daniel Gerhardt authored
Bulk deletes run by periodic clean ups might fail when run for the first time or after and there are a lot of documents accumulated Lists of documents for deletion are now partitioned into sub lists with a maximum of 500 elements using Google Guava.
-
- Jan 24, 2017
-
-
Daniel Gerhardt authored
Stagemonitor and its dependencies are no longer included in builds. To enable Stagemonitor in production, the libraries must be provided by the host system. Additionally, the Java Servlet container needs to be setup to load these additional dependencies for the web app. For Tomcat 8 this is done by setting up a context config file in conf/Catalina/localhost/<context path>.xml with the following content: <Context> <Resources className="org.apache.catalina.webresources.StandardRoot"> <JarResources className="org.apache.catalina.webresources.DirResourceSet" base="<path to Stagemonitor JARs>" webAppMount="/WEB-INF/lib"> </JarResources> </Resources> </Context> See https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html for more configuration options.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jan 10, 2017
-
-
Daniel Gerhardt authored
-