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-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-10-08Remove value from cache on delete/clearDaniel Kesselberg
2018-10-01Use helper method for content length and last modifiedDaniel Kesselberg
2018-09-30Reuse information from ListObjects for stat / filetypeDaniel Kesselberg
2018-08-24Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke
2018-08-16log entries that are hidden during file listingRobin Appelman
2018-08-08retry stat on timeoutRobin Appelman
2018-07-11Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retryMorris Jobke
2018-07-03Improved logging of smb connection errorsRobin Appelman
2018-06-27also retry rename operation on InvalidArgumentExceptionRobin Appelman
2018-06-22Add support for using kerberos ticket to authenticate to smb serversRobin Appelman
2018-06-21update icewind/smb to 3.0.0Robin Appelman
2018-06-08Merge pull request #9786 from nextcloud/feature/noid/external_sftp_password_a...Morris Jobke
2018-06-07allow setting notify credentials in environmentRobin Appelman
2018-06-07Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma
2018-05-07Merge pull request #8842 from lanxenet/patch-1Morris Jobke
2018-05-02Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke
2018-05-01Make it possible to make external storages read onlyRoeland Jago Douma
2018-05-01Use an actual function of the storage to determine needsPartFileRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-22Less deprecated calls to OCP\Util::writeLogMorris Jobke
2018-03-19Remove \OCP\Files::tmpFileRoeland Jago Douma
2018-03-19Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke
2018-03-16verify cached swift tokenRobin Appelman
2018-03-16fix(AmazonS3): fix loop $result['Contents'] errorenoch
2018-03-12Use proper method to log exceptionsMorris Jobke
2018-02-27Merge pull request #8285 from nextcloud/apps_files-smb-catch-exceptions-on-li...Roeland Jago Douma
2018-02-26Merge pull request #8359 from nextcloud/swift-v3Morris Jobke
2018-02-26adjust external storage config format to the one used in primary storageRobin Appelman
2018-02-26add support for v3 swift authRobin Appelman
2018-02-20Properly set the mount type for external storagesRoeland Jago Douma
2018-02-19adjust swift external storage to new openstack sdkRobin Appelman
2018-02-19Merge pull request #8158 from nextcloud/s3-minioRoeland Jago Douma
2018-02-14Remove unused import statementsMorris Jobke
2018-02-09Make SMB module more fault-tolerantRoland Tapken
2018-02-08Merge pull request #8100 from nextcloud/s3-folder-deleteMorris Jobke
2018-02-08Use a more widely available method to test s3 settingsRobin Appelman
2018-01-29fix invalidating folder cache for s3Robin Appelman
2018-01-29adjust s3 bulk delete to new sdk syntaxRobin Appelman
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke
2018-01-26Use index based string access for substr with length of 1Morris Jobke
2018-01-26Simplify ternary operator statementsMorris Jobke
2018-01-26Merge pull request #8063 from nextcloud/inline-valueJoas Schilling
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
2018-01-26Use proper code flow instead of not needed else branchMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-18[files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma
2018-01-13Remove deprecated functions for OCP\UtilRoeland Jago Douma