Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -251/+0 |
| | |||||
* | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -0/+9 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Revert "Fix mounting wrapped storages resulting in many-layered wrapping" | Robin McCorkell | 2015-08-19 | 1 | -6/+1 |
| | | | | This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d. | ||||
* | Fix mounting wrapped storages resulting in many-layered wrapping | Robin McCorkell | 2015-07-20 | 1 | -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_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -1/+3 |
| | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Copy mount options to the storage | Robin Appelman | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Allow getting all mount options as array | Robin Appelman | 2015-03-11 | 1 | -0/+9 |
| | |||||
* | pass mountpoint to storage wrapper callback | Robin Appelman | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+21 |
| | |||||
* | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 1 | -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 config | Robin Appelman | 2014-12-17 | 1 | -2/+31 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -0/+164 |