aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/local.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-310/+0
* rename constantsRobin Appelman2013-07-251-1/+1
* Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
* Code styleRobin Appelman2013-04-261-206/+231
* Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
* fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
* Return unknown freespace if the free_space call failedRobin Appelman2013-03-141-1/+5
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-3/+3
* Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-121-1/+3
|\
| * make MappedLocal available and testable within Linux as wellThomas Müller2013-02-091-1/+3
* | adding ctor to Local and revert call to it within TemporaryThomas Müller2013-02-091-0/+2
|/
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-0/+5
* fixing namespaceThomas Mueller2013-02-041-2/+2
* merge master into filesystemRobin Appelman2013-01-221-1/+1
* merge master into filesystemRobin Appelman2013-01-071-2/+41
* merge master into filesystemRobin Appelman2012-11-071-17/+17
* merge master into filesystemRobin Appelman2012-10-251-2/+2
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-3/+0
* Merge branch 'master' into filesystemRobin Appelman2012-09-221-1/+1
* add getId to storage backendsRobin Appelman2012-09-121-0/+3
* put filestorages in a namespaceRobin Appelman2012-09-071-0/+208