Lukas Reschke
|
6f785e211b
|
Merge pull request #1030 from hkjolhede/master
SFTP support in files_external app
|
2013-02-10 05:06:00 -08:00 |
Bart Visscher
|
60411f7d3d
|
Remove unneeded __destruct call in OC\Files\Storage\Temporary
|
2013-02-09 16:18:30 +01:00 |
Henrik Kjölhede
|
d6b4d25d1d
|
Merge branch 'master' of https://github.com/hkjolhede/owncloud_core
|
2013-02-09 14:13:54 +01:00 |
Henrik Kjölhede
|
41fa65e7be
|
Merge branch 'master' of https://github.com/owncloud/core
Conflicts:
apps/files_external/appinfo/app.php
|
2013-02-09 14:05:33 +01:00 |
Thomas Mueller
|
fd8cb9974b
|
initial version of a local storage implementation which will use unique slugified filename on the local filesystem.
This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows.
|
2013-02-06 23:41:52 +01:00 |
Thomas Mueller
|
9446017821
|
spell check
|
2013-02-05 16:24:40 +01:00 |
Thomas Mueller
|
1fd807a7d6
|
pass the argument to the ctor
Conflicts:
lib/files/storage/temporary.php
|
2013-02-05 16:24:11 +01:00 |
Thomas Mueller
|
02e6adfdb3
|
fixing namespace
|
2013-02-04 20:49:01 +01:00 |
Robin Appelman
|
f858381775
|
merge master into filesystem
|
2013-01-22 23:27:04 +01:00 |
Michael Gapczynski
|
8a63bcc1e8
|
Don't use more entropy for etags
|
2013-01-11 20:56:36 -05:00 |
Robin Appelman
|
e8d08d4930
|
merge master into filesystem
|
2013-01-07 00:16:10 +01:00 |
Robin Appelman
|
04f83e3b53
|
Cache: optional path argument for getCache/Scanner/etc
|
2013-01-01 20:20:20 +01:00 |
Robin Appelman
|
b41189de44
|
Cache: allow storage backends to overwrite Watcher
|
2013-01-01 18:04:29 +01:00 |
Michael Gapczynski
|
b4515d874e
|
Only folders have Create permission
|
2012-12-26 15:36:50 -05:00 |
Robin Appelman
|
d3e37fa157
|
remove fileatime from common storage backend
|
2012-11-24 22:55:26 +01:00 |
Robin Appelman
|
810563ae8a
|
don't redefine inherited functions as abstract
|
2012-11-22 12:45:29 +01:00 |
Robin Appelman
|
cbcd9ba84a
|
allow storage backends to implement custom permission management
|
2012-11-15 00:57:30 +01:00 |
Robin Appelman
|
706bb3ccd6
|
move ETag generation to storage backends
|
2012-11-08 17:48:26 +01:00 |
Robin Appelman
|
961ff01a93
|
merge master into filesystem
|
2012-11-07 17:18:56 +01:00 |
Robin Appelman
|
4b940955dd
|
merge master into filesystem
|
2012-11-04 21:12:18 +01:00 |
Robin Appelman
|
7bc49d2a57
|
merge master into filesystem
|
2012-10-25 18:26:08 +02:00 |
Robin Appelman
|
7424f3aef6
|
merge master into filesystem
|
2012-10-23 16:16:46 +02:00 |
Robin Appelman
|
2522c25af7
|
use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
most apps would want to use this api instead of using the cache directly
|
2012-10-21 02:12:58 +02:00 |
Robin Appelman
|
3ff0772a05
|
add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour
|
2012-10-21 00:31:32 +02:00 |
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
Robin Appelman
|
96d7cd5997
|
correct namespace usage in common filestorage backend
|
2012-10-03 11:24:10 +02:00 |
Robin Appelman
|
46896be0d4
|
fix namespace error in temporary storage backend
|
2012-09-22 15:03:17 +02:00 |
Robin Appelman
|
93292516d9
|
Merge branch 'master' into filesystem
|
2012-09-22 14:28:14 +02:00 |
Robin Appelman
|
c94fe38d39
|
add getPermissions to storage backends to get all permission flags in one go
|
2012-09-12 23:25:57 +02:00 |
Robin Appelman
|
e8d3a47685
|
add getId to storage backends
|
2012-09-12 22:50:10 +02:00 |
Robin Appelman
|
bd83422095
|
put filestorages in a namespace
|
2012-09-07 18:30:48 +02:00 |