Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20ignore forbidden files while scanning local storageRobin Appelman
2022-04-04use the same cached propfind for free space for dav storagefed-performanceRobin Appelman
2022-03-29Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis
2022-03-28Use the null coalescing operator to set the value of `size`.Max Kunzelmann
2022-03-24Fixing psalm errorsCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-23Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann
2022-03-20Fix typo.Max Kunzelmann
2022-03-20Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann
2022-03-18some file scanner performance improvementsRobin Appelman
2022-01-25Remove redundant if clauseCôme Chilliet
2022-01-25Fix OC\Files\Storage\DAV::hasUpdated when cache is not setCôme Chilliet
2022-01-14Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry
2022-01-13Fix psalm issuesCarl Schwan
2022-01-13Add helper method in WrapperCarl Schwan
2022-01-12updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer
2022-01-10Fix fail when keys/files folder already existsVincent Petry
2021-12-09Check resource before closing in encryption wrapperVincent Petry
2021-11-25Check for invalid characters before trimmingJoas Schilling
2021-11-19Merge pull request #29758 from nextcloud/disk_free_space-fix-php8Vincent Petry
2021-11-18Check for `disk_free_space`acsfer
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
2021-11-05Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry
2021-11-05Return false in hasUpdated when storage is not availableVincent Petry
2021-10-23Add type hint to fread_block $blockSize param & apply cs:fix.alanmeeson
2021-10-23Fix truncation of files upon read when using object store and encryption.Alan Meeson
2021-10-23Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ
2021-10-22Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ
2021-10-21Fix security issues when copying groupfolder with advanced ACLCarl Schwan
2021-10-18Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ
2021-10-14Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ
2021-10-07make param names consistent with interface for copy directory polyfillRobin Appelman
2021-10-04Simplify :)acsfer
2021-10-04Replace `file_exists()` method by `is_file()`acsfer
2021-10-02Get `filesize()` if `file_exists()`acsfer
2021-09-21explicitly close source stream on encryption storageDaniel Kesselberg
2021-09-21explicitly close source stream on local storageDaniel Kesselberg
2021-08-15Handle files with is_file instead of file_existsacsfer
2021-08-13Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl
2021-08-10Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke
2021-07-29Remove some mentions of ownCloud from our api documentationCarl Schwan
2021-07-12Remove Flysystem storage classLukas Reschke
2021-06-17Fix scanner mistaking socket files for directoriesRid
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27better cleanup of user files on user deletionRobin Appelman
2021-04-06Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke
2021-03-30Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma
2021-03-24show better error messages when a file with a forbidden path is encounteredRobin Appelman
2021-03-23Set umask before operations that create local filesRobin Appelman
2021-03-23dont return private storage interface from public mount interfaceRobin Appelman