aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/filechunking.php
Commit message (Collapse)AuthorAgeFilesLines
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-185/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* 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.