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-02-06Normalize before processingLukas Reschke
2015-02-04detect root of mountpoint also if the trailing slash is missedBjoern Schiessle
2015-01-30Revert "Close cursor early in calculateFolderSize"Joas Schilling
2015-01-29Close cursor early in calculateFolderSizeVincent Petry
2015-01-15php <5.4 style arrayRobin Appelman
2015-01-15Proper constant for stable7Robin Appelman
2015-01-15Add View::getMount() for stable7Robin Appelman
2015-01-15Return valid fileinfo objects for part filesRobin Appelman
2015-01-13drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke
2014-11-19Merge pull request #12288 from owncloud/backport-mapper-fixesJoas Schilling
2014-11-19Fix mapping of relative pathsLukas Reschke
2014-11-19Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling
2014-11-19Fix code layout before fixing the functionJoas Schilling
2014-11-19Simple fix for the wrong Mapper resetJoas Schilling
2014-11-19Make it possible to cleanPath() absolute Windows pathsJoas Schilling
2014-11-12Fix root path handling for WebDAV ext storageVincent Petry
2014-10-28Introduce cross-db ILIKERobin Appelman
2014-10-16Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objects...Jörn Friedrich Dreyer
2014-10-16throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer
2014-10-16make skeleton compatible with objectstoreJörn Friedrich Dreyer
2014-10-16Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke
2014-10-15Merge pull request #11567 from owncloud/cache-updater-refactor-stable7Robin Appelman
2014-10-15Allow specifying protocol in ext storage OC configVincent Petry
2014-10-14Remove explicit propagate callsRobin Appelman
2014-10-14Update cache before post hooksRobin Appelman
2014-10-14Fix warning in homecacheRobin Appelman
2014-10-14Refactor Cache\Updater to work outside of the users homeRobin Appelman
2014-10-13Retrieve storage numeric id earlier when still availableVincent Petry
2014-10-10make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer
2014-10-09Added failing unit tests for mount config hooksVincent Petry
2014-10-01fix amazon s3 issuesJörn Friedrich Dreyer
2014-10-01strict comparisonJörn Friedrich Dreyer
2014-09-26Expose creatable permissions trough fileinfoRobin Appelman
2014-09-25Don't keep the full info of all children in memoryRobin Appelman
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-09-22in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer
2014-09-22return boolean in Ciose::stream_seekJörn Friedrich Dreyer
2014-09-22return boolean in OC::stream_seekJörn Friedrich Dreyer
2014-09-22Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman
2014-09-10Merge pull request #10884 from owncloud/stable7_backport_issue_10674Lukas Reschke
2014-09-09Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer
2014-09-05Backport issue 10764Jesus Macias
2014-08-25Stream downloads from Swift object stores without downloading it firstRobin Appelman
2014-08-20Ensure that filename is prefixed with a slashJoas Schilling
2014-08-20Do not filemtime() on "." directory. Use empty string insteadJoas Schilling
2014-08-20Remove doubled slash between folder and pathJoas Schilling
2014-08-14Cast file id's to int so we can compare them properlyRobin Appelman
2014-08-11shared files/folders are not mountedThomas Müller
2014-08-08remove share permissions if user is excluded from sharingBjoern Schiessle
2014-08-07Fix SharedCache::getPathByIdRobin Appelman