Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 3 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 |
| | |||||
* | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 1 | -1/+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 | 3 | -12/+60 |
| | |||||
* | 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 | 3 | -57/+15 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -15/+57 |
| | |||||
* | 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 | 2 | -23/+15 |
| | |||||
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | Remove invalid mounts from the active fs | Robin Appelman | 2014-07-02 | 1 | -0/+4 |
| | |||||
* | when root storage cannot be mounted throw an exception visible to the end user | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -1/+6 |
| | |||||
* | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 1 | -0/+1 |
| | |||||
* | Add a system for (re)movable mount points | Robin Appelman | 2014-06-06 | 3 | -6/+45 |
| | |||||
* | Fix storage wrapper being called with null | Robin Appelman | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 1 | -0/+11 |
| | | | | subfolder no longer exists | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | allow to remove and change mount points | Bjoern Schiessle | 2014-04-23 | 2 | -0/+14 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 2 | -0/+275 |
Conflicts: lib/private/vcategories.php |