Skip to content
Snippets Groups Projects
  1. Jul 07, 2018
  2. Jan 20, 2018
  3. Jan 14, 2018
  4. Sep 11, 2017
  5. Jun 29, 2017
  6. May 08, 2017
  7. May 07, 2017
  8. Apr 11, 2017
    • Daniel Gerhardt's avatar
      Fix session import · c31cd727
      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.
      c31cd727
  9. Mar 28, 2017
  10. Mar 27, 2017
  11. Mar 06, 2017
  12. Feb 28, 2017
  13. Feb 14, 2017
  14. Feb 13, 2017
  15. Feb 10, 2017
  16. Feb 07, 2017
    • Daniel Gerhardt's avatar
      Split up and rewrite documentation · d59d07aa
      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
      d59d07aa
    • Daniel Gerhardt's avatar
      Remove context.xml Servlet Container config · 046dffe1
      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.
      046dffe1
  17. Feb 06, 2017
  18. Jan 26, 2017
    • Daniel Gerhardt's avatar
      Partition bulk deletes and add error handling · 45b07651
      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.
      45b07651
  19. Jan 24, 2017
  20. Jan 10, 2017