aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+25
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+24
* Catch exception properlyLukas Reschke2015-02-041-7/+12
* Fix PHP doc and enforce typeLukas Reschke2015-01-131-3/+3
* Only populate tags in main file listVincent Petry2014-12-181-1/+0
* Added favorites feature to the files appVincent Petry2014-12-151-0/+25
* Merge remote-tracking branch 'upstream/master'brumsel2014-12-031-4/+7
|\
| * Add type hinting to functionsLukas Reschke2014-10-241-4/+7
* | Fix timestamp comparator return valuebrumsoel2014-10-081-1/+1
|/
* Fix file size comparator return valuebrumsoel2014-10-081-1/+1
* Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-1/+1
|\
| * Fixed file list sortingVincent Petry2014-08-111-1/+1
* | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+3
|/
* Use svg mimeicons for empty text filesRobin Appelman2014-07-301-2/+2
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+13
* Fix folder name for storage rootRobin Appelman2014-06-061-1/+1
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-12/+4
|\
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-13/+4
* | Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* | typos, indentation and remove of unused codeThomas Müller2014-04-281-6/+5
* | Added unit test in files app for sort function in helper classVincent Petry2014-04-281-6/+15
* | Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-3/+52
|/
* always allow to rename the share mount pointBjoern Schiessle2014-04-231-0/+3
* don't overwrite shared folder iconBjoern Schiessle2014-04-231-2/+1
* make max. text translatableVolkan Gezer2014-04-211-1/+1
* adding parentId to file info arrayThomas Müller2014-04-071-1/+2
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-43/+51
* Improve sorting performance of large lists of filesRobin Appelman2014-03-191-6/+9
* Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-191-3/+3
* Show svg mime icons when no preview is availableRobin Appelman2014-02-191-6/+8
* use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-22/+0
* merge master into storagestatistics-reuseRobin Appelman2014-02-051-0/+1
|\
| * Use $storageInfo['free']Pellaeon Lin2014-01-291-2/+1
| * Fix namespacePellaeon Lin2014-01-151-1/+1
| * Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-111-0/+2
* | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-4/+4
|/
* Fixed folder icon for home storageVincent Petry2013-11-061-1/+1
* Append file etag to preview URLsVincent Petry2013-10-281-1/+1
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-5/+5
|\
| * fix previews in shared foldersGeorg Ehrke2013-09-231-2/+2
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-3/+3
| * 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
|/
* 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
* 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 wi...Thomas Mueller2013-01-191-0/+20