Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -5/+5 | |
| | | ||||||
* | | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 2 | -2/+7 | |
|\ \ | |/ |/| | Mapped storage unit testing linux master | |||||
| * | fixing mappedlocal storage to work on non-windows as well | Thomas Mueller | 2013-02-11 | 1 | -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-master | Thomas Mueller | 2013-02-11 | 1 | -0/+23 | |
| |\ | ||||||
| * | | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 2 | -2/+4 | |
| | | | ||||||
* | | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-master | Bernhard Posselt | 2013-02-11 | 2 | -0/+3 | |
|\ \ \ | |_|/ |/| | | adding dtor to Local and revert call to it within Temporary | |||||
| * | | adding ctor to Local and revert call to it within Temporary | Thomas Müller | 2013-02-09 | 2 | -0/+3 | |
| |/ | ||||||
* | | Merge pull request #1030 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 1 | -0/+23 | |
|\ \ | |/ |/| | SFTP support in files_external app | |||||
| * | Merge branch 'master' of https://github.com/hkjolhede/owncloud_core | Henrik Kjölhede | 2013-02-09 | 1 | -2/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/owncloud/core | Henrik Kjölhede | 2013-02-09 | 1 | -0/+24 | |
| | | | | | | | | | | Conflicts: apps/files_external/appinfo/app.php | |||||
* | | Remove unneeded __destruct call in OC\Files\Storage\Temporary | Bart Visscher | 2013-02-09 | 1 | -1/+0 | |
|/ | ||||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 3 | -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 check | Thomas Mueller | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | pass the argument to the ctor | Thomas Mueller | 2013-02-05 | 1 | -1/+1 | |
| | | | | | Conflicts: lib/files/storage/temporary.php | |||||
* | fixing namespace | Thomas Mueller | 2013-02-04 | 1 | -2/+2 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | Don't use more entropy for etags | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -2/+41 | |
| | ||||||
* | Cache: optional path argument for getCache/Scanner/etc | Robin Appelman | 2013-01-01 | 2 | -11/+12 | |
| | ||||||
* | Cache: allow storage backends to overwrite Watcher | Robin Appelman | 2013-01-01 | 2 | -0/+12 | |
| | ||||||
* | Only folders have Create permission | Michael Gapczynski | 2012-12-26 | 1 | -1/+4 | |
| | ||||||
* | remove fileatime from common storage backend | Robin Appelman | 2012-11-24 | 1 | -4/+0 | |
| | ||||||
* | don't redefine inherited functions as abstract | Robin Appelman | 2012-11-22 | 1 | -13/+0 | |
| | ||||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 2 | -5/+14 | |
| | ||||||
* | move ETag generation to storage backends | Robin Appelman | 2012-11-08 | 2 | -0/+24 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -17/+17 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-11-04 | 1 | -3/+3 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-10-25 | 2 | -3/+3 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-10-23 | 2 | -19/+31 | |
| | ||||||
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵ | Robin Appelman | 2012-10-21 | 1 | -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 Appelman | 2012-10-21 | 2 | -72/+48 | |
| | | | | backends to overwride caching behaviour | |||||
* | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 3 | -8/+0 | |
| | ||||||
* | correct namespace usage in common filestorage backend | Robin Appelman | 2012-10-03 | 1 | -5/+5 | |
| | ||||||
* | fix namespace error in temporary storage backend | Robin Appelman | 2012-09-22 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-22 | 1 | -1/+1 | |
| | ||||||
* | add getPermissions to storage backends to get all permission flags in one go | Robin Appelman | 2012-09-12 | 2 | -0/+20 | |
| | ||||||
* | add getId to storage backends | Robin Appelman | 2012-09-12 | 4 | -0/+8 | |
| | ||||||
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 5 | -0/+635 | |