summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* fixed when accessing static filesystem calls before setupRobin Appelman2022-03-241-4/+23
* some file scanner performance improvementsRobin Appelman2022-03-171-2/+8
* type fixesRobin Appelman2022-03-041-14/+2
* move user mountpoint setup to setupmanagerRobin Appelman2022-03-041-99/+10
* adjust tests to new fs setupRobin Appelman2022-03-041-2/+2
* move teardown logic to SetupManagerRobin Appelman2022-03-041-12/+10
* fix fs cache test user setupRobin Appelman2022-02-091-0/+2
* pass user object during fs initRobin Appelman2022-02-091-7/+14
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-091-19/+5
* Return 404 when AJAX tries to list dir content but file givenMichaIng2022-01-261-1/+1
* Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ2021-10-221-4/+4
|\
| * Cleaner normalizePath regexJ0WI2021-03-271-4/+4
* | Merge pull request #26344 from J0WI/fs-early-rootLukas Reschke2021-06-231-8/+8
|\ \
| * | Return early if path is rootJ0WI2021-04-051-8/+8
* | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-23/+0
|/ /
* / getStorage can also return nullRobin Appelman2021-03-241-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8Roeland Jago Douma2020-09-091-1/+1
|\
| * dont use `false` as cache key for non utf8 path in normalizePathRobin Appelman2020-08-311-1/+1
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
|/
* fix: file quota was not applied in all caseskorelstar2020-08-201-2/+2
* 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