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

.jshintrc

Blame
    • Vincent Petry's avatar
      fb10bf40
      Files app navigation can now switch · fb10bf40
      Vincent Petry authored
      - added new OCA.Files namespace for files classes
      - the sidebar can now switch between views/containers
      - the trashbin renders in its own container but currently doesn't work
        due to overrides
      - added app.js as entry point for JS code (ideally all other files should
        only contain classes and not trigger anything)
      fb10bf40
      History
      Files app navigation can now switch
      Vincent Petry authored
      - added new OCA.Files namespace for files classes
      - the sidebar can now switch between views/containers
      - the trashbin renders in its own container but currently doesn't work
        due to overrides
      - added app.js as entry point for JS code (ideally all other files should
        only contain classes and not trigger anything)
    .htaccess 271 B
    ErrorDocument 404 /core/templates/404.php
    <IfModule mod_php5.c>
    php_value upload_max_filesize 512M
    php_value post_max_size 512M
    SetEnv htaccessWorking true
    </IfModule>
    RewriteEngine on
    RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
    Options -Indexes