aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-231-25/+31
* Ensure that passed argument is always a stringLukas Reschke2015-02-131-0/+9
* Normalize before processingLukas Reschke2015-02-061-4/+6
* Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-1/+1
* Apply wrappers to existing mounts before registering itRobin Appelman2015-01-231-7/+3
* removeStorageWrapper to unregister a storage wrapperVincent Petry2015-01-231-0/+10
* Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-221-1/+4
* Use json_encode on stringLukas Reschke2015-01-131-1/+1
* Merge pull request #13224 from owncloud/simplify-is-valid-path-and-add-unit-t...Morris Jobke2015-01-101-1/+1
|\
| * Simplify isValidPath and add unit testsLukas Reschke2015-01-101-1/+1
* | Cache results of `normalizePath`Lukas Reschke2015-01-101-1/+12
|/
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-2/+3
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+8
* Add public api for mount configurationsRobin Appelman2014-12-041-6/+11
* 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