summaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-928/+0
* Mark $usersSetup only if user was found in initMountPointsVincent Petry2016-04-221-2/+2
* Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-221-0/+3
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* getRootFolder should not setup the FS for any userRoeland Jago Douma2016-02-181-2/+2
* multiple minor fiesRobin Appelman2016-01-201-1/+1
* use getmountmanagerRobin Appelman2016-01-201-1/+1
* cache mountpoints in the dbRobin Appelman2016-01-201-1/+6
* Happy new year!Thomas Müller2016-01-121-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Reduce OC_Config usage in lib/Morris Jobke2015-12-021-3/+3
* 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