Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 27, 2017
  3. Mar 06, 2017
  4. Feb 28, 2017
  5. Feb 14, 2017
  6. Feb 13, 2017
  7. Feb 10, 2017
  8. 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
  9. Feb 06, 2017
  10. 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
  11. Jan 24, 2017
  12. Jan 10, 2017
  13. Jan 02, 2017
  14. Dec 21, 2016
  15. Dec 20, 2016