]> source.dussan.org Git - nextcloud-server.git/commit
Ajax calls for "files" and "files_trashbin" apps
authorVincent Petry <pvince81@owncloud.com>
Sat, 17 Aug 2013 11:07:18 +0000 (13:07 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 13 Sep 2013 17:59:14 +0000 (19:59 +0200)
commit1304b511e9533dee4cf1125e625568c8a74719a1
tree2430ff5abeeb0f378547e49cb4b311b41c035421
parentc149b57d3b4020c65d33966d5dc8395b8b821fc9
Ajax calls for "files" and "files_trashbin" apps

Frontend:
- The files app list now uses ajax calls to refresh the list.
- Added support the browser back button (history API).
- Added mask + spinner while loading file list

Backend:
- Added utility function in core JS for parsing query strings.
- Moved file list + breadcrumb template data code to helper
  functions
- Fixed some file paths in trashbin app to be similar to the files app
20 files changed:
apps/files/ajax/list.php
apps/files/css/files.css
apps/files/index.php
apps/files/js/fileactions.js
apps/files/js/filelist.js
apps/files/js/files.js
apps/files/lib/helper.php
apps/files/templates/index.php
apps/files/templates/part.list.php
apps/files_sharing/js/share.js
apps/files_sharing/public.php
apps/files_trashbin/ajax/list.php [new file with mode: 0644]
apps/files_trashbin/index.php
apps/files_trashbin/js/filelist.js [new file with mode: 0644]
apps/files_trashbin/js/trash.js
apps/files_trashbin/lib/helper.php [new file with mode: 0644]
apps/files_trashbin/templates/index.php
apps/files_trashbin/templates/part.breadcrumb.php
apps/files_trashbin/templates/part.list.php
core/js/js.js