Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 25, 2017
  3. Apr 17, 2017
  4. 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
  5. Mar 28, 2017
  6. Mar 27, 2017
  7. Mar 06, 2017
  8. Feb 28, 2017
  9. Feb 14, 2017
  10. Feb 13, 2017
  11. Feb 10, 2017
  12. 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
  13. Feb 06, 2017
  14. 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
  15. Jan 24, 2017
  16. Jan 10, 2017