summaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-1/+3
* expose the mount manager in the public apiRobin Appelman2015-07-011-2/+2
* update license headers and authorsMorris Jobke2015-06-251-2/+1
* Merge pull request #17110 from owncloud/share-error-handlingMorris Jobke2015-06-241-0/+1
|\
| * [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-0/+1
* | Added error message on initMountpoints exceptionMorris Jobke2015-06-231-1/+1
|/
* phpdoc, strict and type hintsRobin Appelman2015-06-021-0/+6
* only use mount provider if we have a valid userRobin Appelman2015-06-021-2/+4
* call mount providers that are registered after the filesystem is setupRobin Appelman2015-06-021-7/+34
* throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer2015-04-101-31/+31
* setup mount manager before wrappersRobin Appelman2015-04-021-1/+1
* add priority to storage wrappersRobin Appelman2015-03-261-2/+4
* Update license headersJenkins for ownCloud2015-03-261-4/+33
* Merge pull request #13893 from owncloud/create-cachedir-on-userMorris Jobke2015-03-111-8/+1
|\
| * Only make sure the cache directory exists when we use itRobin Appelman2015-02-041-8/+1
* | Revert "Updating license headers"Morris Jobke2015-02-261-31/+25
* | 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