nextcloud/apps/files_trashbin/ajax
Vincent Petry 1304b511e9 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
2013-09-13 19:59:14 +02:00
..
delete.php Use !== and === in files_trashbin-app 2013-07-10 02:34:00 +02:00
isEmpty.php added missing isEmpty ajax file 2013-07-30 12:48:41 +02:00
list.php Ajax calls for "files" and "files_trashbin" apps 2013-09-13 19:59:14 +02:00
preview.php outsource sharing and deleted files previews to apps 2013-08-19 13:24:07 +02:00
undelete.php Use !== and === in files_trashbin-app 2013-07-10 02:34:00 +02:00