summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/rawlist.php
Commit message (Collapse)AuthorAgeFilesLines
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-31/+28
|\ | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * Merge pull request #7651 from owncloud/close-session-faster-masterThomas Müller2014-03-201-0/+1
| |\ | | | | | | Close session faster
| | * close the session on all file operationsThomas Müller2014-03-101-0/+1
| | |
| * | Improve sorting performance of large lists of filesRobin Appelman2014-03-191-3/+2
| |/
| * Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-31/+28
| |
* | remove superfluous $RUNTIME_APPTYPESThomas Müller2014-02-061-3/+0
|/
* Remove require in rawlist.phpkondou2013-10-021-4/+0
| | | | Thanks @tanghus for pointing out the unneccessity of it.
* Fix require in apps/files/ajax/rawlist.phpkondou2013-10-021-1/+1
|
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-3/+3
|\ | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-3/+3
| |
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-3/+3
| | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-3/+3
|/
* Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-11/+9
|
* Clean up rawlist.php and fix non-array requestkondou2013-09-121-20/+30
|
* Split some lines, use ===, avoid unnecessary operationkondou2013-09-111-5/+7
|
* Use usort() instead of uasort() to not maintain keyskondou2013-09-061-1/+1
|
* Sort files by name, not by mimetypekondou2013-09-051-0/+9
|
* Only use mimetype_list and clean up a bitkondou2013-09-051-9/+10
|
* Make it possible to pass rawlist.php an JSON array, to filter by more than ↵kondou2013-09-051-5/+17
| | | | one mimetype
* Various cleanups in OC.dialogsThomas Tanghus2013-05-171-0/+8
|
* move some stuff to the new apiRobin Appelman2012-10-261-1/+1
|
* Whitespace fixes in appsBart Visscher2012-08-291-1/+1
|
* apply coding styleThomas Mueller2012-08-291-3/+3
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* oc-627, calling base function instead of loading too much useless functionsBartek Przybylski2012-05-121-1/+1
|
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* ported oc_jsonFrank Karlitschek2012-05-031-2/+2
|
* some more portingFrank Karlitschek2012-05-011-1/+1
|
* Various file path fixes.Thomas Tanghus2012-04-301-1/+1
|
* move files to app folderGeorg Ehrke2012-04-181-0/+26