]> source.dussan.org Git - nextcloud-server.git/commit
Files app navigation can now switch
authorVincent Petry <pvince81@owncloud.com>
Thu, 8 May 2014 17:00:42 +0000 (19:00 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 15 May 2014 15:51:04 +0000 (17:51 +0200)
commitfb10bf4048aaf5b2a9665fc9dff217c790efe005
tree9d65596c49ecb78d828c8b2fc661f46424c2965d
parent88ebb15f1d91b82022e02903ab73338065e223b9
Files app navigation can now switch

- 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)
.jshintrc
apps/files/index.php
apps/files/js/app.js [new file with mode: 0644]
apps/files/js/navigation.js [new file with mode: 0644]
apps/files/templates/appnavigation.php
apps/files/templates/index.php
apps/files_trashbin/appinfo/app.php
apps/files_trashbin/index.php
core/js/js.js