summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* ensure home storage is initialized on first setupRobin Appelman2020-07-091-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-21/+21
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-48/+48
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-4/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-8/+8
|/
* Update license headersChristoph Wurst2019-12-051-1/+2
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* expose storagefactory in server containerRobin Appelman2018-10-171-2/+3
* Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-101-25/+16
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+3
* Make normalized cache path largerRoeland Jago Douma2018-04-041-1/+1
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-2/+2
* Remove unused functionsLukas Reschke2017-07-191-8/+0
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* mount shared mounts lastRobin Appelman2017-03-221-2/+1
* Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\
| * ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
* | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-1/+1
* | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-1/+4
|/
* basic lockdown logicRobin Appelman2016-11-161-15/+27
* Fix initMountPoints to set usersSetup earlierVincent Petry2016-11-031-8/+18
* 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
* 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
|\
| * Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-13/+8
* | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-301-19/+0
|\ \
| * | mount custom cache folder using mount providersRobin Appelman2016-04-291-19/+0
| |/
* | Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrap...Thomas Müller2016-04-291-0/+18
|\ \ | |/ |/|
| * 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