-
- Downloads
Merge pull request #4501 from owncloud/ajaxfilelist
Ajax calls for "files" and "files_trashbin" apps
Showing
- apps/files/ajax/list.php 23 additions, 21 deletionsapps/files/ajax/list.php
- apps/files/css/files.css 22 additions, 0 deletionsapps/files/css/files.css
- apps/files/index.php 29 additions, 49 deletionsapps/files/index.php
- apps/files/js/fileactions.js 2 additions, 3 deletionsapps/files/js/fileactions.js
- apps/files/js/filelist.js 194 additions, 9 deletionsapps/files/js/filelist.js
- apps/files/js/files.js 103 additions, 81 deletionsapps/files/js/files.js
- apps/files/lib/helper.php 87 additions, 0 deletionsapps/files/lib/helper.php
- apps/files/templates/index.php 12 additions, 11 deletionsapps/files/templates/index.php
- apps/files/templates/part.list.php 3 additions, 1 deletionapps/files/templates/part.list.php
- apps/files_sharing/js/share.js 1 addition, 1 deletionapps/files_sharing/js/share.js
- apps/files_sharing/public.php 1 addition, 1 deletionapps/files_sharing/public.php
- apps/files_trashbin/ajax/list.php 51 additions, 0 deletionsapps/files_trashbin/ajax/list.php
- apps/files_trashbin/index.php 35 additions, 75 deletionsapps/files_trashbin/index.php
- apps/files_trashbin/js/filelist.js 24 additions, 0 deletionsapps/files_trashbin/js/filelist.js
- apps/files_trashbin/js/trash.js 13 additions, 1 deletionapps/files_trashbin/js/trash.js
- apps/files_trashbin/lib/helper.php 97 additions, 0 deletionsapps/files_trashbin/lib/helper.php
- apps/files_trashbin/templates/index.php 5 additions, 1 deletionapps/files_trashbin/templates/index.php
- apps/files_trashbin/templates/part.breadcrumb.php 2 additions, 2 deletionsapps/files_trashbin/templates/part.breadcrumb.php
- apps/files_trashbin/templates/part.list.php 1 addition, 2 deletionsapps/files_trashbin/templates/part.list.php
- core/js/js.js 32 additions, 0 deletionscore/js/js.js
Loading
Please register or sign in to comment