summaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to cleanPath() absolute Windows pathsJoas Schilling2014-11-171-2/+11
* Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
* Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
* Added failing unit tests for mount config hooksVincent Petry2014-10-081-0/+5
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-021-2/+0
* move to public namespaceMorris Jobke2014-08-191-3/+0
* Use tabs for indentation.Stephan Peijnik2014-08-191-3/+3
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-3/+4
* change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-17/+21
* only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer2014-06-181-2/+2
* move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer2014-06-181-0/+8
* fix fallback config for default home storageJörn Friedrich Dreyer2014-06-181-4/+6
* allow configuring objectstore as home and root storageJörn Friedrich Dreyer2014-06-181-4/+13
* name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-041-2/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Emit a new hook, when a file is being updated onlyJoas Schilling2014-04-291-0/+16
* Fix error when viewing expired linkRobin Appelman2014-04-231-0/+3
* Remove unused setUserVars utility methodVincent Petry2014-03-261-11/+0
* Cache folder is now configurableVincent Petry2014-03-241-0/+36
* Moved external storage mounting code to files_external appVincent Petry2014-03-191-70/+0
* Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-1/+1
* Fix path to the mount fileLukas Reschke2014-02-201-1/+2
* Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-201-5/+5
|\
| * mount: make location of mount.json configurableTigran Mkrtchyan2014-01-291-5/+5
* | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-191-0/+3
|\ \
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
* | | Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-191-8/+1
|\ \ \ | |/ / |/| |
| * | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-8/+1
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+6
|/
* External storage space is now not counted in total spaceVincent Petry2013-11-181-2/+4
* Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-141-3/+17
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-121-3/+11
* 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 exist...Robin Appelman2013-10-291-1/+7
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+770