Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove require in rawlist.php | kondou | 2013-10-02 | 1 | -4/+0 |
| | | | | Thanks @tanghus for pointing out the unneccessity of it. | ||||
* | Fix require in apps/files/ajax/rawlist.php | kondou | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | |||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -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\Preview | Thomas Müller | 2013-09-17 | 1 | -3/+3 |
|/ | |||||
* | Use external and shared icons in OC.Dialogs.filepicker() | kondou | 2013-09-14 | 1 | -11/+9 |
| | |||||
* | Clean up rawlist.php and fix non-array request | kondou | 2013-09-12 | 1 | -20/+30 |
| | |||||
* | Split some lines, use ===, avoid unnecessary operation | kondou | 2013-09-11 | 1 | -5/+7 |
| | |||||
* | Use usort() instead of uasort() to not maintain keys | kondou | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Sort files by name, not by mimetype | kondou | 2013-09-05 | 1 | -0/+9 |
| | |||||
* | Only use mimetype_list and clean up a bit | kondou | 2013-09-05 | 1 | -9/+10 |
| | |||||
* | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵ | kondou | 2013-09-05 | 1 | -5/+17 |
| | | | | one mimetype | ||||
* | Various cleanups in OC.dialogs | Thomas Tanghus | 2013-05-17 | 1 | -0/+8 |
| | |||||
* | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | oc-627, calling base function instead of loading too much useless functions | Bartek Przybylski | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Various file path fixes. | Thomas Tanghus | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+26 |