summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-031-1/+1
|\
| * Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-271-1/+1
* | Normalize logical operatorsGit'Fellow2023-05-021-13/+13
|/
* Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
* View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-031-5/+2
* More type cleanup in View and FileInfoCôme Chilliet2023-04-031-77/+68
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-4/+4
* Remove unused method getLocalFolderCôme Chilliet2023-04-031-14/+0
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-80/+51
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-2/+2
* only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-091-5/+12
* Fix psalm errorsCôme Chilliet2023-02-071-2/+1
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-4/+2
* Update cache when file size === 0Louis Chemineau2022-11-231-3/+3
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-63/+63
* Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-011-1/+11
|\
| * trigger a rescan when trying to fopen a file that exists in cache but not on ...Robin Appelman2022-09-291-1/+11
* | Cleanup tags and Share componentCarl Schwan2022-09-291-2/+4
|/
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-2/+2
|\
| * Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-6/+1
|/
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-16/+14
* Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry2022-04-251-8/+8
|\
| * Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-221-8/+8
* | optimize adding submount info to directory contentRobin Appelman2022-04-221-4/+2
|/
* shRobin Appelman2022-04-061-12/+12
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-7/+14
* composer run cs:fixCôme Chilliet2022-04-051-2/+2
* Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet2022-04-051-96/+94
* Fix incorrect if conditions in ViewCôme Chilliet2022-04-051-3/+3
* Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+1
* type fixesRobin Appelman2022-03-041-12/+4
* move teardown logic to SetupManagerRobin Appelman2022-03-041-3/+4
* Merge pull request #29866 from nextcloud/isset-sizeVincent Petry2022-01-171-1/+1
|\
| * Typoacsfer2021-11-241-1/+1
| * Check if size value is setacsfer2021-11-231-1/+1
* | Check style updateCarl Schwan2022-01-131-1/+1
* | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
|/
* Fix psalmJohn Molakvoæ2021-11-041-2/+2
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-3/+2
* Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-2/+3
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-2/+6
|\
| * Check whether output buffering is active before turning it offRichard de Boer2021-05-291-2/+6
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Drop \OCP\UserChristoph Wurst2021-05-211-1/+1
* reuse usermanager instance when processing search resultsRobin Appelman2021-03-101-2/+3
* Properly end iterating over the file once the target has been reachedJulius Härtl2021-02-261-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-071-1/+7