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
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-02Fix file size computation on 32bit platformsaler9
2020-11-09Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-17Do not fetch the normalized full path again if it is already availableMorris Jobke
2020-09-08Check if quota should be applied to path when creating directoriesJulius Härtl
2020-08-28trim slashesRobin Appelman
2020-08-28Set proper root path for single file shares originating from other storagesJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Add legacy scanning commandRoeland Jago Douma
2020-08-06Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke
2020-07-23use exceptions for error signaling in writeStreamRobin Appelman
2020-07-23fix moving files from external storage to object store trashbinRobin Appelman
2020-07-10filter files containing a hash in the path for ftp storagesRobin Appelman
2020-07-05Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke
2020-07-03Only clear the realpath cacheJ0WI
2020-07-03clearstatcache() on rmdirJ0WI
2020-07-02Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma
2020-06-30add proper paths to locking exceptionsRobin Appelman
2020-06-26Set retry = false for forbidden exception.Daniel Kesselberg
2020-06-24relax permissions mask check for detecting part file renameRobin Appelman
2020-06-11prevent the root storage from accidentally scanning user foldersRobin Appelman
2020-06-08increase log level for storage self-testRobin Appelman
2020-05-22Clear the statscache before fetching the metadataRoeland Jago Douma
2020-04-30Fix getDirectoryContent implementation for Jail wrapperRobin Appelman
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23filter out blacklisted files in getDirectoryContentRobin Appelman
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-15Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08Close the streams in `writeStream` even when there is an exceptionRobin Appelman
2020-04-01optimize getMetaData for local storageRobin Appelman
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-04Use global used space in quota wrappen when external storage is includedRobin Appelman
2019-12-05Update license headersChristoph Wurst
2019-12-04Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma
2019-12-04fix filename size, add commentGreta Doci
2019-11-28delay creation of the cert bundleArthur Schiwon
2019-11-27Improve etag handlingRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-17Catch forbidden http status codeRoeland Jago Douma
2019-09-26Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma
2019-09-25handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman