Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -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-master | Thomas Müller | 2014-03-21 | 1 | -31/+28 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | Merge pull request #7651 from owncloud/close-session-faster-master | Thomas Müller | 2014-03-20 | 1 | -0/+1 |
| |\ | | | | | | | Close session faster | ||||
| | * | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -0/+1 |
| | | | |||||
| * | | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -3/+2 |
| |/ | |||||
| * | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 1 | -31/+28 |
| | | |||||
* | | remove superfluous $RUNTIME_APPTYPES | Thomas Müller | 2014-02-06 | 1 | -3/+0 |
|/ | |||||
* | 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 |