aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Check if the target path is a descendant of the shared folder pathGit'Fellow2024-09-051-1/+2
* Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-041-0/+9
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-221-0/+9
* | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-3/+3
|\ \
| * | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-3/+3
* | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
|/ /
* / style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
|/
* Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-3/+4
|\
| * fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-221-3/+4
* | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-221-0/+4
|/
* refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-0/+6
* refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-2/+6
* Merge pull request #45014 from nextcloud/forbid-moving-subfolderRobin Appelman2024-05-271-0/+6
|\
| * fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-171-0/+6
* | chore: Add SPDX headerAndy Scherzinger2024-05-241-43/+4
|/
* fix: Avoid updating size when calling touch on a fileJulius Härtl2024-05-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-4/+4
* fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
* Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-1/+1
* fix: update "move into share" check to share managerRobin Appelman2024-02-271-24/+29
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-5/+5
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-3/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* reuse sharing disabled state when listing folder contentRobin Appelman2023-10-191-1/+1
* Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-071-2/+12
* fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-171-16/+24
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* 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