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
2015-10-25Throw exception on `getPath` if file does not existLukas Reschke
2015-10-19Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer
2015-10-16Add tests for double cache renameRobin Appelman
2015-10-16Skip checkupdate test for swiftRobin Appelman
2015-10-16Added test for rmdir on moveablemountRoeland Jago Douma
2015-10-12also detect files in a .part folder as part fileBjoern Schiessle
2015-10-09adjust filesystem tests to objectstoreJörn Friedrich Dreyer
2015-10-08Merge pull request #19414 from owncloud/swift_primary_storage_testsThomas Müller
2015-10-06test objectstore with ceph dockerJörn Friedrich Dreyer
2015-10-06Add unit test for searching in storage rootRobin Appelman
2015-10-05Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller
2015-10-02Prevent moving mount point into already shared folder (outgoing)Vincent Petry
2015-10-01versions should always use the keys of the original file, no need to create n...Bjoern Schiessle
2015-09-28remove unused useRobin Appelman
2015-09-28Add hook connector to connect view and node hooksRobin Appelman
2015-09-24Merge pull request #19335 from owncloud/phil-davis-view-typosThomas Müller
2015-09-24Merge pull request #19303 from owncloud/usecorrectvariableThomas Müller
2015-09-24Comment typos in tests/lib/files/view.phpPhil Davis
2015-09-24Merge pull request #16479 from owncloud/core-fixgetrelativepathwrongmatchesThomas Müller
2015-09-24add is* storage testsJörn Friedrich Dreyer
2015-09-23Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller
2015-09-23Merge pull request #19247 from owncloud/fix_locking_copy_operationThomas Müller
2015-09-22Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin
2015-09-22Move mimetype files into /resources/config/Lukas Reschke
2015-09-22Add more tests for relativePathJoas Schilling
2015-09-22Prevent wrong matches in getRelativePathVincent Petry
2015-09-22catch excexptions during the copy operation and make sure that we free the lo...Bjoern Schiessle
2015-09-22Move dummy backend to Tests namespaceLukas Reschke
2015-09-15occ script to disable encryption and to decrypt all files againBjoern Schiessle
2015-09-08Use the view logic for getFolderContent for the node apiRobin Appelman
2015-09-04Unit tests for mimetype loaderRobin McCorkell
2015-08-28Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle
2015-08-26copy always file by file to encrypt/decrypt it if neededBjoern Schiessle
2015-08-26occ tool to encrypt all filesBjoern Schiessle
2015-08-19Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell
2015-08-11Merge pull request #17932 from owncloud/fix_move_filesThomas Müller
2015-08-07Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke
2015-08-07Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry
2015-08-07Fix removal of share permissions when share disabled for userVincent Petry
2015-07-31always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle
2015-07-30Merge pull request #17981 from owncloud/correct-regexThomas Müller
2015-07-30Add more unit testsLukas Reschke
2015-07-30Correct regular expressionsLukas Reschke
2015-07-29Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef...Robin McCorkell
2015-07-29Fix watcher tests to explicitly set policyVincent Petry
2015-07-29make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle
2015-07-28Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke
2015-07-27Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller
2015-07-27Pass config dir as parameter to detection classRoeland Jago Douma
2015-07-27Loading of mapping/aliases is done in classRoeland Jago Douma