Sam Tuke
|
c244daac89
|
removed readdir to fix bug oc-1054
|
2012-06-20 16:24:49 +01:00 |
Sam Tuke
|
28a72e0e3c
|
Fixed deleteAll function for deleting all old versions of files (expireAll)
Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
|
2012-06-19 19:42:40 +01:00 |
Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
Arthur Schiwon
|
3db28d7616
|
linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
|
2012-05-31 19:46:51 +02:00 |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
2012-05-18 16:06:57 +02:00 |
Robin Appelman
|
48505c5626
|
improve tar archive backend
|
2012-05-18 01:54:59 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Robin Appelman
|
6779f28af4
|
cache app types during install or update
|
2012-05-14 22:49:31 +02:00 |
Frank Karlitschek
|
9bcc5c11a8
|
porting the hooks and starting with the templates
|
2012-05-05 10:18:45 +02:00 |
Robin Appelman
|
e5ef3e1340
|
move archive library to core so we can properly depend on it
|
2012-05-02 23:48:23 +02:00 |
Frank Karlitschek
|
8c7f854671
|
move all the files stuff into a files class
|
2012-05-02 12:54:31 +02:00 |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
2012-05-02 00:20:45 +02:00 |
Frank Karlitschek
|
1a2bbd2ee4
|
ported addSyript and other small stuff
|
2012-05-01 20:03:41 +02:00 |
Frank Karlitschek
|
d0554bef06
|
finish porting of the LOG calls or the apps to the public api
|
2012-05-01 17:38:27 +02:00 |
Robin Appelman
|
4dabd0fb9c
|
test data for archives
|
2012-04-17 18:04:06 +02:00 |
Robin Appelman
|
cf3bb08dfb
|
enable archive support on default
|
2012-04-15 15:19:30 +02:00 |
Robin Appelman
|
9ee931e790
|
only run archive tests if the test data is available
|
2012-04-15 15:19:30 +02:00 |
Jan-Christoph Borchardt
|
7ddd043427
|
renamed extention to extension, also now only showing lowercase
|
2012-04-15 13:34:30 +02:00 |
Robin Appelman
|
926b2b78fe
|
keep version numbers in their own files for faster reading
|
2012-04-14 16:29:11 +02:00 |
Robin Appelman
|
523fdda399
|
add the option to only load apps of a specific type
|
2012-03-30 14:39:07 +02:00 |
Robin Appelman
|
72882beb0d
|
enble browsing tar files in the web interface
|
2012-03-28 23:53:51 +02:00 |
Robin Appelman
|
1b6fe4f65e
|
stricter tests for archive backends and make sure we make the tests
|
2012-03-28 23:47:44 +02:00 |
Robin Appelman
|
c26e003462
|
add tar backend for OC_Archive
also handles bz2/gz compression
|
2012-03-28 23:47:44 +02:00 |
Robin Appelman
|
e57de98bbe
|
add extract all option to OC_Archive
|
2012-03-28 23:47:44 +02:00 |
Robin Appelman
|
a5df3f8ea7
|
allow transparent opening of zip files from the web interface
|
2012-03-03 21:23:35 +01:00 |
Robin Appelman
|
23b64cd9ce
|
remove the archive after a testcase is done
|
2012-03-03 01:37:00 +01:00 |
Robin Appelman
|
042878a5a9
|
add archive library and a storage provider on top of the archive library
only zip backend is implemented atm
|
2012-03-03 00:57:52 +01:00 |