summaryrefslogtreecommitdiffstats
path: root/apps/files_archive
Commit message (Collapse)AuthorAgeFilesLines
* removed readdir to fix bug oc-1054Sam Tuke2012-06-201-1/+0
|
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+1
| | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
|
* linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.Arthur Schiwon2012-05-311-2/+2
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* improve tar archive backendRobin Appelman2012-05-182-2/+16
|
* removing executable bit - againThomas Mueller2012-05-153-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-1/+1
|
* move archive library to core so we can properly depend on itRobin Appelman2012-05-027-779/+0
|
* move all the files stuff into a files classFrank Karlitschek2012-05-027-15/+15
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-027-15/+15
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
|
* test data for archivesRobin Appelman2012-04-173-0/+4
|
* enable archive support on defaultRobin Appelman2012-04-151-0/+1
|
* only run archive tests if the test data is availableRobin Appelman2012-04-152-14/+22
|
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-0/+3
|
* enble browsing tar files in the web interfaceRobin Appelman2012-03-282-1/+5
|
* stricter tests for archive backends and make sure we make the testsRobin Appelman2012-03-285-20/+73
|
* add tar backend for OC_ArchiveRobin Appelman2012-03-283-1/+293
| | | | also handles bz2/gz compression
* add extract all option to OC_ArchiveRobin Appelman2012-03-283-2/+29
|
* allow transparent opening of zip files from the web interfaceRobin Appelman2012-03-033-5/+64
|
* remove the archive after a testcase is doneRobin Appelman2012-03-031-2/+8
|
* add archive library and a storage provider on top of the archive libraryRobin Appelman2012-03-038-0/+543
only zip backend is implemented atm