summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/helper.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
|/
* Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-0/+22
|
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+65
| | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* added determineIcon to \OCA\files\lib\HelperThomas Müller2013-09-121-0/+29
|
* storage information is path specificThomas Müller2013-08-271-1/+1
|
* introducing class OCA/files/lib/Helper with new function to build an array ↵Thomas Mueller2013-01-191-0/+20
with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call