Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-04Merge pull request #3237 from tygill/fix/msgraph-delete-errorKenneth Skovhede
2018-06-03Change from swallowing delete errors to wrapping DriveItemNotFoundException i...Tyler Gill
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-25(MS Graph) When the delete operation fails due to a 'file not found' error, w...Tyler Gill
2018-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.Kenneth Skovhede
2018-04-10Fix auth-id hiding in MS Graph backends.Tyler Gill
2018-03-29Make string comparison use ordinal (binary) sort rules.Kenneth Hsu
2018-03-24Add new utility class, OAuthHttpClient.Tyler Gill
2018-03-24Change some fragment settings.Tyler Gill
2018-03-24Update strings for Microsoft Group backend.Tyler Gill
2018-03-23Handle cases where the SharePoint path is given with an 'https' prefix in the...Tyler Gill
2018-03-23Add entry for --group-email so it isn't treated as an unknown property.Tyler Gill
2018-03-23Update both SharePoint and Office 365 group backends to support more human-di...Tyler Gill
2018-03-22When uploading large files, MS graph backends need to parse the response insi...Tyler Gill
2018-03-22SharePoint and Group drives appear to report quota info that is all zeros.Tyler Gill
2018-03-21Ensure custom fragment sizes fit the recommended sizes (under 60 MiB and mult...Tyler Gill
2018-03-21Strip authorization header and access token out of Microsoft Graph exception ...Tyler Gill
2018-03-21Explicitly request the 'replace' conflict resolution behavior when uploading ...Tyler Gill
2018-03-21Make sure DNS names reported by Microsoft Graph backends are unique.Tyler Gill
2018-03-21Add helpId parameter to UserInformationExceptions in MicrosoftGraphBackends.Tyler Gill
2018-03-21Implement DNSName method in MicrosoftGraphBackend base class.Tyler Gill
2018-03-21Add Duplicati + version as the user agent in the MS Graph backends.Tyler Gill
2018-03-20Merge branch 'master' of https://github.com/duplicati/duplicati into feature/...Tyler Gill
2018-03-20Add new backends for OneDrive+OneDrive for Business, SharePoint, and Microsof...Tyler Gill
2018-03-20Update service agreement and privacy policy link for OneDrive backend.Tyler Gill
2018-02-26Added support for returning multiple DNS names for cache invalidation.Kenneth Skovhede
2018-02-22changed from NYI to null returns. Added check to skip DNS check if no DNSName...Rune Henriksen
2018-02-18added DNSName getter on Backend interface and added NotImplementedException m...Rune Henriksen
2018-01-26A malfunction OneDrive account can retrieve a inconsistent list of files when...osmogar
2017-11-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-26Merge branch 'master' of https://github.com/duplicati/duplicati into fix/list...Tyler Gill
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-25Add IQuotaInfo interfaceTyler Gill
2017-09-23Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2017-09-23Updated all Newtonsoft.Json packagesKenneth Skovhede
2017-09-22Add support for the quota reporting and renaming interfaces to the OneDrive b...Tyler Gill
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-05-17Updated NewtonSoft.JsonKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-06-27Updated packagesKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2016-04-13Fixed a few issues where reporting the error message would cause an exception...Kenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...Kenneth Skovhede
2015-11-17Fixed an issue with OneDrive not throwing the correct exceptions on FileNotFoundKenneth Skovhede