aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of methods returning false on errorCôme Chilliet2023-04-034-10/+10
* Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-011-2/+2
* Adapt types of subclassesCôme Chilliet2023-04-012-4/+4
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-9/+11
* Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
* Respect OCP interface in private classesCôme Chilliet2023-02-075-5/+5
* Fix psalm errors related to filesizesCôme Chilliet2023-02-072-1/+4
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-075-17/+5
* fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* composer run cs:fixCôme Chilliet2023-01-202-4/+0
* Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-1/+1
* clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
* fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-186-56/+55
* Switch logical operators (and|or)Git'Fellow2022-09-121-18/+12
* get quota for user only when neededRobin Appelman2022-09-011-20/+51
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-40/+58
* Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-26/+14
* Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry2022-01-141-1/+10
|\
| * updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-121-1/+10
* | Fix psalm issuesCarl Schwan2022-01-131-6/+6
* | Add helper method in WrapperCarl Schwan2022-01-131-1/+20
|/
* Fix fail when keys/files folder already existsVincent Petry2022-01-101-1/+5
* Check resource before closing in encryption wrapperVincent Petry2021-12-091-2/+6
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-172-3/+66
* Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry2021-11-051-1/+1
* Return false in hasUpdated when storage is not availableVincent Petry2021-11-051-4/+10
* Add type hint to fread_block $blockSize param & apply cs:fix.alanmeeson2021-10-231-2/+2
* Fix truncation of files upon read when using object store and encryption.Alan Meeson2021-10-231-2/+30
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-4/+4
|\
| * Handle files with is_file instead of file_existsacsfer2021-08-151-4/+4
* | Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-227-21/+16
|\ \
| * | explicitly close source stream on encryption storageDaniel Kesselberg2021-09-211-2/+3
| |/
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-8/+3
| * Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
| |\
| | * fix even more bracketsJasper Knockaert2021-01-161-1/+1
| | * fix brakcetsJasper Knockaert2021-01-161-1/+0
| | * consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| | * avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
* | | dont return private storage interface from public mount interfaceRobin Appelman2021-03-232-2/+2
|/ /
* | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-1/+1
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-044-16/+0
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
|/
* Update license headersChristoph Wurst2020-12-305-0/+13
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-294-42/+42
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-225-70/+70
|\