summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* 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