Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 1 | -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 dirs | Vincent Petry | 2013-11-14 | 1 | -3/+17 |
| | | | | Now removing "/./" and trailing "/." from the paths when normalizing. | ||||
* | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 1 | -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 users | Robin Appelman | 2013-10-29 | 1 | -2/+2 |
| | |||||
* | use the new home storage backend when no existing local storage backend ↵ | Robin Appelman | 2013-10-29 | 1 | -1/+7 |
| | | | | exists for the user's home | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+770 |
Conflicts: lib/private/vcategories.php |