summaryrefslogtreecommitdiffstats
path: root/lib/private/files/mount/mountpoint.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-251/+0
|
* Only construct the storage when we start using itRobin Appelman2016-04-191-0/+9
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-6/+1
| | | | This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d.
* Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-1/+6
| | | | | | This usually doesn't cause issues, but in unit tests sometimes a wrapped storage is passed to Filesystem::mount() and gets rewrapped, hitting the XDebug function nesting level limit when used.
* Remove OC_LogThomas Müller2015-07-031-2/+2
|
* Properly add trailing slash to mount pointVincent Petry2015-04-131-1/+3
| | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Copy mount options to the storageRobin Appelman2015-03-111-1/+1
|
* Allow getting all mount options as arrayRobin Appelman2015-03-111-0/+9
|
* pass mountpoint to storage wrapper callbackRobin Appelman2015-03-111-3/+3
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Prevent wrapping null storageVincent Petry2015-01-271-1/+20
| | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage())
* Load mount specific options from the mount configRobin Appelman2014-12-171-2/+31
|
* Add public api for mount configurationsRobin Appelman2014-12-041-0/+164