summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount/MountPoint.php
Commit message (Expand)AuthorAgeFilesLines
* fix testsRobin Appelman2023-02-071-3/+11
* cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
* deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-3/+3
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-1/+24
* handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* getStorage can also return nullRobin Appelman2021-03-241-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
* ensure home storage is initialized on first setupRobin Appelman2020-07-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+3
* Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke2018-01-181-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
* cache root id in mountpointRobin Appelman2016-08-251-1/+5
* prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-8/+10
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+7
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+3
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+11
* normalize path in getInternalPathGeorg Ehrke2016-06-021-0/+1
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+251