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
2018-01-29Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman
2018-01-04removes invalid tests, adapts another oneArthur Schiwon
2017-12-12Allow getting the filepath when getting cached mounts by fileidRobin Appelman
2017-11-06Improve mimetype detection for object storagesMorris Jobke
2017-10-09Add tests for multipart uploadRobin Appelman
2017-08-03Can not insert auto increment on oracleJoas Schilling
2017-08-03Fix missing escape on column and table nameJoas Schilling
2017-07-22add tests for renaming paths with multibyte utf8 charactersRobin Appelman
2017-07-14Merge pull request #5710 from nextcloud/nested-permissions-mask-12Morris Jobke
2017-07-13Fix scan permissions with nested permissions masksRobin Appelman
2017-07-13fix moving folders out of a cache jailRobin Appelman
2017-05-18use unmasked permissions during scanningRobin Appelman
2017-04-24Add unit tests for mounts of delete usersJoas Schilling
2017-04-20Make sure we use a new encryption module all the timeJoas Schilling
2017-04-12Simplify the testJoas Schilling
2017-04-12Optimize put - Dont try to fetch filecache for not existing filecache in encr...Piotr M
2017-04-10Dont use the permissions mask while scanningRobin Appelman
2017-03-27round the mtime in touchRobin Appelman
2017-03-20Move error message to log entryLukas Reschke
2017-03-17Cleanup testJoas Schilling
2017-03-17Fix unit testJoas Schilling
2017-03-17Redirect unlink to rmdir (#27101)Vincent Petry
2017-03-08Allow searching for favoritesRobin Appelman
2017-03-01add tests for filesearchbackendRobin Appelman
2017-03-01add tests for searchQueryRobin Appelman
2017-03-01Implement webdav SEARCHRobin Appelman
2017-02-28add icewind/searchdavRobin Appelman
2017-01-25Merge pull request #3030 from nextcloud/filesapi-renamefailcaseMorris Jobke
2017-01-23Mimetype detection for hidden filesMagnus Walbeck
2017-01-12Add tests for move/copy hooks in Node APIVincent Petry
2017-01-12Fix files node API failed rename/copyVincent Petry
2017-01-11Refactor files node API for more code reuseVincent Petry
2017-01-10Only check for local shared storagesRoeland Jago Douma
2017-01-10Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry
2017-01-06Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma
2017-01-04remove static:// stream wrapperRobin Appelman
2017-01-04remove the need to register the quota streamwrapper globallyRobin Appelman
2017-01-02adjust testRobin Appelman
2017-01-02add ci support for s3 object storeRobin Appelman
2016-12-23Remove legacy home testsVincent Petry
2016-12-23Nuke the legacy storage fallback from orbitVincent Petry
2016-12-05Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke
2016-12-02update testRobin Appelman
2016-12-01Add testsLukas Reschke
2016-11-29check if the file should really be encrypted before we update the file cacheBjoern Schiessle
2016-11-21Move the validation into one place onlyJoas Schilling
2016-11-21Make sure we don't scan files that can not be accessedJoas Schilling
2016-11-16add tests for FileInfo::isMountedRobin Appelman
2016-11-16add amazon s3 objectstore backendRobin Appelman
2016-11-16split testing of objectstoragestorage and objectstore implementationsRobin Appelman