Skip to content
Snippets Groups Projects
Select Git revision
  • f94b30060272eee8e3b092661be6f5e2dc61b209
  • master default protected
2 results

.gitignore

Blame
    • Morris Jobke's avatar
      7c1b9aed
      Setup a docker container that holds a webdav instance to test files_external · 7c1b9aed
      Morris Jobke authored
      document docker parameter and use random host port
      fix typo
      copy autotest.sh to autotest-external.sh
      adds ability to add start* and stop* scripts in env in external tests
      run files_external WebDAV tests against ownCloud instance
      introduce executor number to be able to shut down the correct docker container
      fetch docker images in advance - this also fetches latest versions of the docker images
      add second argument to autotest-external.sh which can specify a single test to run
      print out the explicit test run
      change naming schema of files_external setup scripts
      7c1b9aed
      History
      Setup a docker container that holds a webdav instance to test files_external
      Morris Jobke authored
      document docker parameter and use random host port
      fix typo
      copy autotest.sh to autotest-external.sh
      adds ability to add start* and stop* scripts in env in external tests
      run files_external WebDAV tests against ownCloud instance
      introduce executor number to be able to shut down the correct docker container
      fetch docker images in advance - this also fetches latest versions of the docker images
      add second argument to autotest-external.sh which can specify a single test to run
      print out the explicit test run
      change naming schema of files_external setup scripts
    .htaccess 540 B
    ErrorDocument 403 /core/templates/403.php
    ErrorDocument 404 /core/templates/404.php
    <IfModule mod_php5.c>
    php_value upload_max_filesize 512M
    php_value post_max_size 512M
    php_value memory_limit 512M
    <IfModule env_module>
      SetEnv htaccessWorking true
    </IfModule>
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
    RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]
    RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]
    </IfModule>
    Options -Indexes