summaryrefslogtreecommitdiffstats
path: root/lib/private/files/mount
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-123-5/+5
|
* 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
|
* fix typehintingRobin Appelman2015-07-011-2/+3
|
* expose the mount manager in the public apiRobin Appelman2015-07-011-1/+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-263-12/+60
|
* 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-263-57/+15
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-15/+57
|
* 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-042-23/+15
|
* Add type hinting to functionsLukas Reschke2014-10-241-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 fsRobin Appelman2014-07-021-0/+4
|
* when root storage cannot be mounted throw an exception visible to the end userJörn Friedrich Dreyer2014-06-181-1/+6
|
* Fix phpdoc and commentsRobin Appelman2014-06-061-0/+1
|
* Add a system for (re)movable mount pointsRobin Appelman2014-06-063-6/+45
|
* Fix storage wrapper being called with nullRobin Appelman2014-05-291-1/+1
|
* move the mount point up if a share is mounted to a subfolder and the ↵Bjoern Schiessle2014-05-211-0/+11
| | | | subfolder no longer exists
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-3/+3
|
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|
* allow to remove and change mount pointsBjoern Schiessle2014-04-232-0/+14
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-302-0/+275
Conflicts: lib/private/vcategories.php