aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* mount shared mounts lastRobin Appelman2017-03-221-2/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\ | | | | ensure we setup the mount manager when in lockdown
| * ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-1/+4
|/ | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* basic lockdown logicRobin Appelman2016-11-161-15/+27
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Fix initMountPoints to set usersSetup earlierVincent Petry2016-11-031-8/+18
| | | | | | | | This is needed because in some cases like LDAP, the user manager itself might trigger avatar updates which would internally also call initMountPoints with the same user. This could cause the same user to be setup twice, and in some sharing situations could cause recursive deduplication of shares by adding "(2)" every time.
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-3/+11
|
* hide storage wrapper warning for the readonly storageMorris Jobke2016-10-131-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-011-1/+1
|
* Update license headersLukas Reschke2016-05-261-3/+2
|
* use mount providers to setup home storages (#24567)Robin Appelman2016-05-171-33/+8
|
* Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-021-13/+8
|\ | | | | Add files:scan warning when NFD or incompatible encoding found
| * Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-13/+8
| | | | | | | | | | | | | | This makes sure that even if a NFD file name exists, it is found by the storage and will be visible to higher layers. Even though the file will be discarded anyway there, it gives the scanner a chance to display a warning at least.
* | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-301-19/+0
|\ \ | | | | | | mount custom cache folder using mount providers
| * | mount custom cache folder using mount providersRobin Appelman2016-04-291-19/+0
| |/
* | Merge pull request #24335 from ↵Thomas Müller2016-04-291-0/+18
|\ \ | |/ |/| | | | | owncloud/warning-for-wrongly-done-storage-wrappers Add a warning if a storage wrapper was registered outside of the hook
| * Add a warning if a storage wrapper was registered outside of the hookJoas Schilling2016-04-291-0/+18
| |
* | cap the normalized path cacheRobin Appelman2016-04-291-1/+6
|/
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+928