| Commit message (Expand) | Author | Age | Files | Lines |
* | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -1/+0 |
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+1 |
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -1/+1 |
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 1 | -2/+2 |
* | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
* | improve tar archive backend | Robin Appelman | 2012-05-18 | 2 | -2/+16 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 3 | -0/+0 |
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -1/+1 |
* | move archive library to core so we can properly depend on it | Robin Appelman | 2012-05-02 | 7 | -779/+0 |
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 7 | -15/+15 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 7 | -15/+15 |
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | test data for archives | Robin Appelman | 2012-04-17 | 3 | -0/+4 |
* | enable archive support on default | Robin Appelman | 2012-04-15 | 1 | -0/+1 |
* | only run archive tests if the test data is available | Robin Appelman | 2012-04-15 | 2 | -14/+22 |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+2 |
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -0/+3 |
* | enble browsing tar files in the web interface | Robin Appelman | 2012-03-28 | 2 | -1/+5 |
* | stricter tests for archive backends and make sure we make the tests | Robin Appelman | 2012-03-28 | 5 | -20/+73 |
* | add tar backend for OC_Archive | Robin Appelman | 2012-03-28 | 3 | -1/+293 |
* | add extract all option to OC_Archive | Robin Appelman | 2012-03-28 | 3 | -2/+29 |
* | allow transparent opening of zip files from the web interface | Robin Appelman | 2012-03-03 | 3 | -5/+64 |
* | remove the archive after a testcase is done | Robin Appelman | 2012-03-03 | 1 | -2/+8 |
* | add archive library and a storage provider on top of the archive library | Robin Appelman | 2012-03-03 | 8 | -0/+543 |