summaryrefslogtreecommitdiffstats
path: root/lib/private/helper.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13854 from owncloud/avatar-existsVincent Petry2015-02-091-6/+1
|\
| * Add a better way to check if an avatar exists for the userRobin Appelman2015-02-031-6/+1
* | Updated the media type of some font typesOlivier Paroz2015-01-241-1/+2
|/
* Reuse the array key of mimetypesLukas Reschke2015-01-181-70/+71
* Memcache binary executable searchingRobin McCorkell2015-01-091-2/+8
* Add error handling to getstoragestats.phpRobin Appelman2015-01-061-0/+3
* Improve the bitmap and vector mime iconsOlivier Paroz2014-12-021-1/+4
* Merge pull request #12419 from owncloud/read-only-configThomas Müller2014-12-011-0/+8
|\
| * Allow read-only configurationLukas Reschke2014-11-251-0/+8
* | Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-3/+2
|/
* Deduplicate function by moving it to the OC_HelperJoas Schilling2014-11-201-0/+17
* Use the TempManager to handle temporary filesRobin Appelman2014-10-241-117/+4
* Load avatar in header via PHPkondou2014-10-231-0/+15
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-6/+11
* catch and log exception in OC_Helper::cleanTmp()Thomas Müller2014-09-261-3/+21
* fixing directory seperatorsClark Tomlinson2014-09-221-2/+2
* Match \OC_Helper::linkToPublic() to new links and fit unittestskondou2014-09-041-6/+6
* Merge pull request #10023 from owncloud/tmp-file-created-statusVincent Petry2014-08-251-2/+14
|\
| * Log unsuccessful temp file creation and return falseVictor Dubiniuk2014-07-301-2/+14
* | move to public namespaceMorris Jobke2014-08-191-2/+2
* | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-2/+2
* | APK mimetype icon to be a generic package icon.Normal Ra2014-08-121-0/+1
|/
* update PHPDoc $fileInfo is a SplFileInfoThomas Müller2014-06-231-1/+1
* dir itself has to be removed as wellThomas Müller2014-06-231-0/+1
* fix recursion on rmdirrThomas Müller2014-06-231-7/+11
* Add server<->server sharing backendRobin Appelman2014-06-141-1/+1
* Added hacky fix for long path cleanup routineVincent Petry2014-06-061-0/+2
* Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-1/+46
* Use ->instanceOfStorage() not instanceof for Storage instances.ringmaster2014-06-041-1/+1
* Make the recursive delete more robustRobin Appelman2014-05-231-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-23/+23
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-7/+7
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
* Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-111-1/+1
* Harden issubdirectory()Lukas Reschke2014-05-111-1/+13
* Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-071-5/+13
|\
| * Also fix linkToAbsoluteThomas Tanghus2014-04-161-3/+7
| * Fix linkToPublic. Refs #8218Thomas Tanghus2014-04-151-2/+6
* | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-0/+26
|\ \
| * | Fix setting the max-upload-size for really large values.Fabian Henze2014-04-031-0/+26
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
* | | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-0/+10
| |/ |/|
* | Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-3/+6
|/
* Sub-dir was prepended twiceThomas Tanghus2014-03-291-2/+1
* Merge pull request #7764 from owncloud/datadir-chmodicewind19912014-03-171-29/+0
|\
| * use a non-recursive chmod on the datadirRobin Appelman2014-03-171-29/+0
* | Correctly round bytes when converted from human readable formatVincent Petry2014-03-171-2/+2
|/
* Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-1/+10
* Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+1
* introduce new theme function to allow full creation of documentation links: b...Thomas Müller2014-02-251-1/+1