summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-271-1/+1
* Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-0/+1
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-8/+2
* Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-3/+4
* Remove unused method getLocalFolderCôme Chilliet2023-04-031-8/+0
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-42/+23
* Fix psalm errorsCôme Chilliet2023-02-071-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-4/+4
* remove listeners to OC_Filesystem::(write|rename) old style hooksArthur Schiwon2022-09-261-19/+0
* 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