summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/rawlist.php
Commit message (Collapse)AuthorAgeFilesLines
* 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