summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | 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
* dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
* Fix deprecated method callDominik Fuchß2023-06-131-1/+2
* Changes after code review.Dominik Fuchß2023-06-131-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-015-10/+10
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-155-10/+10
* | invert elseif on rmdir for local storage Lorenzo Tanganelli2023-05-241-2/+2
* | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-152-3/+5
|\ \ | |/ |/|
| * Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-112-3/+5
* | Merge pull request #37621 from nextcloud/enh/lock-readable-pathJulius Härtl2023-05-131-0/+3
|\ \ | |/ |/|
| * fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
* | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-274-4/+4
|/
* Merge pull request #37818 from nextcloud/dav-ext-storage-logRobin Appelman2023-04-251-0/+18
|\
| * debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
* | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-241-1/+4
|\ \ | |/ |/|
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-041-1/+4
* | 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
* | | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-202-1/+6
|\ \ \
| * \ \ Merge pull request #37617 from nextcloud/notify-self-test-errorArthur Schiwon2023-04-111-0/+3
| |\ \ \
| | * | | handle not being able to write file for notify self-testRobin Appelman2023-04-061-0/+3
| * | | | Merge pull request #34607 from nextcloud/encryption-size-not-foundVincent Petry2023-04-061-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix encryption wrapper filesize for non existing filesRobin Appelman2023-04-041-1/+3
| | | |/ | | |/|
* | / | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-4/+4
|/ / /