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-06-02store unencrypted size in the unencrypted_size columnunencrypted-sizeRobin Appelman
2022-03-24Fixing psalm errorsCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
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-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-09-21explicitly close source stream on encryption storageDaniel Kesselberg
2021-08-15Handle files with is_file instead of file_existsacsfer
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-06Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-01-16fix even more bracketsJasper Knockaert
2021-01-16fix brakcetsJasper Knockaert
2021-01-16consolidation of boolean expressionJasper Knockaert
2021-01-05avoid fread on directories and unencrypted filesJasper Knockaert
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-22Merge pull request #24594 from kofemann/dcacheJulius Härtl
2020-12-21storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-09-17Unify links to php.netJ0WI
2020-09-17Do not fetch the normalized full path again if it is already availableMorris Jobke
2020-08-19Add legacy scanning commandRoeland Jago Douma
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-01-10don't close input stream when writing in encrypted fileFlorian Schunk
2018-10-31allways fall back to fopen for encryption wrapperRobin Appelman
2018-07-05allow to disable encryptionBjoern Schiessle
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-03reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle
2018-02-13Simplify return statementMorris Jobke
2018-01-26Simplify ternary operator statementsMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-01Replace wrong PHPDocsLukas Reschke
2017-04-12Optimize put - Dont try to fetch filecache for not existing filecache in encr...Piotr M
2016-11-29check if the file should really be encrypted before we update the file cacheBjoern Schiessle
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma