aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/mappedlocal.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-365/+0
* more is_resource checks before readdirArthur Schiwon2013-09-051-8/+10
* additional readdir check in mappedlocalThomas Müller2013-08-221-1/+1
* make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-3/+6
* fix error in recursive searchThomas Mueller2013-02-151-3/+3
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-3/+3
* fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-111-0/+3
* make MappedLocal available and testable within Linux as wellThomas Müller2013-02-091-1/+1
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-0/+335