aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix(Storage\Local): Do not call getSourcePath() on SplFileInfofix/storage-local/get-source-path-spl-file-infoprovokateurin2024-09-151-1/+1
* fix(files): Never return a null ETag in DAVprovokateurin2024-09-093-10/+3
* chore(storage): refactor some code portionsGit'Fellow2024-09-061-30/+16
* fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-281-1/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-24/+24
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1621-683/+412
|\
| * fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-051-1/+1
| * chore: fix some commentswithbest2024-07-291-1/+1
| * fix: Release directory iterator and thereby its potential directory lock prio...Dennis Verspuij2024-07-271-0/+1
| * refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-64/+12
| * Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-3021-596/+374
| |\
| | * chore: Add SPDX headerAndy Scherzinger2024-05-2421-513/+81
| | * fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-0/+1
| | * fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| | * fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| | * fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| | * Merge pull request #44294 from nextcloud/fix/storage-mount-ownerJulius Härtl2024-04-092-0/+17
| | |\
| | | * fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-092-0/+17
| | * | fix: use proper jailed patch in watcherRobin Appelman2024-04-081-4/+3
| | |/
| | * fix: Apply new coding standard to all filesCôme Chilliet2024-04-026-14/+14
| | * fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-201-0/+9
| | * fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
| | * fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
| | * fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-5/+7
| | * fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | * use OCP\ServerRobin Appelman2024-02-121-1/+2
| | * improve di performance for cacheRobin Appelman2024-02-092-9/+12
| | * dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
| | * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
| | * Merge pull request #40935 from nextcloud/local-case-insensitiveBenjamin Gaussorgues2023-11-151-1/+26
| | |\
| | | * add some support for rename on case insensitive local filesystemsRobin Appelman2023-10-201-1/+26
| | * | optimize cache jail creationRobin Appelman2023-10-191-4/+1
| | |/
| | * Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-3/+3
| | * Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+142
| | |\
| | | * add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+142
| | * | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-212-4/+4
| | |\ \ | | | |/ | | |/|
| | | * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-072-4/+4
| | * | fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-061-1/+1
| | * | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-1/+2
| | |\ \
| | | * | more share permission logic to storage wrapperRobin Appelman2023-08-141-1/+2
| | * | | Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+7
| | |\ \ \
| | | * | | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+7
| | * | | | extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-311-29/+17
| | |/ / /
| * / / / Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-291-1/+1
| |/ / /
| * | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-2/+3
| * | | fix: copy-and-delete fallback should use unlinkDaniel Kesselberg2023-07-311-1/+1
| |/ /
| * / fix(storage): fallback to copy and unlink when rename failsDaniel Kesselberg2023-07-311-13/+6
| |/
| * fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-242-2/+2
|/