summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/home.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Return the proper owner for home storagesRobin Appelman2014-07-211-0/+10
|
* add a explicit interface for the home storageBjoern Schiessle2014-07-011-1/+1
|
* Fix storage being passed to cache/watcher and scanner when using storage ↵Robin Appelman2014-06-141-2/+5
| | | | wrappers
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
| | | | * test case added to avoid adding them later
* Now using the "Home" storage detection approach for quotaVincent Petry2013-11-211-0/+17
| | | | | To find out whether to apply a quota, we now try and detect whether the storage to wrap is a "Home" storage.
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-121-1/+13
| | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage.
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-0/+7
|
* WIN: fixing Fatal error: Call to a member function logicToPhysical() on a ↵Thomas Mueller2013-11-021-4/+3
| | | | non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311
* add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+31