aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-5/+5
| |
* | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-122-2/+7
|\ \ | |/ |/| Mapped storage unit testing linux master
| * fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-111-0/+3
| | | | | | | | this allows us to run unit tests on linux - necessary to enable easy regression testing
| * Merge branch 'master' into mapped-storage-unit-testing-linux-masterThomas Mueller2013-02-111-0/+23
| |\
| * | make MappedLocal available and testable within Linux as wellThomas Müller2013-02-092-2/+4
| | |
* | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-masterBernhard Posselt2013-02-112-0/+3
|\ \ \ | |_|/ |/| | adding dtor to Local and revert call to it within Temporary
| * | adding ctor to Local and revert call to it within TemporaryThomas Müller2013-02-092-0/+3
| |/
* | Merge pull request #1030 from hkjolhede/masterLukas Reschke2013-02-101-0/+23
|\ \ | |/ |/| SFTP support in files_external app
| * Merge branch 'master' of https://github.com/hkjolhede/owncloud_coreHenrik Kjölhede2013-02-091-2/+1
| |
| * Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede2013-02-091-0/+24
| | | | | | | | | | Conflicts: apps/files_external/appinfo/app.php
* | Remove unneeded __destruct call in OC\Files\Storage\TemporaryBart Visscher2013-02-091-1/+0
|/
* initial version of a local storage implementation which will use unique ↵Thomas Mueller2013-02-063-0/+341
| | | | | | 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.
* spell checkThomas Mueller2013-02-051-1/+1
|
* pass the argument to the ctorThomas Mueller2013-02-051-1/+1
| | | | | Conflicts: lib/files/storage/temporary.php
* fixing namespaceThomas Mueller2013-02-041-2/+2
|
* merge master into filesystemRobin Appelman2013-01-221-1/+1
|
* Don't use more entropy for etagsMichael Gapczynski2013-01-111-1/+1
|
* merge master into filesystemRobin Appelman2013-01-071-2/+41
|
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-012-11/+12
|
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-012-0/+12
|
* Only folders have Create permissionMichael Gapczynski2012-12-261-1/+4
|
* remove fileatime from common storage backendRobin Appelman2012-11-241-4/+0
|
* don't redefine inherited functions as abstractRobin Appelman2012-11-221-13/+0
|
* allow storage backends to implement custom permission managementRobin Appelman2012-11-152-5/+14
|
* move ETag generation to storage backendsRobin Appelman2012-11-082-0/+24
|
* merge master into filesystemRobin Appelman2012-11-071-17/+17
|
* merge master into filesystemRobin Appelman2012-11-041-3/+3
|
* merge master into filesystemRobin Appelman2012-10-252-3/+3
|
* merge master into filesystemRobin Appelman2012-10-232-19/+31
|
* use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵Robin Appelman2012-10-211-0/+7
| | | | | | api for the filecache most apps would want to use this api instead of using the cache directly
* add getCache and getScanner to storage api in order to allow storage ↵Robin Appelman2012-10-212-72/+48
| | | | backends to overwride caching behaviour
* drop filectime from the filesystem api'sRobin Appelman2012-10-203-8/+0
|
* correct namespace usage in common filestorage backendRobin Appelman2012-10-031-5/+5
|
* fix namespace error in temporary storage backendRobin Appelman2012-09-221-1/+1
|
* Merge branch 'master' into filesystemRobin Appelman2012-09-221-1/+1
|
* add getPermissions to storage backends to get all permission flags in one goRobin Appelman2012-09-122-0/+20
|
* add getId to storage backendsRobin Appelman2012-09-124-0/+8
|
* put filestorages in a namespaceRobin Appelman2012-09-075-0/+635