summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper/Quota.php
Commit message (Expand)AuthorAgeFilesLines
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-071-2/+3
* Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-011-2/+2
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-011-7/+9
* Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
* Switch logical operators (and|or)Git'Fellow2022-09-121-18/+12
* get quota for user only when neededRobin Appelman2022-09-011-20/+51
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2020-12-301-0/+3
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-3/+3
* 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
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
|/ /
* / Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
|/
* Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
* Update license headersChristoph Wurst2019-12-051-1/+3
* Check for free space on touchJulius Härtl2019-05-281-0/+10
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* Merge pull request #9372 from nextcloud/bugfix/4577Morris Jobke2018-05-071-0/+8
|\
| * Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+8
* | Cache is not part of the quotaRoeland Jago Douma2018-05-021-7/+7
|/
* Update license headersMorris Jobke2017-11-061-0/+1
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+5
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+200