Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix mounting wrapped storages resulting in many-layered wrapping" | Robin McCorkell | 2015-08-19 | 1 | -21/+0 |
| | | | | This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d. | ||||
* | Fix mounting wrapped storages resulting in many-layered wrapping | Robin McCorkell | 2015-07-20 | 1 | -0/+21 |
| | | | | | | 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. | ||||
* | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -0/+4 |
| | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 1 | -0/+69 |
| | | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage()) | ||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 2 | -10/+10 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 2 | -3/+4 |
| | |||||
* | fix unit test after adding the additional parameter to addStorageWrapper() | Bjoern Schiessle | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 1 | -2/+2 |
| | |||||
* | add test cases for Mount | Robin Appelman | 2013-06-07 | 1 | -0/+46 |
| | |||||
* | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -0/+67 |