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
2014-11-19Simple fix for the wrong Mapper resetJoas Schilling
2014-11-12Fix root path handling for WebDAV ext storageVincent Petry
2014-10-15Allow specifying protocol in ext storage OC configVincent Petry
2014-10-01fix amazon s3 issuesJörn Friedrich Dreyer
2014-10-01strict comparisonJörn Friedrich Dreyer
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-07-17Revert "files: storage: rename should check parent directories of old and new...Thomas Müller
2014-07-17Revert "Fix renaming files in the root folder of a MappedLocal storage"Thomas Müller
2014-07-17Fix renaming files in the root folder of a MappedLocal storageRobin Appelman
2014-07-16files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan
2014-07-02Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry
2014-07-01add a explicit interface for the home storageBjoern Schiessle
2014-06-30Add StorageNotAvailableExceptionRobin Appelman
2014-06-27Merge pull request #9263 from owncloud/remote-share-updateicewind1991
2014-06-27Fix parsing of webdav permissionsRobin Appelman
2014-06-27Also check for updated permissions for webdav storagesRobin Appelman
2014-06-27Use the etag to check for updates in webdav storages where availableRobin Appelman
2014-06-27Merge pull request #8383 from owncloud/object_storageVincent Petry
2014-06-27update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer
2014-06-27fix autoloaderThomas Müller
2014-06-27Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependenciesThomas Müller
2014-06-14Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman
2014-06-06use system function to recursive remove the directory used by temporary storageThomas Müller
2014-06-05Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer
2014-06-05- drop permissions table and related codeThomas Müller
2014-06-04remove file locking - code will continue to live in it's own appThomas Müller
2014-06-04only lock if unlink is called for a fileBjoern Schiessle
2014-06-04name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle
2014-06-04Move Lock to private namespace, add interface. Update PHPDoc.ringmaster
2014-06-04Removed unused vars/declarations, update PHPDoc.ringmaster
2014-06-04Remove unused methods.ringmaster
2014-06-04Add actual locking and log changes necessary for debugging.ringmaster
2014-06-04Continued flock work.ringmaster
2014-06-04flock changes. Work in progress.ringmaster
2014-05-30Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller
2014-05-29Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer
2014-05-29Only call $this->filesize() for files.Andreas Fischer
2014-05-29Refactor Large File handling code.Andreas Fischer
2014-05-29Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer
2014-05-29Use CURL to get filesize on 32bit systems.Andreas Fischer
2014-05-29Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman
2014-05-29Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman
2014-05-28Remove code duplicationRobin Appelman
2014-05-28Fix LocalStorage->unlink to work on folder as expectedRobin Appelman
2014-05-28re-use rescursive copy from common storageRobin Appelman
2014-05-28remove unneeded checkRobin Appelman
2014-05-28use \OC\Files\Filesystem::isIgnoredDirRobin Appelman
2014-05-28fix recursive copy and rename for common storage backendRobin Appelman
2014-05-28fix recursive copy and rename for mapped local storage backendRobin Appelman
2014-05-28add recursive copy to local storage backendRobin Appelman