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-07-22Merge pull request #9109 from owncloud/stable6-extstorage-multiplemountpointc...Vincent Petry
2014-07-18login() must be called after getServerPublicHostKey().Andreas Fischer
2014-07-15Merge pull request #9635 from owncloud/stable6-files_external_fix_readDataVincent Petry
2014-07-15Permit personal mount points to be used for sharingRobin McCorkell
2014-07-08Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson
2014-06-19Fix merging of external storage configurationsVincent Petry
2014-05-22Added password obfuscation for external storage configVincent Petry
2014-03-27Fix swift touch operationVincent Petry
2014-03-27Fixed mtime reading from OpenStack APIVincent Petry
2014-02-22Added extra checks for ext storage classVincent Petry
2014-02-18Make google drive client secret and dropbox api secret a password fieldJoas Schilling
2014-02-18External FTP Storage should request hostname instead of URLJoas Schilling
2014-01-21webdav: return SPACE_UNKNOWN if server do not support quotaTigran Mkrtchyan
2014-01-13Fixing Issue #6301 on master branchCarlos Cerrillo
2013-12-03Fixed test function for S3Vincent Petry
2013-12-03Fixed Amazon S3 ext storage config UIVincent Petry
2013-11-29Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry
2013-11-28Add trailing slash in FTP root path when missingVincent Petry
2013-11-26Fixed SFTP storage to overwrite on renameVincent Petry
2013-11-26Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry
2013-11-26Merge pull request #6054 from owncloud/extstorage-dropboxfixesMorris Jobke
2013-11-26Return true when touch succeedsVincent Petry
2013-11-26Fixed various Dropbox issues + unit testsVincent Petry
2013-11-25Fixed ext storage touch function to return true on successVincent Petry
2013-11-25Fixed SMB rename function to overwrite target fileVincent Petry
2013-11-25Merge pull request #5991 from owncloud/extstorage-mountpointvalidationMorris Jobke
2013-11-22Now also preventing the user of "Shared" as mountpointVincent Petry
2013-11-22Moved default isReadable/isUpdatable impl into Common classVincent Petry
2013-11-22Return plausible isReadable() default impl for ext storageVincent Petry
2013-11-21Prevent using root as mount point for external storageVincent Petry
2013-11-21Fixed path normalization to prevent dot dirsVincent Petry
2013-11-21Merge pull request #5897 from hkjolhede/masterVincent Petry
2013-11-20Fixed move operation to pass the whole URL as expectedVincent Petry
2013-11-19Fixed SMB file deletion success detectionVincent Petry
2013-11-19Removing trailing dot in path that samba doesn't seem to likeVincent Petry
2013-11-16Fixed error-checking error in sftp.phphkjolhede
2013-10-29settings tags for optional parametersChristian Berendt
2013-10-29extended parameter descriptions for SwiftChristian Berendt
2013-10-24add configuration parameter to manually set the timeout of HTTP requestsChristian Berendt
2013-10-23make Swift::testLocal workable by using a delimiterChristian Berendt
2013-10-23Revert "make Swift::testLocal workable by fixing the prefix used with the obj...Christian Berendt
2013-10-23make Swift::testLocal workable by fixing the prefix used with the object list...Christian Berendt
2013-10-22rewrite of OC\Files\Storage\SwiftChristian Berendt
2013-10-22adjustment of the configuration parametersChristian Berendt
2013-10-09Merge pull request #5070 from owncloud/smb-streamwrapper-fixesThomas Müller
2013-10-07Update file to meet coding standartsLennart Rosam
2013-10-07Actually test the connectionLennart Rosam
2013-10-07Fixes #4129Lennart Rosam
2013-10-02fix recursive delete for smbRobin Appelman
2013-10-02fix using touch to create a file for smbRobin Appelman