aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed trashbin to use correct classVincent Petry2014-05-151-1/+1
* Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-3/+7
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-57/+26
* Improve sorting performance of large lists of filesRobin Appelman2014-03-191-2/+6
* fix mimetype detection, introduce fake etag to identify preview imagesBjoern Schiessle2014-03-101-1/+2
* only enable previews if the encryption is disabledBjoern Schiessle2014-03-101-1/+5
* if file is not in db, fall back to restore file to the users rootBjoern Schiessle2014-03-101-24/+31
* make it possible to select foldersBjoern Schiessle2013-12-021-0/+2
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-3/+3
|\
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-2/+2
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-3/+3
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
|/
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+97