aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/filechunking.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Changed labels of chunk TTL to mention chunksVincent Petry2016-05-241-1/+1
|
* Move cache chunk TTL value to FileChunking classVincent Petry2016-05-241-1/+9
| | | | This makes it less generic and only used for actual file chunking
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+175
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.