summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Local.php
Commit message (Expand)AuthorAgeFilesLines
* fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
* add some support for rename on case insensitive local filesystemsRobin Appelman2023-11-151-2/+31
* Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-111-1/+2
* Merge pull request #37062 from nextcloud/free-spaceRobin Appelman2023-04-211-1/+1
|\
| * Add function_exists() checkGit'Fellow2023-03-071-1/+1
| * Fix free space problemsGit'Fellow2023-03-071-1/+1
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
* | Remove unused method getLocalFolderCôme Chilliet2023-04-031-4/+0
* | Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
* | Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
|/
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-2/+2
* Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-0/+13
* fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
* fix psalmszaimen2022-11-021-1/+1
* remove 32-bit workaroundsszaimen2022-11-021-13/+0
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-21/+21
* trigger a rescan when trying to fopen a file that exists in cache but not on ...Robin Appelman2022-09-291-1/+8
* config: add a switch to control truncate before updateTigran Mkrtchyan2022-09-161-6/+12
* files: remove destination file before copying new content (WORM)Tigran Mkrtchyan2022-09-161-0/+2
* files: make OC\Files\Storage\Local WORM friendlyTigran Mkrtchyan2022-08-251-0/+6
* Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-051-5/+9
* Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-261-5/+5
* ignore forbidden files while scanning local storageRobin Appelman2022-04-201-1/+5
* some file scanner performance improvementsRobin Appelman2022-03-171-4/+14
* Check for `disk_free_space`acsfer2021-11-181-1/+1
* Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
|\
| * Simplify :)acsfer2021-10-041-1/+1
| * Replace `file_exists()` method by `is_file()`acsfer2021-10-041-1/+1
| * Get `filesize()` if `file_exists()`acsfer2021-10-011-1/+1
* | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+4
|/
* Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-301-4/+16
|\
| * Set umask before operations that create local filesRobin Appelman2021-03-231-4/+16
* | show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-241-8/+4
|/
* explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
* Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-1/+1
|\
| * files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
|/
* Fix file size computation on 32bit platformsaler92020-12-021-5/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke2020-08-051-2/+4
|\
| * Only clear the realpath cacheJ0WI2020-07-031-2/+2
| * clearstatcache() on rmdirJ0WI2020-07-031-0/+2
* | use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-1/+7
|/
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-221-0/+1
* Update license headers for 19Christoph Wurst2020-04-291-1/+0