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-04-15Close the streams in `writeStream` even when there is an exceptionRobin Appelman
2020-04-14Merge pull request #20164 from nextcloud/backport/19782/stable17Morris Jobke
2020-03-27Actually check if the owner is not nullRoeland Jago Douma
2020-03-25Use global used space in quota wrappen when external storage is includedRobin Appelman
2020-03-12Get correct mimetype on objectstoresRoeland Jago Douma
2020-02-13Don't create invalid usersJoas Schilling
2019-12-13Fix detection of non extention typesRoeland Jago Douma
2019-12-13Try more methodsJoas Schilling
2019-12-13Some more fixes in detecting the mimetype from the contentJoas Schilling
2019-12-13Allow to check for the mimetype by content onlyJoas Schilling
2019-12-02delay creation of the cert bundleArthur Schiwon
2019-10-29Fix DAV mimetype searchRoeland Jago Douma
2019-09-27Merge pull request #17277 from nextcloud/backport/17264/stable17Roeland Jago Douma
2019-09-26dont delete cache entries if deleting an object from object store failedRobin Appelman
2019-09-26handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman
2019-09-09set a storage availability delay on auth issues to avoid lock outArthur Schiwon
2019-09-04Return the proper jailed path when requesting the root pathJulius Härtl
2019-08-20Undefined variable response when server is no nextcloud anymoreJoas Schilling
2019-08-15Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdavRoeland Jago Douma
2019-08-07Properly return an int in the getId function of the cacheRoeland Jago Douma
2019-07-29Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke
2019-07-29Fix typo in commentMorris Jobke
2019-07-29Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma
2019-07-27Merge pull request #16558 from nextcloud/enh/less_verbose_locked_loggingRoeland Jago Douma
2019-07-26Supress warnings touch can generateRoeland Jago Douma
2019-07-26Do not log all locked exceptionsRoeland Jago Douma
2019-07-26Remove deprecated searchByTagRoeland Jago Douma
2019-07-24Add additional check for read permissionsJulius Härtl
2019-07-24Check the if we can actually access the storage cache for recent filesJulius Härtl
2019-07-17Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke
2019-07-17Fix File#putContents(string) on ObjectStorageMarcel Klehr
2019-07-16Do not keep searching for recentRoeland Jago Douma
2019-07-10Use HTTP1.1 to read S3 objectsRoeland Jago Douma
2019-07-07Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ
2019-06-27Merge pull request #16107 from nextcloud/local-check-pathRoeland Jago Douma
2019-06-27verify that paths are valid for recursive local moveRobin Appelman
2019-06-25Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma
2019-06-17Fix full text search for groupfoldersMorris Jobke
2019-06-17Update Encryption.phpmartink-p
2019-06-17Update Encryption.phpmartink-p
2019-06-17Apply suggestions from code reviewmartink-p
2019-06-17Update Encryption.phpmartink-p
2019-06-06handle storage exceptions when trying to set mtimeRobin Appelman
2019-05-29Do not fail integrity check if mimetype list is changedXheni Myrtaj
2019-05-29Merge pull request #15776 from nextcloud/get-by-id-shares-lastRoeland Jago Douma
2019-05-28search files by id in shared storages lastRobin Appelman
2019-05-28Check for free space on touchJulius Härtl
2019-05-24Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke
2019-05-24add method to get bucket name from s3 storageRobin Appelman
2019-05-22make ObjectStoreStorage::getURN publicRobin Appelman