aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* External storage space is now not counted in total spaceVincent Petry2013-11-181-2/+4
| | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
* Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-141-3/+17
| | | | Now removing "/./" and trailing "/." from the paths when normalizing.
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-121-3/+11
| | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage.
* dont use the home storage for non-existing usersRobin Appelman2013-10-291-2/+2
|
* use the new home storage backend when no existing local storage backend ↵Robin Appelman2013-10-291-1/+7
| | | | exists for the user's home
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+770
Conflicts: lib/private/vcategories.php