summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Helper.php
Commit message (Expand)AuthorAgeFilesLines
* better caching in storage stats calculationsRobin Appelman2023-09-071-7/+12
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-4/+4
* fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-0/+9
* Put back string in $includeMounts as it actually does somethingCôme Chilliet2023-02-071-1/+1
* Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-071-0/+3
* Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-13/+12
* Fix bigsize support on 32bits in OC_HelperCôme Chilliet2023-02-071-7/+4
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-1/+6
* Use display name cache on getStorageInfoJulius Härtl2022-12-161-3/+3
* Don't use quota cache through user managementVincent Petry2022-11-211-4/+8
* Fix quota type to intCarl Schwan2022-09-121-3/+3
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-36/+8
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-5/+5
* don't unjail the path when getting the storage infoRobin Appelman2022-05-111-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-211-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