aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_archive/lib/archive.php
Commit message (Collapse)AuthorAgeFilesLines
* move archive library to core so we can properly depend on itRobin Appelman2012-05-021-115/+0
|
* stricter tests for archive backends and make sure we make the testsRobin Appelman2012-03-281-0/+9
|
* add extract all option to OC_ArchiveRobin Appelman2012-03-281-0/+7
|
* add archive library and a storage provider on top of the archive libraryRobin Appelman2012-03-031-0/+99
only zip backend is implemented atm