summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Helper.php
Commit message (Expand)AuthorAgeFilesLines
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-10-271-4/+4
* Fix quota type to intCarl Schwan2022-09-121-1/+1
* Fix quota type to intCarl Schwan2022-09-121-2/+2
* don't unjail the path when getting the storage infoRobin Appelman2022-05-121-4/+1
* use and cache root storage info if a share can't be resolvedRobin Appelman2022-04-221-2/+14
* cache storage info in memcache for 5mRobin Appelman2022-04-221-1/+18
* dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+2
* Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine2022-02-031-1/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* fix return value of getStorageInfo when 'quota_include_external_storage' is e...Robin Appelman2021-05-201-6/+15
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-3/+3
|\
| * Unify links to php.netJ0WI2020-09-171-3/+3
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* | Set up FS before querying storage info in settingsVincent Petry2020-11-131-0/+3
* | Only use index of mount point when it is thereJoas Schilling2020-10-211-1/+5
* | add mount point to quota warning messageRobin Appelman2020-10-041-1/+3
|/
* show better quota warning for group folders and external storageRobin Appelman2020-08-251-1/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-3/+4
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+0
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+601