Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-13Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke
2013-02-11fixing mappedlocal storage to work on non-windows as wellThomas Mueller
2013-02-11Merge pull request #1573 from owncloud/fixing-ctor-local-storage-masterBernhard Posselt
2013-02-11Merge branch 'master' into mapped-storage-unit-testing-linux-masterThomas Mueller
2013-02-09make MappedLocal available and testable within Linux as wellThomas Müller
2013-02-09adding ctor to Local and revert call to it within TemporaryThomas Müller
2013-02-09Remove unneeded __destruct call in OC\Files\Storage\TemporaryBart Visscher
2013-02-10Merge pull request #1030 from hkjolhede/masterLukas Reschke
2013-02-09Merge branch 'master' of https://github.com/hkjolhede/owncloud_coreHenrik Kjölhede
2013-02-09Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede
2013-02-07initial version of a local storage implementation which will use unique slugi...Thomas Mueller
2013-02-05spell checkThomas Mueller
2013-02-05pass the argument to the ctorThomas Mueller
2013-02-04fixing namespaceThomas Mueller
2013-01-23merge master into filesystemRobin Appelman
2013-01-12Don't use more entropy for etagsMichael Gapczynski
2013-01-07merge master into filesystemRobin Appelman
2013-01-01Cache: optional path argument for getCache/Scanner/etcRobin Appelman
2013-01-01Cache: allow storage backends to overwrite WatcherRobin Appelman
2012-12-27Only folders have Create permissionMichael Gapczynski
2012-11-25remove fileatime from common storage backendRobin Appelman
2012-11-22don't redefine inherited functions as abstractRobin Appelman
2012-11-15allow storage backends to implement custom permission managementRobin Appelman
2012-11-08move ETag generation to storage backendsRobin Appelman
2012-11-07merge master into filesystemRobin Appelman
2012-11-05merge master into filesystemRobin Appelman
2012-10-25merge master into filesystemRobin Appelman
2012-10-23merge master into filesystemRobin Appelman
2012-10-21use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman
2012-10-21add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman
2012-10-21drop filectime from the filesystem api'sRobin Appelman
2012-10-03correct namespace usage in common filestorage backendRobin Appelman
2012-09-22fix namespace error in temporary storage backendRobin Appelman
2012-09-22Merge branch 'master' into filesystemRobin Appelman
2012-09-13add getPermissions to storage backends to get all permission flags in one goRobin Appelman
2012-09-13add getId to storage backendsRobin Appelman
2012-09-07put filestorages in a namespaceRobin Appelman