summaryrefslogtreecommitdiffstats
path: root/apps/files_archive/lib
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-261-174/+0
* Merge branch 'share_api'Michael Gapczynski2012-08-191-2/+2
|\
| * Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
* | improve hasUpdated for archive storage backendRobin Appelman2012-08-191-0/+8
* | don't report ctime in the archive storage backend since it isn't reliableRobin Appelman2012-08-191-1/+1
* | small fix for normalizing paths in archivesRobin Appelman2012-08-191-1/+1
* | ensure proper result format when using opendir on the archive storage backendRobin Appelman2012-08-191-2/+9
* | better file_get_contents, file_put_contents and toTmpFile for archive storage...Robin Appelman2012-08-191-0/+13
* | 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
|/
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
* improve tar archive backendRobin Appelman2012-05-181-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* move archive library to core so we can properly depend on itRobin Appelman2012-05-023-592/+0
* move all the files stuff into a files classFrank Karlitschek2012-05-023-8/+8
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-023-8/+8
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
* enble browsing tar files in the web interfaceRobin Appelman2012-03-281-1/+1
* stricter tests for archive backends and make sure we make the testsRobin Appelman2012-03-284-20/+48
* add tar backend for OC_ArchiveRobin Appelman2012-03-281-0/+271
* add extract all option to OC_ArchiveRobin Appelman2012-03-282-0/+16
* allow transparent opening of zip files from the web interfaceRobin Appelman2012-03-031-5/+45
* add archive library and a storage provider on top of the archive libraryRobin Appelman2012-03-033-0/+383