summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* optimize View::getPath if we already know the storage idRobin Appelman2020-09-161-11/+18
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Update View.phpScott Dutton2020-04-151-2/+2
* Increase max readScott Dutton2020-04-121-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-44/+44
* Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
* pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-4/+7
* Don't create invalid usersJoas Schilling2020-02-121-1/+1
* Update license headersChristoph Wurst2019-12-051-3/+3
* Properly anotate LockedException in files node apiJulius Härtl2019-11-281-9/+15
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-2/+2
|\
| * Fix full text search for groupfoldersMorris Jobke2019-06-171-2/+2
* | handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-1/+6
|/
* search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
* always allow moving mountpoints inside the same mountpointRobin Appelman2019-03-191-11/+6
* Remove spaming debug logsJoas Schilling2019-03-151-1/+0